summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-01-12*** empty log message ***Jim Meyering
2004-01-12Update from gettext-0.13.1.Jim Meyering
2004-01-12.Jim Meyering
2004-01-12*** empty log message ***Jim Meyering
2004-01-12Add m4/po.m4 to the list of exceptions.Jim Meyering
2004-01-12remove spurious SPACEs before TABsJim Meyering
Change ` \t' to \t ' in `defaultIFS' assignment.
2004-01-12updated from automakeJim Meyering
2004-01-12*** empty log message ***Jim Meyering
2004-01-12(%.sig): Use .sig suffix rather than .asc.Jim Meyering
2004-01-12.Jim Meyering
2004-01-12*** empty log message ***Jim Meyering
2004-01-12(po-check): Ensure that cvsu works before using it.Jim Meyering
2004-01-12*** empty log message ***Jim Meyering
2004-01-12.Jim Meyering
2004-01-12*** empty log message ***Jim Meyering
2004-01-12(main): Warn about following stdin only when it's a tty.Jim Meyering
2004-01-12*** empty log message ***Jim Meyering
2004-01-12(gl_DEFAULT_POSIX2_VERSION): MoveJim Meyering
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-11.Jim Meyering
2004-01-11*** empty log message ***Jim Meyering
2004-01-11*** empty log message ***Jim Meyering
2004-01-11Use gl_DEFAULT_POSIX2_VERSION.Jim Meyering
2004-01-11*** empty log message ***Jim Meyering
2004-01-11(DEFAULT_POSIX2_VERSION): Use definition of new,Jim Meyering
optional configure-time default.
2004-01-11*** empty log message ***Jim Meyering
2004-01-11.Jim Meyering
2004-01-11(gl_DEFAULT_POSIX2_VERSION): New macro.Jim Meyering
2004-01-11*** empty log message ***Jim Meyering
2004-01-11.Jim Meyering
2004-01-11.Jim Meyering
2004-01-10*** empty log message ***Jim Meyering
2004-01-10(version_etc_copyright): Update copyright date.Jim Meyering
2004-01-10*** empty log message ***Jim Meyering
2004-01-10Use backticks, not $().Jim Meyering
2004-01-09.Jim Meyering
2004-01-09*** empty log message ***Jim Meyering
2004-01-09(TESTS): Add expand.Jim Meyering
2004-01-09.Jim Meyering
2004-01-09Quote underquoted `jm_DUMMY_1' to avoid new warning.Jim Meyering
2004-01-09*** empty log message ***Jim Meyering
2004-01-09.Jim Meyering
2004-01-09*** empty log message ***Jim Meyering
2004-01-09(yes invocation): Document that a write errorJim Meyering
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(du invocation): Mention that -H will eventuallyJim Meyering
mean not --si, but --dereference-args (-D).
2004-01-09*** empty log message ***Jim Meyering
2004-01-09Use `bool' (not int) as the type for a fewJim Meyering
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-08*** empty log message ***Jim Meyering
2004-01-08(human_fstype): Use %lx, not %x format for `unsigned long'.Jim Meyering
2004-01-08*** empty log message ***Jim Meyering
2004-01-08(TESTS_ENVIRONMENT): Remove `/vg' (prerelease testJim Meyering
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.