Commit Graph

3084 Commits

Author SHA1 Message Date
Jim Meyering ca08290d8b *** empty log message *** 2003-07-13 08:44:39 +00:00
Jim Meyering 5ef577f0e7 Include <stdlib.h> for declaration of free. 2003-07-13 08:44:23 +00:00
Jim Meyering 803a3441b1 *** empty log message *** 2003-07-13 08:43:02 +00:00
Jim Meyering 497560dfe9 (xgethostname): Return NULL, rather than exiting,
upon any non-malloc/realloc error.
2003-07-13 08:42:40 +00:00
Jim Meyering 32a2c6f6d9 . 2003-07-12 20:47:23 +00:00
Jim Meyering 37ffd45ac8 *** empty log message *** 2003-07-12 18:29:38 +00:00
Jim Meyering 016d23cb89 (BUILT_SOURCES): Use `BUILT_SOURCES += $(STDBOOL_H)'
rather than `all-local: $(STDBOOL_H)'.  The latter didn't force
creation of stdbool.h before most other targets.
Likewise for $(ALLOCA_H).
2003-07-12 18:29:35 +00:00
Jim Meyering 19332b9ce5 . 2003-07-12 16:48:26 +00:00
Jim Meyering 959a2409fe Don't emit diagnostics. Let callers do that.
Don't include "error.h".
(save_cwd): Don't call error.  Ensure that errno is valid
when returning nonzero.
2003-07-12 16:07:30 +00:00
Jim Meyering e5e207df7c *** empty log message *** 2003-07-12 09:40:44 +00:00
Jim Meyering d68aa4125b Update from gnulib. 2003-07-12 09:40:40 +00:00
Jim Meyering 32a804c941 *** empty log message *** 2003-07-12 07:35:39 +00:00
Jim Meyering adde093823 (make_path): Enclose diagnostic in _(...). 2003-07-12 07:35:34 +00:00
Jim Meyering 112cba9a8b . 2003-07-11 06:07:04 +00:00
Jim Meyering ff443fffa3 *** empty log message *** 2003-07-10 20:43:48 +00:00
Jim Meyering 5b9ea05b6a Include "posixver.h".
(parse_user_spec): Accept `.' as a separator only in pre-POSIX-200112 mode.
2003-07-10 20:43:42 +00:00
Jim Meyering b269489ba1 Now that a program (`who') uses asprintf, we need all of these:
* asnprintf.c, asprintf.c, printf-args.c, printf-args.h, printf-parse.c:
* printf-parse.h, vasnprintf.c, vasnprintf.h, vasprintf.c, vasprintf.h:
New files, from gnulib.
2003-07-10 11:15:20 +00:00
Jim Meyering 5624c49daf *** empty log message *** 2003-07-10 11:11:23 +00:00
Jim Meyering 32f2b4d3ca *** empty log message *** 2003-07-10 11:10:57 +00:00
Jim Meyering 4720108b1c Indent cpp directives (via cppi). 2003-07-10 11:09:11 +00:00
Jim Meyering a42c0ab2e7 Indent cpp directives (via cppi). 2003-07-10 11:08:40 +00:00
Jim Meyering 79977fa157 *** empty log message *** 2003-07-10 11:07:35 +00:00
Jim Meyering 755af34510 . 2003-07-10 11:07:30 +00:00
Jim Meyering d5cf04bd31 (libfetish_a_SOURCES): Add these:
printf-args.h, printf-parse.h, vasprintf.h, vasnprintf.h.
2003-07-10 11:07:22 +00:00
Jim Meyering 0efd253b5d *** empty log message *** 2003-07-10 11:06:15 +00:00
Jim Meyering c7eab83c3e Switch from LGPL to GPL. 2003-07-10 07:06:25 +00:00
Jim Meyering 42d3f8ff68 *** empty log message *** 2003-07-09 17:54:57 +00:00
Jim Meyering 3bfb395872 Update from gnulib. 2003-07-09 17:54:54 +00:00
Jim Meyering c2374d61cd *** empty log message *** 2003-07-09 10:00:46 +00:00
Jim Meyering 859428bfaa Fix the bug that would make du /' omit the /' on the last line.
E.g., `du --exclude '[^/]*' -x /' would print only "4\t\n" for me.

(ftw_dir): Don't clobber the leading `/'.
Reported by Chris Lesniewski as http://bugs.debian.org/200542.
2003-07-09 10:00:42 +00:00
Jim Meyering 8f85628841 *** empty log message *** 2003-07-04 11:38:43 +00:00
Jim Meyering 2ada37fa94 Include <sys/types.h> unconditionally, instead of
having it depend on HAVE_SYS_TYPES_H.
2003-07-04 11:38:37 +00:00
Jim Meyering 35e65fbf15 *** empty log message *** 2003-06-18 10:19:36 +00:00
Jim Meyering 8c9de91ad1 (PARAMS): Remove. All uses removed. 2003-06-18 10:19:33 +00:00
Jim Meyering 03f3bf246b . 2003-06-18 10:18:17 +00:00
Jim Meyering a46ae031d3 update from gnulib 2003-06-18 10:16:47 +00:00
Jim Meyering 04dd482b80 *** empty log message *** 2003-06-18 08:15:17 +00:00
Jim Meyering 95857d75da Merge in change from gnulib.
Remove block of alloca-related code in favor
of an unconditional `#include <alloca.h>'.
2003-06-18 08:15:14 +00:00
Jim Meyering e0418912ff *** empty log message *** 2003-06-18 08:10:10 +00:00
Jim Meyering 8ea48114d3 Use `1990-2000' notation in Copyright line until Emacs'
copyright-update function learns how to handle a comma-separated
list of years that spans a line boundary.
2003-06-18 08:10:03 +00:00
Jim Meyering 8a615a4bf7 Include <stddef.h>.
Remove unnecessary parentheses.
2003-06-18 08:07:02 +00:00
Jim Meyering ff85d09b52 from gnulib: add copyright notice 2003-06-18 08:03:45 +00:00
Jim Meyering a44ae437d1 from gnulib: update comments 2003-06-18 08:02:24 +00:00
Jim Meyering 8a75477940 from gnulib: add copyright notice 2003-06-18 08:01:08 +00:00
Jim Meyering 970d452fbb from gnulib: add copyright notice 2003-06-18 08:00:31 +00:00
Jim Meyering 5fdac01e0c . 2003-06-18 07:58:08 +00:00
Jim Meyering 09c6cc9f9c (libfetish_a_SOURCES): Add getdelim2.c and getdelim2.h. 2003-06-18 07:58:03 +00:00
Jim Meyering 42cd1376ed (PARAMS): Remove. All uses removed. 2003-06-18 07:57:26 +00:00
Jim Meyering dfbef7497d (PARAMS): Remove. All uses removed. 2003-06-18 07:55:39 +00:00
Jim Meyering d5ebb3b6fa (PARAMS): Remove. All uses removed. 2003-06-18 07:54:53 +00:00