Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
2000-04-25  Jes Sorensen  <Jes.Sorensen@cern.ch>

	* shlib-versions: Rename ia64 dynamic linker to ld-linux-ia64.so.1
	to avoid name clashes with the ia32 linker.

2000-04-25  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/alpha/dl-machine.h (_dl_start_user): Fix the _dl_skip_args
	handling.

	* manual/string.texi: Document strcasestr, strchrnul, strtoimax,
	strtoumax, strfry, and memfrob.
	* manual/arith.texi: Document {,u}int*_t types, and strto{i,u}max.
	Patch by Bryan Henderson <bryanh@giraffe-data.com>.
  • Loading branch information
Ulrich Drepper committed Apr 28, 2000
1 parent 3300816 commit 0e4ee10
Show file tree
Hide file tree
Showing 5 changed files with 423 additions and 168 deletions.
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
2000-04-25 Jes Sorensen <Jes.Sorensen@cern.ch>

* shlib-versions: Rename ia64 dynamic linker to ld-linux-ia64.so.1
to avoid name clashes with the ia32 linker.

2000-04-25 Jakub Jelinek <jakub@redhat.com>

* sysdeps/alpha/dl-machine.h (_dl_start_user): Fix the _dl_skip_args
handling.

2000-04-27 Ulrich Drepper <drepper@redhat.com>

* manual/string.texi: Document strcasestr, strchrnul, strtoimax,
strtoumax, strfry, and memfrob.
* manual/arith.texi: Document {,u}int*_t types, and strto{i,u}max.
Patch by Bryan Henderson <bryanh@giraffe-data.com>.

* elf/soinit.c (__libc_global_ctors): Call __pthread_initialize_minimal
if this function is available.

Expand Down
Loading

0 comments on commit 0e4ee10

Please sign in to comment.