Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2013-08-08 | sys/personality.h: add missing C++ compat | rofl0r | 1 | -0/+7 |
2013-08-08 | sys/personality.h: add missing macros | rofl0r | 1 | -0/+33 |
2013-08-07 | add Big5 charset support to iconv | Rich Felker | 2 | -0/+1066 |
2013-08-07 | make fcvt decimal point location for zero make more sense | Rich Felker | 1 | -1/+1 |
2013-08-07 | fix ecvt/fcvt decimal point position output | Rich Felker | 1 | -1/+1 |
2013-08-05 | iconv support for legacy Korean encodings | Rich Felker | 2 | -0/+678 |
2013-08-03 | have new timer threads unblock their own SIGTIMER | Rich Felker | 1 | -2/+2 |
2013-08-03 | add system for resetting TLS to initial values | Rich Felker | 4 | -14/+56 |
2013-08-03 | fix multiple bugs in SIGEV_THREAD timers | Rich Felker | 6 | -22/+36 |
2013-08-03 | add some new linux AT_* flags | Rich Felker | 1 | -0/+2 |
2013-08-03 | fix faccessat to support AT_EACCESS flag | Rich Felker | 1 | -1/+46 |
2013-08-03 | collapse euidaccess to a call to faccessat | Rich Felker | 1 | -9/+1 |
2013-08-03 | add prototypes for euidaccess/eaccess | Rich Felker | 1 | -0/+2 |