aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* My bad: /dev/sa0, no 'r'Tim Kientzle2004-07-211-1/+1
* Slide pipe.h include after the _KERNEL define in preparation for disallowingMike Silbersack2004-07-211-1/+1
* Improve make's diagnostic of mistmatched .if-.endif. This patch isHartmut Brandt2004-07-203-18/+39
* Guard against argv[0] being NULL.Tim Kientzle2004-07-191-6/+11
* Make it clearer what means 'won't work' for .if string == ${VAR}.Hartmut Brandt2004-07-191-5/+12
* Avoid passing negative values to tolower() on machines with signed chars.Tim J. Robbins2004-07-191-1/+1
* Sort sections.Tim J. Robbins2004-07-191-3/+3
* Move exit status information into a DIAGNOSTICS section. Add an ENVIRONMENTTim J. Robbins2004-07-191-3/+15
* Add support for multibyte characters. While here, fix a longstanding bug inTim J. Robbins2004-07-192-59/+68
* Point out in the BUGS section that look expects input files to haveTim J. Robbins2004-07-191-0/+7
* Today is a good day to add myself here :)Gleb Smirnoff2004-07-191-0/+1
* Fix some misspellings, document the TAPE environmentTim Kientzle2004-07-191-2/+16
* Don't forget the arguments for -M and -N in the DESCRIPTION section.Stefan Farfeleder2004-07-181-2/+2
* Remove the dependency of the :C/regexp/replacement/ variable modifierGiorgos Keramidas2004-07-181-8/+7
* Revert WARNS bump until I figure out why this does not work.Johan Karlsson2004-07-171-1/+0
* Support readlink(2) better. Readlink does not nul terminate theAlfred Perlstein2004-07-1710-20/+32
* When reporting reciept of a signal, print the signal's name.Alfred Perlstein2004-07-173-7/+26
* Remove unused user_uname variable.Tim Kientzle2004-07-172-16/+8
* Make bsdtar the default system tar. This makes /usr/bin/tar a symlinkTim Kientzle2004-07-171-1/+1
* Validate -o usage. Strictly speaking, -o only makes sense with -x,Tim Kientzle2004-07-172-0/+8
* Mention in the BUGS section that write and wall bogusly use the sender'sTim J. Robbins2004-07-172-1/+15
* Document incorrect handling of multibyte characters.Tim J. Robbins2004-07-175-5/+23
* Document the limitation that multibyte characters cannot be used asTim J. Robbins2004-07-171-1/+6
* Include <string.h> to get memset and strcmp prototype.Johan Karlsson2004-07-162-1/+3
* Add support for multibyte characters.Tim J. Robbins2004-07-161-4/+9
* Avoid passing negative values to <ctype.h> functions on machines withTim J. Robbins2004-07-161-3/+3
* Document incorrect handling of multibyte characters.Tim J. Robbins2004-07-161-1/+3
* Document incorrect handling of multibyte characters.Tim J. Robbins2004-07-151-1/+5
* Avoid passing negative values to isdigit() on machines with signed chars.Tim J. Robbins2004-07-151-5/+5
* Avoid passing negative values to isspace() on machines with signed chars.Tim J. Robbins2004-07-151-1/+1
* Respect locale settings from the environment.Tim J. Robbins2004-07-151-0/+3
* Avoid passing negative values to isspace() on systems with signed chars.Tim J. Robbins2004-07-151-1/+1
* Respect locale settings from the environment.Tim J. Robbins2004-07-152-0/+6
* Don't pass negative values into <ctype.h> functions on machinesTim J. Robbins2004-07-151-3/+3
* Print size_t with %zu, not %d.Tim J. Robbins2004-07-151-1/+1
* Respect locale settings from the environment.Tim J. Robbins2004-07-151-0/+3
* Add incorrect multibyte character handling to the already long listTim J. Robbins2004-07-151-1/+3
* Use freopen() instead of a nasty hack.Tim J. Robbins2004-07-151-2/+1
* Document incorrect handling of multibyte characters.Tim J. Robbins2004-07-151-1/+5
* Ensure that suffix matches occur on character boundaries.Tim J. Robbins2004-07-151-4/+32
* Document line length and multibyte character limitations.Tim J. Robbins2004-07-151-1/+4
* Use err() instead of perror(), exit().Tim J. Robbins2004-07-151-1/+1
* Use warn() instead of perror().Tim J. Robbins2004-07-151-1/+1
* Use warn() instead of perror().Tim J. Robbins2004-07-152-4/+5
* Make the day/month ordering dependent on the current locale byTim Kientzle2004-07-154-4/+17
* Document the -E and -a options as being extensions.Tim J. Robbins2004-07-141-2/+5
* Update BUGS section to reflect current state of multibyte character support.Tim J. Robbins2004-07-141-4/+11
* Make the 'y' (translate) command aware of multibyte characters.Tim J. Robbins2004-07-145-17/+145
* Fix description of cmap_lookup_hard().Tim J. Robbins2004-07-141-1/+1
* Remove unused member of struct csclass: csc_value.Tim J. Robbins2004-07-141-1/+0