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