aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* make sure we do not write out non-printable characters in file namesAssar Westerlund2000-07-045-25/+36
* Various cleanups are made to reduce warnings and make code prettier :)Brian Feldman2000-07-015-17/+29
* Fix the rmdir -p a/b/c/ case, where rmdir -p a/b/c works, and rmdir c/Neil Blakey-Milner2000-06-281-0/+4
* Grumble. The previous commit still had the wrong date in theMike Pritchard2000-06-281-1/+1
* Typo fix.Mike Pritchard2000-06-281-1/+1
* Use Dq Li (double-quoted literal) instead of Ic (internal command) toSheldon Hearn2000-06-271-4/+2
* Add \a and \e to "echo -e" escape handling.Matthew Hunt2000-06-261-0/+2
* Use %EfAndrey A. Chernov2000-06-221-2/+2
* Fix changes from 1.34 through 1.37:Sheldon Hearn2000-06-221-6/+14
* Mention the timezone where appropriate (for the -v option).Brian Somers2000-06-221-3/+3
* Order the ENVIRONMENT section alphabetically.Josef Karthauser2000-06-211-5/+5
* I broke locale sensitive ordering of date and month inJosef Karthauser2000-06-212-6/+16
* Don't assume that the output of strftime for "%c" ("nationalJosef Karthauser2000-06-181-15/+10
* Switch over to using the new fflagstostr and strtofflags library calls.Josef Karthauser2000-06-177-21/+18
* Activate Japanese NLS and KANJI supportAndrey A. Chernov2000-06-114-12/+1
* Fix one conditionalization in my prev. commitAndrey A. Chernov2000-06-061-2/+3
* Greately simplify oxtabs fix by simple setting f_notabs for f_colorAndrey A. Chernov2000-06-062-14/+10
* Honor f_notabs flag even in COLORLSAndrey A. Chernov2000-06-061-1/+1
* Back out spaces to TABs replace removing for COLORLSAndrey A. Chernov2000-06-061-0/+13
* Don't replace TABs with spaces for COLORLS because "some terminals get confused"Andrey A. Chernov2000-06-061-12/+0
* Add -G to usage: if COLORLSAndrey A. Chernov2000-06-061-1/+6
* Staticize more functionsAndrey A. Chernov2000-06-061-4/+7
* Move colorquit() prototype to extern.hAndrey A. Chernov2000-06-062-4/+4
* Make signal handler safe - don't use stdio (pointed by bde)Andrey A. Chernov2000-06-062-14/+26
* Reflect reality:Andrey A. Chernov2000-06-061-2/+2
* Get rid of curses completely - use tgoto instead of tparmAndrey A. Chernov2000-06-051-5/+4
* Do SIGINT cleanup for SIGQUIT as well.Martin Cracauer2000-06-051-0/+1
* Kill yourself in ^C handler, not exit(1) to allow script to sense signalAndrey A. Chernov2000-06-051-7/+10
* Cosmetique of prev. optimization - don't use global variableAndrey A. Chernov2000-06-051-1/+6
* Don't use curses includes, include termcap.h insteadAndrey A. Chernov2000-06-051-13/+26
* Don't use curses includes, include termcap.h insteadAndrey A. Chernov2000-06-051-6/+7
* Don't use ncurses, use termcapAndrey A. Chernov2000-06-051-1/+2
* Don't look up the ANSI sequences each time a colour is changed,Josef Karthauser2000-06-053-11/+31
* Disable colour support in ls when building the fixit floppy, and makeJosef Karthauser2000-06-051-0/+2
* * Re-implement colour support using termcap's AF and AB capabilitiesJosef Karthauser2000-06-055-12/+74
* Add -g for gigabyte sizes.John W. De Boskey2000-06-032-1/+10
* Add colour support to /bin/ls (at a cost of 1056 bytes on my system).Josef Karthauser2000-06-025-4/+220
* Fix ``dd if=/dev/zero of=/dev/daN'' on the Alpha by allowing the labelDavid E. O'Brien2000-05-241-1/+8
* Propogate the ``call mktime'' flag from adjwday() down to adjday().Brian Somers2000-05-231-4/+4
* Correct confusion and differentiate appropriately between GMT and UTC whenDaniel Baker2000-05-192-4/+4
* In its current state, this file is no longer needed.David E. O'Brien2000-05-151-2220/+0
* Don't forget to clean csh.1.Bruce Evans2000-05-151-6/+6
* Fix parsing of string for eval command.Martin Cracauer2000-05-151-0/+1
* Fix environment passung to eval'ed commands.Martin Cracauer2000-05-152-1/+2
* Supply only one author name per instance of %A, as per mdoc.samples(7).Sheldon Hearn2000-05-101-1/+2
* Fix miscellaneous mdoc macro argument limit infringements.Sheldon Hearn2000-05-091-1/+4
* Remove test for block device.Kris Kennaway2000-05-071-1/+0
* Install a manual page for `tcsh(1)', for completeness.Joseph Koshy2000-05-051-0/+1
* Remove unused #include.Jeroen Ruigrok van der Werven2000-05-011-1/+0
* Fixes a potential buffer overflow with 'ed [MAXPATHLEN + 1 characters]'.Josef Karthauser2000-04-301-3/+5