OSDN Git Service

- trim any trailing whitespace
[uclinux-h8/uClibc.git] / libc / stdlib / stdlib.c
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-06-02 Denis Vlasenkolibc/stdlib/stdlib.c: fix whitespace damage. No code...
2008-06-02 Denis Vlasenkofix bug 1577: '`' is not an acceptable digit for strto...
2008-05-30 Bernhard Reutner... - try to pickup UINTMAX_MAX
2008-05-30 Bernhard Reutner... - Avoid warning about undefined preprocessor token...
2006-03-22 Peter S. MazingerCorrect build if UCLIBC_HAS_CTYPE_TABLES is not defined
2006-03-10 Peter S. MazingerRemove all non-constant libc_hidden_data_def(), it...
2006-02-24 Peter S. MazingerDo not use __XL_NPP macro
2006-02-24 Peter S. Mazingerguard __ignore_x correctly, move undefs to their proper...
2006-02-15 Peter S. MazingerReorganize a bit for IMA
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-20 Mike Frysingerfix building/warnings on 64bit arches
2006-01-16 Peter S. MazingerLast relocs jump and global data, (even locales) that...
2006-01-15 Peter S. Mazingermake gcc4 happy w/ hidden_def/proto, correct some typos
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2006-01-14 Peter S. MazingerCorrect libc_hidden_proto
2006-01-14 Peter S. MazingerCorrect atoi()
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-16 Peter S. MazingerMacros are no good for jump relocs, hack to get rid...
2005-12-16 Peter S. MazingerConvert all the rest, remove isxupper/isxlower, if...
2005-12-08 Peter S. MazingerUse __strtod
2005-12-08 Peter S. MazingerImplement __strto* __wcsto* and hide _stdlib_wcsto*
2005-12-07 Peter S. MazingerHide more
2005-12-07 Peter S. MazingerHide *clnt|pmap|svc* and some rpc. inet/rpc is full...
2005-12-04 Peter S. MazingerMore hiding, 300 left
2005-11-29 Peter S. MazingerHiding again
2005-10-21 Peter S. MazingerKill warnings if IMA compiling
2005-09-22 Peter S. Mazingerweaks moved after the related function so gcc4 won...
2004-02-11 Manuel Novoa III New stdio core. Should be more maintainable. Fixes...
2003-08-24 Manuel Novoa III Fix a few bugs in the new extended locale functions.
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2002-11-22 Manuel Novoa III Ok... here's the summary:
2002-10-29 Manuel Novoa III Fix a couple of 'restrict' bugs in mbstowcs and wcstombs.
2002-09-19 Manuel Novoa III Hide my personal #warning reminders. Add __wcschrnul...
2002-08-12 Manuel Novoa III Revert commit by davidm to printf.c that initialized...
2002-07-03 Manuel Novoa III Enable WCHAR support for C/POSIX stub locales.
2002-05-23 Manuel Novoa III Multibyte and wide char conversion functions. Some...
2002-05-12 Manuel Novoa III Revert Erik's previous patch and fix what I believe...
2002-05-12 Eric AndersenSeveral bugfixes for problems that showed up on alpha
2002-05-06 Manuel Novoa III New locale support (in development). Supports LC_CTYPE...
2002-03-13 Manuel Novoa III New versions of the various string to int functions...