summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2005-04-18coreutils->fetish in comment.Paul Eggert
2005-04-18(noinst_LIBRARIES): fetish -> coreutils.Paul Eggert
(libcoreutils_a_SOURCES): Renamed from libfetish_a_SOURCES. All uses changed. (libcoreutils_a_LIBADD): Renamed from libfetish_a_LIBADD. All uses changed. (libcoreutils_a_DEPENDENCIES): Renamed from libfetish_a_DEPENDENCIES. All uses changed.
2005-04-13* getdate.y (zone): Allow relunit_snumber after tZONE.Paul Eggert
2005-04-13(zone): Allow relunit_snumber after tZONE, soPaul Eggert
that "UTC +1 second" continues to work. Problem reported by Dmitry V. Levin. (relunit_snumber): New rule. (relunit): Use it.
2005-04-12* getdate.y: Fix problem with parsing GMT time stamps during London summers.Paul Eggert
2005-04-12(universal_time_zone_table): New constant.Paul Eggert
(time_zone_table): Remove GMT, UT, UTC entries; they're now in universal_time_zone_table. (lookup_zone): Prefer universal_time_zone_table to local_time_zone_table, so that "GMT" time stamps are allowed in London during the summer. Problem reported by Ian Abbott.
2005-04-11Regenerate.Paul Eggert
2005-04-11Add bulletproofing for cases where stdin, stdout, or stderr are closed.Paul Eggert
2005-04-11Add bulletproofing for cases where stdin, stdout, or stderr are closed.Paul Eggert
2005-04-11(libfetish_a_SOURCES): Remove dup-safer.c,Paul Eggert
fcntl-safer.h, fopen-safer.c, open-safer.c, stdio-safer.h, unistd-safer.h.
2005-04-11(fd_safer): New decl.Paul Eggert
2005-04-11Include unistd-safer.h.Paul Eggert
(save_cwd): Use fd_safer.
2005-04-11Include stdio-safer.h.Paul Eggert
(getusershell): Use fopen_safer.
2005-04-11Include unistd-safer.h.Paul Eggert
(getloadavg): Use fd_safer.
2005-04-11Include unistd-safer.h.Paul Eggert
(fts_safe_changedir): Use fd_safer.
2005-04-11Include unistd-safer.h first, to test interface.Paul Eggert
(dup_safer) [!deefined F_DUPD]: Use new fd_safer function instead of rolling our own code.
2005-04-11Initial revisionPaul Eggert
2005-04-09.Jim Meyering
2005-04-09(__attribute__, ATTRIBUTE_UNUSED): Define.Jim Meyering
Mark parameter `sp' with ATTRIBUTE_UNUSED.
2005-04-09*** empty log message ***Jim Meyering
2005-04-09(__attribute__, ATTRIBUTE_UNUSED): Define.Jim Meyering
(exit_failure_callback, fallback_failure_callback): Mark unused parameters with ATTRIBUTE_UNUSED.
2005-04-09(canon_host) [HAVE_GETADDRINFO]: Use memsetJim Meyering
rather than `= { 0 };' to initialize local `hint'.
2005-04-09*** empty log message ***Jim Meyering
2005-04-09(posixtime) [lint]: Avoid spurious warning from gcc-4'sJim Meyering
-Wuninitialized: initialize tm0.tm_year.
2005-04-09*** empty log message ***Jim Meyering
2005-04-09(humblock): Set *options even when returning due toJim Meyering
xstrtoumax conversion failure. Thanks to a used-uninitialized warning from gcc-4.
2005-04-09Signal-handling cleanup motivated by core dumps in dd.Paul Eggert
2005-04-09(rpl_nanosleep): Include "timespec.h" before macrosPaul Eggert
that might redefine system include files. (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro. (my_usleep): Use NULL rather than (void *) 0. (rpl_nanosleep) [!defined SA_NOCLDSTOP]: Use siginterrupt to specify that system calls should be interrupted. (rpl_nanosleep): Move initialization of suspended closer to call of my_usleep.
2005-04-04getdate patch for empty string near dst changes.Paul Eggert
2005-04-04(parser_control): rels_seen is now a boolean, not aPaul Eggert
count, since there's no maximum. All uses changed. Add member dsts_seen. (local_zone): Accumulate dsts_seen rather than relying on tm_isdst not being INT_MAX. (get_date): Initialize dsts_seen, and check that it doesn't go over 1. Use pc_rels_seen to decide whther a date is absolute. (number): Don't overwrite year. (get_date): Initialize pc.year.digits to 0, not 4, to enable above check.
2005-03-30* readutmp.c (read_utmp) [!defined UTMP_NAME_FUNCTION]: Don't assumePaul Eggert
utmp file is a regular file.
2005-03-30(read_utmp) [!defied UTMP_NAME_FUNCTION]: Add support for options.Paul Eggert
Don't assume the file is a regular file.
2005-03-30readutmp changes to allow checking for live pidsPaul Eggert
2005-03-30(read_utmp): New arg OPTIONS. All uses changed.Paul Eggert
(UT_PID): Moved here from ../src/who.c. (READ_UTMP_CHECK_PIDS): New constant.
2005-03-30(read_utmp): New arg OPTIONS. All uses changed.Paul Eggert
Include signal.h, stdbool.h. (desirable_utmp_entry): New function. (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation using x2nrealloc, to simplify logic. (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in size calculation.
2005-03-29*** empty log message ***Jim Meyering
2005-03-29(long_options): Use NULL, not `0'.Jim Meyering
2005-03-27*** empty log message ***Jim Meyering
2005-03-27(argmatch): Clarify comment: null-terminated -> NULL-terminated.Jim Meyering
2005-03-26Propagate intprops.h comment fixes to mktime.c and strftime.c.Paul Eggert
2005-03-26one's complement -> ones' complementPaul Eggert
2005-03-26one's complement -> ones' complementPaul Eggert
2005-03-26Fix comment nits in intprops.h.Paul Eggert
2005-03-26Fix comment nits.Paul Eggert
2005-03-23*** empty log message ***Jim Meyering
2005-03-23Remove duplicate `#include "stat-macros.h"'.Jim Meyering
2005-03-22.Jim Meyering
2005-03-21Regenerate.Paul Eggert
2005-03-21* Makefile.am (libfetish_a_SOURCES): Remove stat-macros.h, xstrtoul.c,Paul Eggert
as they are now done by Autoconf macros.
2005-03-21(libfetish_a_SOURCES): Remove stat-macros.h, xstrtoul.c,Paul Eggert
as they are now done by Autoconf macros.