This is the mail archive of the libc-alpha@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: glibc 2.1.3


>>>>> James Antill writes:

 > Ulrich Drepper <drepper@redhat.com> writes:
>> I've uploaded the 2.1.3 release of glibc to
>> 
>> ftp://sourceware.cygnus.com/pub/glibc/releases
>> 
>> There you can find the files
>> 
>> glibc-2.1.3.tar.bz2	(also .gz)
>> glibc-2.1.2-2.1.3.diff.gz
>> glibc-linuxthreads-2.1.3.tar.gz

 >  Is this just a renamed 2.1.3pre4 ?
No.  It contains two or three more changes.  Here's the top of the
ChangeLog file (I'm not sure when exactly 2.1.3pre4 got released).

Andreas

2000-02-24  Andreas Jaeger  <aj@suse.de>

	* locale/programs/ld-ctype.c (ctype_output): Add missing &.

2000-02-24  Ulrich Drepper  <drepper@cygnus.com>

	* locale/C-ctype.c: Add table pointer for both endianesses.

2000-02-23  Ulrich Drepper  <drepper@redhat.com>

	* posix/wordexp.c: Use $HOME to expand ~ (if set); fix off-by-one
	error in expansion of ~user; correct handling of WRDE_APPEND and
	WRDE_DOOFFS; return WRDE_SYNTAX for syntax errors in command
	substitutions; limit removal of newlines to those that are
	really `trailing'; allow for current word to continue after
	a command substitution (e.g. "a$(echo b)c"); restore pwordexp
	members properly on error returns.
	Patch by Geoff Clare <gwc@unisoft.com>.

	* stdlib/stdlib.h (putenv): Don't declare argument as const.
	* sysdeps/generic/putenv.c: Likewise.

2000-02-24  Roland McGrath  <roland@baalperazim.frob.com>

	* sysdeps/mach/hurd/sys/param.h: Add comment.

2000-02-23  Ulrich Drepper  <drepper@redhat.com>

	* locale/programs/ld-ctype.c (allocate_arrays): Make sure the end
	of width table is 4-byte aligned.
	(ctype_output): Write out the entire width array.

	* sysdeps/unix/sysv/linux/bits/waitflags.h: Add __WALL.

2000-02-23  Roland McGrath  <roland@baalperazim.frob.com>

	* sysdeps/mach/hurd/sigstack.c (sigstack): Remove `const' from
	argument type, for 2000-02-22 change in signal/signal.h declaration.

	* iconv/loop.c: Don't include <sys/param.h>.  On Hurd it includes
	<signal.h> -> <sys/ucontext.h> defines ES, conflicting with
	iconvdata/iso646.c's (unrelated) ES.
	(MIN): New macro, just define it here instead to avoid that conflict.

	* string/argz-stringify.c (__argz_stringify): Fix loop termination
	conditions so as not to clobber the final '\0' when there is only one
	element in the vector.


-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]