summaryrefslogtreecommitdiff
path: root/bin/ksh/edit.c
AgeCommit message (Expand)Author
2018-06-03ksh: Remove symbol clash with libckamil
2017-07-01Kill enough K&R cruft to build with clang again.joerg
2017-06-30ksh: Eliminate dead function x_complete_word()kamil
2017-06-30ksh: Upgrade to C99 <stdbool.h>kamil
2017-06-30ksh: Drop support for systems without <sys/stat.h>kamil
2017-06-22Reapply removal of code from 90ties for OS/2 Cygwin AIX HPUX SCOUnixkamil
2017-06-22Temporarily revert previous.kamil
2017-06-22Remove sco unix 3.2v4.1 support (from 1992) from ksh(1)kamil
2017-06-22Remove os2 support in ksh(1)kamil
2017-06-22Remove ancient cygwin support in ksh(1)kamil
2010-06-05PR: 39604sjg
2010-04-02- int putbuf_func ARGS((const char *s, size_t len));plunky
2009-11-24Back out fix for PR 22846 as it has issues. See PR 22846 for details.seanb
2009-04-25Fix most of the -Wsign-compare issues.lukem
2007-01-28 * Escape '?', '[', ']' like other meta characters.cbiere
2006-05-14Don't free random memory; thanks gcc-4.christos
2006-04-27Avoid double free.christos
2006-04-24Coverity CID 2995: Fix memory leak.christos
2005-09-11Process window size changes after xread(). [change window size]christos
2005-06-26warns=3christos
2005-05-23Fixed wrong use of the <ctype.h> functions by adding (unsigned char) casts.rillig
2004-07-07Cleanup of ksh memory handling from OpenBSD, via Stefan Krueger in PR 24962.mycroft
2003-09-11Add ':' to the list of characters to be escaped. Fixes completion problemsjmmv
2003-08-26From OpenBSD:wiz
2003-06-23Add NetBSD RCS Ids.agc
2003-05-07Fix completion of files containing #. From Soren Jacobsen in PR 21486.wiz
2003-05-06Add ` (backquote) to quoted characters for completion. From fgsch@openbsd.wiz
2002-09-25change complete-list to first complete and then print a list,provos
2002-01-25Fix some aspects of globbing - in emacs mode at least.sjg
1999-11-02Implement (somewhat enhanced) idea stealed from bash:jdolecek
1999-10-20resolve conflictshubertf
1998-11-04char->unsigned char casts for is*()christos
1997-07-20Fix compiler warningschristos
1997-01-12RCS ID Policetls
1996-10-09import pdksh 5.2.9jtc
1996-09-21import pdksh 5.2.8jtc