Commit History

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