Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-05-18 | *** empty log message *** | Jim Meyering | |
2000-05-18 | (hash_rehash): Fix a nasty bug: copy the free entry list | Jim Meyering | |
back, too, since it may have been modified by allocate_entry. (hash_delete): Rewrite not to use both(!) the assignment operator and the comma operator in an if-expression. | |||
2000-05-16 | *** empty log message *** | Jim Meyering | |
2000-05-16 | <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO): | Jim Meyering | |
Remove; no longer needed. "quotearg.h": Add include. (file_name): Do not bother to explicitly initialize to NULL; it's less efficient on some hosts. (close_stdout_status): Remove test as to whether stdout was already closed; it breaks for the case "echo x | sort >&-". Quote file name colons. Do not assume that _("write error") lacks format strings. | |||
2000-05-15 | *** empty log message *** | Jim Meyering | |
2000-05-15 | (close_stdout_set_file_name): Declare. | Jim Meyering | |
2000-05-15 | (close_stdout_set_file_name): New function. | Jim Meyering | |
(close_stdout_status): Use new file-scoped global. Return right away if fstat says the stdout file descriptor is invalid. | |||
2000-05-15 | *** empty log message *** | Jim Meyering | |
2000-05-15 | (version_etc_copyright): Update the copyright string | Jim Meyering | |
that goes into all --version output. | |||
2000-05-10 | . | Jim Meyering | |
2000-05-10 | (close_stdout_set_status): Declare. | Jim Meyering | |
2000-05-10 | [default_exit_status]: New file-scoped variable. | Jim Meyering | |
(close_stdout_set_status): New function. | |||
2000-05-08 | . | Jim Meyering | |
2000-05-08 | . | Jim Meyering | |
2000-05-08 | Don't include closeout.h. | Jim Meyering | |
(parse_long_options): Don't call close_stdout for --version. | |||
2000-05-07 | . | Jim Meyering | |
2000-05-06 | *** empty log message *** | Jim Meyering | |
2000-05-06 | Undefine __strnlen and strnlen. | Jim Meyering | |
[!weak_alias]: Define __strnlen to strnlen. | |||
2000-05-06 | *** empty log message *** | Jim Meyering | |
2000-05-06 | remove ifdef | Jim Meyering | |
2000-05-06 | New file, from libiberty. | Jim Meyering | |
2000-05-06 | . | Jim Meyering | |
2000-05-06 | *** empty log message *** | Jim Meyering | |
2000-05-06 | (get_charset_aliases): Use malloc, realloc and memcpy | Jim Meyering | |
instead of xmalloc, xrealloc, path_concat. (locale_charset): Treat empty environment variables as absent. (DIRECTORY_SEPARATOR, ISSLASH): New macros. | |||
2000-05-04 | *** empty log message *** | Jim Meyering | |
2000-05-04 | update from glibc -- solely white space changes | Jim Meyering | |
2000-05-04 | *** empty log message *** | Jim Meyering | |
2000-05-04 | filter through cppi | Jim Meyering | |
2000-05-04 | Update from glibc. | Jim Meyering | |
2000-05-04 | *** empty log message *** | Jim Meyering | |
2000-05-04 | Update from glibc. | Jim Meyering | |
2000-05-04 | Update from glibc. | Jim Meyering | |
2000-05-04 | *** empty log message *** | Jim Meyering | |
2000-05-04 | update from glibc | Jim Meyering | |
2000-05-04 | New file, from glibc. | Jim Meyering | |
2000-05-04 | *** empty log message *** | Jim Meyering | |
2000-05-04 | Update from glibc. | Jim Meyering | |
2000-05-02 | . | Jim Meyering | |
2000-05-01 | (full_write): Remove `FIXME' part of comment. | Jim Meyering | |
2000-05-01 | . | Jim Meyering | |
2000-05-01 | (read_filesystem_list): Add BeOS support. | Jim Meyering | |
2000-04-30 | . | Jim Meyering | |
2000-04-30 | . | Jim Meyering | |
2000-04-30 | *** empty log message *** | Jim Meyering | |
2000-04-30 | . | Jim Meyering | |
2000-04-30 | alphabetize | Jim Meyering | |
2000-04-29 | *** empty log message *** | Jim Meyering | |
2000-04-29 | Declare strdup only if it's not defined. | Jim Meyering | |
2000-04-28 | *** empty log message *** | Jim Meyering | |
2000-04-28 | [HAVE_LIMITS_H]: Include limits.h before regex.h to avoid | Jim Meyering | |
redefinition warning on some systems (HPUX). Otherwise, regex.h is included first, then limits.h is included by locale.h by libintl.h. From John David Anglin. |