Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/lib/libc/stdlib Pull up revisions 1.50-1.51 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/ea6dae006252
branches:  netbsd-1-5
changeset: 490865:ea6dae006252
user:      he <he%NetBSD.org@localhost>
date:      Tue Mar 13 21:19:55 2001 +0000

description:
Pull up revisions 1.50-1.51 (requested by cgs):
  Replace hcreate() / hsearch() / hdestroy() implementation with
  one that actually works as it's supposed to.

diffstat:

 lib/libc/stdlib/Makefile.inc |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 2af97fd5d65b -r ea6dae006252 lib/libc/stdlib/Makefile.inc
--- a/lib/libc/stdlib/Makefile.inc      Tue Mar 13 21:19:36 2001 +0000
+++ b/lib/libc/stdlib/Makefile.inc      Tue Mar 13 21:19:55 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.47 2000/04/02 20:27:58 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.47.4.1 2001/03/13 21:19:55 he Exp $
 #      from: @(#)Makefile.inc  8.3 (Berkeley) 2/4/95
 
 # stdlib sources
@@ -7,7 +7,8 @@
 SRCS+= _rand48.c _strtoll.c _strtoull.c \
        a64l.c abort.c atexit.c atof.c atoi.c atol.c atoll.c \
        bsearch.c calloc.c drand48.c erand48.c exit.c \
-       getenv.c getopt.c getopt_long.c getsubopt.c heapsort.c jrand48.c \
+       getenv.c getopt.c getopt_long.c getsubopt.c \
+       hcreate.c heapsort.c jrand48.c \
        l64a.c lldiv.c lcong48.c lrand48.c malloc.c merge.c mrand48.c \
        multibyte.c nrand48.c putenv.c qabs.c qdiv.c qsort.c radixsort.c \
        rand.c rand_r.c random.c seed48.c setenv.c srand48.c strtod.c \
@@ -22,13 +23,14 @@
 
 MAN+=  a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 atoll.3 \
        bsearch.3 div.3 exit.3 getenv.3 getopt.3 getopt_long.3 getsubopt.3 \
-       labs.3 ldiv.3 llabs.3 lldiv.3 malloc.3 memory.3 qabs.3 qdiv.3 qsort.3 \
-       radixsort.3 rand48.3 rand.3 random.3 strtod.3 \
+       hcreate.3 labs.3 ldiv.3 llabs.3 lldiv.3 malloc.3 memory.3 qabs.3 \
+       qdiv.3 qsort.3 radixsort.3 rand48.3 rand.3 random.3 strtod.3 \
        strtol.3 strtoul.3 system.3 tsearch.3
 
 MLINKS+=a64l.3 l64a.3
 MLINKS+=a64l.3 l64a_r.3
 MLINKS+=getenv.3 setenv.3 getenv.3 unsetenv.3 getenv.3 putenv.3
+MLINKS+=hcreate.3 hdestroy.3 hcreate.3 hsearch.3
 MLINKS+=malloc.3 calloc.3 malloc.3 realloc.3 malloc.3 free.3
 MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3
 MLINKS+=rand.3 rand_r.3



Home | Main Index | Thread Index | Old Index