Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -11/+11 |
| | |||||
* | - fix inline keyword | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -5/+5 |
| | |||||
* | Mark some functions as GNU, provide missing hidden memmem, remove ↵ | Peter S. Mazinger | 2006-03-22 | 1 | -1/+1 |
| | | | | _ISOC99/XOPEN_SOURCE | ||||
* | Sync w/ glibc | Peter S. Mazinger | 2006-02-28 | 1 | -1/+1 |
| | |||||
* | Bernhard Fischer writes: remove unused variables | Mike Frysinger | 2006-01-29 | 1 | -2/+0 |
| | |||||
* | Get rid of nested warnings | Peter S. Mazinger | 2006-01-23 | 1 | -4/+4 |
| | |||||
* | s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ↵ | Peter S. Mazinger | 2006-01-16 | 1 | -6/+6 |
| | | | | see what libpthread will do ... | ||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -2/+3 |
| | | | | missing headers, other jump relocs removed | ||||
* | Get rid of tolower/toupper jump reloc, correct tow* for XLOCALE | Peter S. Mazinger | 2006-01-03 | 1 | -1/+1 |
| | |||||
* | Macros are no good for jump relocs, hack to get rid of one introduced my new ↵ | Peter S. Mazinger | 2005-12-16 | 1 | -0/+3 |
| | | | | regex code | ||||
* | Make new regex build w/ WCHAR disabled, vapier, does it now work for you? | Peter S. Mazinger | 2005-12-16 | 1 | -0/+4 |
| | |||||
* | Add new regex code from glibc, this is almost double size of the earlier ↵ | Peter S. Mazinger | 2005-11-28 | 1 | -0/+3802 |
one, but passes sed tests (and thus allows making sed shrink from 91k to 42k |