Age | Commit message (Expand) | Author |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
2005-12-11 | fix a few name clashes with libc; found by lint. ok deraadt@ | Otto Moerbeek |
2005-12-11 | remove unused variables and functions | Theo de Raadt |
2005-12-06 | make the PS1 section a little easier to read; | Jason McIntyre |
2005-11-30 | document root PS1 feature: | Jason McIntyre |
2005-11-16 | document the procedure for providing a startup file for interactive | Jason McIntyre |
2005-11-15 | More typos (especially indicies -> indices), checked with jmc@ | Miod Vallat |
2005-10-12 | document new max array size | Bernd Ahlers |
2005-10-08 | Silence bogus gcc warning. | Otto Moerbeek |
2005-10-08 | Tell user which value of index is out of bounds. ok deraadt@ | Otto Moerbeek |
2005-10-07 | remove mknod documentation - although /bin/sh supports it, this page | Jason McIntyre |
2005-10-07 | brief description of mknod built-in; | Jason McIntyre |
2005-10-06 | Introducing mknod as a built-in. It might be against the unix | Otto Moerbeek |
2005-10-04 | Bump max array size. Needed for upcoming MAKEDEV speedup. ok deraadt@ | Otto Moerbeek |
2005-09-26 | Fix a redraw problem that occurs when a recalled history line has | Otto Moerbeek |
2005-09-11 | Process window size changes after xread(). [change window size] | Otto Moerbeek |
2005-09-11 | Fix " handling in here documents. POSIX says they are not special, so | Otto Moerbeek |
2005-09-07 | LINES and \\ in PS1 prompt are implemented, so remove information | Jason McIntyre |
2005-08-21 | Comment out description for 'ulimit -v' since we don't support | Todd C. Miller |
2005-08-01 | more `version' removal; | Jason McIntyre |
2005-08-01 | Document ^V change from version to quote command | Otto Moerbeek |
2005-08-01 | pascoe noted that ^V in ksh emacs mode is not what you expect -- literal | Theo de Raadt |
2005-07-31 | say goodbye to creat(). | Marc Espie |
2005-06-01 | add missing detail from IFS example | Jared Yanovich |
2005-05-28 | Use proper modules instead of relying on .ph files. | Todd C. Miller |
2005-05-25 | add missing detail from IFS example | Jared Yanovich |
2005-05-12 | .Xr script 7 | Jason McIntyre |
2005-04-13 | use STD{IN,OUT,ERR}_FILENO | Theo de Raadt |
2005-03-30 | lots of indentation cleanup, now ksh is readable like our other code. | Theo de Raadt |
2005-03-28 | spacing | Theo de Raadt |
2005-03-28 | if argv[0] not set, do not set it to "pdksh", but to "ksh" | Theo de Raadt |
2005-03-28 | spacing | Theo de Raadt |
2005-03-04 | document that $HOME is shown as `~' for PS1 \w substitutions; | Jason McIntyre |
2005-02-25 | knf | Theo de Raadt |
2005-02-21 | Set \u in prompt expansion to the right value, while avoiding getpw* calls, | Otto Moerbeek |
2005-02-18 | sort options to echo builtin; | Jason McIntyre |
2005-02-17 | Printt ^D and newline on EOF in emacs mode like in vi mode. | Otto Moerbeek |
2005-02-16 | a note about why we have both EDITOR and VISUAL env vars; | Jason McIntyre |
2005-02-16 | document that `emacs' is the default editing mode, and that as well | Jason McIntyre |
2005-02-08 | oops, missed a prompt; | Jason McIntyre |
2005-02-08 | use command prompts and literal for commands; | Jason McIntyre |
2005-02-08 | big overhaul of these pages, to make them clearer to read; | Jason McIntyre |
2005-02-08 | Move sh.1tbl -> sh.1 and ksh.1tbl -> ksh.1 | Todd C. Miller |
2005-02-05 | note that symlinks in test file are followed, except -h and -L | Jason McIntyre |
2005-02-02 | Introduce POSIX hex and octal (0x... and 0...) constants in arithmetic | Otto Moerbeek |
2005-01-27 | fix some vi-mode bugs spotted by jmc@ | Dan Harnett |
2005-01-21 | fix missing list item: *(...); spotted by Frank Sander frksndr at | Otto Moerbeek |
2005-01-19 | typo; | Jason McIntyre |
2005-01-19 | although the description for the `comment' bind was in the page, | Jason McIntyre |
2005-01-17 | typo; | Jason McIntyre |