summaryrefslogtreecommitdiff
path: root/bin/ksh/edit.c
AgeCommit message (Expand)Author
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-27Some asprintf() calls were checked < 0, rather than the precise == -1.Theo de Raadt
2018-12-30Delete unnecessary <libgen.h> #includesPhilip Guenther
2018-06-18Add clear-screen emacs editing command, currently not bound to aTodd C. Miller
2018-04-09Support 64 bit integers on 32 bit architectures.Tobias Stoeckmann
2018-03-15Favor usage of __func__ in warning/error messages. Some of them referred to theanton
2018-01-16Introduce internal_warningf() and mark internal_errorf() as noreturnJeremie Courreges-Anglas
2018-01-15Stop pretending we support building ksh without EDIT/HISTORY supportJeremie Courreges-Anglas
2018-01-06Bring back the sign compare changes, this time with a fix from otto@Todd C. Miller
2018-01-04Back out sign compare changes that appear to cause problems on hppa.Todd C. Miller
2018-01-01Add WARNINGS=yes to ksh and fix the resulting sign compare warnings.Todd C. Miller
2017-12-27Add -Wshadow to Makefile and fix the resulting warnings. Many ofTodd C. Miller
2016-09-08Don't try to look up array names for complete_* that aren'tNicholas Marriott
2016-09-07remove unused variable 'last'David Coppa
2016-09-04Allow simple custom completions by creating an array namedNicholas Marriott
2016-08-16Avoid a compiler warning about use of uninitialized l.beg emittedTheo Buehler
2016-03-17remove some ARGSUSEDmmcc
2015-12-30rename global "e" to genv to avoid accidental shadowing and aliasing.Ted Unangst
2015-12-14Move system headers from sh.h to those files that actually need them.tb
2015-11-01Add uses of areallocarray(). mksh and Bitrig ksh already have similarmmcc
2015-10-21Assign pointer to NULL rather than 0.mmcc
2015-10-19Move string.h include from sh.h to the files that use it.mmcc
2015-10-19Apply style(9) to header includes.mmcc
2015-10-09remove null check before afree. from Michael McConvilleTed Unangst
2015-09-26Remove EXTERN from edit.[ch], from Michael McConville.Nicholas Marriott
2015-09-18Last of the (thing *)0 -> NULL, from Michael McConville. No binaryNicholas Marriott
2015-09-17Remove unnecessary casts, from Michael McConville. No binary change.Nicholas Marriott
2015-09-15correct spelling of NULL from (char *)0. from Michael McConville.Ted Unangst
2015-09-01remove casts and null checks before free. from Michael McConvilleTed Unangst
2015-03-12Escape ! characters for tab-completion, required for "set -o csh-history" users.Stuart Henderson
2013-12-17ctype cleanups. Repeated re-audits of this sensitive area by okan andTheo de Raadt
2013-06-03add : to special chars.Ted Unangst
2013-01-21revert the tweak part of the last commit which, apart from theAlexander Hall
2013-01-20Fix backslash escaping during filename tab-completion in ksh.Stefan Sperling
2012-09-10fake a sigwinch after each job, so if the terminal changes size,Ted Unangst
2010-05-20Escape "=", remove if 0'd out code and simplify check in x_print_expansions.Federico G. Schwindt
2007-08-02fix memory leaks and one potential null deref found by coverity. from netbsd.Federico G. Schwindt
2007-08-01escape [, ], and ? as well. from cbiere@netbsd.Federico G. Schwindt
2005-12-11fix a few name clashes with libc; found by lint. ok deraadt@Otto Moerbeek
2005-09-11Process window size changes after xread(). [change window size]Otto Moerbeek
2005-04-13use STD{IN,OUT,ERR}_FILENOTheo de Raadt
2005-03-30lots of indentation cleanup, now ksh is readable like our other code.Theo de Raadt
2005-02-25knfTheo de Raadt
2004-12-22Use stdbool.h instead of rolling our own bools.Todd C. Miller
2004-12-20Ansification plus some minor knf. No binary change on i386 andOtto Moerbeek
2004-12-19spacingTheo de Raadt
2004-12-18Use struct termios instead of TTY_state typedefTodd C. Miller
2004-12-18Flags set in signal handlers should be volatile sig_atomic_tTodd C. Miller
2004-12-18Use _POSIX_VDISABLE directly instead of assigning it to a variable.Todd C. Miller
2004-12-18Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.Todd C. Miller