summaryrefslogtreecommitdiff
path: root/lib/libedit
AgeCommit message (Expand)Author
1999-11-26missing ,lukem
1999-11-13instead of using a private coord_t global variable to store the size of thelukem
1999-11-12- implement printing a right-side prompt. code derived from similar worklukem
1999-10-24Fix pointer arithmatic (caused problems on LP64, including ftp dumpinglukem
1999-10-15don't assume locales are not working - it may not be the casejdolecek
1999-10-04update post change to return value of tputs() third argumentlukem
1999-10-04remove some lintlukem
1999-09-26apparantly need <unistd.h> for portable way of getting _POSIX_VDISABLElukem
1999-09-21* in el_source():lukem
1999-09-21fix id header...lukem
1999-09-20more whitespace fascismlukem
1999-08-08minor tweak to previous fix: don't spuriously truncate final newlinesommerfeld
1999-08-02Fix PR7685 (gdb under emacs prints spurious ^M and messes up terminal)sommerfeld
1999-07-06Use LIBEDITDIR instead of CURDIR so we can use that Makefile to compilechristos
1999-07-03don't try to free() something allocated with alloca() in rl_complete_internal().lukem
1999-07-02More trailing white space.simonb
1999-06-12Make this compile under linuxchristos
1999-03-22Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-06Add missing , in he_errlist[] initializer. Yay lint.mycroft
1999-03-04Add minimal dependency to make "make depend" optionalitohy
1999-02-25Add a note to update src/distrib/sets/lists/base/shl.*, and add a missingabs
1999-02-07PR/6957: Wolfgang Helbig: libedit swaps CR and LF control chars.christos
1999-02-05delint.christos
1999-02-05Encode the history lines using strvis() before saving it. Fixes gdb historychristos
1999-02-05M-X:<enter> core-dumped.christos
1999-01-11In userland, pull in <errno.h> instead of <sys/errno.h> for the declarationkleink
1999-01-05fix history() prototype. (d@openbsd.org)lukem
1998-12-20Change multiple inclusion protection symbol name to NetBSD convention whichkleink
1998-12-12delintchristos
1998-12-12many problems; variables hidden by others, size_t <-> confusionchristos
1998-12-12- missing error message from array could cause core dumpchristos
1998-12-03per e-mail with christos: history_next_event() should return -1, not NULL,cgd
1998-09-28fix core-dump caused by maps not being initialized before tty is called.christos
1998-09-27Obey incoming tty char settings.christos
1998-09-02PR/6081: Wolfgang Helbig: search broken in vi mode. When patbuf was changedchristos
1998-07-29* add more checks for NULL pointers in passed argumentslukem
1998-06-08documentation is always probably incomplete; don't make an issue of itlukem
1998-06-01* implement CC_REFRESH_BEEP; as per CC_REFRESH but beep as well. thislukem
1998-05-20Show the simpler way.christos
1998-05-20Add H_APPEND to simplify the interface.christos
1998-05-20Fix for api changes.christos
1998-05-20Adjust for changes.christos
1998-05-20change M_* constants to MD_* to avoid clashes with <stream.h>christos
1998-05-20remove term_beep hack.christos
1998-05-20Bump!christos
1998-05-20cast is*() arg to unsigned charchristos
1998-05-20Adjust to the libedit api changes.christos
1998-05-20Add a function to be able to set the cursor to a given event number.christos
1998-05-20- add extra argument to el_initchristos
1998-05-20cast is*() arg to unsigned charchristos