coreutils-announce
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Coreutils-announce] textutils-2.0.22 released


From: Jim Meyering
Subject: [Coreutils-announce] textutils-2.0.22 released
Date: Sat, 20 Jul 2002 23:35:42 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.3.50 (i686-pc-linux-gnu)

There's not much here in the way of significant bug fixes,
so I'm hoping (yeah, yeah, silly me for giving a date) to release
textutils-2.1 a week from today.  With any luck, there will be
a test release of automake.

Any help you can give will be appreciated.

And BTW, the alpha.gnu.org URLs do work, now.

Jim
----------

  ftp://alpha.gnu.org/gnu/fetish/textutils-2.0.22.tar.gz   (2.7 MB)
  ftp://alpha.gnu.org/gnu/fetish/textutils-2.0.22.tar.bz2  (1.9 MB)
  http://fetish.sf.net/textutils-2.0.22.tar.gz   (2.7 MB)
  http://fetish.sf.net/textutils-2.0.22.tar.bz2  (1.9 MB)

And here are xdelta-style diffs

  ftp://alpha.gnu.org/gnu/fetish/textutils-2.0.21-2.0.22.xdelta   (404 KB)
  http://fetish.sf.net/textutils-2.0.21-2.0.22.xdelta   (404 KB)

Here are the MD5 and SHA1 signatures:

43417ee1036f60ecb6a31094d17ce079  textutils-2.0.22.tar.gz
bade908f68ef72cd94d10e053f1739dd  textutils-2.0.22.tar.bz2
cf769cb4b8c0659c6140e4e32ab42816  textutils-2.0.21-2.0.22.xdelta
0a9c260315a53d3e4d2ce5d9621e641f292edb52  textutils-2.0.22.tar.gz
20fc5509885c4182d064009fdef980c546b6940f  textutils-2.0.22.tar.bz2
ab28fd5b9c09b61c34dd2a6e056cd41da11641d8  textutils-2.0.21-2.0.22.xdelta

NEWS:
* `od -t f8' works once again [bug introduced in textutils-2.0.8]
* various portability fixes, and general clean-up
* various minor, corner-case bug fixes

ChangeLog entries:

**********************************************************************
ChangeLog       20 Jul 2002 14:10:21 -0000      1.983
**********************************************************************
2002-07-20  Jim Meyering  <address@hidden>

        * Version 2.0.22.

        * Upgrade to cvs automake -- required to work with 2.53b.
        * configure.ac: Require automake-1.6a.

        * Upgrade to gettext-0.11.3.
        * Upgrade to autoconf-2.53b.

2002-07-02  Jim Meyering  <address@hidden>

        * src/cat.c, src/cksum.c, src/comm.c, src/csplit.c, src/cut.c (usage):
        Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.
        * src/expand.c, src/fmt.c, src/fold.c, src/head.c, src/join.c: Likewise.
        * src/md5sum.c, src/nl.c, src/od.c, src/paste.c, src/pr.c: Likewise.
        * src/sort.c, src/split.c, src/sum.c, src/tac.c, src/tail.c: Likewise.
        * src/tr.c, src/tsort.c, src/unexpand.c, src/uniq.c, src/wc.c: Likewise.

2002-06-22  Jim Meyering  <address@hidden>

        * configure.ac: Invoke AC_GNU_SOURCE very early.

2002-06-15  Jim Meyering  <address@hidden>

        * src/cksum.c: Include <sys/types.h> before system.h.

2002-05-22  Jim Meyering  <address@hidden>

        * src/od.c [struct dummy]: Renamed.  Don't rely on portability of
        zero-length arrays.  Instead, use sizes of -1 or +1.
        Reported by Eric Backus.

2002-05-14  Jim Meyering  <address@hidden>

        `od -t f8' didn't work.
        This bug was introduced with my change of 2000-10-22 (textutils-2.0.8).
        * src/od.c (ulonglong_t): Move declaration to precede new use.
        [enum size_spec] (N_SIZE_SPECS): New member.
        (width_bytes): Add initializer corresponding to ulonglong_t type.
        (struct assert_width_bytes_matches_size_spec_decl): Declare.
        Based on a patch from Tony Kocurko.

