| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark up the -a flag to unalias as a flag (Fl), not an argument (Ar). | Sheldon Hearn | 2000-07-24 | 1 | -1/+1 |
| * | Add missing punctuation to one line. | Sheldon Hearn | 2000-07-24 | 1 | -1/+1 |
| * | Expand the -r option to support hex. Though undocumented, the -r | John W. De Boskey | 2000-07-22 | 2 | -2/+3 |
| * | Add overflow tests | Stefan Eßer | 2000-07-22 | 1 | -3/+76 |
| * | Add the missing flags to ls(1)'s usage: -Bb. | Brian Feldman | 2000-07-22 | 1 | -2/+2 |
| * | Make the comment regarding ftruncate() correct. | Brian Feldman | 2000-07-20 | 1 | -2/+2 |
| * | Don't emit a warning message if fchflags() returns EOPNOTSUPP | SADA Kenji | 2000-07-20 | 1 | -1/+10 |
| * | Update stale references to update(4) with references to the new | Sheldon Hearn | 2000-07-19 | 1 | -1/+1 |
| * | Fix one grammar problem which crept in from rev 1.40 to rev 1.42, and | Sheldon Hearn | 2000-07-18 | 1 | -2/+2 |
| * | Document the builtin echo command | Mark Ovens | 2000-07-17 | 1 | -4/+60 |
| * | Locale support was added by ache long ago. | Sheldon Hearn | 2000-07-17 | 1 | -4/+2 |
| * | To make inherit file flags when mv(1) moves file between directories | SADA Kenji | 2000-07-15 | 1 | -0/+2 |
| * | Re-worded the description of the -r option | Mark Ovens | 2000-07-15 | 1 | -2/+4 |
| * | Fixd with alias missing. | SADA Kenji | 2000-07-15 | 1 | -0/+1 |
| * | Now, the mdoc fixes, such as: | Alexander Langer | 2000-07-14 | 1 | -22/+28 |
| * | As per request by sheldonh and others on IRC, seperate language and mdoc | Alexander Langer | 2000-07-14 | 1 | -32/+28 |
| * | Fix several language, style and mdoc improvements (such as correct | Alexander Langer | 2000-07-14 | 1 | -57/+60 |
| * | Use lstat(2) instead of stat(2) when deciding if we should fastcopy | David Malone | 2000-07-11 | 1 | -1/+1 |
| * | Extend numeric operations to support 64 bit numbers. | Stefan Eßer | 2000-07-10 | 1 | -30/+29 |
| * | Add support for 64bit integer comparisons. | Stefan Eßer | 2000-07-10 | 1 | -6/+50 |
| * | Don't call warn() with no format string. This is potentially exploitable, alt... | Kris Kennaway | 2000-07-10 | 1 | -1/+1 |
| * | Initial kenv(1) hack for dumping the kernel environment. This can be | Peter Wemm | 2000-07-08 | 3 | -0/+186 |
| * | Fix the exit code for the case where nentries == 0; if a PID doesn't exist, | Will Andrews | 2000-07-08 | 1 | -1/+1 |
| * | Explain the dependence of colour support on the capabilities of the | Sheldon Hearn | 2000-07-07 | 1 | -0/+20 |
| * | restore tabs lost from prev commit | Andrey A. Chernov | 2000-07-07 | 1 | -2/+2 |
| * | curses -> termcap, mainly for purity and to indicate which functions family | Andrey A. Chernov | 2000-07-06 | 1 | -2/+2 |
| * | make sure we do not write out non-printable characters in file names | Assar Westerlund | 2000-07-04 | 5 | -25/+36 |
| * | Various cleanups are made to reduce warnings and make code prettier :) | Brian Feldman | 2000-07-01 | 5 | -17/+29 |
| * | Fix the rmdir -p a/b/c/ case, where rmdir -p a/b/c works, and rmdir c/ | Neil Blakey-Milner | 2000-06-28 | 1 | -0/+4 |
| * | Grumble. The previous commit still had the wrong date in the | Mike Pritchard | 2000-06-28 | 1 | -1/+1 |
| * | Typo fix. | Mike Pritchard | 2000-06-28 | 1 | -1/+1 |
| * | Use Dq Li (double-quoted literal) instead of Ic (internal command) to | Sheldon Hearn | 2000-06-27 | 1 | -4/+2 |
| * | Add \a and \e to "echo -e" escape handling. | Matthew Hunt | 2000-06-26 | 1 | -0/+2 |
| * | Use %Ef | Andrey A. Chernov | 2000-06-22 | 1 | -2/+2 |
| * | Fix changes from 1.34 through 1.37: | Sheldon Hearn | 2000-06-22 | 1 | -6/+14 |
| * | Mention the timezone where appropriate (for the -v option). | Brian Somers | 2000-06-22 | 1 | -3/+3 |
| * | Order the ENVIRONMENT section alphabetically. | Josef Karthauser | 2000-06-21 | 1 | -5/+5 |
| * | I broke locale sensitive ordering of date and month in | Josef Karthauser | 2000-06-21 | 2 | -6/+16 |
| * | Don't assume that the output of strftime for "%c" ("national | Josef Karthauser | 2000-06-18 | 1 | -15/+10 |
| * | Switch over to using the new fflagstostr and strtofflags library calls. | Josef Karthauser | 2000-06-17 | 7 | -21/+18 |
| * | Activate Japanese NLS and KANJI support | Andrey A. Chernov | 2000-06-11 | 4 | -12/+1 |
| * | Fix one conditionalization in my prev. commit | Andrey A. Chernov | 2000-06-06 | 1 | -2/+3 |
| * | Greately simplify oxtabs fix by simple setting f_notabs for f_color | Andrey A. Chernov | 2000-06-06 | 2 | -14/+10 |
| * | Honor f_notabs flag even in COLORLS | Andrey A. Chernov | 2000-06-06 | 1 | -1/+1 |
| * | Back out spaces to TABs replace removing for COLORLS | Andrey A. Chernov | 2000-06-06 | 1 | -0/+13 |
| * | Don't replace TABs with spaces for COLORLS because "some terminals get confused" | Andrey A. Chernov | 2000-06-06 | 1 | -12/+0 |
| * | Add -G to usage: if COLORLS | Andrey A. Chernov | 2000-06-06 | 1 | -1/+6 |
| * | Staticize more functions | Andrey A. Chernov | 2000-06-06 | 1 | -4/+7 |
| * | Move colorquit() prototype to extern.h | Andrey A. Chernov | 2000-06-06 | 2 | -4/+4 |
| * | Make signal handler safe - don't use stdio (pointed by bde) | Andrey A. Chernov | 2000-06-06 | 2 | -14/+26 |