Age | Commit message (Expand) | Author |
2009-09-10 | improve DESCRIPTION: note that hostname(1) can actually set the hostname, | Jason McIntyre |
2009-08-21 | - more opaque removal | Jason McIntyre |
2009-08-20 | - arch is superuser-only | Martynas Venckus |
2009-08-16 | replace ".Ar file ..." with ".Ar" whenever possible. | Igor Sobrado |
2009-08-14 | sort list of flags. | Igor Sobrado |
2009-08-05 | ustar format consists of prefix = 155 octets; name = 100 octets | Martynas Venckus |
2009-07-22 | The last paragraphs of the "Built-in commands" section are properly | Philip Guenthe |
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 | - sync the descriptions of -h and -k | Jason McIntyre |
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-06-01 | Simplify newline stripping after fgets. | Ray Lai |
2009-05-28 | fix missing bracket by slightly rewriting; from Alan R. S. Bueno | Jason McIntyre |
2009-05-12 | The conversions ascii, ebcdic and ibm are XPG4, not POSIX. | Ingo Schwarze |
2009-05-12 | remove a sentence from COLUMNS that says nothing; ok otto | Jason McIntyre |
2009-05-06 | do not ignore COLUMNS in -C mode, even if !isatty(STDOUT_FILENO) | Todd T. Fries |
2009-05-05 | Fix usage string for mknod builtin. | Todd C. Miller |
2009-04-19 | don't print extraneous padding characters when tab-completion file/command | Stuart Henderson |
2009-03-31 | Fixed memory leaks which would occur if the second of two memory | Tobias Stoeckmann |
2009-03-06 | after some discussion with millert, pull in the character class info | Jason McIntyre |
2009-03-05 | Add glob(7) and refer to it. OK jmc@ sobrado@ | Todd C. Miller |
2009-03-04 | from wiz@netbsd, -r1.44: | Jason McIntyre |
2009-03-03 | Add POSIX character class support ([:alpha:] and friends) to ksh globbing. | Todd C. Miller |
2009-03-01 | Fix PR #723: test(1) operator precedence inconsistent with POSIX | Otto Moerbeek |
2009-03-01 | fix double space in synopsis and usage. | Igor Sobrado |
2009-02-13 | argv space does not need to be trashed during parsing | Theo de Raadt |
2009-02-08 | updates to IEEE Std 1003.1-2008; | Jason McIntyre |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2009-02-07 | some tweaks for previous that got missed; | Jason McIntyre |
2009-02-07 | Ensure that *wp isn't NULL. | Matthias Kilian |
2009-02-07 | Make built-in echo behave according to POSIX when set -o posix is in effect: | Philip Guenthe |
2009-01-29 | pass "xerrok" status across the execution call stack to more closely | Jared Yanovich |
2009-01-28 | synchronize synopsis and usage. | Igor Sobrado |
2009-01-28 | remove some duplicate information from the description of -g: this | Jason McIntyre |
2009-01-22 | document regexp support | Marc Espie |
2009-01-21 | Do not mention /dev/drum anymore, since we won't use it. With tweaks from | Miod Vallat |
2009-01-21 | fix the synopsis for chown(8) | Igor Sobrado |
2009-01-19 | replace standardized text concerning the exit values of applications | Igor Sobrado |
2009-01-17 | Use libc qsort instead of private version. Tested by several people. | Todd C. Miller |
2009-01-06 | i saw the previous was wrong as soon as i committed it: put the | Jason McIntyre |
2009-01-06 | - rearrange the text to read a little more sanely | Jason McIntyre |
2009-01-06 | document, consistently, those apps which also exist as built-ins | Jason McIntyre |
2009-01-04 | replace hardcoded exit values with .Ex macros; | Igor Sobrado |
2008-12-30 | add a comment explaining the rather obscure decision when to recurse | Otto Moerbeek |
2008-12-29 | fix previous; e.g. ls /var/spool/mqueue as an oridinary user. ok | Otto Moerbeek |
2008-12-27 | prevent line breaks in the middle of options. | Igor Sobrado |