I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added include for missing stdbool.h in tests/macros.h More... about 11 years ago
Add 'truecolor [on|off]' as it cannot be correctly detected More... about 11 years ago
Added escfmt support to winmsg grammar More... about 11 years ago
Added `.' as a valid character for escflag More... about 11 years ago
Removing `l' in `rend attrvalue' nonterminal; keeping `B' for backwards compatibility More... about 11 years ago
Typo correction in winmsg EBNF for escchar in literal nonterminal More... about 11 years ago
Corrected optional rend attrmod nonterminal (not rend attrchtype) in EBNF grammar More... about 11 years ago
Initial grammar in EBNF for winmsg More... about 11 years ago
Updated winmsg.{c,h} copyright to include my changes More... about 11 years ago
Refactored MakeWinMsgEv slightly to remove ctrl variable More... about 11 years ago
%n refactored into WinNum handler; all escapes now have handlers More... about 11 years ago
Removed fallthrough to %n for unknown winmsg escapes More... about 11 years ago
Added WINESC_WIN_NUM More... about 11 years ago
Removed length check from MakeWinMsgEv More... about 11 years ago
Use size_t for len More... about 11 years ago
Added tests for wmbc_mergewmb and corrected expansion bug More... about 11 years ago
--std=c11 does not permit typeof; using __typeof__ for tests More... about 11 years ago
other escaped use \033 instead of \E More... about 11 years ago
add truecolor support to output More... about 11 years ago
add recognition of truecolor escape More... about 11 years ago
comm.h now depends on term.h More... about 11 years ago
Build will fail on preprocessor error in comm.sh More... about 11 years ago
Fix %{-;-} so it ends with defaults More... about 11 years ago
Committed forgotten mallocmock.c More... about 11 years ago
event handlers use void* nows (leftover from merge) More... about 11 years ago
Removed inline keyword from winmsg{buf,cond} More... about 11 years ago
wmbc_printf tests and corrections More... about 11 years ago
Corrected bug with lost renditions after encountering %: More... about 11 years ago
Added tests for wmbc_str{,n}cpy, along with function improvments/fixes More... about 11 years ago
FAILLOC now determines type using typeof; removed first argument and FAILLOC_PTR More... about 11 years ago