3947 Commits (036df43d2a1d327370af005f861598d814c55121)
 

Author SHA1 Message Date
Rich Felker 036df43d2a fix regression with compilers not incorporating C99 DR#289 resolution 8 years ago
Rich Felker 7634101069 configure: only try -Qunused-arguments for clang 8 years ago
Khem Raj 3e14bbcd19 wireup linux/name_to_handle_at and name_to_handle_at syscalls 8 years ago
Rich Felker 5e46e8d4b0 remove vis.h protected-visibility hack 8 years ago
Rich Felker 5f12ffe123 split internal lock API out of libc.h, creating lock.h 8 years ago
Rich Felker 09e87db555 move misplaced __fork_handler declaration 8 years ago
Rich Felker 63a4c9adf2 remove spurious inclusion of libc.h for LFS64 ABI aliases 8 years ago
Rich Felker 5ce3737931 reduce spurious inclusion of libc.h 8 years ago
Rich Felker 0676c3a34c use wrapper headers to hide most namespaced/internally-public symbols 8 years ago
Rich Felker ced75472d7 remove __vfork alias 8 years ago
Rich Felker 6d47488e86 hide purely dependency-triggering functions in stdio __toread & __towrite 8 years ago
Rich Felker c04c6993dc declare __env_rm_add in wrapper stdlib.h 8 years ago
Rich Felker 239c15565f hide dependency-triggering pointer object in malloc_usable_size.c 8 years ago
Rich Felker ef8d45d6c9 rework malloc_usable_size to use malloc_impl.h 8 years ago
Rich Felker 055dfbb7f7 remove unused __futex function and source file 8 years ago
Rich Felker a60d579f5e hide __pthread_once_full symbol 8 years ago
Rich Felker a2f0eb1a07 declare and make hidden additional internal init/exit symbols 8 years ago
Rich Felker a3944d3f0c declare and make hidden additional internal stdio symbols 8 years ago
Rich Felker c52ae69844 move declaration and apply hidden visibility to __utc string 8 years ago
Rich Felker 81e19341d8 declare and make hidden more internal locale functions 8 years ago
Rich Felker ebb6afde68 remove unused __getdents, rename and move file 8 years ago
Rich Felker 3fe595de83 remove or make static various unused __-prefixed symbols 8 years ago
Rich Felker 49722a8ed4 move additional pthread internal declarations to pthread_impl.h, hide 8 years ago
Rich Felker 7e399fabd3 apply hidden visibility to various remaining internal interfaces 8 years ago
Rich Felker b6e59cd925 apply hidden visibility to sigreturn code fragments 8 years ago
Rich Felker 50fea6c75f apply hidden visibility to pthread internals 8 years ago
Rich Felker d06fdd7f27 apply hidden visibility to stdio internals 8 years ago
Rich Felker 444a1b21a1 apply hidden visibility to internal time[zone] implementation functions 8 years ago
Rich Felker 46e3895b6c apply hidden visibility to internal math functions 8 years ago
Rich Felker 13d1afa46f overhaul internally-public declarations using wrapper headers 8 years ago
Rich Felker 8c1ac426e1 declare __getopt_msg in stdio_impl.h 8 years ago
Rich Felker cf7db2427f use lighter internal stdio lock in getopt error printing 8 years ago
Rich Felker 7ab1578d05 add crypt_des header for declarations shared with encrypt function 8 years ago
Rich Felker 4de46b5ab5 make mkostemps source file include the header for its declaration 8 years ago
Rich Felker b07a5d6698 move __memalign declaration to malloc_impl.h 8 years ago
Rich Felker 762cf6cdb3 use hidden visibility for sh __unmapself backends 8 years ago
Rich Felker fe61a7aa53 rework mechanism for posix_spawnp calling posix_spawn 8 years ago
Rich Felker 039f1b3c56 make arch __fesetround backends hidden 8 years ago
Rich Felker 5e1019b01c make arch __set_thread_area backends hidden 8 years ago
Rich Felker f5f7673d71 make arch __clone backends hidden 8 years ago
Rich Felker 1bbe166e15 move tlsdesc and internal dl function declarations to dynlink.h 8 years ago
Rich Felker 15230afc8d add internal header for declaring __pleval function (used by gettext) 8 years ago
Rich Felker 50a298ea3b move __stdio_exit_needed to stdio_impl.h 8 years ago
Rich Felker 7dc8df56c1 move __loc_is_allocated declaration to locale_impl.h 8 years ago
Rich Felker 91c6a187b8 move declarations of tls setup/access functions to pthread_impl.h 8 years ago
Rich Felker f9db9eca40 add and use internal header for *rand48 lcg 8 years ago
Rich Felker 01294da7f7 move __strftime_fmt_1 declaration to time_impl.h 8 years ago
Rich Felker 72bc6cbfed move __tm_to_tzname declaration to time_impl.h with related functions 8 years ago
Rich Felker 8dafb84e66 remove unused code from strcpy.c 8 years ago
Rich Felker 432f9f0e31 move __res_msend_rc declaration to lookup.h 8 years ago