1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 27, 2025 — Feb 27, 2026
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... almost 13 years ago
Prepare for 1.2. More... over 13 years ago
Make it easy to run regression tests under valgrind by using tests/valgrind-tests script. More... over 13 years ago
Fix use-after-free. More... over 13 years ago
Remove unused assignment. More... over 13 years ago
The hyphens patch is no longer needed. More... over 13 years ago
Add Debian metadata. More... over 13 years ago
Typo. More... over 13 years ago
Plug memory leak. More... over 13 years ago
Fix use after free. More... over 13 years ago
Always set pointers to NULL after freeing. More... over 13 years ago
Update TODO, 1.1 was already released. More... over 13 years ago
Really fix the hyphens so that "lintian -EI --pedantic" doesn't complain. More... over 13 years ago
Use minus sign instead of hyphen for options in manual page. More... over 13 years ago
Define _GNU_SOURCE for backwards compatibility with Linux - without it, asprintf(3) results in compiler warning. More... over 13 years ago
Fix compiler warning in unvis(); from tmux. More... over 13 years ago
Use our local unvis(3) for backward compatiblity with Linux, which doesn't seem to provide it. More... over 13 years ago
Import unvis.c from FreeBSD-head. More... over 13 years ago
Looks like ungetc(3) doesn't set errno. More... over 13 years ago
Remove the assert; binary files trip it. More... over 13 years ago
Improve README. More... over 13 years ago
Update TODO. More... over 13 years ago
Fix the newline problem. More... over 13 years ago
Add test for parsing devd.conf. More... over 13 years ago
Don't crash on variables with no value and no children. More... over 13 years ago
Fix warning. More... over 13 years ago
Extend tests for C++ comments. More... over 13 years ago
Fix printf; since it's ifdefed out, it's a noop. More... over 13 years ago
Introduce ungetc_checked(). More... over 13 years ago
Apparently working '/* comment */' support. More... over 13 years ago