Eric Andersen
|
103cbe2418
Add strptime, and commonize some locale strings
|
23 年 前 |
Eric Andersen
|
c2ac6db844
Don't let this worry about _init and _fini
|
23 年 前 |
Eric Andersen
|
d310b72930
Fix location of crt0.o
|
23 年 前 |
Eric Andersen
|
883d4fb97a
Add missing updwtmp() and fix broken makefile
|
23 年 前 |
Eric Andersen
|
4d40c3c17e
Support gnu error(), patch contributed by Andrew Ip <aip@cwlinux.com>
|
23 年 前 |
Eric Andersen
|
8dbb3b0aac
Hide libc specific junk inside a #ifdef _LIBC to avoid
|
23 年 前 |
Eric Andersen
|
8f0ab729be
Fix non-elf support (in theory). Revert misguided change suggested
|
23 年 前 |
Eric Andersen
|
15bb702a56
Fix link to daily snapshot
|
23 年 前 |
Eric Andersen
|
48886c22a7
Update the config script to behave a bit better
|
23 年 前 |
Eric Andersen
|
d1e4f21566
Oops! When I fixed the debug flags, I forgot to make things be
|
23 年 前 |
Eric Andersen
|
222e31faa0
Setup so ctors/dtors can run. Disabled for now, since they do
|
23 年 前 |
Eric Andersen
|
608b520c75
Don't call null ctors/dtors.
|
23 年 前 |
Eric Andersen
|
ab717d4eb2
Do not enable debugging for initfini.s and friends. Won't work anyways.
|
23 年 前 |
Eric Andersen
|
ed3d3458ef
Add implementations of strtof() and strtold(). These are a bit
|
23 年 前 |
Eric Andersen
|
39d05a3300
This should be the last piece needed to make constructors work (using
|
23 年 前 |
Eric Andersen
|
90d986e8d2
Add some symbols needed for C++ to work. Temporary hack...
|
23 年 前 |
Eric Andersen
|
270579eef2
Remove an unused variable
|
23 年 前 |
Manuel Novoa III
|
f654c6f7b8
I vow to rerun _all_ the tests before making commits. :-(
|
23 年 前 |
Eric Andersen
|
9121e41f46
Build our own crti.o and crtn.o with a cross arch method that I
|
23 年 前 |
Eric Andersen
|
94e5ab630b
Merge in an ugly pile of rand* functions from glibc. :(
|
23 年 前 |
Eric Andersen
|
e3d8cc9c99
Remove the chdir, so we can test things like empty directories
|
23 年 前 |
Manuel Novoa III
|
9aeb15e7c4
Modified because of the new str to int funcs.
|
23 年 前 |
Manuel Novoa III
|
29d3e23bab
New versions of the various string to int functions which are smaller
|
23 年 前 |
Manuel Novoa III
|
347b1fc3b6
Fix stdin/stdout initialization of buffering type. I had changed the
|
23 年 前 |
Manuel Novoa III
|
e26e735ab4
Oops... forgot to update abort.c.
|
23 年 前 |
Manuel Novoa III
|
d66d31914c
Apply Miles Bader's missing __va_copy() fix.
|
23 年 前 |
Manuel Novoa III
|
f2f500d61c
Fix another O_LARGEFILE bug. Also, I forget to make floating point optional
|
23 年 前 |
Manuel Novoa III
|
b6d85765b0
So much for fcntl flags being resonably consistent across archs... (hopefully)
|
23 年 前 |
Manuel Novoa III
|
0343687b86
Fix fflush(NULL) and tweak _stdio_term() for the unbuffered stdio option.
|
23 年 前 |
Manuel Novoa III
|
4b1902f742
Oops.. had left thread support forced on.
|
23 年 前 |