Commit History

Author SHA1 Message Date
  Eric Andersen 48f2667be9 Add initial support for compiling cpp code. 23 years ago
  Eric Andersen 2f95bcd382 Enable trace support by default, since it only costs 300 bytes 23 years ago
  Eric Andersen a222ff0b49 Remove the C++ support stubs, since these now live elsewhere and 23 years ago
  Eric Andersen 02c6dba4f3 Build crti.o and crtn.o with optimization enabled 23 years ago
  Manuel Novoa III 48c12e04ca Fix a pointer bug in setvbuf reported by Bart Visscher <magick@Linux-Fan.com>. 23 years ago
  Eric Andersen 5e5710cd0c Oops. Forgot to check this one in 23 years ago
  Eric Andersen 103cbe2418 Add strptime, and commonize some locale strings 23 years ago
  Eric Andersen c2ac6db844 Don't let this worry about _init and _fini 23 years ago
  Eric Andersen d310b72930 Fix location of crt0.o 23 years ago
  Eric Andersen 883d4fb97a Add missing updwtmp() and fix broken makefile 23 years ago
  Eric Andersen 4d40c3c17e Support gnu error(), patch contributed by Andrew Ip <aip@cwlinux.com> 23 years ago
  Eric Andersen 8dbb3b0aac Hide libc specific junk inside a #ifdef _LIBC to avoid 23 years ago
  Eric Andersen 8f0ab729be Fix non-elf support (in theory). Revert misguided change suggested 23 years ago
  Eric Andersen 15bb702a56 Fix link to daily snapshot 23 years ago
  Eric Andersen 48886c22a7 Update the config script to behave a bit better 23 years ago
  Eric Andersen d1e4f21566 Oops! When I fixed the debug flags, I forgot to make things be 23 years ago
  Eric Andersen 222e31faa0 Setup so ctors/dtors can run. Disabled for now, since they do 23 years ago
  Eric Andersen 608b520c75 Don't call null ctors/dtors. 23 years ago
  Eric Andersen ab717d4eb2 Do not enable debugging for initfini.s and friends. Won't work anyways. 23 years ago
  Eric Andersen ed3d3458ef Add implementations of strtof() and strtold(). These are a bit 23 years ago
  Eric Andersen 39d05a3300 This should be the last piece needed to make constructors work (using 23 years ago
  Eric Andersen 90d986e8d2 Add some symbols needed for C++ to work. Temporary hack... 23 years ago
  Eric Andersen 270579eef2 Remove an unused variable 23 years ago
  Manuel Novoa III f654c6f7b8 I vow to rerun _all_ the tests before making commits. :-( 23 years ago
  Eric Andersen 9121e41f46 Build our own crti.o and crtn.o with a cross arch method that I 23 years ago
  Eric Andersen 94e5ab630b Merge in an ugly pile of rand* functions from glibc. :( 23 years ago
  Eric Andersen e3d8cc9c99 Remove the chdir, so we can test things like empty directories 23 years ago
  Manuel Novoa III 9aeb15e7c4 Modified because of the new str to int funcs. 23 years ago
  Manuel Novoa III 29d3e23bab New versions of the various string to int functions which are smaller 23 years ago
  Manuel Novoa III 347b1fc3b6 Fix stdin/stdout initialization of buffering type. I had changed the 23 years ago