1
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 16 hours ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use asprintf(3) in a Linux-compatible way.
Edward Tomasz Napierała
as Edward Tomasz Napierala
More... about 11 years ago
Prepare for 1.2. More... over 11 years ago
Make it easy to run regression tests under valgrind by using tests/valgrind-tests script. More... over 11 years ago
Fix use-after-free. More... over 11 years ago
Remove unused assignment. More... over 11 years ago
The hyphens patch is no longer needed. More... over 11 years ago
Add Debian metadata. More... over 11 years ago
Typo. More... over 11 years ago
Plug memory leak. More... over 11 years ago
Fix use after free. More... over 11 years ago
Always set pointers to NULL after freeing. More... over 11 years ago
Update TODO, 1.1 was already released. More... over 11 years ago
Really fix the hyphens so that "lintian -EI --pedantic" doesn't complain. More... over 11 years ago
Use minus sign instead of hyphen for options in manual page. More... over 11 years ago
Define _GNU_SOURCE for backwards compatibility with Linux - without it, asprintf(3) results in compiler warning. More... over 11 years ago
Fix compiler warning in unvis(); from tmux. More... over 11 years ago
Use our local unvis(3) for backward compatiblity with Linux, which doesn't seem to provide it. More... over 11 years ago
Import unvis.c from FreeBSD-head. More... over 11 years ago
Looks like ungetc(3) doesn't set errno. More... over 11 years ago
Remove the assert; binary files trip it. More... over 11 years ago
Improve README. More... over 11 years ago
Update TODO. More... over 11 years ago
Fix the newline problem. More... over 11 years ago
Add test for parsing devd.conf. More... over 11 years ago
Don't crash on variables with no value and no children. More... over 11 years ago
Fix warning. More... over 11 years ago
Extend tests for C++ comments. More... over 11 years ago
Fix printf; since it's ifdefed out, it's a noop. More... over 11 years ago
Introduce ungetc_checked(). More... over 11 years ago
Apparently working '/* comment */' support. More... over 11 years ago