0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 21 hours ago.
Mar 10, 2025 — Mar 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Now with latest present. modified: ChangeLog More... 6 days ago
Changes in source are inside comments. No logic change. More... 6 days ago
Text fix, small. modified: doc/libdwarf.pdf More... 6 days ago
Normal month change modified: bugxml/dwarfbug.html modified: bugxml/dwarfbuglohi.html For Readability and 2.3.1 release modified: doc/libdwarf.dox modified: doc/libdwarf.pdf More... 6 days ago
Improvements for readability, and 2.3.1 release is 4 March. modified: README.md More... 6 days ago
Up to date with git log modified: ChangeLog modified: doc/libdwarf.pdf More... 12 days ago
Correct two typos. modified: doc/libdwarf.dox More... 12 days ago
Up to date with git log modified: ChangeLog Added a few words in Changes about 2.3.1 mach-o sizeofcmds object header field. modified: doc/libdwarf.dox More... 12 days ago
Updated version and date modified: doc/libdwarf.dox More... 12 days ago
Now version is 2.3.1 modified: CMakeLists.txt modified: configure.ac modified: doc/libdwarf.dox modified: doc/libdwarf.pdf modified: doc/libdwarfp.mm modified: meson.build modified: scripts/allsimplebuilds.sh modified: src/lib/libdwarf/libdwarf.h modified: tools/makerelease.sh More... 12 days ago
Adds a new option to dwarfdump so one can print a mach-o (Apple) object file's .eh_frame (which Apple calls __eh_frame) even when there is a dSYM file present. dwarfdump --no-follow-dsym modified: doc/libdwarf.dox modified: src/bin/dwarfdump/dd_command_options.c modified: src/bin/dwarfdump/dd_glflags.h modified: src/bin/dwarfdump/dwarfdump.c More... 13 days ago
Making it possible to show .eh_frame from an Apple executable. modified: src/lib/libdwarf/dwarf_machoread.c More... 13 days ago
Deleting function _is_know_segname() because Apple adds names over time. Too difficult to check correctly here. modified: dwarf_64machoread.c modified: dwarf_machoread.c More... 14 days ago
Restoring comments lost in previous merge. modified: doc/libdwarf.dox More... 14 days ago
Merge branch 'jeremy-rifkin-jr/mach-o-header-size-check' More... 14 days ago
Adding to Changes documentation modified: doc/libdwarf.dox More... 14 days ago
Fix large load command size check More... 15 days ago
Relax condition for DW_DLE_IMPROPER_DWO_ID (#315) More... 15 days ago
Now with fix date and commit id for DW202602-001 oss fuzz 4475563464 modified: bugxml/data.txt modified: bugxml/dwarfbug.html modified: bugxml/dwarfbug.xml modified: bugxml/dwarfbuglohi.html More... 28 days ago
Document vulnerability oss fuzz 4475563464, DW202602-001. modified: bugxml/data.txt More... 28 days ago
Normal auto-update. modified: bugxml/dwarfbug.html modified: bugxml/dwarfbuglohi.html More... 28 days ago
Removing code related to a special release. modified: tools/makerelease.sh More... about 1 month ago
trivial, final cleanup for 2.3.0 modified: ChangeLog More... about 1 month ago
Now up to date. modified: ChangeLog More... about 1 month ago
Now for dwarf_set_frame_rule_initial_value() and similar check the Dwarf_Debug argument is non-null and a real (not pointing to a zeroed structure) pointer. modified: src/lib/libdwarf/dwarf_frame.c Added new field in Dwarf_Debug so after a change to the frame rule etc settings the next access to frame data will check that these settings are an acceptable combination, else it will return DW_DLV_ERROR. modified: src/lib/libdwarf/dwarf_opaque.h Mention that a null Dwarf_Debug argument will cause these little functions to return zero as the 'previous' value in doxygen comments. modified: src/lib/libdwarf/libdwarf.h More... about 1 month ago
Minor changes for release. modified: README.md Final corrections of a couple typos. modified: doc/libdwarf.dox Regenerated. modified: doc/libdwarf.pdf More... about 1 month ago
Changes up to date now. modified: ChangeLog More... about 1 month ago
Release date set 1 February. modified: README.md Release date set 1 February. Clarified recent Changes entry modified: doc/libdwarf.dox Regenerated modified: doc/libdwarf.pdf More... about 1 month ago
Ensure that all initial entrances to reading Frame data call _dwarf_validate_register_numbers() early on to be sure that table sizes and same-value etc follow the rules. A couple cases this was not done before now. modified: src/lib/libdwarf/dwarf_frame.c More... about 1 month ago
Now dwarf_set_frame_rule_initial_value() interprets dw_value argument as meaning 'just return current value, do not change the initial value setting'. It was an ommission to fail to do this days ago. modified: src/lib/libdwarf/dwarf_frame.c More... about 1 month ago