Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-06 | Update from gnulib. | Jim Meyering | |
2003-06-06 | *** empty log message *** | Jim Meyering | |
2003-06-06 | Update from gnulib. | Jim Meyering | |
2003-06-06 | Include <string.h> and <stdlib.h> unconditionally. | Jim Meyering | |
(memcpy): Remove definition. | |||
2003-06-06 | . | Jim Meyering | |
2003-06-06 | Include <stdbool.h> unconditionally. | Jim Meyering | |
2003-06-06 | . | Jim Meyering | |
2003-06-06 | *** empty log message *** | Jim Meyering | |
2003-06-06 | Include <stdbool.h> unconditionally. | Jim Meyering | |
2003-06-06 | Include <stdbool.h> unconditionally. | Jim Meyering | |
2003-06-06 | Merge from gnulib. | Jim Meyering | |
2003-06-06 | Merge from gnulib. | Jim Meyering | |
2003-06-06 | . | Jim Meyering | |
2003-06-06 | tweak again | Jim Meyering | |
2003-06-06 | make var names match | Jim Meyering | |
2003-06-06 | *** empty log message *** | Jim Meyering | |
2003-06-06 | Update 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-06 | New file, from gnulib. | Jim Meyering | |
2003-06-06 | . | Jim Meyering | |
2003-06-05 | *** empty log message *** | Jim Meyering | |
2003-06-05 | Assume 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 target | Jim 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-03 | Avoid 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-02 | New 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-02 | Always 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-01 | Avoid a race condition in `tail -f' described by Ken Raeburn in | Jim 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. |