Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.
Current directory: [local] / src / bin / ksh
| File | Rev. | Age | Author | Last log entry |
|---|---|---|---|---|
| 1.11 | 6 years | millert | I am retiring my old email address; replace it with my OpenBSD one. | |
| 1.2 | 22 years | deraadt | note non-free parts that got yanked years ago; tom.cosgrove@arches-consulting.co... | |
| 1.39 | 7 years | millert | Add clear-screen emacs editing command, currently not bound to a key by default.... | |
| 1.16 | 7 years | jca | Some more tweaks to NOTES - it's safe to assume that there's no plan to write "... | |
| 1.9 | 7 years | jca | Kill entries that are obviously outdated/out of scope Pointed out by Klemens Na... | |
| 1.16 | 8 years | jmc | a little tidy up; from raf czlonka | |
| 1.19 | 7 years | jca | Introduce internal_warningf() and mark internal_errorf() as noreturn This helps... | |
| 1.63 | 19 months | jsg | correct indentation; no functional change ok tb@ | |
| 1.65 | 2 years | cheloha | sh(1), ksh(1): reimplement p_tv() with p_ts() p_tv() is identical to p_ts(). B... | |
| 1.29 | 8 months | millert | Use timespeccmp() and st_mtim intead of comparing st_mtime. Fixes comparison of... | |
| 1.4 | 20 years | otto | Ansification plus some minor knf. No binary change on i386 and sparc64, binary c... | |
| 1.29 | 6 years | deraadt | When system calls indicate an error they return -1, not some arbitrary value < 0... | |
| 1.19 | 7 years | jca | Stop pretending we support building ksh without EDIT/HISTORY support ok anton@ | |
| 1.71 | 19 months | jsg | correct indentation; no functional change ok tb@ | |
| 1.13 | 2 years | millert | ksh: escape control chars when displaying file name completions. If there are mu... | |
| 1.90 | 2 years | millert | ksh: escape control chars when displaying file name completions. If there are mu... | |
| 1.67 | 2 years | millert | ksh: make $(< filename) error output include the errno string. This is more cons... | |
| 1.77 | 2 years | millert | ksh: escape control chars when displaying file name completions. If there are mu... | |
| 1.15 | 7 years | millert | Bring back the sign compare changes, this time with a fix from otto@ that fixes ... | |
| 1.34 | 6 years | schwarze | When evaluating an arithmetical expression, for example inside $(()), never do s... | |
| 1.86 | 15 months | op | inline `start' and simplify; from/ok millert@ | |
| 1.38 | 6 years | bcallah | Add #include <stdlib.h> for mkstemp. Spotted by maya@netbsd ok deraadt@ | |
| 1.62 | 5 years | jca | Add support for set -o pipefail With the pipefail option set, the exit status o... | |
| 1.222 | 7 months | jmc | for "case", note that opening "(" and final ";;" are optional (text lifted from ... | |
| 1.80 | 19 months | florian | gmtime(3) / locatime(3) can fail when timestamps are way off. Add missing error... | |
| 1.21 | 7 years | jca | Stop pretending we support building ksh without EDIT/HISTORY support ok anton@ | |
| 1.27 | 6 years | schwarze | Fix three more buglets: 1. Another off-by-one: if a mail file name ends in an (e... | |
| 1.100 | 2 years | kn | avoid MAIL* environment variables to save a few bytes in install media ksh(1) M... | |
| 1.78 | 3 years | deraadt | when getopts prints "unknown option" or "requires argument", it should not print... | |
| 1.23 | 6 years | deraadt | When system calls indicate an error they return -1, not some arbitrary value < 0... | |
| 1.158 | 21 months | jmc | add missing Ev macro; from mail at lukasneukom ch | |
| 1.77 | 2 years | millert | ksh: escape control chars when displaying file name completions. If there are mu... | |
| 1.35 | 14 months | deraadt | If during parsing lines in the script, ksh finds a NUL byte on the line, it shou... | |
| 1.8 | 9 years | mmcc | Remove a superfluous macro. No binary change. ok tb@ | |
| 1.40 | 4 years | millert | Do not permit an empty list between "while" and "do". This avoids a cpu loop for... | |
| 1.25 | 7 years | jca | Introduce internal_warningf() and mark internal_errorf() as noreturn This helps... | |
| 1.15 | 7 years | millert | Add clear-screen emacs editing command, currently not bound to a key by default.... | |
| 1.33 | 7 years | jca | Fix kill [-SIGNAME | -s SIGNAME] and simplify While the code intended to suppor... | |
| 1.34 | 7 years | tobias | Support 64 bit integers on 32 bit architectures. No binary change on amd64 and ... | |
| 1.12 | 10 years | mmcc | Remove three distracting aliases for NULL. ok nicm@ | |
| 1.19 | 4 years | deraadt | For open/openat, if the flags parameter does not contain O_CREAT, the 3rd (varia... | |
| 1.6 | 10 years | nicm | Remove EXTERN from tty.[ch], from Michael McConville. No binary change. | |
| 1.73 | 2 years | kn | avoid MAIL* environment variables to save a few bytes in install media ksh(1) M... | |
| 1.12 | 26 years | millert | pdksh-5.2.14 | |
| 1.67 | 4 months | schwarze | Completely rewrite rewindow(), the function that chooses a new starting byte for... | |
| 1.20 | 10 years | tedu | these files are a combination of old, lies, and old lies. zap. ok halex | |
| 1.17 | 10 years | tedu | these files are a combination of old, lies, and old lies. zap. ok halex | |
| 1.6 | 10 years | tedu | these files are a combination of old, lies, and old lies. zap. ok halex | |
| 1.8 | 10 years | tedu | these files are a combination of old, lies, and old lies. zap. ok halex | |
| 1.2 | 10 years | tedu | directions for using autoconf cannot be relevant. from Michael McConville | |
| 1.16 | 10 years | tedu | these files are a combination of old, lies, and old lies. zap. ok halex | |
| 1.3 | 20 years | millert | Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. First ... | |
| 1.3 | 13 years | djm | generalise ksh keybinding system - bindings are no longer limited in length and ... | |
| 1.91 | 20 years | millert | Move sh.1tbl -> sh.1 and ksh.1tbl -> ksh.1 | |
| 1.2 | 20 years | millert | Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. First ... | |
| 1.4 | 10 years | nicm | Apply the ancient art of tedu to ksh_limval.h. ok guenther | |
| 1.4 | 20 years | millert | Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. First ... | |
| 1.3 | 20 years | millert | Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. First ... | |
| 1.3 | 20 years | millert | Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. First ... | |
| 1.4 | 20 years | millert | Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. First ... | |
| 1.6 | 20 years | millert | Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. First ... | |
| 1.6 | 9 years | deraadt | remove CSRG BSD-licensed mknod builtin code which was previously used to acceler... | |
| 1.3 | 29 years | downsj | Integrate pdksh 5.2.9. | |
| 1.39 | 10 years | mmcc | proto.h contains many function prototypes. It's apparently separate from sh.h be... | |
| 1.63 | 20 years | millert | Move sh.1tbl -> sh.1 and ksh.1tbl -> ksh.1 | |
| 1.2 | 29 years | downsj | Removed unused file and move KSH define to CFLAGS. | |
| 1.2 | 29 years | downsj | More dead wood. | |
| 1.2 | 20 years | millert | Use sys_signame and sys_siglist instead of building a list of signal values and ... | |
| 1.6 | 20 years | millert | Use sys_signame and sys_siglist instead of building a list of signal values and ... |