summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure that suffix matches occur on character boundaries.tjr2004-07-151-4/+32
* Document line length and multibyte character limitations.tjr2004-07-151-1/+4
* Use err() instead of perror(), exit().tjr2004-07-151-1/+1
* Use warn() instead of perror().tjr2004-07-151-1/+1
* Use warn() instead of perror().tjr2004-07-152-4/+5
* Make the day/month ordering dependent on the current locale bykientzle2004-07-154-4/+17
* Document the -E and -a options as being extensions.tjr2004-07-141-2/+5
* Update BUGS section to reflect current state of multibyte character support.tjr2004-07-141-4/+11
* Make the 'y' (translate) command aware of multibyte characters.tjr2004-07-145-17/+145
* Fix description of cmap_lookup_hard().tjr2004-07-141-1/+1
* Remove unused member of struct csclass: csc_value.tjr2004-07-141-1/+0
* Splay the left and right subtrees on min - 1 and max + 1, respectively,tjr2004-07-141-34/+20
* Overhaul lputs() to deal with multibyte characters, characters that taketjr2004-07-131-24/+53
* Add support for multibyte characters.tjr2004-07-132-22/+47
* Teach gcore about the pathname field of '/proc/*/map' so that it doesn'trwatson2004-07-121-3/+3
* Mimic ls(1) by putting an extra space before the year in old dateskientzle2004-07-121-1/+1
* Fix tab/space screwup in long_help()kientzle2004-07-121-1/+1
* Remove BUGS section that talked about missing multibyte character support.tjr2004-07-121-5/+1
* Adjust the show_self code (the test got inadvertantly reversed a couple ofdes2004-07-121-3/+3
* Cache a pointer to the old proc (as well as negative cache) to makealfred2004-07-121-2/+13
* Call setlocale() with category LC_ALL instead of LC_MESSAGES. We needtjr2004-07-121-1/+1
* Respect locale settings from the environment.tjr2004-07-121-0/+3
* Fix a few cases that relied on 'implicit int' (constraint violation in C99).stefanf2004-07-112-1/+2
* Fix document year.tjr2004-07-111-1/+1
OpenPOWER on IntegriCloud