summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* wrong order, not 10/03 -> 03/10andreas2004-07-251-1/+1
* A bunch of style and security fixes (error checking return values, etc),kientzle2004-07-254-35/+70
* Of course, I meant POSIX.1-1996, not 1997.kientzle2004-07-251-1/+1
* A bunch of stuff from Christoph Mellon:kientzle2004-07-247-74/+77
* Add my birthday.ssouhlal2004-07-241-0/+1
* Document incorrect handling of multibyte characters.tjr2004-07-231-1/+5
* Tweak markup of quoted strings and characters: use Dq instead of enclosingtjr2004-07-231-12/+44
* Add a lengthy discussion of why "tr a-z A-Z" and "tr A-Z a-z" are not thetjr2004-07-231-1/+41
* Make size suffix case insensitive.le2004-07-222-3/+6
* display.c:johan2004-07-224-3/+8
* Fix handling of comments on .elif lines. The patch given in a followupharti2004-07-221-0/+7
* My bad: /dev/sa0, no 'r'kientzle2004-07-211-1/+1
* Slide pipe.h include after the _KERNEL define in preparation for disallowingsilby2004-07-211-1/+1
* Improve make's diagnostic of mistmatched .if-.endif. This patch isharti2004-07-203-18/+39
* Guard against argv[0] being NULL.kientzle2004-07-191-6/+11
* Make it clearer what means 'won't work' for .if string == ${VAR}.harti2004-07-191-5/+12
* Avoid passing negative values to tolower() on machines with signed chars.tjr2004-07-191-1/+1
* Sort sections.tjr2004-07-191-3/+3
* Move exit status information into a DIAGNOSTICS section. Add an ENVIRONMENTtjr2004-07-191-3/+15
* Add support for multibyte characters. While here, fix a longstanding bug intjr2004-07-192-59/+68
* Point out in the BUGS section that look expects input files to havetjr2004-07-191-0/+7
* Today is a good day to add myself here :)glebius2004-07-191-0/+1
* Fix some misspellings, document the TAPE environmentkientzle2004-07-191-2/+16
* Don't forget the arguments for -M and -N in the DESCRIPTION section.stefanf2004-07-181-2/+2
* Remove the dependency of the :C/regexp/replacement/ variable modifierkeramida2004-07-181-8/+7
* Revert WARNS bump until I figure out why this does not work.johan2004-07-171-1/+0
* Support readlink(2) better. Readlink does not nul terminate thealfred2004-07-1710-20/+32
* When reporting reciept of a signal, print the signal's name.alfred2004-07-173-7/+26
* Remove unused user_uname variable.kientzle2004-07-172-16/+8
* Make bsdtar the default system tar. This makes /usr/bin/tar a symlinkkientzle2004-07-171-1/+1
* Validate -o usage. Strictly speaking, -o only makes sense with -x,kientzle2004-07-172-0/+8
* Mention in the BUGS section that write and wall bogusly use the sender'stjr2004-07-172-1/+15
* Document incorrect handling of multibyte characters.tjr2004-07-175-5/+23
* Document the limitation that multibyte characters cannot be used astjr2004-07-171-1/+6
* Include <string.h> to get memset and strcmp prototype.johan2004-07-162-1/+3
* Add support for multibyte characters.tjr2004-07-161-4/+9
* Avoid passing negative values to <ctype.h> functions on machines withtjr2004-07-161-3/+3
* Document incorrect handling of multibyte characters.tjr2004-07-161-1/+3
* Document incorrect handling of multibyte characters.tjr2004-07-151-1/+5
* Avoid passing negative values to isdigit() on machines with signed chars.tjr2004-07-151-5/+5
* Avoid passing negative values to isspace() on machines with signed chars.tjr2004-07-151-1/+1
* Respect locale settings from the environment.tjr2004-07-151-0/+3
* Avoid passing negative values to isspace() on systems with signed chars.tjr2004-07-151-1/+1
* Respect locale settings from the environment.tjr2004-07-152-0/+6
* Don't pass negative values into <ctype.h> functions on machinestjr2004-07-151-3/+3
* Print size_t with %zu, not %d.tjr2004-07-151-1/+1
* Respect locale settings from the environment.tjr2004-07-151-0/+3
* Add incorrect multibyte character handling to the already long listtjr2004-07-151-1/+3
* Use freopen() instead of a nasty hack.tjr2004-07-151-2/+1
* Document incorrect handling of multibyte characters.tjr2004-07-151-1/+5
OpenPOWER on IntegriCloud