Age | Commit message (Expand) | Author |
2004-07-28 | Don't assume that Perl's getpwd agrees with our | Paul Eggert |
2004-07-28 | In src/Makefile.am, don't have 'groups' or 'localedir.h' depend on Makefile. | Paul Eggert |
2004-07-28 | this causes Solaris 8 'make' to refuse to build "groups". | Paul Eggert |
2004-07-28 | * src/remove.c (remove_dir): If we can't save the state of the | Paul Eggert |
2004-07-28 | (remove_dir): If we can't save the state of the | Paul Eggert |
2004-07-28 | In src/printf.c, declare strtoimax and strtoumax if not already declared. | Paul Eggert |
2004-07-28 | (strtiomax, strtoumax): Declare if not already | Paul Eggert |
2004-07-28 | Check for declaration of strtoumax, for src/printf.c. | Paul Eggert |
2004-07-28 | Regenerate. | Paul Eggert |
2004-07-28 | Get eaccess from libgen if available; that's where it is on Solaris 9. | Paul Eggert |
2004-07-28 | (cp_LDADD, ginstall_LDADD, mv_LDADD, | Paul Eggert |
2004-07-28 | (gl_PREREQ_EUIDACCESS): Don't bother checking for | Paul Eggert |
2004-07-28 | euidaccess.c [HAVE_LIBGEN_H]: Include <libgen.h>, for | Paul Eggert |
2004-07-28 | cycle-check integer overflow fixup. | Paul Eggert |
2004-07-28 | Remove now-inaccurate comment about the files | Paul Eggert |
2004-07-28 | (is_zero_or_power_of_two): Renamed from | Paul Eggert |
2004-07-28 | Don't assume that we can remove the working directory in tests. | Paul Eggert |
2004-07-27 | Regenerate. | Paul Eggert |
2004-07-27 | Merged into backupfile.c. | Paul Eggert |
2004-07-27 | backupfile integer overflow fixups | Paul Eggert |
2004-07-27 | backupfile integer overflow fixups | Paul Eggert |
2004-07-27 | (do_link): find_backup_file_name no longer returns NULL, so don't | Paul Eggert |
2004-07-27 | (do_copy): find_backup_file_name no longer returns NULL, so don't | Paul Eggert |
2004-07-27 | (copy_internal): find_backup_file_name no longer | Paul Eggert |
2004-07-27 | (gl_BACKUPFILE): AC_REQUIRE | Paul Eggert |
2004-07-27 | backupfile.c rewrite to avoid arbitrary limits on lengths of | Paul Eggert |
2004-07-27 | backupfile.h (addext): Remove decl. | Paul Eggert |
2004-07-27 | (libfetish_a_SOURCES): Remove addext.c. | Paul Eggert |
2004-07-26 | Regenerate. | Paul Eggert |
2004-07-26 | (GET_NICE_VALUE): Renamed from GET_PRIORITY. | Paul Eggert |
2004-07-26 | (nice invocation): Document the "nice value", and | Paul Eggert |
2004-07-26 | Document portability and POSIX fixes for "nice". | Paul Eggert |
2004-07-26 | Portability and POSIX fixes for "nice". | Paul Eggert |
2004-07-26 | Portability and POSIX fixes for "nice". | Paul Eggert |
2004-07-25 | Remove setreuid/setregid test from gl_MACROS. | Paul Eggert |
2004-07-25 | Update serial number. | Paul Eggert |
2004-07-25 | (gl_MACROS): Remove test for setreuid and setregid, | Paul Eggert |
2004-07-25 | Regenerate. | Paul Eggert |
2004-07-25 | euidaccess fixes | Paul Eggert |
2004-07-25 | (R_OK, W_OK, X_OK, FOK): Remove; system.h defines them. | Paul Eggert |
2004-07-25 | pathchk.c: Include euidaccess.h. | Paul Eggert |
2004-07-25 | (gl_PREREQ): Invoke gl_FUNC_NONREENTRANT_EUIDACCESS, | Paul Eggert |
2004-07-25 | (gl_FUNC_NONREENTRANT_EUIDACCESS): New macro. | Paul Eggert |
2004-07-25 | [!defined LIBC]: Included group-member.h, stat-macros.h. | Paul Eggert |
2004-07-24 | Move some changelog entries here from ../ChangeLog. | Paul Eggert |
2004-07-24 | Fix non-null-terminated-string bugs in who and uptime. | Paul Eggert |
2004-07-24 | (print_uptime) [defined BOOT_MSG]: | Paul Eggert |
2004-07-24 | (print_line): New arguments USERLEN and LINELEN, since USER and LINE | Paul Eggert |
2004-07-23 | Regenerate. | Paul Eggert |
2004-07-23 | Fix bug with tail -f and pipes, plus a few other problems with tail. | Paul Eggert |