Commit Verlauf

Autor SHA1 Nachricht Datum
  Manuel Novoa III f88c789f2a Move an #endif that was in the wrong place. vor 21 Jahren
  Manuel Novoa III 50660812be Fix a few bugs in the new extended locale functions. vor 21 Jahren
  Manuel Novoa III 1217289737 Add a new *scanf implementation, includeing the *wscanf functions. vor 21 Jahren
  Eric Andersen 5f9e364ca5 Comment out the rpl_malloc workaround. It was a good idea, but it violates vor 21 Jahren
  Eric Andersen 78c6b3eb88 grr. It's a void *, not a char *. vor 21 Jahren
  Eric Andersen 26c58a5181 Change 'N' to '__size' to avoid conflicts with common #define of N vor 21 Jahren
  Eric Andersen 9389fe19a3 Cope with autoconf's broken AC_FUNC_MALLOC macro, which redefines malloc as vor 21 Jahren
  Eric Andersen 31aaccd372 Hide unimplemented and legacy ecvt and friends from configure. vor 21 Jahren
  Manuel Novoa III 3afa00c842 For now, "#if 0" out the inlining of (currently unsupported) glibc-specific vor 21 Jahren
  Eric Andersen 44c91e6541 Fixup sysconf to report the correct answer when UCLIBC_DYNAMIC_ATEXIT vor 21 Jahren
  Eric Andersen 9a1eb39a60 Kill the HAS_LONG_LONG option. It really did not make a lot of vor 22 Jahren
  Eric Andersen bc46671a9b Patch from Jarkko to fix drand48 to not use long long when vor 22 Jahren
  Manuel Novoa III 78c86530e0 Enable getpt prototype. vor 22 Jahren
  Manuel Novoa III 599ad608ee Enable WCHAR support for C/POSIX stub locales. vor 22 Jahren
  Manuel Novoa III d07fdf8b9e New locale support (in development). Supports LC_CTYPE, LC_NUMERIC, vor 22 Jahren
  Eric Andersen 89a480a843 Disable a lingering bit of wide char junk vor 22 Jahren
  Eric Andersen 92fa28346a Hide all reference to wchar_t so configure won't get confused vor 22 Jahren
  Eric Andersen 072938a98d Eliminate C++ style comments vor 22 Jahren
  Eric Andersen e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 23 Jahren
  Eric Andersen 44a6b946f3 Wrap up some long long stuff in __UCLIBC_HAS_LONG_LONG__ vor 23 Jahren
  Eric Andersen fa5a15eeb2 atoi, atol, atoll, and atof are supposed to be functions, not macros. vor 23 Jahren
  David McCullough ce8ee8d9b4 vor 23 Jahren
  Eric Andersen 9b39f1ce89 A patch from Matthias Kilian <kili@outback.escape.de> to fix -DDEBUG_MALLOC vor 23 Jahren
  Eric Andersen 0a8dc1a944 Add in random(), make rand use that under the hood. Fix the vor 23 Jahren
  Eric Andersen e2f6ebd3f2 Fix up breakage resulting from flipping the sense of some defines. Change from vor 23 Jahren
  Eric Andersen 8bceedc67c Make alloca work using the compiler builtin vor 23 Jahren
  Manuel Novoa III cc07f2350d Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.a vor 23 Jahren
  Eric Andersen 8c29d069db A bunch of updates, part from Manuel Novoa III (such as more long long vor 23 Jahren
  Eric Andersen c6218dbae5 A number of updates from Manuel Novoa III. Things look good... vor 23 Jahren
  Eric Andersen 469cdfc504 A few cleanups. Fix fflush so it remembers to init stdio. vor 23 Jahren