Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
1998-12-12  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
	* timezone/Makefile: Protect inclusion of z.* by avoid-generated
	and inhibit_timezone_rules instead of no_deps.
	* Make-dist: Pass inhibit_timezone_rules=t when making
	echo-distinfo.
 
1998-12-12  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
 
	* manual/Makefile (distribute): Remove dir-add.texinfo.
 
	* sysdeps/unix/sysv/linux/powerpc/Dist: Add sys/procfs.h and
	sys/user.h.
 
1998-12-11  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
 
	* manual/Makefile (stamp-summary): Use ^L as separator for
	sorting.
	* manual/arith.texi: Add comments before all @deffoox lines to get
	them added to the summary.
	* manual/creature.texi: Likewise.
	* manual/math.texi: Likewise.
 
1998-12-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
 
	* math/libm-test.c: Remove macro ISINF.  Change all usages of
	ISINF to isinf.
1998-12-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
	* sysdeps/alpha/fpu/fsetexcptflg.c: Avoid -Wparentheses warning.
	* sysdeps/libm-ieee754/s_expm1.c (__expm1): Avoid -Wparentheses
	warning.
	* sysdeps/libm-ieee754/s_log1p.c (__log1p): Likewise.
	* sysdeps/libm-ieee754/e_logf.c (__ieee754_logf): Likewise.
	* sysdeps/libm-ieee754/s_expm1f.c (__expm1f): Likewise.
	* sysdeps/libm-ieee754/e_log.c (__ieee754_log): Likewise.
	* sysdeps/libm-ieee754/s_log1pf.c (__log1pf): Likewise.

1998-12-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
	* sunrpc/svc_udp.c (svcudp_bufcreate): Declare len as socklen_t.
	(svcudp_recv): Likewise.
1998-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
	* nis/nss-nisplus.h: Change some mappings of NIS+ errors to
	NSS error codes to avoid endless loops.
1998-12-12  Geoff Keating  <geoffk@ozemail.com.au>
	* posix/fnmatch.c (fnmatch): Arguments to FOLD must not have
	side-effects.
  • Loading branch information
Ulrich Drepper committed Dec 14, 1998
1 parent e3743e2 commit 4260bc7
Show file tree
Hide file tree
Showing 10 changed files with 463 additions and 26 deletions.
67 changes: 45 additions & 22 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,30 @@
1998-12-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1998-12-12 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>

* math/libm-test.c: Remove macro ISINF. Change all usages of
ISINF to isinf.
* timezone/Makefile: Protect inclusion of z.* by avoid-generated
and inhibit_timezone_rules instead of no_deps.
* Make-dist: Pass inhibit_timezone_rules=t when making
echo-distinfo.

1998-12-12 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>

* manual/Makefile (distribute): Remove dir-add.texinfo.

* sysdeps/unix/sysv/linux/powerpc/Dist: Add sys/procfs.h and
sys/user.h.

1998-12-11 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>

* manual/Makefile (stamp-summary): Use ^L as separator for
sorting.
* manual/arith.texi: Add comments before all @deffoox lines to get
them added to the summary.
* manual/creature.texi: Likewise.
* manual/math.texi: Likewise.

1998-12-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>

* math/libm-test.c: Remove macro ISINF. Change all usages of
ISINF to isinf.

1998-12-13 Ulrich Drepper <drepper@cygnus.com>

Expand All @@ -15,37 +38,37 @@
* string/stratcliff.c: Use MAP_ANON instead of MAP_ANONYMOUS.
Patch by UCHIYAMA Yasushi <uch@nop.or.jp>.

1998-12-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1998-12-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>

* sysdeps/alpha/fpu/fsetexcptflg.c: Avoid -Wparentheses warning.
* sysdeps/alpha/fpu/fsetexcptflg.c: Avoid -Wparentheses warning.

* sysdeps/libm-ieee754/s_expm1.c (__expm1): Avoid -Wparentheses
warning.
* sysdeps/libm-ieee754/s_log1p.c (__log1p): Likewise.
* sysdeps/libm-ieee754/e_logf.c (__ieee754_logf): Likewise.
* sysdeps/libm-ieee754/s_expm1f.c (__expm1f): Likewise.
* sysdeps/libm-ieee754/e_log.c (__ieee754_log): Likewise.
* sysdeps/libm-ieee754/s_log1pf.c (__log1pf): Likewise.

