| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵ | Peter S. Mazinger | 2006-03-10 | 1 | -6/+0 |
| | | | | | most of global data relocations are back | ||||
| * | Remove unused prototypes | Peter S. Mazinger | 2006-02-13 | 1 | -8/+0 |
| | | |||||
| * | global data uses libc_hidden_data_def, convert all -I hope- and add some new | Peter S. Mazinger | 2006-02-01 | 1 | -0/+3 |
| | | |||||
| * | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 1 | -2/+0 |
| | | | | | is a useless attempt | ||||
| * | Last relocs jump and global data, (even locales) that I could remove are ↵ | Peter S. Mazinger | 2006-01-16 | 1 | -0/+3 |
| | | | | | gone from libc. The remaining are left as exercise for others ;-) | ||||
| * | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -69/+1 |
| | | | | | missing headers, other jump relocs removed | ||||
| * | Get rid of warnings, use internals, create new hidden versions | Peter S. Mazinger | 2005-12-16 | 1 | -0/+1 |
| | | |||||
| * | Implement hidden listen, use the hidden listen/accept | Peter S. Mazinger | 2005-12-09 | 1 | -0/+1 |
| | | |||||
| * | Guard wchar dependent stuff properly, thx vapier | Peter S. Mazinger | 2005-12-09 | 1 | -7/+7 |
| | | |||||
| * | Implement hidden *scanf | Peter S. Mazinger | 2005-12-09 | 1 | -0/+15 |
| | | |||||
| * | Implement all needed hidden *printf and correct vasprintf, thx blindvt | Peter S. Mazinger | 2005-12-09 | 1 | -0/+11 |
| | | |||||
| * | More hiding, 300 left | Peter S. Mazinger | 2005-12-04 | 1 | -0/+2 |
| | | |||||
| * | Rename newly created __libc_x (reserved for libpthread overwrites) w/ ↵ | Peter S. Mazinger | 2005-12-03 | 1 | -2/+2 |
| | | | | | x_internal, do not use cascading aliases | ||||
| * | Hide some of mem* and str* | Peter S. Mazinger | 2005-11-27 | 1 | -1/+1 |
| | | |||||
| * | Adapt to renamed internal __f{ge.pu}tc_unlocked | Peter S. Mazinger | 2005-11-26 | 1 | -2/+2 |
| | | |||||
| * | Hide some | Peter S. Mazinger | 2005-11-21 | 1 | -14/+16 |
| | | |||||
| * | make sure we pull in features.h | Mike Frysinger | 2005-11-19 | 1 | -0/+1 |
| | | |||||
| * | Hide more of stdio,getdents, use internal __raise | Peter S. Mazinger | 2005-11-15 | 1 | -13/+13 |
| | | |||||
| * | Update copyright notice | Peter S. Mazinger | 2005-11-15 | 1 | -2/+2 |
| | | |||||
| * | Hide some internally used functions | Peter S. Mazinger | 2005-11-15 | 1 | -5/+5 |
| | | |||||
| * | Fix a couple of issues in configurations I hadn't tested. | Manuel Novoa III | 2004-05-07 | 1 | -0/+2 |
| | | |||||
| * | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III | 2004-02-11 | 1 | -0/+436 |
| Codepaths streamlined. Improved performance for nonthreaded apps when linked with a thread-enabled libc. Minor iconv bug and some locale/thread related startup issues fixed. These showed up in getting a gcj-compiled java helloworld app running. Removed some old extension functions... _stdio_fdout and _stdio_fsfopen. | |||||
