0
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
Updated version no. More... about 17 years ago
Vert output can now handle multibyte chars. More... about 17 years ago
Multibyte stuff. More... about 17 years ago
Use wchar dimensions for horiz output. More... about 17 years ago
Initial wchar hack. More... about 17 years ago
_XOPEN_SOURCE. More... about 17 years ago
Added parsing. More... about 17 years ago
Action line parsing. More... about 17 years ago
Pipe bug. More... about 17 years ago
Free chunk data. More... about 17 years ago
Implemented parse_string(). More... about 17 years ago
Refactored parsing to faciliate action line parsing. More... about 17 years ago
Parsing for commands. More... about 17 years ago
Implemented buffer_dup2str(). More... about 17 years ago
Removed unused buffer_copy(). More... about 17 years ago
Renamed sql_buffer to buffer, since it's not just used for SQL any more. More... about 17 years ago
Implemented get_buffer_type. More... about 17 years ago
Function names. More... about 17 years ago
Removed some obsolete TODOs. More... about 17 years ago
Ignore SIGPIPE. More... about 17 years ago
Error handling consistency. More... about 17 years ago
Cope with missing $HOME. More... about 17 years ago
Removed readline dependency. More... about 17 years ago
Only use history if readline is available. More... about 17 years ago
Removed config.h include from common.h and added it manually at top of includes where necessary. More... about 17 years ago
Don't bomb out if readline not present. More... about 17 years ago
Make file redirects a pipe so that the shell will do word expansion etc. More... about 17 years ago
Removed unnecessary printfs. More... about 17 years ago
Removed unnecessary printfs. More... about 17 years ago
Removed unnecessary strlen. More... about 17 years ago