summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-09-23*** empty log message ***Jim Meyering
2001-09-23*** empty log message ***Jim Meyering
2001-09-23tighten up the testsJim Meyering
2001-09-23.Jim Meyering
2001-09-23(TESTS): Add childproof.Jim Meyering
2001-09-23*** empty log message ***Jim Meyering
2001-09-23*** empty log message ***Jim Meyering
2001-09-23(jm_LIST_MOUNTED_FILESYSTEMS): In the outer getmntent if-block, don'tJim Meyering
die if neither of the getmntent tests succeeds. Instead, just fall through and continue with the remaianing tests.
2001-09-23*** empty log message ***Jim Meyering
2001-09-23(jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-testJim Meyering
instead of the mere test for existence of mntent.h. The latter would get a false-positive on AIX 3.4 systems.
2001-09-23*** empty log message ***Jim Meyering
2001-09-23Remove useless parentheses in #if directives.Jim Meyering
(MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when the deprecated MOUNTED symbol is no longer defined in mntent.h.
2001-09-23*** empty log message ***Jim Meyering
2001-09-23.Jim Meyering
2001-09-23*** empty log message ***Jim Meyering
2001-09-23(check-texinfo): Redirect stderr of `grep -w' toJim Meyering
/dev/null, so people with old versions of grep don't see the failure.
2001-09-23*** empty log message ***Jim Meyering
2001-09-23*** empty log message ***Jim Meyering
2001-09-22.Jim Meyering
2001-09-22*** empty log message ***Jim Meyering
2001-09-22Update from gettext cvs repository.Jim Meyering
2001-09-22*** empty log message ***Jim Meyering
2001-09-22*** empty log message ***Jim Meyering
2001-09-22.Jim Meyering
2001-09-22.Jim Meyering
2001-09-22*** empty log message ***Jim Meyering
2001-09-22.Jim Meyering
2001-09-22.Jim Meyering
2001-09-22Upgrade to gettext-0.10.40.Jim Meyering
2001-09-22Sync with gettext -- this changes only comments.Jim Meyering
2001-09-22Sync with gettext -- this changes only comments.Jim Meyering
2001-09-22decrement serial number to sync with gettextJim Meyering
2001-09-22decrement serial number to sync with gettextJim Meyering
2001-09-22.Jim Meyering
2001-09-22Upgrade to gettext 0.10.39.Jim Meyering
2001-09-22*** empty log message ***Jim Meyering
2001-09-22Update from latest gettext.Jim Meyering
2001-09-22.Jim Meyering
2001-09-22.Jim Meyering
2001-09-22.Jim Meyering
2001-09-22*** empty log message ***Jim Meyering
2001-09-22*** empty log message ***Jim Meyering
2001-09-22*** empty log message ***Jim Meyering
2001-09-22*** empty log message ***Jim Meyering
2001-09-22Mostly clean-up (modulo the better diagnostic).Jim Meyering
(copy_internal): Rename parameter, move_mode, to command_line_arg, and adjust caller. Now, move_mode is a local that is derived from command_line_arg. Factor some involved code to produce something slightly more readable. Use x->move_mode, not move_mode in determining which diagnostic to give (`backing up %s would destroy source; %s not moved').
2001-09-20*** empty log message ***Jim Meyering
2001-09-20(strtoimax): Guard declaration withJim Meyering
`#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'. The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0) have their own, conflicting declaration of strtoimax in sys/inttypes.h. (strtoumax): Likewise, for completeness (it wasn't necessary).
2001-09-20*** empty log message ***Jim Meyering
2001-09-20(jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of strtoumax.Jim Meyering
2001-09-20(jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of strtoumax.Jim Meyering