- 62c4653 Fix compuation of base address for printing stack frame program. by Ulrich Drepper · 16 years ago
- ccccab0 Fix handling of file descriptors for the files size opens. by Ulrich Drepper · 16 years ago
- 7589432 Handled adding argp_error to special functions for xgettext to take care of. by Ulrich Drepper · 16 years ago
- 093e948 (XGETTEXT_OPTIONS): Add --flag option for argp_error. by Ulrich Drepper · 16 years ago
- d7cb737 Update list of files with translatable strings. by Ulrich Drepper · 16 years ago
- e5f41db Explain problem with po/Makefile.in.in. by Ulrich Drepper · 16 years ago
- d7285e1 Print .strtab, .dynstr, and .comment for -a option of readelf. by Ulrich Drepper · 16 years ago
- 7a2a591 Update ChangeLog in spec file. by Ulrich Drepper · 16 years ago
- 4301965 Distribute <elfutils/version.h> in elfutils-libelf-devel rpm file. by Ulrich Drepper · 16 years ago
- 01f7370 Fix creation of rpm file. by Ulrich Drepper · 16 years ago
- 103b1dc Bump version to 0.139. by Ulrich Drepper · 16 years ago
- 9a847e1 readelf -l: Don't print section mapping when no sections. by Roland McGrath · 16 years ago
- d759aa6 no_Wformat means -Wno-format. by Roland McGrath · 16 years ago
- 80d94f4 Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Ulrich Drepper · 16 years ago
- 5ece809 When writing ELF files in libelf, fill the gap between sections even if only by Ulrich Drepper · 16 years ago
- cabeeee Tiny build nits. by Roland McGrath · 16 years ago
- e9de9b4 Use t instead of j formats for ptrdiff_t by Roland McGrath · 16 years ago
- e34a3f8 Fix build when missing -lz and -lbz2. by Roland McGrath · 16 years ago
- 74afbee Fix libdwfl segment bugs breaking core-file support. by Roland McGrath · 16 years ago
- 97b12d0 known-dwarf.awk: Handle DW_FOO_BAR_* sets better. by Roland McGrath · 16 years ago
- afdd51e dwarf.h: Add DW_OP_GNU_encoded_addr. by Roland McGrath · 16 years ago
- 1ea4fdc Fix 'make clean' in libdw. by Roland McGrath · 16 years ago
- 1439393 Revert "Dummy commit, testing Transifex at" by Roland McGrath · 16 years ago
- e9243e6 whitespace by Roland McGrath · 16 years ago
- 23fba75 Cleanup of loop to write out section content. by Ulrich Drepper · 16 years ago
- 9507386 Remove duplicate commits. by Ulrich Drepper · 16 years ago
- e39d584 Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Ulrich Drepper · 16 years ago
- 315ebd5 Fix possible crash in note conversion. by Roland McGrath · 16 years ago
- 3614d99 Make elfcmp exit 2 for trouble and 1 only for mismatch, like all its cousins. by Roland McGrath · 16 years ago
- 33a0341 Make elfcmp exit 2 for trouble and 1 only for mismatch, like all its cousins. by Roland McGrath · 16 years ago
- 2fe76ea Fix possible crash in note conversion. by Roland McGrath · 16 years ago
- 07ba31f Fix accounting of last written position when updating ELF files. by Ulrich Drepper · 16 years ago
- f93ee8d Fix handling of debuginfo files when checking exception handling tables. by Ulrich Drepper · 16 years ago
- 4411ed2 Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Ulrich Drepper · 16 years ago
- daf0fda Fix elflint test for .eh_frame_hdr allocation. by Ulrich Drepper · 16 years ago
- cdc4ce3 Dummy commit, testing Transifex at by Dimitris Glezos · 16 years ago
- 935edde More improveents to exception handling table printing and checking. by Ulrich Drepper · 16 years ago
- d3fb1c8 Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Ulrich Drepper · 16 years ago
- 978360c Beginning of exception table testing. by Ulrich Drepper · 16 years ago
- 54456d8 Merge commit 'origin/master' into roland/known-dwarf by Roland McGrath · 16 years ago
- e9c5963 Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Roland McGrath · 16 years ago
- 24b0330 Add DW_OP_GNU_* constants. by Roland McGrath · 16 years ago
- fdc93e1 Move argp_program_version_hook and argp_program_bug_address variables by Ulrich Drepper · 16 years ago
- 3a52c7a Implement check for PT_GNU_EH_FRAME program header check. by Ulrich Drepper · 16 years ago
- 05d2b20 Finish implementation of exception handling table dumping in readelf. by Ulrich Drepper · 16 years ago
- bc29897 Some more changes to call frame info dumping in readelf. by Ulrich Drepper · 16 years ago
- b006fbf Bug fixes for .eh_frame_hdr dumping in readelf. by Ulrich Drepper · 16 years ago
- 12a7f32 Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Ulrich Drepper · 16 years ago
- 351bf20 Fix minor problems in call frame info dumper in reader. by Ulrich Drepper · 16 years ago
- 8dc9f93 Missed log entry for Linux kernel zImage format by Roland McGrath · 16 years ago
- c4ac861 Grok Linux kernel zImage format. by Roland McGrath · 16 years ago
- 5513e64 Generate macros for tables of known dwarf.h constants. by Roland McGrath · 16 years ago
- 43aafe6 We only have one translation domain, elfutils. Change use in libelf. by Ulrich Drepper · 16 years ago
- 8b39463 Fix type in error message in strings. by Ulrich Drepper · 16 years ago
- 21fd1d8 More correct info on contributors. by Ulrich Drepper · 16 years ago
- e921e88 Merge commit 'origin/roland/fixes-for-c++' by Ulrich Drepper · 16 years ago
- 7e678fa Require __thread support in compiler. by Ulrich Drepper · 16 years ago
- a4b1a95 Make -k/-K prune "source" subdirectory. by Roland McGrath · 16 years ago
- 7a64787 Move eu_ZIPLIB macro to m4/zip.am, new file. by Roland McGrath · 16 years ago
- e06762c Don't depend on $(zip_LIBS), just link it in. by Roland McGrath · 16 years ago
- 91a9be6 Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Ulrich Drepper · 16 years ago
- 87cf583 ld: Fix adding to search path list. by Ulrich Drepper · 16 years ago
- d666b00 Item for gzip/bzip2 support in libdwfl. by Roland McGrath · 16 years ago
- 7e827f2 Merge ssh://git.fedorahosted.org/git/elfutils into roland/fixes-for-c++ by Roland McGrath · 16 years ago
- 705364b Fix nits in .ko.{gz,bz2} matching. by Roland McGrath · 16 years ago
- c462c63 Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils into libdwfl-decompress by Roland McGrath · 16 years ago
- a6ef1dc Fix decompression logic. by Roland McGrath · 16 years ago
- ac194d0 Implement call frame information dumping. by Ulrich Drepper · 16 years ago
- 60205c9 libdwfl -k/-K match compressed .ko files by Roland McGrath · 16 years ago
- bca4315 libdwfl automagic decompression support by Roland McGrath · 16 years ago
- 9a8b9c7 Merge ssh://git.fedorahosted.org/git/elfutils into roland/fixes-for-c++ by Roland McGrath · 16 years ago
- 92287fd Optimize x86/x86-64 disassembler tables. by Ulrich Drepper · 16 years ago
- 44173ed Unpdate copyright in messages. by Ulrich Drepper · 16 years ago
- 3bf5759 Add Intel SSE4 support to disassembler. by Ulrich Drepper · 16 years ago
- cadbdd3 Merge ssh://git.fedorahosted.org/git/elfutils into roland/fixes-for-c++ by Roland McGrath · 16 years ago
- d4bcd83 Update .spec file 0.138 date line. by Roland McGrath · 16 years ago
- a492e8e Replay output operations correctly when internal buffer in x86/x86-64 by Ulrich Drepper · 16 years ago
- 4692d81 Slightly better formatting in generating disassembly data. by Ulrich Drepper · 16 years ago
- 71696ba Optimize x86/x86-64 disassembler some more. Avoid relocations for string table. by Ulrich Drepper · 16 years ago
- 54a6d4b Fix printing of rex prefix in x86-64 disassembler. by Ulrich Drepper · 16 years ago
- 98c245e Optimize x86/x86-64 disassembler a bit. by Ulrich Drepper · 16 years ago
- b51abc6 Mark constant array as const. by Ulrich Drepper · 16 years ago
- 5bd4444 Implement blendvpd and blendvps opcodes in x86/x86-64 disassembler. by Ulrich Drepper · 16 years ago
- 1f6d201 dwarf_haschildren: Return -1 for error case, not 0. by Roland McGrath · 16 years ago
- ec32ff9 Implement blendps opcode for x86/x86-64. by Ulrich Drepper · 16 years ago
- 26d3c6f Implement disassembly of blendpd instruction for x86/x86-64. by Ulrich Drepper · 16 years ago
- bb3424b We now need automake 1.8 for no-dist-gzip. by Ulrich Drepper · 16 years ago
- 0ec30d2 0.138 spec updates by Roland McGrath · 16 years ago
- f2ef7fc Distribute .tar.bz2 file, not .tar.gz file. by Roland McGrath · 16 years ago
- c6a3004 Rewrite awk magic to generate spec file changelog. by Roland McGrath · 16 years ago
- d8ca9bd 0.138 items by Roland McGrath · 16 years ago
- e932544 Merge branch 'master' into roland/bug-compat by Roland McGrath · 16 years ago
- d151240 Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils by Ulrich Drepper · 16 years ago
- 5a04b9f Implement AMD 3DNOW disassembly. by Ulrich Drepper · 16 years ago
- 468b373 Merge branch 'master' into roland/bug-compat by Roland McGrath · 16 years ago
- 7d9b821 Fix last fix: ET_DYN addresses are taken as relative to MOD->low_addr. by Roland McGrath · 16 years ago
- 506aada . by Ulrich Drepper · 16 years ago
- 7f923f4 (i386_disasm): If instruction matches prefix, undoing the prefix match by Ulrich Drepper · 16 years ago
- 43166e0 Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils into roland/bug-compat by Roland McGrath · 16 years ago
- fbc7245 Install elfutils/version.h header for library compatibility checking. by Roland McGrath · 16 years ago