| Commit message (Expand) | Author | Age | Files | Lines |
* | Various cleanups are made to reduce warnings and make code prettier :) | green | 2000-07-01 | 5 | -17/+29 |
* | Fix the rmdir -p a/b/c/ case, where rmdir -p a/b/c works, and rmdir c/ | nbm | 2000-06-28 | 1 | -0/+4 |
* | Grumble. The previous commit still had the wrong date in the | mpp | 2000-06-28 | 1 | -1/+1 |
* | Typo fix. | mpp | 2000-06-28 | 1 | -1/+1 |
* | Use Dq Li (double-quoted literal) instead of Ic (internal command) to | sheldonh | 2000-06-27 | 1 | -4/+2 |
* | Add \a and \e to "echo -e" escape handling. | mph | 2000-06-26 | 1 | -0/+2 |
* | Use %Ef | ache | 2000-06-22 | 1 | -2/+2 |
* | Fix changes from 1.34 through 1.37: | sheldonh | 2000-06-22 | 1 | -6/+14 |
* | Mention the timezone where appropriate (for the -v option). | brian | 2000-06-22 | 1 | -3/+3 |
* | Order the ENVIRONMENT section alphabetically. | joe | 2000-06-21 | 1 | -5/+5 |
* | I broke locale sensitive ordering of date and month in | joe | 2000-06-21 | 2 | -6/+16 |
* | Don't assume that the output of strftime for "%c" ("national | joe | 2000-06-18 | 1 | -15/+10 |
* | Switch over to using the new fflagstostr and strtofflags library calls. | joe | 2000-06-17 | 7 | -21/+18 |
* | Activate Japanese NLS and KANJI support | ache | 2000-06-11 | 4 | -12/+1 |
* | Fix one conditionalization in my prev. commit | ache | 2000-06-06 | 1 | -2/+3 |
* | Greately simplify oxtabs fix by simple setting f_notabs for f_color | ache | 2000-06-06 | 2 | -14/+10 |
* | Honor f_notabs flag even in COLORLS | ache | 2000-06-06 | 1 | -1/+1 |
* | Back out spaces to TABs replace removing for COLORLS | ache | 2000-06-06 | 1 | -0/+13 |
* | Don't replace TABs with spaces for COLORLS because "some terminals get confused" | ache | 2000-06-06 | 1 | -12/+0 |
* | Add -G to usage: if COLORLS | ache | 2000-06-06 | 1 | -1/+6 |
* | Staticize more functions | ache | 2000-06-06 | 1 | -4/+7 |
* | Move colorquit() prototype to extern.h | ache | 2000-06-06 | 2 | -4/+4 |
* | Make signal handler safe - don't use stdio (pointed by bde) | ache | 2000-06-06 | 2 | -14/+26 |
* | Reflect reality: | ache | 2000-06-06 | 1 | -2/+2 |
* | Get rid of curses completely - use tgoto instead of tparm | ache | 2000-06-05 | 1 | -5/+4 |
* | Do SIGINT cleanup for SIGQUIT as well. | cracauer | 2000-06-05 | 1 | -0/+1 |
* | Kill yourself in ^C handler, not exit(1) to allow script to sense signal | ache | 2000-06-05 | 1 | -7/+10 |
* | Cosmetique of prev. optimization - don't use global variable | ache | 2000-06-05 | 1 | -1/+6 |
* | Don't use curses includes, include termcap.h instead | ache | 2000-06-05 | 1 | -13/+26 |
* | Don't use curses includes, include termcap.h instead | ache | 2000-06-05 | 1 | -6/+7 |
* | Don't use ncurses, use termcap | ache | 2000-06-05 | 1 | -1/+2 |
* | Don't look up the ANSI sequences each time a colour is changed, | joe | 2000-06-05 | 3 | -11/+31 |
* | Disable colour support in ls when building the fixit floppy, and make | joe | 2000-06-05 | 1 | -0/+2 |
* | * Re-implement colour support using termcap's AF and AB capabilities | joe | 2000-06-05 | 5 | -12/+74 |
* | Add -g for gigabyte sizes. | jwd | 2000-06-03 | 2 | -1/+10 |
* | Add colour support to /bin/ls (at a cost of 1056 bytes on my system). | joe | 2000-06-02 | 5 | -4/+220 |
* | Fix ``dd if=/dev/zero of=/dev/daN'' on the Alpha by allowing the label | obrien | 2000-05-24 | 1 | -1/+8 |
* | Propogate the ``call mktime'' flag from adjwday() down to adjday(). | brian | 2000-05-23 | 1 | -4/+4 |
* | Correct confusion and differentiate appropriately between GMT and UTC when | dbaker | 2000-05-19 | 2 | -4/+4 |
* | In its current state, this file is no longer needed. | obrien | 2000-05-15 | 1 | -2220/+0 |
* | Don't forget to clean csh.1. | bde | 2000-05-15 | 1 | -6/+6 |
* | Fix parsing of string for eval command. | cracauer | 2000-05-15 | 1 | -0/+1 |
* | Fix environment passung to eval'ed commands. | cracauer | 2000-05-15 | 2 | -1/+2 |
* | Supply only one author name per instance of %A, as per mdoc.samples(7). | sheldonh | 2000-05-10 | 1 | -1/+2 |
* | Fix miscellaneous mdoc macro argument limit infringements. | sheldonh | 2000-05-09 | 1 | -1/+4 |
* | Remove test for block device. | kris | 2000-05-07 | 1 | -1/+0 |
* | Install a manual page for `tcsh(1)', for completeness. | jkoshy | 2000-05-05 | 1 | -0/+1 |
* | Remove unused #include. | asmodai | 2000-05-01 | 1 | -1/+0 |
* | Fixes a potential buffer overflow with 'ed [MAXPATHLEN + 1 characters]'. | joe | 2000-04-30 | 1 | -3/+5 |
* | Fix warn format | ache | 2000-04-30 | 1 | -1/+1 |