| Commit message (Expand) | Author | Age | Files | Lines |
* | Reorganize a bit for IMA | Peter S. Mazinger | 2006-02-15 | 1 | -12/+8 |
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger | 2006-01-22 | 1 | -1/+0 |
* | fix building/warnings on 64bit arches | Mike Frysinger | 2006-01-20 | 1 | -2/+6 |
* | Last relocs jump and global data, (even locales) that I could remove are gone... | Peter S. Mazinger | 2006-01-16 | 1 | -0/+12 |
* | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | 2006-01-15 | 1 | -5/+8 |
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -12/+12 |
* | Correct libc_hidden_proto | Peter S. Mazinger | 2006-01-14 | 1 | -2/+2 |
* | Correct atoi() | Peter S. Mazinger | 2006-01-14 | 1 | -1/+2 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 1 | -70/+92 |
* | Macros are no good for jump relocs, hack to get rid of one introduced my new ... | Peter S. Mazinger | 2005-12-16 | 1 | -1/+2 |
* | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ... | Peter S. Mazinger | 2005-12-16 | 1 | -1/+1 |
* | Use __strtod | Peter S. Mazinger | 2005-12-08 | 1 | -1/+5 |
* | Implement __strto* __wcsto* and hide _stdlib_wcsto* | Peter S. Mazinger | 2005-12-08 | 1 | -35/+46 |
* | Hide more | Peter S. Mazinger | 2005-12-07 | 1 | -0/+1 |
* | Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... | Peter S. Mazinger | 2005-12-07 | 1 | -0/+2 |
* | More hiding, 300 left | Peter S. Mazinger | 2005-12-04 | 1 | -1/+2 |
* | Hiding again | Peter S. Mazinger | 2005-11-29 | 1 | -0/+5 |
* | Kill warnings if IMA compiling | Peter S. Mazinger | 2005-10-21 | 1 | -0/+4 |
* | weaks moved after the related function so gcc4 won't warn | Peter S. Mazinger | 2005-09-22 | 1 | -68/+68 |
* | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III | 2004-02-11 | 1 | -5/+5 |
* | Fix a few bugs in the new extended locale functions. | Manuel Novoa III | 2003-08-24 | 1 | -16/+32 |
* | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III | 2003-08-01 | 1 | -62/+190 |
* | Ok... here's the summary: | Manuel Novoa III | 2002-11-22 | 1 | -46/+169 |
* | Fix a couple of 'restrict' bugs in mbstowcs and wcstombs. | Manuel Novoa III | 2002-10-29 | 1 | -3/+10 |
* | Hide my personal #warning reminders. Add __wcschrnul, rename strchrnul | Manuel Novoa III | 2002-09-19 | 1 | -0/+4 |
* | Revert commit by davidm to printf.c that initialized conv_num | Manuel Novoa III | 2002-08-12 | 1 | -15/+15 |
* | Enable WCHAR support for C/POSIX stub locales. | Manuel Novoa III | 2002-07-03 | 1 | -9/+17 |
* | Multibyte and wide char conversion functions. Some work still to do, but | Manuel Novoa III | 2002-05-23 | 1 | -0/+133 |
* | Revert Erik's previous patch and fix what I believe he was trying to, while | Manuel Novoa III | 2002-05-12 | 1 | -20/+28 |
* | Several bugfixes for problems that showed up on alpha | Eric Andersen | 2002-05-12 | 1 | -7/+19 |
* | New locale support (in development). Supports LC_CTYPE, LC_NUMERIC, | Manuel Novoa III | 2002-05-06 | 1 | -12/+169 |
* | New versions of the various string to int functions which are smaller | Manuel Novoa III | 2002-03-13 | 1 | -0/+448 |