Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
	* Make-dist: Add back one of the tar invocations removed before.

	* stdlib/Makefile (distribute): Add allocalim.h.
  • Loading branch information
Ulrich Drepper committed Oct 10, 2002
1 parent 3459388 commit d0883b4
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -2,6 +2,10 @@

* version.h (VERSION): Bump to 2.3.1.

* Make-dist: Add back one of the tar invocations removed before.

* stdlib/Makefile (distribute): Add allocalim.h.

* sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
(__libc_tsd_address): Use correct variable name.
Patch by Stefan Jones <stefan.jones@multigig.com>.
1 change: 1 addition & 0 deletions Make-dist
Original file line number Diff line number Diff line change
@@ -222,6 +222,7 @@ dist.tar: README $(tardir) $(+tsrcs)
tar chvf $@ $(addprefix $(tardir)/,$(filter-out $(tardir),$^))

$(tardir).tar: dist.tar subdir_dist
tar xf $< -C $${TMPDIR-/tmp}
tar covf $@ -C $${TMPDIR-/tmp} $(tardir)
-rm -fr $${TMPDIR-/tmp}/$(tardir) dist.tar &
rm $(tardir)
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This directory contains the version 2.3 release of the GNU C Library.
This directory contains the version 2.3.1 release of the GNU C Library.
Many bugs have been fixed since the last release.
Some bugs surely remain.

3 changes: 2 additions & 1 deletion stdlib/Makefile
Original file line number Diff line number Diff line change
@@ -55,7 +55,8 @@ routines := \
# linked against when the shared library will be used.
static-only-routines = atexit

distribute := exit.h grouping.h abort-instr.h isomac.c tst-fmtmsg.sh
distribute := exit.h grouping.h abort-instr.h isomac.c tst-fmtmsg.sh \
allocalim.h
test-srcs := tst-fmtmsg
tests := tst-strtol tst-strtod testmb testrand testsort testdiv \
test-canon test-canon2 tst-strtoll tst-environ \

0 comments on commit d0883b4

Please sign in to comment.