Age | Commit message (Expand) | Author |
2004-12-18 | Use struct termios instead of TTY_state typedef | Todd C. Miller |
2004-12-18 | Flags set in signal handlers should be volatile sig_atomic_t | Todd C. Miller |
2004-12-18 | Use the BSD sig_t instead of homegrown handler_t | Todd C. Miller |
2004-12-18 | deregister | Todd C. Miller |
2004-12-18 | When invoked as sh set SH_VERSION, not KSH_VERSION like the man page says. | Todd C. Miller |
2004-12-18 | Get rid of #ifdef KSH since we don't care about building a V7 style sh and | Todd C. Miller |
2004-12-18 | Use _POSIX_VDISABLE directly instead of assigning it to a variable. | Todd C. Miller |
2004-12-18 | Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. | Todd C. Miller |
2004-12-16 | - document IFS behavior changes | Jared Yanovich |
2004-12-15 | - adjust regression tests to recent IFS changes | Jared Yanovich |
2004-12-13 | Restore sp before calling snptreef() so the error message contains | Todd C. Miller |
2004-12-12 | escape punctuation; | Jason McIntyre |
2004-12-12 | csh-style ! history completion, which can be activated by using | Theo de Raadt |
2004-12-10 | flurry of updates: | Jared Yanovich |
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-12-04 | minor tweaks; ok jmc | Jared Yanovich |
2004-11-29 | Spell precede correctly. | Jonathan Gray |
2004-11-25 | Change the behavior of IFS word-splitting: split words | Jared Yanovich |
2004-11-10 | defer ! and !! handling till prompt printing, like real ksh, and this now | Theo de Raadt |
2004-11-09 | /bin/sh supports PS1 expansion; | Jason McIntyre |
2004-11-08 | add a more complex PS1 example, which does not use the new backslash | Jason McIntyre |
2004-11-06 | \[ and \] delimit blocks of characters which are processed just like | Theo de Raadt |
2004-11-06 | change \w to output ~/subpath type things, except for root of course | Theo de Raadt |
2004-11-06 | correct my description of \[ and \] | Jason McIntyre |
2004-11-05 | document PS1 expansions; | Jason McIntyre |
2004-11-05 | incorrect markup was messing the description of IFS. i've rearranged it | Jason McIntyre |
2004-11-04 | do the variety-pack of bash-style \letter expansions on prompt variables. | Theo de Raadt |
2004-11-03 | HISTSIZE cranked to 500 | Jared Yanovich |
2004-11-02 | crank history to 500, requested by pval | Theo de Raadt |
2004-10-28 | fix spacing after period at EOL. from ray@cyth.net | Jared Yanovich |
2004-08-23 | Don't send SIGINT or SIGTERM to the entire processes group when the | Todd C. Miller |
2004-08-07 | Document ulimit -v; mickey@ OK | Todd C. Miller |
2004-08-04 | - mdoc and macro fixes and simplification | Jared Yanovich |
2004-08-03 | only neuter fc builtin if initial shell is not interactive | Dan Harnett |
2004-07-16 | Neuter the fc builtin on non-interactive shells; inspired by NetBSD PR#26339. | Miod Vallat |
2004-06-07 | do not push ksh into stupid-random mode; leave it in arc4random() mode. | Theo de Raadt |
2004-05-31 | Remove redundant errno declaration. ok deraadt@ | Otto Moerbeek |
2004-05-10 | double the command line buffer size (1024 -> 2048); ok millert deraadt | Peter Valchev |
2004-05-09 | Document new behavior of $RANDOM. ok deraadt@ | Otto Moerbeek |
2004-05-08 | unless specifically requested by setting the seed, use arc4random(); otto ok | Theo de Raadt |
2004-04-30 | typo; | Jason McIntyre |
2004-03-15 | missing commas; | Jason McIntyre |
2004-03-15 | reversed word -> reserved word; | Jason McIntyre |
2004-02-19 | escape full stops where necessary to kill erroneous double spaces; | Jason McIntyre |
2004-02-19 | basic knf | Theo de Raadt |
2004-02-16 | give up on amd64 -O0 | Theo de Raadt |
2004-02-10 | upper case id; | Jason McIntyre |
2004-02-10 | XXX: build ksh -O0 for now, since it makes it a whole lot more stable. | Theo de Raadt |
2004-02-08 | forget about 16 bit machines; millert ok | Theo de Raadt |