summaryrefslogtreecommitdiff
path: root/lib/libedit/TEST
AgeCommit message (Expand)Author
2017-10-15Add copyright and rcs header to the test program.abhinav
2017-10-15Add support for escaping special characters when doing filename completion.abhinav
2016-03-23Start removing the WIDECHAR ifdefs; building without it has stopped workingchristos
2016-02-29convert to 2 clausechristos
2016-02-17whitespace and header sorting changes (Ingo Schwarze). No functional changes.christos
2016-02-15Compile with WIDECHAR the same way the main Makefile does (Ingo Schwarze)christos
2014-06-18cast gotsig because it is long on some systems.christos
2011-11-18Initialize res (Kamil Dudka)christos
2011-08-04need err.h nowchristos
2011-07-28- check and don't cast malloc returnchristos
2011-07-27add history testing code.christos
2010-09-16unbreak readline history.christos
2010-04-18\033 is more portable than \e still.christos
2010-04-15From Jess Thrysoee: call setlocale so we can test UTF-8christos
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2010-01-03rename historyw -> history_w for consistency.christos
2009-07-17Use the proper prompt printing function.christos
2009-03-31Implement literal prompt sequences. Now someone can implementchristos
2006-08-31Rename TEST/test.c to avoid problems when doing a cleandir on case-insensitiverpaulo
2005-06-01Don't use non-standard uint or u_int.lukem
2005-05-28fix for WARNS=3lukem
2005-05-18Make signal handler safe. From Michael Knudsen, many thanks.christos
2003-12-08update for function name changelukem
2003-12-05Tokenization function enhancements:lukem
2003-10-16I got tired of typing a cc line.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-08-09Remove extraneous \n's in {err,warn}{,x}.soren
2002-03-23make sure this compiles cleanly and works.christos
2002-03-18- constify; passes all gcc and lint strict checks.christos
2000-09-04convert to new style guidelukem
1999-09-21fix id header...lukem
1999-07-02More trailing white space.simonb
1998-05-20Show the simpler way.christos
1998-05-20Fix for api changes.christos
1997-10-23make this compile with the new libedit history()lukem
1997-01-11RCSid policelukem
1995-10-15Added history load and save to file functions.christos
1994-05-06libedit!cgd