0
I Use This!
High Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
One more quick tweak for zstd targets More... 3 months ago
Oops, copy paste error More... 3 months ago
Small tweak More... 3 months ago
Update patches More... 3 months ago
Removing many _WIN32 and related ifdefs where they are not needed now, and we deleted many off_t and size_t uses too (meaning now we have dwarf_seekr.c). Adding a comment on each #if 0 to explain what it is (try grep 'if 0' *.c) More... 3 months ago
open/close moved to dwarf_seekr.c as _dwarf_openr, _dwarf_closer All direct uses converted to the _dwarf form and no-longer-needed references to _WIN32 and off_t removed nearly everywhere. Soon the new #if 0 ---- #endif instances of unneeded stuff will be removed. modified: src/lib/libdwarf/dwarf_debuglink.c modified: src/lib/libdwarf/dwarf_elf_load_headers.c modified: src/lib/libdwarf/dwarf_elfread.c modified: src/lib/libdwarf/dwarf_generic_init.c modified: src/lib/libdwarf/dwarf_machoread.c modified: src/lib/libdwarf/dwarf_object_detector.c modified: src/lib/libdwarf/dwarf_opaque.h modified: src/lib/libdwarf/dwarf_peread.c modified: src/lib/libdwarf/dwarf_safe_arithmetic.c modified: src/lib/libdwarf/dwarf_seekr.c modified: src/lib/libdwarf/dwarf_util.c More... 3 months ago
Fixing ifdef nest modified: src/lib/libdwarf/dwarf_seekr.c More... 3 months ago
Ifdef nest wrong for _WIN64 lseek define. modified: dwarf_seekr.c More... 3 months ago
Latest, all about dwarf_seakr.c modified: ChangeLog More... 3 months ago
For _WIN64 using the built-in integer type __int64. Now builds on Win10. Altered #if 0 by adding /* debugging only */ modified: src/lib/libdwarf/dwarf_seekr.c More... 3 months ago
Remove blocks already marked #if 0 modified: src/lib/libdwarf/dwarf_crc32.c Add comment following #if 0 indicating the block is for debugging only. modified: src/lib/libdwarf/dwarf_elf_load_headers.c modified: src/lib/libdwarf/dwarf_object_detector.c More... 3 months ago
Splitting lseek() and read() code into dwarf_seekr.c (new file) so other files do not need Windows ifdefs or types. -cmake/libdwarf-config.cmake \ +cmake/libdwarfConfig.cmake.in \ modified: src/lib/libdwarf/Makefile.am More... 3 months ago
Some cmake files were not listed at a change point. Now they are. modified: ChangeLog More... 3 months ago
Moved lseek/read so we can concentrate the changes required for msys2/windows special requirements into one small source. modified: src/lib/libdwarf/CMakeLists.txt modified: src/lib/libdwarf/Makefile.am modified: src/lib/libdwarf/dwarf_opaque.h new file: src/lib/libdwarf/dwarf_seekr.c modified: src/lib/libdwarf/meson.build More... 3 months ago
Fix something flagarde noticed More... 3 months ago
Alias ZSTD::ZSTD to zstd::libzstd_shared or zstd::libzstd_static as appropriate More... 3 months ago
New month so the month changes in the first lines. modified: bugxml/dwarfbug.html modified: bugxml/dwarfbuglohi.html More... 3 months ago
Merge branch 'jeremy-rifkin-cmake-changes-for-zlib-zstd' Fixing issues with cmake when zstd not there. More... 3 months ago
Merge branch 'cmake-changes-for-zlib-zstd' of https://github.com/jeremy-rifkin/libdwarf-code into jeremy-rifkin-cmake-changes-for-zlib-zstd cmake/zstd issues with build. More... 3 months ago
Quick fix More... 3 months ago
up to date with git log modified: ChangeLog More... 3 months ago
Minor clarification documenting linking with libdwarf.a modified: doc/libdwarf.dox More... 3 months ago
Added to documentation of dwarf_crc32() and dwarf_basic_crc32() and dwarf_crc32(). modified: src/lib/libdwarf/libdwarf.h More... 3 months ago
Fixed so no longer forcing read of uninitialized memory. valgrind noticed the bug. modified: fuzz/fuzz_crc.c More... 3 months ago
Now with a test for a null pointer passed in. There is no error return, but instead we simply return 0. modified: src/lib/libdwarf/dwarf_crc.c More... 3 months ago
Update target name More... 3 months ago
Merge branch 'main' into cmake-changes-for-zlib-zstd More... 3 months ago
Up to date with git log modified: ChangeLog More... 3 months ago
Added Jan 2024 release date (0.9.1) modified: README.md More... 3 months ago
Now all version 0.9.2 (no build or software change yet). modified: CMakeLists.txt modified: configure.ac modified: doc/libdwarf.dox modified: doc/libdwarfp.mm modified: meson.build modified: src/lib/libdwarf/libdwarf.h More... 3 months ago