0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jun 12, 2024 — Jun 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of github.com:theY4Kman/viper More... over 14 years ago
support for delete key, thanks to jgriffiths (on github) More... over 14 years ago
Updated copyright notices for 2010 More... almost 15 years ago
Support API to save/load history on file More... almost 15 years ago
Fixed another mem leak More... almost 15 years ago
enabled debugging symbols in Make, used NULL instead of 0 introduced for a typo More... almost 15 years ago
Fixed one memleak, investigating the next one More... almost 15 years ago
README modified, again More... about 15 years ago
README modified More... about 15 years ago
Revert to fgets if stdin is not a tty More... about 15 years ago
Removed #include directives that included viper_metamod_wrappers.h to prevent redefinitions More... about 15 years ago
Reorganized #include directives so that Python.h ends up before any system headers for UNIX compatibility More... about 15 years ago
Renamed PyModule_AddStringMacro to PyModule_AddStringMacroFromChar to avoid redefinitions on Python versions 2.6 or greater More... about 15 years ago
Reorganized #include directives so that Python.h ends up before any system headers for UNIX compatibility More... about 15 years ago
Added definitions for non-WIN32 systems More... about 15 years ago
eterm removed from the blacklist More... about 15 years ago
support for blacklist terminals, reverting to fgets. More... about 15 years ago
README changes More... about 15 years ago
now the API to add an history entry has a const argument More... about 15 years ago
ctrl-t implemented More... about 15 years ago
supported more emacs bindings, don't wrap history forever but blocks on first and last item More... about 15 years ago
minor doc update More... about 15 years ago
API converted to be readline alike. Ctrl-d behavior fixed. More... about 15 years ago
minor doc update More... about 15 years ago
More precise motivations in README More... about 15 years ago
Ctrl-h problem fixed More... about 15 years ago
More internals documentation More... about 15 years ago
references comments updated with more links to escape sequences documentation More... about 15 years ago
Normalized line endings to LF More... about 15 years ago
Fix for an history bug More... about 15 years ago