Age | Commit message (Expand) | Author |
2018-01-16 | Introduce internal_warningf() and mark internal_errorf() as noreturn | Jeremie Courreges-Anglas |
2018-01-14 | unifdef BRACE_EXPAND; ok jca@ | anton |
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-08-27 | Remove unused copy_non_glob() in ksh. | Nayden Markatchev |
2017-07-04 | Backout previous due to a bug discovered by zhuk@ that requires some tinkering | anton |
2017-07-04 | Add support for pattern substitution to variables in ksh using a common syntax | anton |
2017-05-01 | Quiet an "implicit conversion from 'int' to 'char' changes value" | Todd C. Miller |
2016-03-05 | POSIX-compliant behavior of "set -u" regarding "$*" and "$@" specials | Dmitrij Czarkoff |
2015-12-30 | rename global "e" to genv to avoid accidental shadowing and aliasing. | Ted Unangst |
2015-12-14 | Move system headers from sh.h to those files that actually need them. | tb |
2015-11-12 | Use isdigit() instead of ksh's homebrewed alternative. | mmcc |
2015-10-19 | Remove the define NOT, replace it with '!'. No binary change. | 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-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 |
2013-09-14 | Back out revision 1.38. Commands executed via `foo` or $( bar ) | Todd C. Miller |
2013-07-01 | Make $(< /nonexistent) have the same behaviour as $(cat /nonexistent) | Jeremie Courreges-Anglas |
2013-06-19 | Commands executed via `foo` or $( bar ) should not inherit "set -e" | Todd C. Miller |
2011-10-11 | gc unused var; from Michael W. Bombardieri | Otto Moerbeek |
2011-03-15 | fix uninitialized variable warnings (lifted from mksh). | Okan Demirmen |
2010-03-24 | fix the cases where ${name#pat} and ${name%pat} will generate an empty word | Federico G. Schwindt |
2009-01-29 | pass "xerrok" status across the execution call stack to more closely | Jared Yanovich |
2007-08-02 | backout last change; iff is right. | Federico G. Schwindt |
2007-08-02 | while i'm here: iff -> if | Federico G. Schwindt |
2007-08-02 | fix memory leaks and one potential null deref found by coverity. from netbsd. | Federico G. Schwindt |
2006-04-10 | fix lint comments, no functional changes; ok ray | Jared Yanovich |
2006-03-17 | Simplify savefd() by removing the "noclose" flag and make noclose | Todd C. Miller |
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-02-25 | knf | Theo de Raadt |
2005-02-02 | Introduce POSIX hex and octal (0x... and 0...) constants in arithmetic | Otto Moerbeek |
2004-12-22 | Fix previous commit here, I add the case statement to the wrong switch. | Todd C. Miller |
2004-12-22 | Make 'echo ${a[@]:?foo}' produce an error, not a core dump. | Todd C. Miller |
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-18 | deregister | Todd C. Miller |
2004-12-18 | Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. | Todd C. Miller |
2004-12-13 | Restore sp before calling snptreef() so the error message contains | Todd C. Miller |
2004-12-09 | partially backout prevous commit, it breaks eval of ${a[@]} | Otto Moerbeek |
2004-12-08 | Fix core dumps for ${@:?word} and ${foo[@]?bar}. With help from | Todd C. Miller |
2004-11-25 | Change the behavior of IFS word-splitting: split words | Jared Yanovich |
2003-11-10 | If "from fd" == "to fd" don't call dup2() or close "from fd". | Todd C. Miller |
2003-04-16 | string cleaning. ok tedu@ | Thierry Deval |
2003-03-10 | spelling fixes | David Krause |
2003-02-28 | typos; from Brian Poole | Jason McIntyre |
2002-06-09 | knf | Todd T. Fries |