Peter S. Mazinger
|
ba31c6c463
Remove TOPDIR
|
vor 19 Jahren |
Peter S. Mazinger
|
e6aa37afc9
Replace all Makefiles for new build infrastucture
|
vor 19 Jahren |
Peter S. Mazinger
|
3a7ac9c7a7
Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much.
|
vor 19 Jahren |
Peter S. Mazinger
|
9ddd9870a8
Add __cxa_atexit and __cxa_finalize, thanks to Stephen Warren. This patch breaks compatibility with existing binaries, unless the new COMPAT_ATEXIT option is enabled.
|
vor 19 Jahren |
Mike Frysinger
|
8bdad19e0e
import a64l and l64a from glibc
|
vor 19 Jahren |
Mike Frysinger
|
cefed3e103
add the posix_memalign function
|
vor 19 Jahren |
Mike Frysinger
|
130697527b
merge parallel build support
|
vor 20 Jahren |
Eric Andersen
|
4bbfdf97af
Add missing imaxdiv and lldiv needed for SuSv3. Adjust ldiv to
|
vor 20 Jahren |
Eric Andersen
|
8d532c5131
Rework malloc. The new default implementation is based on dlmalloc from Doug
|
vor 21 Jahren |
Eric Andersen
|
dd3fb0f8c1
Peter Kjellerstedt writes:
|
vor 21 Jahren |
Eric Andersen
|
6f06a7e4c1
mjn3 noticed we were missing seed48, which was odd since we had
|
vor 21 Jahren |
Manuel Novoa III
|
1217289737
Add a new *scanf implementation, includeing the *wscanf functions.
|
vor 21 Jahren |
Eric Andersen
|
fa555a2550
Thierry De Corte notices that when UCLIBC_HAS_FLOAT is disabled, we must also
|
vor 21 Jahren |
Manuel Novoa III
|
c386ddb4d8
Ok... here's the summary:
|
vor 22 Jahren |
Manuel Novoa III
|
18abcc693b
Okay, fix for atof _correctly_...
|
vor 22 Jahren |
Manuel Novoa III
|
7100638336
Apparently I forgot to build atof...
|
vor 22 Jahren |
Eric Andersen
|
6737908f74
Ok, this commit is _huge_ and its gonna change the world. I've
|
vor 22 Jahren |
Manuel Novoa III
|
6b664bc312
Remove malloc_simple from subdir list.
|
vor 22 Jahren |
Eric Andersen
|
9613b65978
Make sjhill happy, and revive memalign
|
vor 22 Jahren |
"Steven J. Hill"
|
b7f893cc42
Per discussions with Erik, 'valloc.c' should be built on top of whichever
|
vor 22 Jahren |
"Steven J. Hill"
|
55f46cc387
Added function 'mkdtemp' for Linux Test Project.
|
vor 22 Jahren |
Eric Andersen
|
9a1eb39a60
Kill the HAS_LONG_LONG option. It really did not make a lot of
|
vor 22 Jahren |
Eric Andersen
|
698d2c6803
Per suggestion from Miles Bader, move calloc.c to libc/stdlib.
|
vor 22 Jahren |
Eric Andersen
|
ad28b52f54
Rework setenv, getenv and friends per the latest glibc code, but cleaned
|
vor 22 Jahren |
Manuel Novoa III
|
d730fb4d64
Multibyte and wide char conversion functions. Some work still to do, but
|
vor 22 Jahren |
Manuel Novoa III
|
d07fdf8b9e
New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,
|
vor 22 Jahren |
Eric Andersen
|
cdb29e3ea6
Rework __gen_tempname() to better match glibc, and add mkstemp64(),
|
vor 22 Jahren |
Eric Andersen
|
e2d6080d4d
Merge glibc random, which gets us a much better RNG and a
|
vor 22 Jahren |
Eric Andersen
|
ed3d3458ef
Add implementations of strtof() and strtold(). These are a bit
|
vor 22 Jahren |
Eric Andersen
|
94e5ab630b
Merge in an ugly pile of rand* functions from glibc. :(
|
vor 22 Jahren |