Commit Graph

16912 Commits

Author SHA1 Message Date
Jim Meyering e04eff898e *** empty log message *** 2003-09-22 07:26:17 +00:00
Jim Meyering 0b037ea945 Switch encoding from Latin-1 to UTF-8.
(WRITTEN_BY): Change "Franc,ois" (actually using
c-with-cedilla in Latin-1) to "F.", so that it's ASCII, as
xgettext requires.
2003-09-22 07:07:16 +00:00
Jim Meyering 7ca1908d76 *** empty log message *** 2003-09-20 08:05:51 +00:00
Jim Meyering 91bc10f713 *** empty log message *** 2003-09-19 08:29:09 +00:00
Jim Meyering 567e58cd2d *** empty log message *** 2003-09-19 08:27:29 +00:00
Jim Meyering 8f51c46818 *** empty log message *** 2003-09-19 07:40:55 +00:00
Jim Meyering 969d9407d3 `du -D symlink-to-dir' would mistakenly omit the slash in
lines like this:  24	symlink-to-dir/subdir

(process_file): Fix offset calculation.
Reported by Jeff Sheinberg as Debian bug #211591;
http://bugs.debian.org/205251
2003-09-19 07:39:04 +00:00
Jim Meyering ff9bb9d85e *** empty log message *** 2003-09-19 07:38:26 +00:00
Jim Meyering f1151cf61f *** empty log message *** 2003-09-19 06:52:12 +00:00
Jim Meyering 32eccc9d08 (process_file): Remove useless disjunct. 2003-09-19 06:51:59 +00:00
Jim Meyering 48294f6a14 *** empty log message *** 2003-09-18 22:23:09 +00:00
Jim Meyering 068b372ab0 . 2003-09-18 22:22:37 +00:00
Jim Meyering 82ca831856 *** empty log message *** 2003-09-18 22:22:17 +00:00
Jim Meyering 79ade1ea9c (version_etc): Rename parameter, authors, to written_by. 2003-09-18 22:21:41 +00:00
Jim Meyering 33c7b98bbc *** empty log message *** 2003-09-18 22:21:10 +00:00
Jim Meyering b14965fae9 (version_etc): Rename parameter, authors, to written_by.
Combine fprintf and following putc('\n'.
2003-09-18 22:20:44 +00:00
Jim Meyering bafd927f03 (WRITTEN_BY): Rename from AUTHORS.
Begin each WRITTEN_BY string with `Written by ' and end it with `.'.
Mark each WRITTEN_BY string as translatable.
2003-09-18 22:19:03 +00:00
Jim Meyering 424b8a4ff8 (case_GETOPT_VERSION_CHAR): Rename parameter, Authors, to Written_by. 2003-09-18 22:16:00 +00:00
Jim Meyering 243ea2b5e9 *** empty log message *** 2003-09-18 22:09:05 +00:00
Jim Meyering c6ec144494 revert previous change 2003-09-18 19:39:12 +00:00
Jim Meyering 2c5fbb29a6 *** empty log message *** 2003-09-18 18:23:19 +00:00
Jim Meyering 3280bf4b55 Update AUTHORS definition to be a comma-separated list of strings and/or update
the call to parse_long_options so that `AUTHORS, NULL' are the last parameters.
2003-09-18 18:22:23 +00:00
Jim Meyering 588291785c *** empty log message *** 2003-09-18 18:13:57 +00:00
Jim Meyering ac58291e4d (parse_long_options): Update prototype. 2003-09-18 18:13:44 +00:00
Jim Meyering 6e1f55d40f Include stdarg.h.
(parse_long_options): Make this function variadic (authors), too.
Call version_etc_va, not version_etc.
2003-09-18 18:13:18 +00:00
Jim Meyering 0ed744a035 (version_etc_va): Declare it. 2003-09-18 18:10:22 +00:00
Jim Meyering 28a8798c03 This lets translators provide better translations for the
`Written by ...' part of --version output.

Include stdarg.h, stdlib.h, string.h, and xalloc.h.
(version_etc): Make this function variadic,
with a NULL-terminated list of author name strings.
(version_etc_va): New function.
2003-09-18 18:09:44 +00:00
Jim Meyering fd0dcfbc74 *** empty log message *** 2003-09-18 18:09:00 +00:00
Jim Meyering e6a1dc4d4c (case_GETOPT_VERSION_CHAR): Append NULL to version_etc argument list. 2003-09-18 17:39:02 +00:00
Jim Meyering 2ca6722ca4 (main): Append NULL to version_etc argument list. 2003-09-18 17:38:47 +00:00
Jim Meyering 4d80860a66 *** empty log message *** 2003-09-18 16:41:18 +00:00
Jim Meyering b7d75fb5f6 Update from gnulib.
(gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
to avoid spurious warnings like "AC_RUN_IFELSE was called before
gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
2003-09-18 16:41:11 +00:00
Jim Meyering 0683fa78c4 *** empty log message *** 2003-09-18 16:28:53 +00:00
Jim Meyering df1f0a8083 (numcompare): Rename local, logb, to log_b to avoid
shadowing the math function name.  Also rename loga to log_a.
2003-09-18 16:28:47 +00:00
Jim Meyering 20a24ef302 *** empty log message *** 2003-09-17 18:49:41 +00:00
Jim Meyering 39468cd38f (read_utmp): Likewise.
Check for fstat error.  Close stream and free storage when failing.
2003-09-17 18:49:34 +00:00
Jim Meyering 651fd58f8f (getndelim2): Don't trash errno when a read
fails, so that the caller gets the proper errno.
2003-09-17 18:46:57 +00:00
Jim Meyering 21158aed3a (readlinebuffer): Return NULL immediately upon
input error, instead of returning NULL the next time we are called
(and therefore losing track of errno).
2003-09-17 18:45:24 +00:00
Jim Meyering 7620cc92c2 Add comment from Bruno Haible. 2003-09-17 18:43:25 +00:00
Jim Meyering 57f62d58c3 *** empty log message *** 2003-09-15 09:34:29 +00:00
Jim Meyering 6a2b41cc9a *** empty log message *** 2003-09-14 17:25:25 +00:00
Jim Meyering b97f8bb5ce (print_factors): Give a separate diagnostic
for numbers that are too large, but otherwise valid.
2003-09-14 17:25:16 +00:00
Jim Meyering 589f2ab6ba *** empty log message *** 2003-09-14 17:24:38 +00:00
Jim Meyering 395d134eef . 2003-09-14 08:29:44 +00:00
Jim Meyering 6335f4404f Update from gnulib. 2003-09-13 22:12:21 +00:00
Jim Meyering e028b4dd48 . 2003-09-13 22:04:16 +00:00
Jim Meyering 4377eca42f . 2003-09-13 22:03:55 +00:00
Jim Meyering edd9eaa9c0 *** empty log message *** 2003-09-13 22:03:50 +00:00
Jim Meyering bb9cf91d91 (libfetish_a_SOURCES): Add exit.h, strndup.h, time_r.c, time_r.h. 2003-09-13 22:03:45 +00:00
Jim Meyering 540ca8b305 *** empty log message *** 2003-09-13 22:03:02 +00:00