2002-04-29  Paul Eggert  <address@hidden>

        Use ENABLE_NLS only for gettext-related stuff, not also for
        setlocale-related stuff.  From a patch suggested by Bruno
        Haible.

        Since setlocale is now almost universal, this patch also
        removes some of the optimizations that clutter up the code and
        which don't help all that much even on hosts that lack
        setlocale.

        * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
        * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
        Do not check for alloca.h (no longer used) or stdbool.h (was never
        used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.

        * src/sys2.h (HAVE_SETLOCALE): Define to 0 if not defined.
        * src/comm.c (compare_files): Replace #ifdef ENABLE_NLS
        with if (HAVE_SETLOCALE).
        * src/join.c (keycmp): Likewise.
        * src/sort.c (keycompare, compare): Likewise.

        * src/comm.c (hard_LC_COLLATE): Define even if ! ENABLE_NLS.
        * src/join.c (hard_LC_COLLATE): Likewise.
        * src/sort.c (hard_LC_COLLATE): Likewise.

        * src/comm.c (main): Always initialize hard_LC_COLLATE.
        Put initialization next to other locale-related stuff.
        * src/join.c (main): Likewise.
        * src/sort.c (main): Likewise.

        * src/sort.c: Include <langinfo.h> even if ! ENABLE_NLS.
        (decimal_point, th_sep): Depend on HAVE_SETLOCALE, not ENABLE_NLS.
        (main): Likewise.
        (MONTHTAB_CONST): Remove; all uses removed.
        (struct_month_cmp, inittables): Do not depend on ENABLE_NLS.
        (main): hard_LC_TIME locale does not depend on ENABLE_NLS.

2002-04-29  Jim Meyering  <address@hidden>

        * src/tail.c (parse_obsolescent_option): Do not limit the maximum
        line/byte count (when specified via obsolete option syntax) to be
        less than ULONG_MAX on systems where OFF_T_MAX is larger.

2002-04-28  Paul Eggert  <address@hidden>

        * src/tail.c (tail_forever): Do not treat
        max_n_unchanged_stats_between_opens specially (as if it were
        infinite) if it has its maximal value.  Similarly for
        max_n_consecutive_size_changes_between_opens.

2002-04-28  Jim Meyering  <address@hidden>

        Avoid new warnings from gcc.
        * src/pr.c [struct COLUMN] <name>: Declare member to be const.
        (init_fps): Declare local variable `firstname' to be const.

2002-04-25  Jim Meyering  <address@hidden>

        * src/wc.c (usage): Adjust ordering to match that of default output.
        Suggestion from Gaute Hvoslef Kvalnes.

        * configure.ac (AM_GNU_GETTEXT): Add external arg.
        (AC_CONFIG_FILES): Remove intl/Makefile.
        * Makefile.am (SUBDIRS): Remove intl.
        * src/Makefile.am (INCLUDES): Remove -I../intl.

2002-04-15  Jim Meyering  <address@hidden>

        * src/tr.c (usage): Give a verbose description of --squeeze-repeats,
        including the mention of SET1.  Reported by Dan Jacobson.

2002-04-12  Jim Meyering  <address@hidden>

        * src/Makefile.am (LDADD): List ../lib/libfetish.a both before
        and after @address@hidden  Thanks to Paul Eggert for the fix and to
        Bruno Haible for diagnosing the problem.

2002-03-16  Jim Meyering  <address@hidden>

        * src/Makefile.am (datadir): Don't override $(datadir)
        which might be set by --datadir and different from $(prefix)/share.
        Patch from Albert Chin-A-Young.

2002-03-10  Jim Meyering  <address@hidden>

        * configure.ac (AM_INIT_AUTOMAKE): Specify the required version
        of automake (1.6), and options (gnits dist-bzip2), rather than...
        * Makefile.am (AUTOMAKE_OPTIONS): ...here.  Remove definition.

2002-03-09  Jim Meyering  <address@hidden>

        * Makefile.am (EXTRA_DIST): Remove config/config.rpath,
        now that automake knows about it.

2002-03-05  Jim Meyering  <address@hidden>

        * Makefile.am (EXTRA_DIST): Add config/config.rpath.

2002-02-23  Paul Eggert  <address@hidden>

        * src/cat.c (simple_cat, cat, main): Use char * rather than
        unsigned char *, to avoid some technical violations of the C
        standard, and to avoid the need for casts.  I guess the
        unsigned char * was probably there for improved performance
        with ancient compilers, but the code wasn't using the
        unsignedness any more.
        Reported by Nelson H. F. Beebe.

        (cat): int -> size_t for full_write arg.  This doesn't
        fix any bugs since the buffer size is small, but it makes
        the code a bit clearer.


**********************************************************************
doc/ChangeLog   16 Jul 2002 06:53:00 -0000      1.53
**********************************************************************
2002-07-10  Jim Meyering  <address@hidden>

        * coreutils.texi (du invocation): s/PAT/PATTERN/.
        From Martin Michlmayr.

2002-07-08  Jim Meyering  <address@hidden>

        * coreutils.texi (cp invocation): Remove unnecessary "$@" in example;
        Texinfo would render the @" as an umlaut over the following character.
        From Paul Eggert.
        * Makefile.am (check-texinfo): Check for the above.

2002-07-06  Jim Meyering  <address@hidden>

        * coreutils.texi (stat invocation): Remove description of --secure.

2002-07-03  Jim Meyering  <address@hidden>

        * coreutils.texi (stat invocation): Rename --link/-l
        to --dereference/-L.  Rewrite description of --dereference.

2002-06-26  Paul Eggert  <address@hidden>

        * coreutils.texi (Putting the tools together): Don't mention egrep,
        since it's not part of POSIX 1003.1-2001.

2002-06-21  Jim Meyering  <address@hidden>

        * coreutils.texi (stat invocation): New section.  From Michael Meskes.

2002-05-19  Paul Eggert  <address@hidden>

        * coreutils.texi (ls invocation): Document new option: --author.

2002-06-03  Jim Meyering  <address@hidden>

        * coreutils.texi (rm invocation): Add the warning (also in the --help
        output) that the contents of a removed file are often recoverable.

2002-05-27  Jim Meyering  <address@hidden>

        * Makefile.am (check-texinfo): Adapt to reflect that now we use
        @acronym{POSIX}.

2002-05-26  Jim Meyering  <address@hidden>

        * coreutils.texi: Use @acronym in place of most uses of @sc.
        * getdate.texi (Date input formats): Likewise.

2002-04-28  Jim Meyering  <address@hidden>

        * coreutils.texi: Change address@hidden' to address@hidden'.

2002-04-28  Paul Eggert  <address@hidden>

        * coreutils.texi (kill invocation): Document the above.
        Document POSIX signals better.

2002-04-15  Jim Meyering  <address@hidden>

        * coreutils.texi: Document kill.
        Written by Marcus Brinkmann.

2002-04-13  Jim Meyering  <address@hidden>

        * coreutils.texi: Document link and unlink.

2002-04-08  Jim Meyering  <address@hidden>

        * coreutils.texi: Use new directives, @copying and @insertcopying,
        thus now requiring texinfo-4.2 to create the .info file.

2002-02-26  Paul Eggert  <address@hidden>

        * coreutils.texi (File characteristic tests): Document the
        behavior of test -nt and -ot when one of the files does not exist,
        using the same behavior that is documented in ksh93.

2002-03-05  Paul Eggert  <address@hidden>

        * coreutils.texi (cut invocation): Say that selected input is
        written in the same order that it is read, and is written
        exactly once.

2002-03-03  Paul Eggert  <address@hidden>

        Make cp -r equivalent to cp -R.  Add a new cp option --copy-contents
        for people who want to emulate the traditional (and rarely desirable)
        cp -r behavior.

        * coreutils.texi (cp invocation): Document this.
        Fix some related minor bugs: --no-dereference is no longer
        equivalent to -d, and --archive (-a) can override the other
        symlink options.  Warn that cp -R is not portable on symbolic
        links unless you also specify -P.

2002-03-02  Jim Meyering  <address@hidden>

        * coreutils.texi (cp invocation): Document that cp -r
        preserves symlinks.  Emphasize non-portability of cp -r.

2002-02-27  Paul Eggert  <address@hidden>

        * coreutils.texi (Time directives): Add %N for nanoseconds.
        This documents the recent change to 'ls'.

2002-02-28  Jim Meyering  <address@hidden>

        * coreutils.texi (pr invocation): Reword to avoid using `:'
        in an @opindex entry -- info doesn't permit it.

2002-02-27  Paul Eggert  <address@hidden>

        * coreutils.texi (Formatting file timestamps): Document new
        time-formatting method: --time-style=+FORMAT.

2002-02-18  Paul Eggert  <address@hidden>

        * coreutils.texi (seq invocation): In the example, use "tail
        -n 3", not "tail -3", to conform to POSIX 1003.1-2001.


**********************************************************************
lib/ChangeLog   20 Jul 2002 07:12:58 -0000      1.367
**********************************************************************
2002-07-20  Jim Meyering  <address@hidden>

        * xmalloc.c: Adjust to work with new autoconf macros, AC_FUNC_MALLOC
        and AC_FUNC_REALLOC: test #ifndef HAVE_MALLOC/HAVE_REALLOC.

        * gettext.h: Upgrade to gettext-0.11.3.

2002-07-13  Bruno Haible  <address@hidden>

        * xstat.in: Include <string.h>.
        * mountlist.c: #undef MNT_IGNORE before defining it, to avoid warning
        on FreeBSD.

2002-07-09  Jim Meyering  <address@hidden>

        * mountlist.h (ME_DUMMY): Don't count entries of type `auto' as dummy
        ones.  At least on GNU/Linux systems, `auto' means something else.
        From Michael Stone.

2002-07-01  Jim Meyering  <address@hidden>

        * c-stack.c: Include sys/time.h.
        From Volker Borchert.

2002-06-11  Paul Eggert  <address@hidden>

        * fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
        New macro.  Use it uniformly instead of
        (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
        It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
        reported by Vin Shelton.

2002-06-22  Jim Meyering  <address@hidden>

        * fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
        redefinition due to Solaris5.6's definition in /usr/include/sys/euc.h.

2002-06-22  Paul Eggert  <address@hidden>

        * c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
        Do not assume SA_SIGINFO behavior.
        Bug reported by Jim Meyering on NetBSD 1.5.2.

2002-06-22  Jim Meyering  <address@hidden>

        * c-stack.c, c-stack.h: New files, from diffutils-2.8.2.

        * exitfail.c, exitfail.h: Likewise.
        * Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.

        * Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
        of fnmatch.h.
        (EXTRA_DIST): Add fnmatch_loop.c.
        (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.

        * fnmatch_loop.c: New file, from diffutils-2.8.2.
        * fnmatch.c: Update from diffutils-2.8.2.
        * fnmatch_.h: New file.  From diffutils-2.8.2.
        * fnmatch.h: Remove file.

2002-06-18  Paul Eggert  <address@hidden>

        * file-type.h: Report an error if neither S_ISREG nor
        S_IFREG is defined, instead of using a test specific to glibc
        2.2.  This should be safe, since POSIX requires S_ISREG and
        Unix Version 7 had S_IFREG.  We don't need to check for
        <sys/types.h> since we don't use any symbols that it defines.

2002-06-15  Jim Meyering  <address@hidden>

        * file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
        For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
        have been included before this file.

2002-06-13  Richard Dawe  <address@hidden>

        * Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than 
address@hidden,
        so that each temporary file name is unique and valid in the first
        8 characters, for operation under DOS.

2002-06-15  Jim Meyering  <address@hidden>

        Work even with DJGPP 2.03, which lacks support for symlinks.
        From Richard Dawe.
        * xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
        is defined.
        * lchown.c (S_ISLNK): Likewise.

2002-06-14  Jim Meyering  <address@hidden>

        * file-type.h: Use the version from diffutils-2.8.2.
        * file-type.c: Likewise.

2002-05-27  Jim Meyering  <address@hidden>

        Fix a problem seen only on nonconforming systems whereby ls.c's
        use of localtime, and then of gettimeofday would cause trouble:
        the localtime call used to initialize rpl_gettimeofday's save
        mechanism would clobber ls's current local time information so
        that in any long listing the first file would always be listed
        with date 1970-01-01.  Analysis by Volker Borchert.

        * gettimeofday.c (localtime): Undefine.
        (rpl_localtime): New function.

2002-05-22  Jim Meyering  <address@hidden>

        * Makefile.am (libfetish_a_SOURCES): Add file-type.c and file-type.h.
        * file-type.h: New file.
        * file-type.c (file_type): New file/function.  Extracted from diffutils.

2002-04-29  Paul Eggert  <address@hidden>

        * hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.

2002-04-28  Paul Eggert  <address@hidden>

        * sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
        depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
        of 127, since 64 is the largest conceivable number for ancient
        nonstandard hosts.
        * sig2str.c: Do not include <sys/wait.h>; no longer needed.

2002-04-28  Jim Meyering  <address@hidden>

        * sig2str.c (WTERMSIG): Remove definition (unused).

2002-04-28  Paul Eggert  <address@hidden>

        * sig2str.h, sig2str.c: New files.
        * Makefile.am (libfetish_a_SOURCES): Add sig2str.h.

2002-04-24  Jim Meyering  <address@hidden>

        * gettext.h: New file, from Gettext.
        * Makefile.am (INCLUDES): Remove -I../intl.
        (libfetish_a_SOURCES): Add gettext.h.

2002-04-16  Jim Meyering  <address@hidden>

        * readutmp.h (UT_TYPE): Remove definition (now in who.c).
        (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
        (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.

2002-04-12  Jim Meyering  <address@hidden>

        * dirfd.h (dirfd): Elide prototype if dirfd is a macro.

2002-03-10  Jim Meyering  <address@hidden>

        * makepath.c (make_path): Remove a comma from a diagnostic.
        Suggestion from Santiago Vila.

2002-03-08  Jim Meyering  <address@hidden>

        * rename.c: Mention that this wrapper is needed also on
        mips-dec-ultrix4.4 systems.

2002-03-02  Jim Meyering  <address@hidden>

        * gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
        not HAVE_CLOCK_SETTIME.

2002-02-27  Paul Eggert  <address@hidden>

        * nanosleep.h: Rename to....
        * timespec.h: New name for nanosleep.h.  All uses changed.

        * gettime.c: New file.
        * settime.c: New file.
        * stime.c: Remove.

        * Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
        timespec.h.  Remove nanosleep.h.

2002-02-25  Paul Eggert  <address@hidden>

        * acl.c, acl.h: New files.
        * Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.

2002-02-24  Jim Meyering  <address@hidden>

        * strnlen.c (strnlen): Define-away/undef so that an inconsistent
        prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
        cause trouble.  Reported by Nelson Beebe.

2002-02-23  Paul Eggert  <address@hidden>

        * path-concat.c (xpath_concat): Reorder code to pacify
        compilers that don't know that xalloc_die never returns.

2002-02-20  Jim Meyering  <address@hidden>

        * getdate.c: Regenerate using bison-1.33.


**********************************************************************
m4/ChangeLog    20 Jul 2002 14:06:33 -0000      1.415
**********************************************************************
2002-07-20  Jim Meyering  <address@hidden>

        * intdiv0.m4: New file.  From gettex-0.11.3.

        * jm-macros.m4: Require autoconf-2.53b.
        Use new macros AC_FUNC_MALLOC and AC_FUNC_REALLOC,
        in place of jm_-prefixed ones.  Thanks, Akim!
        * malloc.m4: Remove file, now that autoconf provides this macro.
        * realloc.m4: Likewise.

2002-07-18  gettextize  <address@hidden>

        * gettext.m4: Upgrade to gettext-0.11.3.
        * iconv.m4: Upgrade to gettext-0.11.3.
        * isc-posix.m4: Upgrade to gettext-0.11.3.
        * lcmessage.m4: Upgrade to gettext-0.11.3.
        * lib-link.m4: Upgrade to gettext-0.11.3.

2002-07-17  Jim Meyering  <address@hidden>

        * boottime.m4: New file.  Extracted from sh-utils' configure.ac
        and extended to work also with *BSD systems.

2002-07-15  Jim Meyering  <address@hidden>

        FreeBSD support for uname and uptime.
        * jm-macros.m4 (jm_MACROS): Check for the sysctl function.
        (jm_CHECK_ALL_HEADERS): Check for sys/sysctl.h.
        Suggestion from Bruno Haible.

2002-06-11  Paul Eggert  <address@hidden>

        * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.

2002-06-22  Jim Meyering  <address@hidden>

        * c-stack.m4: New file, from diffutils-2.8.2.
        * prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.

        * jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
        now that configure.ac uses AC_GNU_SOURCE.
        (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
        * prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.

        Update to latest tools.  Suggestions from Paul Eggert.
        * stdbool.m4: New file, from diffutils-2.8.2.
        * gnu-source.m4: Update from diffutils-2.8.2.
        * fnmatch.m4: Likewise.
        * prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
        to AC_HEADER_STDBOOL

2002-06-21  Jim Meyering  <address@hidden>

        * c-bs-a.m4: Add comment, from diffutils-2.8.2.
        * mbrtowc.m4: Likewise.

        * mbstate_t.m4: Update from diffutils-2.8.2.
        * mbswidth.m4: Reflect name change:
        s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
        * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.

        * lib-link.m4: Update from gettext-0.11.2.
        * gettext.m4: Likewise.

        * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
        From Alfred M. Szmidt.

2002-05-19  Paul Eggert  <address@hidden>

        * jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.

2002-06-07  Jim Meyering  <address@hidden>

        * prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
        They're needed at least for NetBSD 1.5.2.
        ($statxfs_includes): Include those same headers.
        ($statxfs_includes): Include sys/vfs.h if available.
        ($statxfs_includes): Likewise for sys/statvfs.h.
        Check for the following members in both structs statfs and statvfs:
        f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.

2002-06-01  Jim Meyering  <address@hidden>

        * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
        s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.

2002-05-28  Jim Meyering  <address@hidden>

        * readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
        Reported by Volker Borchert.

2002-05-27  Jim Meyering  <address@hidden>

        * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
        localtime.

        * readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
        use the replacement function; it wouldn't resolve at link time.
        Reported by Volker Borchert.

2002-04-30  Jim Meyering  <address@hidden>

        * prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.

2002-04-29  Paul Eggert  <address@hidden>

        * prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
        Do not check for alloca.h (no longer used) or stdbool.h (was never
        used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.

2002-04-28  Paul Eggert  <address@hidden>

        * prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.

2002-04-29  Jim Meyering  <address@hidden>

        * jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
        * prereq.m4: Add jm_PREREQ_STRNLEN.
        Use AC_FUNC_STRNLEN here instead.

        * jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
        With autoconf-2.53a, it's part of AC_PROG_CC.

2002-04-28  Paul Eggert  <address@hidden>

        * jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
        * prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.

2002-04-24  Jim Meyering  <address@hidden>

        * prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
        (jm_PREREQ): Use it.

        * getloadavg.m4: Check for these headers: locale.h unistd.h
        mach/mach.h fcntl.h.
        Check for this function: setlocale.

2002-04-16  Jim Meyering  <address@hidden>

        * prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
        ut_pid, ut_id, ut_exit.

2002-04-12  Jim Meyering  <address@hidden>

        * ls-mntd-fs.m4 (checking for getmntinfo function...): Remove now-bogus
        check for f_type in sys/mount.h.  Instead, just test for the existence
        of the getmntinfo function.  Needed for Darwin 5.3.

        * dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
        This is necessary at least on Darwin 5.3.

        * jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
        AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of strnlen.o
        in the library, and that makes some versions of ranlib object.

2002-04-09  Jim Meyering  <address@hidden>

        * malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
        to be more precise.  Rather than saying we're checking whether the
        function `works', say what we're testing.
        * realloc.m4 (jm_FUNC_REALLOC): Likewise.
        Reported by Bruno Haible.

2002-02-27  Paul Eggert  <address@hidden>

        * jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
        Check for clock_settime.

2002-02-25  Paul Eggert  <address@hidden>

        * acl.m4: New file.
        * jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
        Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.


**********************************************************************
po/ChangeLog    12 Mar 2002 08:08:43 -0000      1.9
**********************************************************************
2002-03-12  Jim Meyering  <address@hidden>

        * LINGUAS: Remove zh, on advice from Abel Cheung.
        People should use zh_TW (or zh_CN, once it appears here).

2002-03-10  Jim Meyering  <address@hidden>

        * LINGUAS: Add zh_TW.

2002-02-19  Bruno Haible  <address@hidden>

        * remove-potcdate.sin: New file.
        * Makefile.in.in (DISTFILES.common): Add remove-potcdate.sin.
        (.SUFFIXES): Add .sed and .sin.
        (.sin.sed): New rule.
        ($(DOMAIN).pot-update): Depend on remove-potcdate.sed. If the old
        POT file exists and the new POT file differs from it only in the
        first POT-Creation-Date line, keep the old POT file. So the PO files
        don't need to be remade, and automake's "distcheck" target succeeds.
        (mostlyclean): Remove remove-potcdate.sed and additional temporary
        files.
        Reported by Jim Meyering.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]