Age | Commit message (Expand) | Author |
2014-12-12 | Range check the value of the base for typeset -i base x=y. Instead of | Jonathan Gray |
2014-12-09 | put back some information what the character classes actually mean; | Ingo Schwarze |
2014-12-09 | no more ctype(3); | Jason McIntyre |
2014-12-08 | Don't need special complex rand vs arc4random code. If the | Theo de Raadt |
2014-12-08 | fix crash when trying to apply ++ without an lvalue; ok millert@ jsg@ | Otto Moerbeek |
2014-11-20 | remove sys/file.h includes in favor of fcntl.h where needed. | Ted Unangst |
2014-08-27 | promote "times" to posix special built-in; | Jason McIntyre |
2014-08-17 | update the built-ins list: | Jason McIntyre |
2014-08-11 | Still need to separately set FD_CLOEXEC if the new fd was >= FDBASE. | Philip Guenther |
2014-08-10 | Replace F_DUPFD followed by setting FD_CLOEXEC with just F_DUPFD_CLOEXEC | Philip Guenther |
2014-02-12 | missing .An macros, based on a patch from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2014-01-28 | update book references; | Jason McIntyre |
2014-01-20 | Obvious .Xr fixes, found while testing mandocdb(8). | Ingo Schwarze |
2013-12-20 | Fix a crash in ksh when trying to access ${12345678901234567890} | Vadim Zhukov |
2013-12-18 | incorrect cast for ctype, spotted and repaired by LEVAI Daniel | Theo de Raadt |
2013-12-18 | Remove artificial limit on the max array index. | Todd C. Miller |
2013-12-17 | ctype cleanups. Repeated re-audits of this sensitive area by okan and | Theo de Raadt |
2013-12-02 | Move ksh test files into regressMove ksh test files into regressMove ksh test... | Todd C. Miller |
2013-11-28 | remove trailing whitespaces; use tabs instead of spaces where appropriate; | Igor Sobrado |
2013-11-14 | be more specific in ulimit error messages. | Marc Espie |
2013-11-12 | add a variety of missing prototypes | Theo de Raadt |
2013-09-14 | Back out revision 1.38. Commands executed via `foo` or $( bar ) | Todd C. Miller |
2013-09-04 | Add a proper suspend builtin that saves/restores the tty and pgrp | Todd C. Miller |
2013-07-01 | Make $(< /nonexistent) have the same behaviour as $(cat /nonexistent) | Jeremie Courreges-Anglas |
2013-06-19 | Add test for syn.c revision 1.29 | Todd C. Miller |
2013-06-19 | Commands executed via `foo` or $( bar ) should not inherit "set -e" | Todd C. Miller |
2013-06-16 | set -e should not affect command substitution, e.g. `foo` or | Todd C. Miller |
2013-06-15 | Add test for trapping both ERR and EXIT, fixed by revision 1.48 | Todd C. Miller |
2013-06-15 | Run any pending traps before calling the EXIT or ERR traps when -e | Todd C. Miller |
2013-06-14 | Add -T option to set the temp dir. | Todd C. Miller |
2013-06-14 | Use mkstemp/mkdtemp not $$ for temp files. | Todd C. Miller |
2013-06-14 | Exit with non-zero status if a test unexpectedly failed. | Todd C. Miller |
2013-06-14 | Adapt OpenBSD ksh regress tests to the pdksh test harness. | Todd C. Miller |
2013-06-13 | Document correct interaction of -e flag with && and ||. OK jmc@ | Todd C. Miller |
2013-06-10 | POSIX specifies that for an AND/OR list, only the last command's | Todd C. Miller |
2013-06-03 | for var in; do ... shouldn't be interpreted as for var; do ... | Jeremie Courreges-Anglas |
2013-06-03 | add : to special chars. | Ted Unangst |
2013-04-19 | handle long long time_t | Theo de Raadt |
2013-04-19 | Add support for printing long long (%lld). OK deraadt@ | Todd C. Miller |
2013-04-16 | remove unneccessary time_t * cast | Theo de Raadt |
2013-04-05 | SECONDS is, in a highly theoretical way, not y2k38 safe. comment it. | Ted Unangst |
2013-03-28 | Don't die with SIGFPE on LONG_MIN / -1 or % -1. Instead make LONG_MIN / | Nicholas Marriott |
2013-03-20 | Remove bogus #if 0'd code. As the comment says, POSIX doesn't need this. | Todd C. Miller |
2013-03-18 | Keep documentation in sync with reality and update binding examples. | Martin Pieuchot |
2013-03-03 | Fix quoting in word part of ${var+word} (and similar) when entire thing | Philip Guenther |
2013-01-21 | revert the tweak part of the last commit which, apart from the | Alexander Hall |
2013-01-20 | Fix backslash escaping during filename tab-completion in ksh. | Stefan Sperling |
2013-01-17 | remove some uesless Pp; | Jason McIntyre |
2012-09-10 | fake a sigwinch after each job, so if the terminal changes size, | Ted Unangst |
2012-09-06 | Avoid modifying argv when building argv for $* and $@ since it will | Todd C. Miller |