Age | Commit message (Expand) | Author |
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 |
2012-09-05 | backout, Todd's version may be cleaner, but it's also wrong. | Marc Espie |
2012-09-05 | sh -c should not munge argv[]. | Marc Espie |
2012-07-08 | Document ${var[@]} and ${var[*]} | Philip Guenthe |
2012-06-27 | fptreef() always returns 0 and we never use the return value anyway, | Otto Moerbeek |
2012-06-19 | for arithmetic expressions, note that: | Jason McIntyre |
2012-06-10 | Correctly expand bindings containing macros. Fix a regression introduced | Martin Pieuchot |
2012-04-30 | generalise ksh keybinding system - bindings are no longer limited in | Damien Miller |
2012-02-19 | Allow for more vars in hash table, improve hash function, increase | Otto Moerbeek |
2012-02-02 | bound chaeck table expansion; problem seen by Michael Niedermayer; | Otto Moerbeek |
2011-10-11 | gc unused var; from Michael W. Bombardieri | Otto Moerbeek |
2011-09-07 | beter determination if the shell is restricted; from Alf Schlichting. | Otto Moerbeek |
2011-09-05 | Fix hang in emacs mode. To reproduce the hang go like: "^[16000l" which | Marco Peereboom |
2011-09-03 | make -column lists pretty again; | Jason McIntyre |
2011-05-30 | typo; Alexander Polakov | Martynas Venckus |
2011-04-23 | improve line breaking in SYNOPSIS now that semantics of the .Bk macro | Igor Sobrado |
2011-03-15 | fix uninitialized variable warnings (lifted from mksh). | Okan Demirmen |
2011-03-14 | remove unused SILLY game of life. | Okan Demirmen |
2011-03-09 | substitute '~' for $HOME in the \W prompt case; matches bash's behavior. | Okan Demirmen |
2010-09-20 | according to ingo, it isn;t a problem to have empty [BDS]q macros, so | Jason McIntyre |
2010-09-18 | some macro cleanup: | Jason McIntyre |
2010-07-15 | When the first argument or arguments of a macro are opening delimiters | Ingo Schwarze |
2010-07-12 | ksh.1: add ((, )), ]], and `name' to the list of reserved words for compounds | Jason McIntyre |
2010-05-20 | Escape "=", remove if 0'd out code and simplify check in x_print_expansions. | Federico G. Schwindt |
2010-05-19 | properly keep track of the line number after a trap. | Jasper Lievisse Adriaanse |
2010-05-10 | tweak previous; | Jason McIntyre |
2010-05-10 | unset doesn't fail except for read-only variables and functions | Matthias Kilian |
2010-05-01 | Correct a comment; from dawedawe (at) gmx.de | Philip Guenthe |
2010-03-27 | `b' and `c' arguments to mknod are not optional; from LEVAI Daniel | Jason McIntyre |
2010-03-24 | fix the cases where ${name#pat} and ${name%pat} will generate an empty word | Federico G. Schwindt |
2010-02-26 | Array indices are limited to 0 through 10239 now. | william |
2010-02-25 | get rid of overlapping blocks discouraged by mdoc.samples(7); | Ingo Schwarze |
2010-01-04 | Crank max array size in ksh to 10K-1, since 2047 is too restrictive. | Theo de Raadt |
2009-12-13 | remember to restore errno (ie. stop someone from making a mistake later) | Theo de Raadt |
2009-12-12 | a dangling do / while that was very very ugly | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-07-02 | avoid infinite recursion if unlink fails. reported by Stefan Pettersson | Martynas Venckus |
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 |
2009-06-02 | fix macro handling | Alexander Hall |
2009-06-01 | please sthen the 80 character pedant | Theo de Raadt |
2009-06-01 | "let --" was crashing ksh; found by phy0@rambler.ru. Various other expressions | Theo de Raadt |
2009-05-28 | fix missing bracket by slightly rewriting; from Alan R. S. Bueno | Jason McIntyre |
2009-05-05 | Fix usage string for mknod builtin. | Todd C. Miller |