Commit Graph

  • 87e69be38b Add support for inhibiting completion: rl_inhibit_completion Joachim Nilsson 2010-08-11 13:14:32 +0200
  • f984a48dae Update TODO and change to use org-mode. Joachim Nilsson 2010-08-11 12:48:36 +0200
  • d4d0c002dc Update build instructions with info on --prefix Joachim Nilsson 2010-08-08 17:20:36 +0200
  • 2b747467f0 Add the customary INSTALL file with some basic help on the build process. Joachim Nilsson 2010-08-08 17:17:12 +0200
  • 56478685d6 Remember to check custom completion handlers before release. Joachim Nilsson 2010-08-07 12:24:05 +0200
  • 9b3137eb1b Merge branch 'master' into readline-compat-for-fileman readline-compat-for-fileman Joachim Nilsson 2010-08-07 00:30:14 +0200
  • 4e8b3caed0 First shot at actually scrolling the line when input exceeds tty_cols. line-scroll Joachim Nilsson 2010-08-07 00:12:54 +0200
  • 78d9a3a07a Only display return from readline() when there's something to show. Joachim Nilsson 2010-08-07 00:08:31 +0200
  • 916fac7cad Line scroll branch todo. Joachim Nilsson 2010-08-06 23:56:51 +0200
  • 1c89c9886c Refactor tty_info() to make rl_reset_terminal() useful. Joachim Nilsson 2010-08-05 15:14:06 +0200
  • de6ff117bb Implement compat. support for rl_instream and rl_outstream Joachim Nilsson 2010-08-05 13:20:35 +0200
  • 5e9177fd18 Add support for el_bind_key() and example usage binding '?' in examples/cli.c Joachim Nilsson 2010-08-05 12:48:51 +0200
  • 27fcc878a1 Make sure rl_instream defaults to NULL and add rl_outstream. Joachim Nilsson 2010-08-05 02:00:35 +0200
  • 5de90af58f Fix new GNU Readline compat function pointers. Joachim Nilsson 2010-08-05 01:56:09 +0200
  • 0a75b182b1 Improve GNU readline compat, patch by Steve Tell in 1997 and 1998 Joachim Nilsson 2010-08-05 01:08:30 +0200
  • 6a8ecd7e2e Remove unused constant 'HIDE' Joachim Nilsson 2010-08-04 03:08:38 +0200
  • bdf5384c5b Build examples (tests) as static, for easy debugging. Joachim Nilsson 2010-08-04 02:44:20 +0200
  • ff404e2088 Move to use AS_HELP_STRING() and make default-complete enabled by default. Joachim Nilsson 2010-08-04 02:39:57 +0200
  • d04bdaf38f Add support for read_history(char *filename) and write_history(char *filename) Joachim Nilsson 2010-08-04 02:23:05 +0200
  • aea0d60478 Remove copyright, not big enough contribution - also, was not even in patch from Mr. Black. Joachim Nilsson 2010-08-04 02:18:44 +0200
  • 04a0cbd902 Allocate history scrollback buffer at runtime instead of at configure. Joachim Nilsson 2010-08-04 02:12:19 +0200
  • 55aaddbc54 Restore add_history(), for compat and simplify code. Joachim Nilsson 2010-08-03 21:01:01 +0200
  • dde4471eda Merge branch 'master' of ssh://vmlinux.org/pub/git/editline Joachim Nilsson 2010-08-03 00:34:39 +0200
  • 76ec5adba6 ANSI-fication and minor cleanup of old OS-9 files. Joachim Nilsson 2010-08-03 00:26:06 +0200
  • 80ca9e1811 Restore previously discarded (and incomplete) OS9 backend files. Joachim Nilsson 2010-08-03 00:14:48 +0200
  • b48de203e7 Always build complete.c now that we have changed completion handling. Joachim Nilsson 2010-08-02 16:02:59 +0200
  • 3fedfd4444 Update man page slightly. Joachim Nilsson 2010-07-31 02:27:24 +0200
  • c0d7a14490 Merge branch 'master' into readline-compat-for-fileman Joachim Nilsson 2010-07-30 03:10:11 +0200
  • 19f1943f6f Initial, and very poor, UTF-8 support. utf8 Joachim Nilsson 2010-07-30 02:14:35 +0200
  • f1edf7ae52 Replace previous commit for quoted chars with a much improved one. Joachim Nilsson 2010-07-30 02:03:46 +0200
  • 2a9b087bbc Update with more wish-list items, UTF-8 support is not high prio, but would be neat. Joachim Nilsson 2010-07-30 01:56:25 +0200
  • f617f84293 Fix display of quoted (contro) characters w/o breaking 8-bit display Joachim Nilsson 2010-07-26 02:09:15 +0200
  • bde0c0c9d6 Cuddle else statments, that's the way of the samurai - also minor cleanup. Joachim Nilsson 2010-07-26 02:03:31 +0200
  • 02acd55b2e Support for capitalizing words (M-c) from Festival speech-tools by Alan W Black <awb()cstr!ed!ac!uk> Joachim Nilsson 2010-07-26 01:44:18 +0200
  • 167059d159 Obfuscate email address Joachim Nilsson 2010-07-25 22:22:56 +0200
  • 20c55a58da Add el_bind_key_in_metamap() from Festival speech-tools. Joachim Nilsson 2010-07-25 22:17:10 +0200
  • 0d9ce0ce06 Refactor of variable names, for improved readline compat. Joachim Nilsson 2010-07-25 22:14:14 +0200
  • 67e9aa3f2b Revert broken Debian patch for 8-bit char input, fix tty_show() instead. Joachim Nilsson 2010-07-25 22:01:04 +0200
  • dbad0d0871 Minor. Joachim Nilsson 2010-07-25 21:43:41 +0200
  • f16cbece5a Rename Signal --> el_intr_pending. From Festival speech-tools. Joachim Nilsson 2010-07-24 03:46:58 +0200
  • be921400bb Merge el_no_echo patch from Festival speech-tools editline fork Joachim Nilsson 2010-07-24 03:38:25 +0200
  • 83e4837f39 Remove unused CHAR type and replace SIZE_T with size_t, we check for that. Joachim Nilsson 2010-07-24 03:12:45 +0200
  • a7eea67253 Cast size_t to int, confuses some compilers otherwise. Joachim Nilsson 2010-07-24 03:09:00 +0200
  • 8e13c7b5ae Fix memory leak Joachim Nilsson 2010-07-24 03:05:23 +0200
  • 02ea37e4de Clarify code when CONFIG_ANSI_ARROWS is selected. Joachim Nilsson 2010-07-24 02:52:51 +0200
  • c7b78df006 Fix lingering bug, post incrementing pointers is almost never a good idea. Joachim Nilsson 2010-07-24 02:46:04 +0200
  • 5a8ad742d9 Adding -Wcast-qual revealed some more interesting casts. Joachim Nilsson 2010-07-24 02:39:45 +0200
  • 522e534448 Remove unnecessary casts. Joachim Nilsson 2010-07-24 02:21:28 +0200
  • d4aa5ac293 Minor cleanup Joachim Nilsson 2010-07-24 02:15:18 +0200
  • a848011073 Move strdup() fallback implementation to platform code. Joachim Nilsson 2010-07-24 02:02:56 +0200
  • ceb1995733 Add fallback backspace in case tgetstr("le") fails. Joachim Nilsson 2010-07-24 02:02:14 +0200
  • 98b846c8b1 Revert function pointers for rl_complete() and rl_list_possib() introduced in 0.2.2. Joachim Nilsson 2010-07-24 00:50:40 +0200
  • 511a1a65a4 Nuke NEW, DISPOSE, RENEW, and COPYFROMTO macros, by Johan Danielsson Joachim Nilsson 2010-07-23 11:01:51 +0200
  • 64219dc1f0 \? -> ? by Johan Danielsson of Heimdal project http://github.com/heimdal/heimdal Joachim Nilsson 2010-07-23 09:54:08 +0200
  • b51dad6408 Minor fixes from changeset a5f54865d41c3f181a06 from Heimdal project http://github.com/heimdal/heimdal Joachim Nilsson 2010-07-23 09:46:49 +0200
  • 45bae5b240 Early beginnings of increased compatibility with GNU readline Joachim Nilsson 2010-07-22 09:58:24 +0200
  • a855f4e0e6 Add fileman from BSD libedit-20100424-3.0 Joachim Nilsson 2010-07-22 09:57:20 +0200
  • cc1fd1e9dc Add more TODO items. Joachim Nilsson 2010-07-20 00:18:51 +0200
  • 536dcacb06 Rename and globalize internal data structures to make more similar to GNU Readline Joachim Nilsson 2010-07-20 00:18:20 +0200
  • 009d3f0568 Make UNIQUE_HISTORY configurable, remove TODO items and old Minix Makefile Joachim Nilsson 2010-07-19 04:13:11 +0200
  • 60245e5e51 Make sure to only export if new --enable-termcap is set. Joachim Nilsson 2010-07-19 03:33:39 +0200
  • 576e437290 Bump version to 1.14.0-rc1 Joachim Nilsson 2010-07-18 19:00:13 +0200
  • 6d2f4c99a3 Add configurable support for using termcap library for terminal size. Joachim Nilsson 2010-07-18 18:57:07 +0200
  • 8b85bab216 Improve handling of ioctl() errors, cleanup and comment on ordering. Joachim Nilsson 2010-07-18 16:07:02 +0200
  • a0ec848f7b Cleanup configure.ac a bit Joachim Nilsson 2010-07-18 16:05:56 +0200
  • d76ca9f1d6 Update Makefile.in's after last configure.ac change Joachim Nilsson 2010-07-18 12:55:44 +0200
  • 98fbc6cd41 Spellcheck comment Joachim Nilsson 2010-07-18 05:22:45 +0200
  • 4c4a7e808c Make scrollback history (HIST_SIZE) configurable Joachim Nilsson 2010-07-18 05:19:03 +0200
  • 7d0aff5ba3 Remove obsolete checks, all current systems today have dirent.h Joachim Nilsson 2010-07-18 03:37:23 +0200
  • f874ad60ab Configure sets HAVE_STRDUP, check for that instead of NEED_STRDUP. Joachim Nilsson 2010-07-18 03:36:05 +0200
  • 2d2ec7db98 Improve GCC warning and error triggers and also improve check of GCC version. Joachim Nilsson 2010-07-18 02:51:25 +0200
  • ca56b74763 Update .gitignore Joachim Nilsson 2010-07-18 02:50:09 +0200
  • 89261724d2 Fix function declaration, non-ANSI style. Joachim Nilsson 2010-07-18 02:42:05 +0200
  • 885475fc49 Fix invalid function pointer declarations. Joachim Nilsson 2010-07-18 02:41:38 +0200
  • ad0fee03aa Fix recently broken --enable-default-complete and simplify configure script. Joachim Nilsson 2010-07-18 02:30:30 +0200
  • da4bd00eef Fix qsort() wrapper definition, missing const directives. Joachim Nilsson 2010-07-18 02:28:52 +0200
  • 3c4cf96bfc More cleanup. Added license blurb to top of all source files. Joachim Nilsson 2010-07-18 01:41:18 +0200
  • 00dd651835 Minor update. Joachim Nilsson 2010-07-18 01:39:07 +0200
  • 34a314c8e7 ANSI-fication and lots of minor fixes inspired by Sparse warnings. Joachim Nilsson 2010-07-17 22:38:05 +0200
  • 4c9c71faae Cleanup and fix problems found by Sparse. Joachim Nilsson 2010-07-17 22:23:21 +0200
  • cbf276d9ff Make sure local functions are marked static. Sparse (cgcc) is very picky about such things, which is great. Joachim Nilsson 2010-07-17 22:18:17 +0200
  • 722dae35a2 Change mode 0644 on all source files. Joachim Nilsson 2010-07-17 22:08:32 +0200
  • c52e75cb01 Make sure to keep copies of config.guess & config.sub, not symlinks. Joachim Nilsson 2010-07-17 22:04:08 +0200
  • e16f245672 Migrate to libtool and regenerate configure script Joachim Nilsson 2010-07-17 22:00:06 +0200
  • bc6dd1c34e Update with more files to ignore now that we're moving to libtool Joachim Nilsson 2010-07-17 21:59:36 +0200
  • 07fe826324 Move TODO item from examples Makefile.am Joachim Nilsson 2010-07-17 21:55:43 +0200
  • 9973cc2a9a Change bug-report-address. Joachim Nilsson 2010-07-17 21:45:39 +0200
  • 348eb97440 Extend list of generated files in .gitignore Joachim Nilsson 2010-07-17 20:20:31 +0200
  • e0c7e38d4e Rename old Bzr file Joachim Nilsson 2010-07-17 20:13:39 +0200
  • e8fc7788aa Merge in changes to debian/ from editline_1.12-6.debian.tar.gz Joachim Nilsson 2010-07-17 19:56:24 +0200
  • be016e4866 Fix make install problem with editline.3 man page 1.13.0 Joachim Nilsson 2010-03-09 22:04:13 +0100
  • 2b8e5ef78b Release 1.13.0. Joachim Nilsson 2010-03-09 21:23:40 +0100
  • 87edc33897 Minor cleanup before release. Joachim Nilsson 2010-03-09 21:18:03 +0100
  • 8ff3272698 Add support for automake silent builds Joachim Nilsson 2010-01-16 22:42:21 +0100
  • fc498f305b Change name from Minix editline to just editline. This also affects the library name, from libedit.a to libeditline.a Joachim Nilsson 2009-06-14 20:17:10 +0200
  • 48465835b8 Add EXTRA_DIST=LICENSE to include missing license file. Joachim Nilsson 2009-04-06 02:30:25 +0200
  • 5b27b6ce4f src/editline.c: tty_flush(): Silence compiler warning. 0.3.0 Joachim Nilsson 2009-02-08 22:09:02 +0100
  • e828182cb0 Bump version to 0.3.0, ANSI arrow keys support feels like a big deal. Joachim Nilsson 2009-02-08 21:21:08 +0100
  • c1b3d17926 Update TODO and add a NEWS file. Joachim Nilsson 2009-02-08 21:19:38 +0100
  • 69e01d11d4 config.h.in, configure, configure.ac: Add configure support for ANSI arrow keys. Tested OK with gnome-terminal. Joachim Nilsson 2009-02-08 21:13:54 +0100