Age | Commit message (Expand) | Author |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko |
2008-11-18 | libc_hidden_proto removal, a few more functions | Denis Vlasenko |
2008-10-24 | - tidy up inline: | Bernhard Reutner-Fischer |
2008-10-08 | - Fix strtol*() with xlocale (on e.g. x86_64) (closes #2544) | Bernhard Reutner-Fischer |
2008-09-09 | Fix some locale multibyte tests failures ad below: | Carmelo Amoroso |
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer |
2008-06-02 | libc/stdlib/stdlib.c: fix whitespace damage. No code changes | Denis Vlasenko |
2008-06-02 | fix bug 1577: '`' is not an acceptable digit for strto[u]l(). | Denis Vlasenko |
2008-05-30 | - try to pickup UINTMAX_MAX | Bernhard Reutner-Fischer |
2008-05-30 | - Avoid warning about undefined preprocessor token. No obj-code changes. | Bernhard Reutner-Fischer |
2006-03-22 | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger |
2006-03-10 | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ... | Peter S. Mazinger |
2006-02-24 | Do not use __XL_NPP macro | Peter S. Mazinger |
2006-02-24 | guard __ignore_x correctly, move undefs to their proper place, add prototypes... | Peter S. Mazinger |
2006-02-15 | Reorganize a bit for IMA | Peter S. Mazinger |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger |
2006-01-20 | fix building/warnings on 64bit arches | Mike Frysinger |
2006-01-16 | Last relocs jump and global data, (even locales) that I could remove are gone... | Peter S. Mazinger |
2006-01-15 | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger |
2006-01-14 | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger |
2006-01-14 | Correct libc_hidden_proto | Peter S. Mazinger |
2006-01-14 | Correct atoi() | Peter S. Mazinger |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger |
2005-12-16 | Macros are no good for jump relocs, hack to get rid of one introduced my new ... | Peter S. Mazinger |
2005-12-16 | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ... | Peter S. Mazinger |
2005-12-08 | Use __strtod | Peter S. Mazinger |
2005-12-08 | Implement __strto* __wcsto* and hide _stdlib_wcsto* | Peter S. Mazinger |
2005-12-07 | Hide more | Peter S. Mazinger |
2005-12-07 | Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... | Peter S. Mazinger |
2005-12-04 | More hiding, 300 left | Peter S. Mazinger |
2005-11-29 | Hiding again | Peter S. Mazinger |
2005-10-21 | Kill warnings if IMA compiling | Peter S. Mazinger |
2005-09-22 | weaks moved after the related function so gcc4 won't warn | Peter S. Mazinger |
2004-02-11 | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III |
2003-08-24 | Fix a few bugs in the new extended locale functions. | Manuel Novoa III |
2003-08-01 | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III |
2002-11-22 | Ok... here's the summary: | Manuel Novoa III |
2002-10-29 | Fix a couple of 'restrict' bugs in mbstowcs and wcstombs. | Manuel Novoa III |
2002-09-19 | Hide my personal #warning reminders. Add __wcschrnul, rename strchrnul | Manuel Novoa III |
2002-08-12 | Revert commit by davidm to printf.c that initialized conv_num | Manuel Novoa III |
2002-07-03 | Enable WCHAR support for C/POSIX stub locales. | Manuel Novoa III |
2002-05-23 | Multibyte and wide char conversion functions. Some work still to do, but | Manuel Novoa III |
2002-05-12 | Revert Erik's previous patch and fix what I believe he was trying to, while | Manuel Novoa III |
2002-05-12 | Several bugfixes for problems that showed up on alpha | Eric Andersen |
2002-05-06 | New locale support (in development). Supports LC_CTYPE, LC_NUMERIC, | Manuel Novoa III |
2002-03-13 | New versions of the various string to int functions which are smaller | Manuel Novoa III |