Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-24 | *** empty log message *** | Jim Meyering | |
2005-01-23 | *** empty log message *** | Jim Meyering | |
2005-01-23 | *** empty log message *** | Jim Meyering | |
2005-01-23 | Use an all-permissive copyright notice, recommended by RMS. | Paul Eggert | |
2005-01-22 | (v_etc_file): The version string has moved to | Jim Meyering | |
version-etc-fsf.c, search that new file, not version-etc.c. | |||
2005-01-22 | Regenerate. | Paul Eggert | |
2005-01-22 | Remove "m4/" from listed file names. | Paul Eggert | |
2005-01-22 | Sync from gnulib. | Paul Eggert | |
2005-01-21 | *** empty log message *** | Jim Meyering | |
2005-01-21 | Add version-etc-fsf. | Paul Eggert | |
2005-01-21 | (libfetish_a_SOURCES): Add version-etc-fsf.c. | Paul Eggert | |
2005-01-21 | Initial version. | Paul Eggert | |
2005-01-21 | (version_etc_copyright): Use [] instead of * in prototype. | Paul Eggert | |
2005-01-21 | Remove version_etc_copyright. | Paul Eggert | |
2005-01-20 | . | Jim Meyering | |
2005-01-20 | * save-cwd.c (save_cwd): Remove code to support non-fchdir case. | Paul Eggert | |
2005-01-20 | (save_cwd): Remove code to support the case | Paul Eggert | |
where fchdir is missing or flaky. | |||
2005-01-20 | * save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume it. | Paul Eggert | |
2005-01-20 | (gl_SAVE_CWD): Remove check for fcntl; we now assume it. | Paul Eggert | |
2005-01-19 | *** empty log message *** | Jim Meyering | |
2005-01-19 | (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the same value as for Solaris 9. | Jim Meyering | |
2005-01-19 | *** empty log message *** | Jim Meyering | |
2005-01-19 | *** empty log message *** | Jim Meyering | |
2005-01-19 | remove diff, in, out | Jim Meyering | |
2005-01-19 | *** empty log message *** | Jim Meyering | |
2005-01-19 | A test harness to exercize chdir-long.c's sample main program. | Jim Meyering | |
2005-01-19 | (chdir_long): Update prototype. | Jim Meyering | |
2005-01-19 | *** empty log message *** | Jim Meyering | |
2005-01-19 | (chdir_long): Rewrite to remove limitation on | Jim Meyering | |
component length. This included changing the parameter to be of type `char *' rather than `char const *'. | |||
2005-01-19 | . | Jim Meyering | |
2005-01-19 | (fdopendir, fstatat): New functions. | Jim Meyering | |
2005-01-19 | Include headers required for use of DIR and struct stat. | Jim Meyering | |
[AT_SYMLINK_NOFOLLOW]: Define. (fdopendir, fstatat): Add prototypes. | |||
2005-01-17 | Use numeric group ids, not symbolic group names, to avoid shell quoting issues. | Paul Eggert | |
2005-01-15 | . | Jim Meyering | |
2005-01-15 | *** empty log message *** | Jim Meyering | |
2005-01-15 | *** empty log message *** | Jim Meyering | |
2005-01-15 | *** empty log message *** | Jim Meyering | |
2005-01-15 | *** empty log message *** | Jim Meyering | |
2005-01-15 | *** empty log message *** | Jim Meyering | |
2005-01-15 | (isaac_seed) [HAVE_GETHRTIME]: #if-0 this block, | Jim Meyering | |
because just calling gethrtime evokes an `illegal instruction' failure when compiled with Sun's c89 on Solaris 8 and 9. | |||
2005-01-15 | (isaac_seed) [HAVE_GETHRTIME]: Don't call ISAAC_SEED | Jim Meyering | |
twice with the same value of `t'. Replace nested #if-#else blocks with #if-#elif-#elif chain. | |||
2005-01-14 | *** empty log message *** | Jim Meyering | |
2005-01-14 | *** empty log message *** | Jim Meyering | |
2005-01-14 | The test, tests/tail/f-1, failed on powerpc-apple-darwin7.7.0. | Jim Meyering | |
(IS_TAILABLE_FILE_TYPE): Adjust definition also to include sockets, since that's what you get when reading from a command-line- supplied pipe on Darwin 7.7. (IS_PIPE_LIKE_FILE_TYPE): Define. (main): Use new IS_PIPE_LIKE_FILE_TYPE rather than simply S_ISFIFO. This same change is also required on NetBSD/sparc-1.5. Reported by Adrian Bunk. | |||
2005-01-14 | . | Jim Meyering | |
2005-01-14 | *** empty log message *** | Jim Meyering | |
2005-01-14 | *** empty log message *** | Jim Meyering | |
2005-01-14 | (toarith): Rewrite to detect/diagnose integer overflow, | Jim Meyering | |
rather than suffering silently. Before, expr would silently overflow and wrap around: $ expr 9223372036854775808 = 0 # $(echo 2^63|bc) 1 Now it detects the problem and exits nonzero: $ ./expr $(echo 2^63|bc) = 0 ./expr: 9223372036854775808: integer is too large | |||
2005-01-14 | *** empty log message *** | Jim Meyering | |
2005-01-14 | *** empty log message *** | Jim Meyering | |