Age | Commit message (Expand) | Author |
2018-03-15 | Favor usage of __func__ in warning/error messages. Some of them referred to the | anton |
2018-01-16 | Introduce internal_warningf() and mark internal_errorf() as noreturn | Jeremie Courreges-Anglas |
2018-01-13 | remove unused parameter from the static function print_expansions(); | Ingo Schwarze |
2018-01-06 | Bring back the sign compare changes, this time with a fix from otto@ | Todd C. Miller |
2018-01-04 | Back out sign compare changes that appear to cause problems on hppa. | Todd C. Miller |
2018-01-01 | Add WARNINGS=yes to ksh and fix the resulting sign compare warnings. | Todd C. Miller |
2017-11-27 | Follow emacs mode and remove the interactive "version" function. | Theo Buehler |
2017-09-02 | whitespace commit from BC | Theo de Raadt |
2017-06-29 | Increase the input line buffer to 4096 bytes. | Martijn van Duren |
2017-05-31 | Let the 's' command delete the right number of bytes when UTF-8 | Ingo Schwarze |
2017-05-31 | Allow replacement of UTF-8 characters in vi mode. | anton |
2017-05-28 | Fix cursor position while removing characters from the command line. | anton |
2016-10-17 | simplify implementation of the '$' command, no functional change; | Ingo Schwarze |
2016-10-17 | resolve code duplication in domove() for the commands: b B w W | Ingo Schwarze |
2016-10-17 | No need to inspect LC_CTYPE: | Ingo Schwarze |
2016-10-17 | Make sure the cursor goes to the first byte of a UTF-8 character | Ingo Schwarze |
2016-10-11 | Partial UTF-8 line editing support for ksh(1) vi input mode; | Ingo Schwarze |
2015-12-22 | Assign pointer variables to NULL rather than 0. No functional change. | mmcc |
2015-11-05 | Capitalize entire macro name. | mmcc |
2015-11-05 | Remove an alias for a macro. | mmcc |
2015-10-19 | Move string.h include from sh.h to the files that use it. | mmcc |
2015-10-19 | Apply style(9) to header includes. | mmcc |
2015-10-15 | Introduce an unsigned char variable for the ctype function calls. | mmcc |
2015-09-18 | Last of the (thing *)0 -> NULL, from Michael McConville. No binary | Nicholas Marriott |
2015-09-17 | Remove unnecessary casts, from Michael McConville. No binary change. | Nicholas Marriott |
2015-09-15 | correct spelling of NULL from (char *)0. from Michael McConville. | Ted Unangst |
2015-09-10 | Replace newline and space defines by "\n" and " " directly, from Michael | Nicholas Marriott |
2015-09-01 | remove casts and null checks before free. from Michael McConville | Ted Unangst |
2013-12-18 | incorrect cast for ctype, spotted and repaired by LEVAI Daniel | Theo de Raadt |
2013-12-17 | ctype cleanups. Repeated re-audits of this sensitive area by okan and | Theo de Raadt |
2009-06-29 | make VSEARCH werase act like regular werase after the last change. | Martynas Venckus |
2009-06-10 | Fix problem with ^w fix that broke 'B' | Michael Erdely |
2009-06-04 | "make ksh vi mode handle werase more like vi. It's really irritating to | Michael Erdely |
2006-04-10 | fix lint comments, no functional changes; ok ray | Jared Yanovich |
2005-12-11 | fix a few name clashes with libc; found by lint. ok deraadt@ | Otto Moerbeek |
2005-03-30 | lots of indentation cleanup, now ksh is readable like our other code. | Theo de Raadt |
2005-03-28 | spacing | Theo de Raadt |
2005-01-27 | fix some vi-mode bugs spotted by jmc@ | Dan Harnett |
2004-12-22 | Use stdbool.h instead of rolling our own bools. | Todd C. Miller |
2004-12-20 | Ansification plus some minor knf. No binary change on i386 and | Otto Moerbeek |
2004-12-19 | spacing | Theo de Raadt |
2004-12-18 | deregister | Todd C. Miller |
2004-12-18 | Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. | Todd C. Miller |
2004-05-10 | double the command line buffer size (1024 -> 2048); ok millert deraadt | Peter Valchev |
2003-10-16 | Buffers are not strings so use memcpy(), not strlcpy() to copy them. | Todd C. Miller |
2003-03-13 | a few strcpy -> strlcpy; a couple people have mailed in a variety of | Theo de Raadt |
2002-04-29 | wierd -> weird | Peter Valchev |
1999-11-15 | Quote metachars on expand_word too; ok millert@ | Federico G. Schwindt |
1999-11-14 | quote metachars when completing filenames from jdolecek@netbsd. ok millert@ | David Leonard |
1999-07-14 | pdksh-5.2.14 | Todd C. Miller |