0
I Use This!
Inactive

Commits : Listings

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