Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-15 | *** empty log message *** | Jim Meyering | |
2003-04-15 | Remove (or replace-with-TAB(s) to retain alignment) | Jim Meyering | |
each sequence of spaces before a TAB character. | |||
2003-04-15 | Remove (or replace-with-TAB(s) to retain alignment) | Jim Meyering | |
each sequence of spaces before a TAB character. | |||
2003-04-15 | Remove (or replace-with-TAB(s) to retain alignment) | Jim Meyering | |
each sequence of spaces before a TAB character. | |||
2003-04-15 | Remove (or replace-with-TAB(s) to retain alignment) | Jim Meyering | |
each sequence of spaces before a TAB character. | |||
2003-04-15 | Remove (or replace-with-TAB(s) to retain alignment) | Jim Meyering | |
each sequence of spaces before a TAB character. | |||
2003-04-15 | Remove (or replace-with-TAB(s) to retain alignment) | Jim Meyering | |
each sequence of spaces before a TAB character. | |||
2003-04-11 | Remove anachronistic casts of xmalloc, xrealloc, and xcalloc return values. | Jim Meyering | |
2003-04-11 | *** empty log message *** | Jim Meyering | |
2003-04-11 | Include <string.h> and <stdlib.h> unconditionally. | Jim Meyering | |
2003-04-11 | Remove anachronistic casts of xmalloc, xrealloc, and xcalloc return values. | Jim Meyering | |
2003-04-11 | Remove anachronistic casts of xmalloc, xrealloc, and xcalloc return values. | Jim Meyering | |
2003-04-11 | . | Jim Meyering | |
2003-04-11 | (XMALLOC, XCALLOC, XREALLOC): Remove unnecessary casts. | Jim Meyering | |
2003-04-11 | *** empty log message *** | Jim Meyering | |
2003-04-11 | Remove use of PARAMS. | Jim Meyering | |
2003-04-11 | (PARAMS): Remove definitions and uses. | Jim Meyering | |
2003-04-10 | *** empty log message *** | Jim Meyering | |
2003-04-10 | (canonicalize_file_name): NUL-terminate the result. | Jim Meyering | |
2003-04-10 | (canonicalize_file_name): Always free `extra_buf' before returning. | Jim Meyering | |
2003-04-10 | (canonicalize_file_name): Return NULL immediately if resolvepath fails. | Jim Meyering | |
Otherwise, `readlink --canonical /no-such-file' would exhaust virtual memory on some systems (e.g. Solaris). | |||
2003-04-10 | *** empty log message *** | Jim Meyering | |
2003-04-10 | (canonicalize_file_name): Remove stray semicolon | Jim Meyering | |
that caused `readlink --canonical RELATIVE_NAME' to fail on e.g., Solaris systems. | |||
2003-04-05 | . | Jim Meyering | |
2003-04-05 | *** empty log message *** | Jim Meyering | |
2003-04-05 | (DEFS): Use += notation rather than `DEFS = ... @DEFS@'. | Jim Meyering | |
Use $(VAR) rather than @VAR@, now that we can rely on automake to emit a definition for each substituted variable. | |||
2003-04-04 | *** empty log message *** | Jim Meyering | |
2003-04-04 | [TEST_DIRNAME]: Update build instructions for test. | Jim Meyering | |
Add test-cases for DOS filenames. Declare program_name. (main): Set up program_name. | |||
2003-03-22 | *** empty log message *** | Jim Meyering | |
2003-03-22 | (widen): Cast alloca return value to proper type. | Jim Meyering | |
2003-03-22 | *** empty log message *** | Jim Meyering | |
2003-03-22 | (NEW_PATTERN): Cast alloca to proper type. | Jim Meyering | |
Otherwise, it wouldn't compile with at least /bin/cc on ymp-cray-unicos9.0.2.X. Combine two mostly-identical uses of alloca into one. | |||
2003-03-20 | . | Jim Meyering | |
2003-03-19 | *** empty log message *** | Jim Meyering | |
2003-03-19 | DJGPP doesn't have S_ISLNK, so provide a replacement. | Jim Meyering | |
(S_IFMT): Define, if necessary. [STAT_MACROS_BROKEN]: Undefine S_ISLNK. (S_ISLNK): Define, if necessary. | |||
2003-03-19 | . | Jim Meyering | |
2003-03-19 | *** empty log message *** | Jim Meyering | |
2003-03-19 | New file: trivial stub for fchdir. | Jim Meyering | |
From Rich Dawe. | |||
2003-03-19 | *** empty log message *** | Jim Meyering | |
2003-03-19 | Remove uses of `PARAMS'. | Jim Meyering | |
2003-03-19 | (PARAMS): Remove definition and uses. | Jim Meyering | |
2003-03-19 | *** empty log message *** | Jim Meyering | |
2003-03-19 | Don't define __const. | Jim Meyering | |
(fnmatch): Use const, not __const in prototype. | |||
2003-03-19 | revert last change | Jim Meyering | |
2003-03-18 | . | Jim Meyering | |
2003-03-18 | *** empty log message *** | Jim Meyering | |
2003-03-18 | . | Jim Meyering | |
2003-03-18 | (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any | Jim Meyering | |
error from mntctl. Use mntctl's return value to drive the entry-processing loop, since we can't rely on the value of the vmt_length member in the last entry. On some systems doing so could result in an infinite loop. Based in part on a patch from Mike Jetzer. | |||
2003-03-18 | undo mountlist.h change | Jim Meyering | |
2003-03-18 | undo last change | Jim Meyering | |