1998-12-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* sysdeps/libm-ieee754/s_expm1.c (__expm1): Avoid -Wparentheses
warning.
* sysdeps/libm-ieee754/s_log1p.c (__log1p): Likewise.
* sysdeps/libm-ieee754/e_logf.c (__ieee754_logf): Likewise.
* sysdeps/libm-ieee754/s_expm1f.c (__expm1f): Likewise.
* sysdeps/libm-ieee754/e_log.c (__ieee754_log): Likewise.
* sysdeps/libm-ieee754/s_log1pf.c (__log1pf): Likewise.

1998-12-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>

* sunrpc/svc_udp.c (svcudp_bufcreate): Declare len as socklen_t.
(svcudp_recv): Likewise.
* sunrpc/svc_udp.c (svcudp_bufcreate): Declare len as socklen_t.
(svcudp_recv): Likewise.

1998-12-13 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1998-12-13 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>

* nis/nss-nisplus.h: Change some mappings of NIS+ errors to
NSS error codes to avoid endless loops.
* nis/nss-nisplus.h: Change some mappings of NIS+ errors to
NSS error codes to avoid endless loops.

1998-12-13 Ulrich Drepper <drepper@cygnus.com>

* iconvdata/gconv-modules: Correct aliases for ISO-8859-13 and add
aliases for ISO-8859-14.

1998-12-12 Geoff Keating <geoffk@ozemail.com.au>
1998-12-12 Geoff Keating <geoffk@ozemail.com.au>

* posix/fnmatch.c (fnmatch): Arguments to FOLD must not have
side-effects.
* posix/fnmatch.c (fnmatch): Arguments to FOLD must not have
side-effects.

1998-12-12 Ulrich Drepper <drepper@cygnus.com>

Expand Down
1 change: 1 addition & 0 deletions Make-dist
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ all-headers = $(filter-out $(sysdep_headers),$(headers))
else
+distinfo := $(shell MAKEFLAGS= MFLAGS= $(MAKE) -s no_deps=t \
inhibit_interface_rules=t inhibit_mach_syscalls=t \
inhibit_timezone_rules=t \
subdirs='$(subdirs)' echo-distinfo | grep -v '^make')
foo:=$(shell echo>&2 '+distinfo=$(+distinfo)')
all-headers := $(patsubst +header+%,%,$(filter +header+%,$(+distinfo)))
Expand Down
5 changes: 5 additions & 0 deletions linuxthreads/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1998-12-14 Ulrich Drepper <drepper@cygnus.com>

* Examples/ex6.c: Unbuffer stdout and reduce sleep time to reduce
overall runtime.

1998-12-13 Ulrich Drepper <drepper@cygnus.com>

* Examples/ex3.c: Wait until all threads are started before
Expand Down
4 changes: 3 additions & 1 deletion linuxthreads/Examples/ex6.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ main (void)
{
unsigned long count;

setvbuf (stdout, NULL, _IONBF, 0);

for (count = 0; count < 2000; ++count)
{
pthread_t thread;
Expand All @@ -33,7 +35,7 @@ main (void)
}
/* pthread_detach (thread); */
pthread_join (thread, NULL);
usleep (50);
usleep (10);
}
return 0;
}
4 changes: 2 additions & 2 deletions manual/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ libc.dvi: texinfo.tex
# Generate the summary from the Texinfo source files for each chapter.
summary.texi: stamp-summary ;
stamp-summary: summary.awk $(filter-out summary.texi, $(texis))
$(AWK) -f $^ | sort -df +1 -2 | tr '\014' '\012' > summary-tmp
$(AWK) -f $^ | sort -t '' -df +0 -1 | tr '\014' '\012' > summary-tmp
$(move-if-change) summary-tmp summary.texi
touch $@

Expand Down Expand Up @@ -111,7 +111,7 @@ minimal-dist = summary.awk texis.awk libc-texinfo.sh libc.texinfo \
doc-only-dist = Makefile COPYING.LIB
distribute = $(minimal-dist) $(examples) texis stdio-fp.c \
libc.info* libc.?? libc.??s texinfo.tex stamp-summary \
xtract-typefun.awk dir-add.texinfo dir-add.info dir \
xtract-typefun.awk dir-add.info dir \
chapters.texi top-menu.texi summary.texi
export distribute := $(distribute)

Expand Down
Loading

0 comments on commit 4260bc7

Please sign in to comment.