summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-06-06Update from gnulib.Jim Meyering
2003-06-06*** empty log message ***Jim Meyering
2003-06-06Update from gnulib.Jim Meyering
2003-06-06Include <string.h> and <stdlib.h> unconditionally.Jim Meyering
(memcpy): Remove definition.
2003-06-06.Jim Meyering
2003-06-06Include <stdbool.h> unconditionally.Jim Meyering
2003-06-06.Jim Meyering
2003-06-06*** empty log message ***Jim Meyering
2003-06-06Include <stdbool.h> unconditionally.Jim Meyering
2003-06-06Include <stdbool.h> unconditionally.Jim Meyering
2003-06-06Merge from gnulib.Jim Meyering
2003-06-06Merge from gnulib.Jim Meyering
2003-06-06.Jim Meyering
2003-06-06tweak againJim Meyering
2003-06-06make var names matchJim Meyering
2003-06-06*** empty log message ***Jim Meyering
2003-06-06Update from gnulib.Jim Meyering
2003-06-06.Jim Meyering
2003-06-06.Jim Meyering
2003-06-06*** empty log message ***Jim Meyering
2003-06-06(jm_PREREQ): Use gl_HUMAN, not jm_PREREQ_HUMAN.Jim Meyering
(jm_prereq_HUMAN): Remove.
2003-06-06New file, from gnulib.Jim Meyering
2003-06-06.Jim Meyering
2003-06-05*** empty log message ***Jim Meyering
2003-06-05Assume freestanding C89 or better.Jim Meyering
(HAVE_LIMITS_H): Remove. Assume it's 1. (__P): Remove; not used. (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them. (mktime, not_equal_tm, print_tm, check_result, main): Use prototypes. Use const * where appropriate. (main): Fix typo in testing code that uncovered by above changes. (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
2003-06-05*** empty log message ***Jim Meyering
2003-06-04*** empty log message ***Jim Meyering
2003-06-04*** empty log message ***Jim Meyering
2003-06-04.Jim Meyering
2003-06-04*** empty log message ***Jim Meyering
2003-06-04(check-programs-vs-x): Rename targetJim Meyering
from check-programs-vs-1. Adjust rule to check for the primary (.x) file, not the generated one (.1).
2003-06-04(dist_man_MANS): Add kill.1.Jim Meyering
(kill.1): New rule.
2003-06-04*** empty log message ***Jim Meyering
2003-06-04(check-programs-vs-1): New phony target.Jim Meyering
(check-local): Depend on it.
2003-06-03.Jim Meyering
2003-06-03*** empty log message ***Jim Meyering
2003-06-03Avoid unnecessary copying of environment.Jim Meyering
(main): Rather than clearing the environment and -- unless told to ignore environment -- copying all settings from the saved, original environment, clear the environment only when that is requested. Suggested by Jens Elkner.
2003-06-03*** empty log message ***Jim Meyering
2003-06-03*** empty log message ***Jim Meyering
2003-06-02*** empty log message ***Jim Meyering
2003-06-02(MOSTLYCLEANFILES): Initialize.Jim Meyering
(stdbool.h): New rule. (all-local $(lib_OBJECTS)): Depend on $(STDBOOL_H) (MOSTLYCLEANFILES): Add stdbool.h. (EXTRA_DIST): Add stdbool.h.
2003-06-02New file. From gnulib.Jim Meyering
2003-06-02*** empty log message ***Jim Meyering
2003-06-02(jm_MACROS): Require AM_STDBOOL_H.Jim Meyering
2003-06-02*** empty log message ***Jim Meyering
2003-06-02*** empty log message ***Jim Meyering
2003-06-02[!TEST_STANDALONE]: Remove #if-0'd block.Jim Meyering
(STREQ, S_IXUGO): Remove redundant (in system.h) definitions.
2003-06-02Always include <string.h>, since we assume C89.Jim Meyering
Include <limits.h> without checking for HAVE_LIMITS_H.
2003-06-01.Jim Meyering
2003-06-01Avoid a race condition in `tail -f' described by Ken Raeburn inJim Meyering
http://mail.gnu.org/archive/html/bug-textutils/2003-05/msg00007.html (file_lines): Add new parameter, *read_pos, and set it. (pipe_lines, pipe_bytes, start_bytes, start_lines): Likewise. (tail_bytes, tail_lines, tail): Likewise. (tail_file): Use the new `read_pos' value as the size, rather than stats.st_size from the fstat call.