coreutils-announce
[Top][All Lists]
Advanced

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

[Coreutils-announce] textutils-2.0.19 released


From: Jim Meyering
Subject: [Coreutils-announce] textutils-2.0.19 released
Date: Mon, 10 Dec 2001 12:07:03 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1.50 (i686-pc-linux-gnu)

[Resent, now that alpha is back up.  tar balls still aren't there.
 Please use sf.net for now, as indicated below. ]

Nothing new, unless you're translating messages.

alpha.gnu.org was inaccessible when I wrote this, so
please use fetish.sf.net (aka sourceforge.net) instead.
freefriends.org has a relatively low bandwidth cap.

  http://fetish.sf.net/textutils-2.0.19.tar.gz        <==== Please use this URL
  http://fetish.sf.net/textutils-2.0.19.tar.bz2       <==== Please use this URL
  http://fetish.sf.net/textutils-2.0.18-2.0.19.xdelta <==== Please use this URL

==============================

  * ftp://alpha.gnu.org/gnu/fetish/textutils-2.0.19.tar.gz   (2.4 MB)
  * ftp://alpha.gnu.org/gnu/fetish/textutils-2.0.19.tar.bz2  (1.6 MB)
  ftp://freefriends.org/gnu/fetish/textutils-2.0.19.tar.gz   (2.4 MB)
  ftp://freefriends.org/gnu/fetish/textutils-2.0.19.tar.bz2  (1.6 MB)

And here are xdelta-style diffs

  * ftp://alpha.gnu.org/gnu/fetish/textutils-2.0.18-2.0.19.xdelta   (140 kB)
  ftp://freefriends.org/gnu/fetish/textutils-2.0.18-2.0.19.xdelta   (140 kB)

[*] not available, yet.

Here are the MD5 and SHA1 signatures:

6959a6753db324e1061ce8f380a6b679  textutils-2.0.19.tar.gz
984f0bb160fab2e397f7b782af698671  textutils-2.0.19.tar.bz2
929ef1ce02896c1fcb17ee3a93b5e192  textutils-2.0.18-2.0.19.xdelta
66e63680af1fcd4d070c8674483a15ddf2889755  textutils-2.0.19.tar.gz
f9e4a27a2270370825ce1fa81e07ba2236ad9783  textutils-2.0.19.tar.bz2
eb0e24eeddbf8a565322ca56d41167fa9b31ee30  textutils-2.0.18-2.0.19.xdelta

NEWS:
* portability tweak to make lib/regex.c compile
* split translatable strings only in the middle of sentences

ChangeLog entries:

**********************************************************************
ChangeLog       2001/12/08 20:42:13     1.921
**********************************************************************
2001-12-08  Jim Meyering  <address@hidden>

        * Version 2.0.19.

        * Makefile.cfg (wget_files): Remove ansi2knr.c, since it's
        no longer available at that location.

2001-12-03  Jim Meyering  <address@hidden>

        * src/od.c, src/tail.c, src/tr.c (usage): I will not split translatable
        strings in the middle of a sentence.  I will not split translatable
        strings in the middle of a sentence.  I will not split translatable
        strings in the middle of a sentence.  ...
        * src/join.c (usage): Merge lone "\n" into adjacent string.
        * src/md5sum.c (usage): Likewise.
        * src/paste.c (usage): Likewise.
        Reported by Karl Eichwalder.

2001-12-02  Jim Meyering  <address@hidden>

        * Makefile.maint (emit-upload-commands): Fix typo: s/distdir/PACKAGE/.


**********************************************************************
lib/ChangeLog   2001/12/10 00:17:05     1.319
**********************************************************************
2001-12-10  Jim Meyering  <address@hidden>

        * linebuffer.c: Remove explicit declarations of xmalloc and xrealloc,
        Instead, include "xalloc.h".
        (initbuffer): Don't cast xmalloc return value to char*.
        (readline): Reword comment.
        Don't cast xrealloc return value to char*
        Return NULL, not 0.

2001-12-09  Jim Meyering  <address@hidden>

        * modechange.c (mode_compile): Add cast to avoid pedantic warning about
        `signed and unsigned type in conditional expression'.
        * posixtm.c (posix_time_parse): Likewise.

        * xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.

        * readtokens.c (readtoken): Declare an index to be of type unsigned
        to avoid a pedantic warning.

        * getstr.c: Don't include assert.h.
        (getstr): Remove warning-evoking assertions.
        Return -1 if offset parameter is out of bounds.
        Change the type of a local from int to size_t.

        * strftime.c (my_strftime_localtime_r): Include this function
        definition in the `#if ! HAVE_TM_GMTOFF' block.

        * xgethostname.c: Remove declarations of xmalloc and xrealloc.
        Include xalloc.h instead.

2001-12-02  Jim Meyering  <address@hidden>

        * tempname.c: Don't declare getenv, thus reverting the change of
        2001-11-18.  It's no longer necessary, now that stdlib.h is always
        included.

        * regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
        __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.



reply via email to

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