diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-07 04:36:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-07 04:36:10 +0000 |
commit | 1be6ec30336a318dd50f9d9a45c8066860ec07f2 (patch) | |
tree | 8399c167a53cfe3ab9cdf27018730dda3c6a4d1b /ChangeLog | |
parent | c035afc9605510b5437515b71e0603c12463c2e9 (diff) | |
download | glibc-1be6ec30336a318dd50f9d9a45c8066860ec07f2.tar.gz glibc-1be6ec30336a318dd50f9d9a45c8066860ec07f2.tar.xz glibc-1be6ec30336a318dd50f9d9a45c8066860ec07f2.zip |
Fri Jun 7 1996 05:29:32 Ulrich Drepper <drepper@cygnus.com> cvs/libc-960607
* misc/lsearch.c: New file. Implementation of lfind and lsearch functions. * misc/search.h: Add prototype for functions from tsearch family with __ prefix. Correct prototype for lsearch: BASE parameter must not be const. * misc/tsearch.c: prepend all global function names with __ and make normal names weak aliases. Fri Jun 7 00:15:24 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * Make-dist (sysdep_dirs): Skip CVS dirs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 062cc98792..48ff28c87b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +Fri Jun 7 1996 05:29:32 Ulrich Drepper <drepper@cygnus.com> + + * misc/lsearch.c: New file. Implementation of lfind and + lsearch functions. + + * misc/search.h: Add prototype for functions from tsearch + family with __ prefix. + Correct prototype for lsearch: BASE parameter must not be + const. + + * misc/tsearch.c: prepend all global function names with __ + and make normal names weak aliases. + +Fri Jun 7 00:15:24 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + + * Make-dist (sysdep_dirs): Skip CVS dirs. + Thu Jun 6 16:12:39 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * malloc/Makefile (distribute): Change malloc/gmalloc-head.c to |