aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Splay the left and right subtrees on min - 1 and max + 1, respectively,Tim J. Robbins2004-07-141-34/+20
* Overhaul lputs() to deal with multibyte characters, characters that takeTim J. Robbins2004-07-131-24/+53
* Add support for multibyte characters.Tim J. Robbins2004-07-132-22/+47
* Teach gcore about the pathname field of '/proc/*/map' so that it doesn'tRobert Watson2004-07-121-3/+3
* Mimic ls(1) by putting an extra space before the year in old datesTim Kientzle2004-07-121-1/+1
* Fix tab/space screwup in long_help()Tim Kientzle2004-07-121-1/+1
* Remove BUGS section that talked about missing multibyte character support.Tim J. Robbins2004-07-121-5/+1
* Adjust the show_self code (the test got inadvertantly reversed a couple ofDag-Erling Smørgrav2004-07-121-3/+3
* Cache a pointer to the old proc (as well as negative cache) to makeAlfred Perlstein2004-07-121-2/+13
* Call setlocale() with category LC_ALL instead of LC_MESSAGES. We needTim J. Robbins2004-07-121-1/+1
* Respect locale settings from the environment.Tim J. Robbins2004-07-121-0/+3
* Fix a few cases that relied on 'implicit int' (constraint violation in C99).Stefan Farfeleder2004-07-112-1/+2
* Fix document year.Tim J. Robbins2004-07-111-1/+1
* Add fairly standard ENVIRONMENT and DIAGNOSTICS sections.Tim J. Robbins2004-07-111-1/+12
* Respect locale settings from the environment.Tim J. Robbins2004-07-111-0/+3
* Add POSIX-style support for multibyte characters to od(1): the 'c'Tim J. Robbins2004-07-114-11/+114
* Add a reference to od(1).Tim J. Robbins2004-07-101-2/+3
* Decode the "wence" arg to lseek and linux_lseek.Alfred Perlstein2004-07-102-2/+16
* Initialize cs_invert to "false" in new csets.Tim J. Robbins2004-07-101-0/+1
* Report input errors instead of ignoring them.Tim J. Robbins2004-07-091-0/+8
* Update for multibyte character support: remove BUGS and change theTim J. Robbins2004-07-091-7/+2
* Add support for multibyte characters. The challenge here was to useTim J. Robbins2004-07-098-200/+880
* Build upon the nice work of Alfred and add sorting capabilities toGiorgos Keramidas2004-07-081-3/+77
* Make bluetooth compile on all platformsMaksim Yevmenkin2004-07-071-3/+4
* Correct a minor syntax mistake.Giorgos Keramidas2004-07-071-1/+1
* mdoc(7) fixes.Ruslan Ermilov2004-07-074-6/+6