rework langinfo code for ABI compat and for use by time code
[musl] / src / internal / libc.h
2013-07-21 Rich Felkeradd support for init/fini array in main program, and...
2013-02-17 Rich Felkerconsistently use the internal name __environ for environ
2012-12-07 Rich Felkerfix trailing whitespace issues that crept in here and...
2012-10-25 Rich Felkeruse explicit visibility to optimize a few hot-path...
2012-10-14 Rich Felkerworkaround broken hidden-visibility handling in pcc
2012-10-05 Rich Felkersupport for TLS in dynamic-loaded (dlopen) modules
2012-10-04 Rich FelkerTLS (GNU/C11 thread-local storage) support for static...
2012-07-27 Rich Felkersave AT_HWCAP from auxv for subsequent use in machine...
2012-06-01 Rich Felkerenable LARGEFILE64 aliases
2012-05-23 Rich Felkerremove everything related to forkall
2012-04-24 Rich Felkerditch the priority inheritance locks; use malloc's...
2012-04-24 Rich Felkernew internal locking primitive; drop spinlocks
2012-02-25 Rich Felkernew attempt at working around the gcc 3 visibility bug
2012-02-24 Rich Felkercleanup and work around visibility bug in gcc 3 that...
2011-08-23 Rich Felkersecurity hardening: ensure suid programs have valid...
2011-08-12 Rich Felkerpthread and synccall cleanup, new __synccall_wait op
2011-08-07 Rich Felkersimplify multi-threaded errno, eliminate useless functi...
2011-08-07 Rich Felkeruse weak aliases rather than function pointers to simpl...
2011-07-30 Rich Felkeradd proper fuxed-based locking for stdio
2011-07-30 Rich Felkernew attempt at making set*id() safe and robust
2011-04-21 Rich Felkerfix minor bugs due to incorrect threaded-predicate...
2011-04-17 Rich Felkerclean up handling of thread/nothread mode, locking
2011-04-17 Rich Felkeroptimize cancellation enable/disable code
2011-04-17 Rich Felkeroverhaul pthread cancellation
2011-04-07 Rich Felkermove rsyscall out of pthread_create module
2011-04-05 Rich Felkernew framework to inhibit thread cancellation when needed
2011-04-03 Rich Felkersimplify calling of timer signal handler
2011-04-03 Rich Felkersimplify pthread tsd key handling
2011-04-02 Rich Felkerreorganize the __libc structure for threaded performanc...
2011-03-29 Rich Felkermajor improvements to cancellation handling
2011-03-24 Rich Felkeroverhaul cancellation to fix resource leaks and dangero...
2011-03-13 Rich Felkerimplement flockfile api, rework stdio locking
2011-02-24 Rich Felkervarious changes in preparation for dynamic linking...
2011-02-21 Rich Felkeruse an accessor function for __libc data pointer when...
2011-02-19 Rich Felkeradd pthread_atfork interface
2011-02-12 Rich Felkerinitial check-in, version 0.5.0