Jim Meyering
680e412dd7
Update from gettext-0.13.1.
2004-01-12 22:58:36 +00:00
Jim Meyering
fae95887c4
.
2004-01-12 22:57:46 +00:00
Jim Meyering
c0600d434f
*** empty log message ***
2004-01-12 21:24:48 +00:00
Jim Meyering
2f3447d420
Add m4/po.m4 to the list of exceptions.
2004-01-12 21:24:10 +00:00
Jim Meyering
d02ff648d0
remove spurious SPACEs before TABs
...
Change ` \t' to \t ' in `defaultIFS' assignment.
2004-01-12 21:22:58 +00:00
Jim Meyering
c313aa30dd
updated from automake
2004-01-12 21:22:08 +00:00
Jim Meyering
02c4a9bfcd
*** empty log message ***
2004-01-12 20:44:10 +00:00
Jim Meyering
e0e8f59be5
(%.sig): Use .sig suffix rather than .asc.
2004-01-12 20:33:33 +00:00
Jim Meyering
3faa9516f1
.
2004-01-12 14:46:13 +00:00
Jim Meyering
097b35b8fd
*** empty log message ***
2004-01-12 14:07:41 +00:00
Jim Meyering
8700234efa
(po-check): Ensure that cvsu works before using it.
2004-01-12 14:06:55 +00:00
Jim Meyering
b1d01e6b21
*** empty log message ***
2004-01-12 09:46:59 +00:00
Jim Meyering
a0c4a4558f
.
2004-01-12 09:43:28 +00:00
Jim Meyering
7d4fd60e43
*** empty log message ***
2004-01-12 09:41:53 +00:00
Jim Meyering
ace768ee42
(main): Warn about following stdin only when it's a tty.
2004-01-12 09:41:29 +00:00
Jim Meyering
63cd5e88a1
*** empty log message ***
2004-01-12 07:31:43 +00:00
Jim Meyering
4127c7429a
(gl_DEFAULT_POSIX2_VERSION): Move
...
the documentation from 'configure' into 'config.hin',
so that 'configure --help' isn't burdened by it and
we don't have to worry about its formatting there.
Reword the documentation so that it's more succinct
and can be run together into a single paragraph.
2004-01-12 07:31:39 +00:00
Jim Meyering
ddb9645e2e
.
2004-01-11 23:52:03 +00:00
Jim Meyering
acd46f1e1e
*** empty log message ***
2004-01-11 23:50:42 +00:00
Jim Meyering
a00ae20642
*** empty log message ***
2004-01-11 23:50:30 +00:00
Jim Meyering
046f8cf676
Use gl_DEFAULT_POSIX2_VERSION.
2004-01-11 23:50:27 +00:00
Jim Meyering
10a13eb835
*** empty log message ***
2004-01-11 23:47:28 +00:00
Jim Meyering
3a0a1e448b
(DEFAULT_POSIX2_VERSION): Use definition of new,
...
optional configure-time default.
2004-01-11 23:47:22 +00:00
Jim Meyering
ad3d7eb0ec
*** empty log message ***
2004-01-11 23:45:46 +00:00
Jim Meyering
c7cc49a481
.
2004-01-11 23:39:50 +00:00
Jim Meyering
8eaf995eaa
(gl_DEFAULT_POSIX2_VERSION): New macro.
2004-01-11 23:39:20 +00:00
Jim Meyering
7b353aa9d8
*** empty log message ***
2004-01-11 23:36:34 +00:00
Jim Meyering
346c255a81
.
2004-01-11 23:23:39 +00:00
Jim Meyering
f7256c6635
.
2004-01-11 23:21:06 +00:00
Jim Meyering
38901ef972
*** empty log message ***
2004-01-10 16:59:22 +00:00
Jim Meyering
e6dd5f4da8
(version_etc_copyright): Update copyright date.
2004-01-10 16:59:17 +00:00
Jim Meyering
134744b150
*** empty log message ***
2004-01-10 10:10:35 +00:00
Jim Meyering
bc743cf8b5
Use backticks, not $().
2004-01-10 10:10:12 +00:00
Jim Meyering
4184de1bd8
.
2004-01-09 21:49:58 +00:00
Jim Meyering
0b4554f2f4
*** empty log message ***
2004-01-09 21:49:32 +00:00
Jim Meyering
6c6abf3e4f
(TESTS): Add expand.
2004-01-09 21:49:28 +00:00
Jim Meyering
099c465e0d
.
2004-01-09 21:48:52 +00:00
Jim Meyering
54e7000549
Quote underquoted `jm_DUMMY_1' to avoid new warning.
2004-01-09 21:48:23 +00:00
Jim Meyering
0a9ea0b450
*** empty log message ***
2004-01-09 18:28:44 +00:00
Jim Meyering
e8df2048c8
.
2004-01-09 18:27:12 +00:00
Jim Meyering
edb240b6f7
*** empty log message ***
2004-01-09 18:16:11 +00:00
Jim Meyering
67e588d2df
(yes invocation): Document that a write error
...
makes `yes' exit unsuccessfully.
(chroot invocation): Enumerate the meaning of exit status values.
(nice invocation): Likewise.
(Exit status) [@macro exitstatus]: New macro.
Use @exitstatus to describe the exit status of most programs.
2004-01-09 18:15:58 +00:00
Jim Meyering
3c0b7717ef
(du invocation): Mention that -H will eventually
...
mean not --si, but --dereference-args (-D).
2004-01-09 16:21:51 +00:00
Jim Meyering
2da5fc253a
*** empty log message ***
2004-01-09 16:16:32 +00:00
Jim Meyering
442a6ce1a3
Use `bool' (not int) as the type for a few
...
global variables.
(collapse_escapes): Rewrite to set globals rather than modifying
its parameter.
Use size_t (not int) for all counters and related index variables.
(paste_parallel): Remove needless complexity of
using xrealloc in the loop; just allocate the buffers up front.
Free the two temporary buffers.
Move declarations of locals `down' into scope where used.
(paste_serial): Remove `register' attributes.
(main): Simplify delim-related code.
Free `delims', now that it's malloc'd.
2004-01-09 16:05:36 +00:00
Jim Meyering
a7edd79025
*** empty log message ***
2004-01-08 14:29:01 +00:00
Jim Meyering
02411d8bef
(human_fstype): Use %lx, not %x format for `unsigned long'.
2004-01-08 14:28:44 +00:00
Jim Meyering
867ffc819b
*** empty log message ***
2004-01-08 14:19:58 +00:00
Jim Meyering
da5834c5d2
(TESTS_ENVIRONMENT): Remove `/vg' (prerelease test
...
remnant) from PATH component. That would cause tests in this directory
not to run the just-built binaries, but rather whatever happened
to be in one's PATH. Reported by Christian Krackowizer.
2004-01-08 14:19:55 +00:00
Jim Meyering
2e100fae31
.
2004-01-06 18:39:48 +00:00