1
I Use This!
Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cleanup and fix problems found by Sparse. More... almost 15 years ago
Make sure local functions are marked static. Sparse (cgcc) is very picky about such things, which is great. More... almost 15 years ago
Change mode 0644 on all source files. More... almost 15 years ago
Make sure to keep copies of config.guess & config.sub, not symlinks. More... almost 15 years ago
Migrate to libtool and regenerate configure script More... almost 15 years ago
Update with more files to ignore now that we're moving to libtool More... almost 15 years ago
Move TODO item from examples Makefile.am More... almost 15 years ago
Change bug-report-address. More... almost 15 years ago
Extend list of generated files in .gitignore More... almost 15 years ago
Rename old Bzr file More... almost 15 years ago
Merge in changes to debian/ from editline_1.12-6.debian.tar.gz More... almost 15 years ago
Fix make install problem with editline.3 man page More... over 15 years ago
Release 1.13.0. More... over 15 years ago
Minor cleanup before release. More... over 15 years ago
Add support for automake silent builds More... over 15 years ago
Change name from Minix editline to just editline. This also affects the library name, from libedit.a to libeditline.a More... almost 16 years ago
Add EXTRA_DIST=LICENSE to include missing license file. More... about 16 years ago
src/editline.c: tty_flush(): Silence compiler warning. More... over 16 years ago
Bump version to 0.3.0, ANSI arrow keys support feels like a big deal. More... over 16 years ago
Update TODO and add a NEWS file. More... over 16 years ago
config.h.in, configure, configure.ac: Add configure support for ANSI arrow keys. Tested OK with gnome-terminal. More... over 16 years ago
Fix GCC warning 's might possibly be used uninitialized" More... over 16 years ago
Updated ignored files. More... over 16 years ago
More build fixes, some code cleanup and untabify. More... over 16 years ago
Build fixes when building with GCC v4.3.2 and -W -Wall -Werror More... over 16 years ago
Change rl_complete() and rl_list_possib() to be function pointers instead. This is a much cleaner design and also works with or without the configure --enable-default-complete option. More... over 16 years ago
Basic support for custom completion handlers with the two "standard" rl_complete() and rl_list_possib(). Simply leave out complete.o from the default build and in all programs require these two functions to be supplied. More... over 16 years ago
Add note on custom completion support. More... almost 17 years ago
Update reminder of adding support for escape sequences. More... almost 17 years ago
Minix editline v0.2.1 ===================== More... almost 17 years ago