| Commit message (Expand) | Author | Age | Files | Lines |
* | Sort sections. | tjr | 2004-07-19 | 1 | -3/+3 |
* | Move exit status information into a DIAGNOSTICS section. Add an ENVIRONMENT | tjr | 2004-07-19 | 1 | -3/+15 |
* | Add support for multibyte characters. While here, fix a longstanding bug in | tjr | 2004-07-19 | 2 | -59/+68 |
* | Point out in the BUGS section that look expects input files to have | tjr | 2004-07-19 | 1 | -0/+7 |
* | Today is a good day to add myself here :) | glebius | 2004-07-19 | 1 | -0/+1 |
* | Fix some misspellings, document the TAPE environment | kientzle | 2004-07-19 | 1 | -2/+16 |
* | Don't forget the arguments for -M and -N in the DESCRIPTION section. | stefanf | 2004-07-18 | 1 | -2/+2 |
* | Remove the dependency of the :C/regexp/replacement/ variable modifier | keramida | 2004-07-18 | 1 | -8/+7 |
* | Revert WARNS bump until I figure out why this does not work. | johan | 2004-07-17 | 1 | -1/+0 |
* | Support readlink(2) better. Readlink does not nul terminate the | alfred | 2004-07-17 | 10 | -20/+32 |
* | When reporting reciept of a signal, print the signal's name. | alfred | 2004-07-17 | 3 | -7/+26 |
* | Remove unused user_uname variable. | kientzle | 2004-07-17 | 2 | -16/+8 |
* | Make bsdtar the default system tar. This makes /usr/bin/tar a symlink | kientzle | 2004-07-17 | 1 | -1/+1 |
* | Validate -o usage. Strictly speaking, -o only makes sense with -x, | kientzle | 2004-07-17 | 2 | -0/+8 |
* | Mention in the BUGS section that write and wall bogusly use the sender's | tjr | 2004-07-17 | 2 | -1/+15 |
* | Document incorrect handling of multibyte characters. | tjr | 2004-07-17 | 5 | -5/+23 |
* | Document the limitation that multibyte characters cannot be used as | tjr | 2004-07-17 | 1 | -1/+6 |
* | Include <string.h> to get memset and strcmp prototype. | johan | 2004-07-16 | 2 | -1/+3 |
* | Add support for multibyte characters. | tjr | 2004-07-16 | 1 | -4/+9 |
* | Avoid passing negative values to <ctype.h> functions on machines with | tjr | 2004-07-16 | 1 | -3/+3 |
* | Document incorrect handling of multibyte characters. | tjr | 2004-07-16 | 1 | -1/+3 |
* | Document incorrect handling of multibyte characters. | tjr | 2004-07-15 | 1 | -1/+5 |
* | Avoid passing negative values to isdigit() on machines with signed chars. | tjr | 2004-07-15 | 1 | -5/+5 |
* | Avoid passing negative values to isspace() on machines with signed chars. | tjr | 2004-07-15 | 1 | -1/+1 |
* | Respect locale settings from the environment. | tjr | 2004-07-15 | 1 | -0/+3 |
* | Avoid passing negative values to isspace() on systems with signed chars. | tjr | 2004-07-15 | 1 | -1/+1 |
* | Respect locale settings from the environment. | tjr | 2004-07-15 | 2 | -0/+6 |
* | Don't pass negative values into <ctype.h> functions on machines | tjr | 2004-07-15 | 1 | -3/+3 |
* | Print size_t with %zu, not %d. | tjr | 2004-07-15 | 1 | -1/+1 |
* | Respect locale settings from the environment. | tjr | 2004-07-15 | 1 | -0/+3 |
* | Add incorrect multibyte character handling to the already long list | tjr | 2004-07-15 | 1 | -1/+3 |
* | Use freopen() instead of a nasty hack. | tjr | 2004-07-15 | 1 | -2/+1 |
* | Document incorrect handling of multibyte characters. | tjr | 2004-07-15 | 1 | -1/+5 |
* | Ensure that suffix matches occur on character boundaries. | tjr | 2004-07-15 | 1 | -4/+32 |
* | Document line length and multibyte character limitations. | tjr | 2004-07-15 | 1 | -1/+4 |
* | Use err() instead of perror(), exit(). | tjr | 2004-07-15 | 1 | -1/+1 |
* | Use warn() instead of perror(). | tjr | 2004-07-15 | 1 | -1/+1 |
* | Use warn() instead of perror(). | tjr | 2004-07-15 | 2 | -4/+5 |
* | Make the day/month ordering dependent on the current locale by | kientzle | 2004-07-15 | 4 | -4/+17 |
* | Document the -E and -a options as being extensions. | tjr | 2004-07-14 | 1 | -2/+5 |
* | Update BUGS section to reflect current state of multibyte character support. | tjr | 2004-07-14 | 1 | -4/+11 |
* | Make the 'y' (translate) command aware of multibyte characters. | tjr | 2004-07-14 | 5 | -17/+145 |
* | Fix description of cmap_lookup_hard(). | tjr | 2004-07-14 | 1 | -1/+1 |
* | Remove unused member of struct csclass: csc_value. | tjr | 2004-07-14 | 1 | -1/+0 |
* | Splay the left and right subtrees on min - 1 and max + 1, respectively, | tjr | 2004-07-14 | 1 | -34/+20 |
* | Overhaul lputs() to deal with multibyte characters, characters that take | tjr | 2004-07-13 | 1 | -24/+53 |
* | Add support for multibyte characters. | tjr | 2004-07-13 | 2 | -22/+47 |
* | Teach gcore about the pathname field of '/proc/*/map' so that it doesn't | rwatson | 2004-07-12 | 1 | -3/+3 |
* | Mimic ls(1) by putting an extra space before the year in old dates | kientzle | 2004-07-12 | 1 | -1/+1 |
* | Fix tab/space screwup in long_help() | kientzle | 2004-07-12 | 1 | -1/+1 |