summaryrefslogtreecommitdiff
path: root/bin/ksh/emacs.c
AgeCommit message (Expand)Author
2006-05-13Coverity CID 3365: Fix inverted logic!christos
2006-04-01Coverity CID 1829: Fix memory leak.christos
2005-06-26warns=3christos
2005-05-23Fixed wrong use of the <ctype.h> functions by adding (unsigned char) casts.rillig
2005-02-11White space nit- don't put a space before/after increment/decrementsimonb
2004-10-28Add (unsigned char) casts to tolower/toupper and iscntrl calls.dsl
2004-07-07Truncate the prompt if too long. Fixes PR 24674, but not with the patch frommycroft
2004-07-07Cleanup of ksh memory handling from OpenBSD, via Stefan Krueger in PR 24962.mycroft
2004-02-26rename variable 'history' to 'histlist' to avoid clash with libeditjdolecek
2003-08-28In emacs mode, when expanding file names containing characters that shouldwiz
2003-08-26Push (into yank buffer) words only if force_push is TRUE;wiz
2003-08-26From OpenBSD:wiz
2003-08-26Allow single letters to be yanked, not only words of two or more letters.wiz
2003-08-26Add 'return' statement (and whitespace) to sync with OpenBSD versionwiz
2003-08-26From OpenBSD:wiz
2003-06-23Add NetBSD RCS Ids.agc
2002-10-10enable meta key in emacs mode for 7-bit locales. approved thorpej.provos
2002-09-27complete file names including a ~ correctly.provos
2002-09-25enable emacs mode, add tab key to do completion in emacs and vi mode.provos
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-09remove debug printf accidentaly left injdolecek
1999-11-08in emacs mode, escape the contents of completed word appropriately evenjdolecek
1999-11-02Implement (somewhat enhanced) idea stealed from bash:jdolecek
1999-10-20make this build with -Werrorhubertf
1999-10-20resolve conflictshubertf
1998-11-04char->unsigned char casts for is*()christos
1998-03-29- change "register" variables into int'smrg
1997-07-20Fix compiler warningschristos
1997-01-12RCS ID Policetls
1996-09-21import pdksh 5.2.8jtc