You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
(1) |
Apr
(56) |
May
(48) |
Jun
(51) |
Jul
(55) |
Aug
(27) |
Sep
(12) |
Oct
(14) |
Nov
(14) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(22) |
Feb
(12) |
Mar
(16) |
Apr
(43) |
May
(20) |
Jun
(10) |
Jul
(63) |
Aug
(37) |
Sep
(7) |
Oct
(1) |
Nov
(22) |
Dec
(99) |
2010 |
Jan
(74) |
Feb
(36) |
Mar
(114) |
Apr
(64) |
May
(56) |
Jun
(55) |
Jul
(27) |
Aug
(93) |
Sep
(55) |
Oct
(40) |
Nov
(44) |
Dec
(51) |
2011 |
Jan
(62) |
Feb
(35) |
Mar
(24) |
Apr
(37) |
May
(45) |
Jun
(53) |
Jul
(95) |
Aug
(130) |
Sep
(162) |
Oct
(115) |
Nov
(158) |
Dec
(120) |
2012 |
Jan
(18) |
Feb
(55) |
Mar
(31) |
Apr
(25) |
May
(11) |
Jun
(9) |
Jul
(8) |
Aug
(32) |
Sep
(42) |
Oct
(45) |
Nov
(51) |
Dec
(150) |
2013 |
Jan
(54) |
Feb
(16) |
Mar
(16) |
Apr
(2) |
May
(11) |
Jun
(4) |
Jul
|
Aug
(10) |
Sep
(3) |
Oct
(1) |
Nov
|
Dec
(7) |
2014 |
Jan
(6) |
Feb
(3) |
Mar
(30) |
Apr
(16) |
May
(28) |
Jun
(19) |
Jul
(6) |
Aug
|
Sep
(16) |
Oct
(4) |
Nov
(3) |
Dec
(31) |
2015 |
Jan
(6) |
Feb
(2) |
Mar
(8) |
Apr
(10) |
May
(34) |
Jun
(3) |
Jul
(9) |
Aug
(10) |
Sep
(3) |
Oct
(7) |
Nov
(9) |
Dec
(24) |
2016 |
Jan
(97) |
Feb
(39) |
Mar
(13) |
Apr
(4) |
May
(33) |
Jun
(1) |
Jul
(1) |
Aug
(10) |
Sep
(4) |
Oct
(4) |
Nov
(1) |
Dec
(14) |
2017 |
Jan
(2) |
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
(42) |
Jul
(2) |
Aug
(4) |
Sep
(12) |
Oct
(3) |
Nov
(2) |
Dec
|
2018 |
Jan
|
Feb
|
Mar
(1) |
Apr
(25) |
May
(2) |
Jun
|
Jul
(3) |
Aug
|
Sep
(10) |
Oct
(17) |
Nov
(4) |
Dec
(17) |
2019 |
Jan
(5) |
Feb
(27) |
Mar
(28) |
Apr
(8) |
May
(5) |
Jun
(29) |
Jul
(10) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2020 |
Jan
(17) |
Feb
(31) |
Mar
(25) |
Apr
(3) |
May
(1) |
Jun
(12) |
Jul
|
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(42) |
Dec
(1) |
2021 |
Jan
|
Feb
(8) |
Mar
(12) |
Apr
(13) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
(14) |
Apr
(12) |
May
(10) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
(1) |
Feb
|
Mar
(12) |
Apr
(5) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(15) |
Nov
|
Dec
(8) |
2024 |
Jan
(9) |
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
(2) |
Jul
(7) |
Aug
|
Sep
|
Oct
|
Nov
(4) |
Dec
(10) |
2025 |
Jan
(77) |
Feb
(51) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <jk...@us...> - 2025-02-01 13:23:07
|
Revision: 4142 http://sourceforge.net/p/elftoolchain/code/4142 Author: jkoshy Date: 2025-02-01 13:23:06 +0000 (Sat, 01 Feb 2025) Log Message: ----------- libelftc/testsuite: Add tests for elftc_get_relocation_type_name(). This change adds tests for known EM_RISCV relocation types. Modified Paths: -------------- trunk/tests/tet/libelftc/tset/elftc_get_relocation_type_name/elftc_get_relocation_type_name.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-02-01 12:54:47
|
Revision: 4141 http://sourceforge.net/p/elftoolchain/code/4141 Author: jkoshy Date: 2025-02-01 12:54:45 +0000 (Sat, 01 Feb 2025) Log Message: ----------- elfconstants: Update RISCV relocation types. This change: - Adds new relocation types: TLSDESC, GOT32_PCREL, PLT32, SET_ULEB128, SUB_ULEB128, TLSDESC_HI20, TLSDESC_LOAD_LO12, TLSDESC_ADD_LO12, TLSDESC_CALL, and VENDOR. - Removes relocation types not present in the official RISC-V ABI specification: GNU_VTINHERIT, GNU_VTENTRY, RVC_LUI, GPREL_I, GPREL_S, TPREL_I and TPREL_S. These symbols have been moved to the list of obsolete relocation types. - Adds comments marking reserved ranges of relocation type values. - Adds a link to reference documentation for the RISCV ABI. Modified Paths: -------------- trunk/common/sys/elfconstants.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-01-31 18:27:06
|
Revision: 4140 http://sourceforge.net/p/elftoolchain/code/4140 Author: jkoshy Date: 2025-01-31 18:27:05 +0000 (Fri, 31 Jan 2025) Log Message: ----------- libelftc/testsuite: Add tests for elftc_get_relocation_type_name(). This change adds tests for known EM_IA_64 relocation types. Modified Paths: -------------- trunk/tests/tet/libelftc/tset/elftc_get_relocation_type_name/elftc_get_relocation_type_name.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-01-31 18:05:30
|
Revision: 4139 http://sourceforge.net/p/elftoolchain/code/4139 Author: jkoshy Date: 2025-01-31 18:05:28 +0000 (Fri, 31 Jan 2025) Log Message: ----------- libelftc/testsuite: Improve a few test failure messages. Print relocation type values in both decimal and hexadecimal forms in these messages. Doing so makes it easier to look up the failing values in documentation that uses either of these two formats. Modified Paths: -------------- trunk/tests/tet/libelftc/tset/elftc_get_relocation_type_name/elftc_get_relocation_type_name.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-01-31 17:28:38
|
Revision: 4138 http://sourceforge.net/p/elftoolchain/code/4138 Author: jkoshy Date: 2025-01-31 17:28:36 +0000 (Fri, 31 Jan 2025) Log Message: ----------- elfconstants: Mark gaps in EM_IA_64 relocation type ranges. While here, add a reference to the document defining the IA-64 ABI. Modified Paths: -------------- trunk/common/sys/elfconstants.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-01-31 15:44:02
|
Revision: 4137 http://sourceforge.net/p/elftoolchain/code/4137 Author: jkoshy Date: 2025-01-31 15:44:00 +0000 (Fri, 31 Jan 2025) Log Message: ----------- libelf/testsuite: Correct a typo. This change fixes a -Wsequence-point warning. Modified Paths: -------------- trunk/tests/tet/libelf/tset/common/xlate_template.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-01-31 15:26:04
|
Revision: 4136 http://sourceforge.net/p/elftoolchain/code/4136 Author: jkoshy Date: 2025-01-31 15:26:03 +0000 (Fri, 31 Jan 2025) Log Message: ----------- libelf/testsuite: Address -Wmaybe-uninitialzed and -Wunused warnings. While here, check the return value from elfts_copy_file() correctly. Modified Paths: -------------- trunk/tests/tet/libelf/tset/common/ehdr_template.m4 trunk/tests/tet/libelf/tset/common/getshdr.m4 trunk/tests/tet/libelf/tset/common/newehdr_template.m4 trunk/tests/tet/libelf/tset/common/phdr_template.c trunk/tests/tet/libelf/tset/elf_update/update.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-01-31 14:31:23
|
Revision: 4135 http://sourceforge.net/p/elftoolchain/code/4135 Author: jkoshy Date: 2025-01-31 14:31:22 +0000 (Fri, 31 Jan 2025) Log Message: ----------- libelf/testsuite: Address -Wmaybe-uninitialzed and -Wunused warnings. Modified Paths: -------------- trunk/tests/tet/libelf/tset/elf_ndxscn/ndxscn.m4 trunk/tests/tet/libelf/tset/elf_newscn/newscn.m4 trunk/tests/tet/libelf/tset/elf_nextscn/nextscn.m4 trunk/tests/tet/libelf/tset/elf_strptr/strptr.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-01-31 13:36:07
|
Revision: 4134 http://sourceforge.net/p/elftoolchain/code/4134 Author: jkoshy Date: 2025-01-31 13:36:06 +0000 (Fri, 31 Jan 2025) Log Message: ----------- libelf/testsuite: remove an unused variable. Modified Paths: -------------- trunk/tests/tet/libelf/tset/elf_rand/rand.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-01-31 13:06:40
|
Revision: 4133 http://sourceforge.net/p/elftoolchain/code/4133 Author: jkoshy Date: 2025-01-31 13:06:38 +0000 (Fri, 31 Jan 2025) Log Message: ----------- libelf/testsuite: Do not generate unnecessary labels. This change addresses warnings from -Wunused-label. Modified Paths: -------------- trunk/tests/tet/libelf/tset/common/elf_flag.m4 trunk/tests/tet/libelf/tset/elf_flagarhdr/flagarhdr.m4 trunk/tests/tet/libelf/tset/elf_flagdata/data.m4 trunk/tests/tet/libelf/tset/elf_flagehdr/ehdr.m4 trunk/tests/tet/libelf/tset/elf_flagelf/elf.m4 trunk/tests/tet/libelf/tset/elf_flagphdr/phdr.m4 trunk/tests/tet/libelf/tset/elf_flagscn/scn.m4 trunk/tests/tet/libelf/tset/elf_flagshdr/shdr.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-01-30 19:29:11
|
Revision: 4132 http://sourceforge.net/p/elftoolchain/code/4132 Author: jkoshy Date: 2025-01-30 19:29:08 +0000 (Thu, 30 Jan 2025) Log Message: ----------- libelf/testsuite: Address -Wmaybe-uninitialized warnings. Modified Paths: -------------- trunk/tests/tet/libelf/tset/elf_flagelf/elf.m4 trunk/tests/tet/libelf/tset/elf_flagphdr/phdr.m4 trunk/tests/tet/libelf/tset/elf_getarhdr/getarhdr.m4 trunk/tests/tet/libelf/tset/elf_getarsym/getarsym.m4 trunk/tests/tet/libelf/tset/elf_getshnum/getshnum.m4 trunk/tests/tet/libelf/tset/elf_getshstrndx/getshstrndx.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-01-30 19:28:00
|
Revision: 4131 http://sourceforge.net/p/elftoolchain/code/4131 Author: jkoshy Date: 2025-01-30 19:27:58 +0000 (Thu, 30 Jan 2025) Log Message: ----------- libelf/testsuite: Address -Wmaybe-uninitialized and -Wunused warnings. Modified Paths: -------------- trunk/tests/tet/libelf/tset/elf_getscn/getscn.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-01-30 18:59:22
|
Revision: 4130 http://sourceforge.net/p/elftoolchain/code/4130 Author: jkoshy Date: 2025-01-30 18:59:20 +0000 (Thu, 30 Jan 2025) Log Message: ----------- libelf/testsuite: Remove unused variables. Modified Paths: -------------- trunk/tests/tet/libelf/tset/common/elf_flag.m4 trunk/tests/tet/libelf/tset/elf_begin/begin.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-01-30 18:40:43
|
Revision: 4129 http://sourceforge.net/p/elftoolchain/code/4129 Author: jkoshy Date: 2025-01-30 18:40:41 +0000 (Thu, 30 Jan 2025) Log Message: ----------- libelf/testsuite: Address a -Wparentheses warning. Modified Paths: -------------- trunk/tests/tet/libelf/tset/elf_hash/hash.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-01-30 17:10:05
|
Revision: 4128 http://sourceforge.net/p/elftoolchain/code/4128 Author: jkoshy Date: 2025-01-30 17:10:03 +0000 (Thu, 30 Jan 2025) Log Message: ----------- libelftc/testsuite: Remove an unused variable. Modified Paths: -------------- trunk/tests/tet/libelftc/tset/elftc_string_table/string_table.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-01-30 17:01:05
|
Revision: 4127 http://sourceforge.net/p/elftoolchain/code/4127 Author: jkoshy Date: 2025-01-30 17:01:04 +0000 (Thu, 30 Jan 2025) Log Message: ----------- libelftc/testsuite: Add tests for elftc_get_relocation_type_name(). These tests verify the relocation type names returned by elftc_get_relocation_type_name() for each known relocation type value for the EM_386, EM_AARCH64 and EM_LOONGARCH architectures. Modified Paths: -------------- trunk/tests/tet/libelftc/tset/elftc_get_relocation_type_name/elftc_get_relocation_type_name.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-01-29 16:51:51
|
Revision: 4126 http://sourceforge.net/p/elftoolchain/code/4126 Author: jkoshy Date: 2025-01-29 16:51:48 +0000 (Wed, 29 Jan 2025) Log Message: ----------- libelftc/testsuite: Add existence tests for relocation types. This change adds existence tests for relocation types known to libelftc for the EM_AARCH64, EM_LOONGARCH and EM_386 architectures. Modified Paths: -------------- trunk/tests/tet/libelftc/tset/elftc_get_relocation_type_name/elftc_get_relocation_type_name.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-01-29 16:37:08
|
Revision: 4125 http://sourceforge.net/p/elftoolchain/code/4125 Author: jkoshy Date: 2025-01-29 16:37:07 +0000 (Wed, 29 Jan 2025) Log Message: ----------- elfconstants: Mark the reserved ranges for LoongArch relocation types. Modified Paths: -------------- trunk/common/sys/elfconstants.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-01-29 15:54:44
|
Revision: 4124 http://sourceforge.net/p/elftoolchain/code/4124 Author: jkoshy Date: 2025-01-29 15:54:43 +0000 (Wed, 29 Jan 2025) Log Message: ----------- elfconstants: Add missing AARCH64 constants. Modified Paths: -------------- trunk/common/sys/elfconstants.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-01-29 15:49:44
|
Revision: 4123 http://sourceforge.net/p/elftoolchain/code/4123 Author: jkoshy Date: 2025-01-29 15:49:42 +0000 (Wed, 29 Jan 2025) Log Message: ----------- elfconstants: Rework a header comment. Link to processor-specific ABI definitions that the file is believed to be compatible with. Modified Paths: -------------- trunk/common/sys/elfconstants.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-01-29 14:35:30
|
Revision: 4122 http://sourceforge.net/p/elftoolchain/code/4122 Author: jkoshy Date: 2025-01-29 14:35:27 +0000 (Wed, 29 Jan 2025) Log Message: ----------- elfconstants: Add pass-through comments. Modified Paths: -------------- trunk/common/sys/elfconstants.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-01-29 14:01:43
|
Revision: 4121 http://sourceforge.net/p/elftoolchain/code/4121 Author: jkoshy Date: 2025-01-29 14:01:39 +0000 (Wed, 29 Jan 2025) Log Message: ----------- elfconstants: Implement pass-through comments. Modified Paths: -------------- trunk/common/sys/elfconstants.m4 trunk/common/sys/elfdefinitions.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-01-29 12:27:30
|
Revision: 4120 http://sourceforge.net/p/elftoolchain/code/4120 Author: jkoshy Date: 2025-01-29 12:27:28 +0000 (Wed, 29 Jan 2025) Log Message: ----------- elfconstants: Bug-fix AARCH64 relocation types. - Add 'R_AARCH64_TLSLD_ADD_DTPREL_LO12'. - Use the correct value for 'R_AARCH64_TLSLD_ADD_DTPREL_HI12'. Reference: https://github.com/ARM-software/abi-aa/blob/main/aaelf64/aaelf64.rst Modified Paths: -------------- trunk/common/sys/elfconstants.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-01-28 23:06:09
|
Revision: 4119 http://sourceforge.net/p/elftoolchain/code/4119 Author: jkoshy Date: 2025-01-28 23:06:08 +0000 (Tue, 28 Jan 2025) Log Message: ----------- libelftc: Remove a redundant .include. Modified Paths: -------------- trunk/libelftc/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jk...@us...> - 2025-01-27 10:46:57
|
Revision: 4118 http://sourceforge.net/p/elftoolchain/code/4118 Author: jkoshy Date: 2025-01-27 10:46:56 +0000 (Mon, 27 Jan 2025) Log Message: ----------- Turn on expansion of the Subversion 'Id' keyword. Property Changed: ---------------- trunk/BASE-SYSTEM-IMPORT.rst This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |