]> sourceware.org Git - newlib-cygwin.git/commit
* implement a new `struct _reent' that is significantly smaller. use this
authorMatthew Green <mrg@redhat.com>
Sun, 3 Feb 2002 09:24:18 +0000 (09:24 +0000)
committerMatthew Green <mrg@redhat.com>
Sun, 3 Feb 2002 09:24:18 +0000 (09:24 +0000)
commit8195aff714f2ea5d680a5129a1d54af388e90355
tree683ff47f4802385e669491dda42bf8050772dbdf
parentad67ada2fc7cdb361643d506701e274a67d796f9
* implement a new `struct _reent' that is significantly smaller.  use this
if _REENT_SMALL is defined in config.h.  define this for xstormy16.
41 files changed:
newlib/ChangeLog
newlib/libc/include/math.h
newlib/libc/include/sys/config.h
newlib/libc/include/sys/reent.h
newlib/libc/reent/reent.c
newlib/libc/reent/reent.tex
newlib/libc/reent/signgam.c
newlib/libc/stdio/findfp.c
newlib/libc/stdio/getchar.c
newlib/libc/stdio/iprintf.c
newlib/libc/stdio/perror.c
newlib/libc/stdio/printf.c
newlib/libc/stdio/putchar.c
newlib/libc/stdio/puts.c
newlib/libc/stdio/scanf.c
newlib/libc/stdio/tmpnam.c
newlib/libc/stdio/vprintf.c
newlib/libc/stdio/vscanf.c
newlib/libc/stdlib/atexit.c
newlib/libc/stdlib/drand48.c
newlib/libc/stdlib/dtoa.c
newlib/libc/stdlib/exit.c
newlib/libc/stdlib/lcong48.c
newlib/libc/stdlib/ldtoa.c
newlib/libc/stdlib/lrand48.c
newlib/libc/stdlib/mallocr.c
newlib/libc/stdlib/mprec.c
newlib/libc/stdlib/mrand48.c
newlib/libc/stdlib/mstats.c
newlib/libc/stdlib/rand.c
newlib/libc/stdlib/rand48.c
newlib/libc/stdlib/rand48.h
newlib/libc/stdlib/seed48.c
newlib/libc/stdlib/srand48.c
newlib/libc/string/strtok.c
newlib/libc/time/asctime.c
newlib/libc/time/lcltime.c
newlib/libm/math/w_gamma.c
newlib/libm/math/w_lgamma.c
newlib/libm/math/wf_gamma.c
newlib/libm/math/wf_lgamma.c
This page took 0.036934 seconds and 5 git commands to generate.