618 Commits (b4a07bb469ad5a81ee003b621c362d2e7be38159)

Author SHA1 Message Date
Rich Felker b4a07bb469 fix obscure bug in strtoull reading the highest 16 possible values 14 years ago
Rich Felker 6cf51fe51a remove debug cruft that was left in getdate 14 years ago
Rich Felker b93b7382d6 first try at implementing getdate function 14 years ago
Rich Felker 536db2b5ac fix bugs in strptime handling of string day/month names, literals 14 years ago
Rich Felker ca19774c91 implement a64l and l64a (legacy xsi stuff) 14 years ago
Rich Felker e0614f7cd4 add all missing wchar functions except floating point parsers 14 years ago
Rich Felker 899b13cae7 support null buffer argument to getcwd, auto-allocating behavior 14 years ago
Rich Felker 95b930ad26 implement wcsftime function 14 years ago
Rich Felker e3234d0109 fix pthread_cleanup_pop(1) crash in non-thread-capable, static-linked programs 14 years ago
Rich Felker dac084a4c5 work around "signal loses thread pointer" issue with "approach 2" 14 years ago
Rich Felker 78e79d9d50 new attempt at working around the gcc 3 visibility bug 14 years ago
Rich Felker 7fa29920ed remove useless attribute visibility from definitions 14 years ago
Rich Felker bae2e52bfd cleanup and work around visibility bug in gcc 3 that affects x86_64 14 years ago
Rich Felker 00b883a955 fix (hopefully) PTRACE_TRACEME (command 0) argument handling 14 years ago
Rich Felker 56ddcc7208 fix for previous incorrect fix of cancellation in dns lookups 14 years ago
Rich Felker f96eb335e1 fix get_current_dir_name behavior 14 years ago
Rich Felker 1611ab0d9b add get_current_dir_name function 14 years ago
Rich Felker 88d84b7cc8 fix default nameserver when resolv.conf doesn't exist 14 years ago
Rich Felker f42bad9ccb fix illegal goto out of cleanup context in dns lookups 14 years ago
Rich Felker 2230218c28 small fix for new pthread cleanup stuff 14 years ago
Rich Felker afc35d5efd replace bad cancellation cleanup abi with a sane one 14 years ago
Rich Felker ed2911a113 document iswspace and remove wrongly-included zwsp character 14 years ago
Rich Felker 520f3ee2b6 fix typo in iswspace space list table 14 years ago
Rich Felker f2baf4d7b8 protect against cancellation in dlopen 14 years ago
Rich Felker 700a8156ad reduce some wasted space in dso structure 14 years ago
Rich Felker 36bf56940a more locale_t interfaces (string stuff) and header updates 14 years ago
Rich Felker c09b6f8ab6 fix some omissions and mistakes in locale_t interface definitions 14 years ago
Rich Felker e5a7f14c81 add more of the locale_t interfaces, all dummied out to ignore the locale 14 years ago
Rich Felker 4cf667c9c9 x86_64 vfork implementation 14 years ago
Rich Felker ce4d97e3dc run ctors/dtors for shared objects loaded with dlopen 14 years ago
Rich Felker 4ce3cb5cdd add support for init/finit (constructors and destructors) 14 years ago
Rich Felker f4ad36c4bf add deprecated (removed from posix) [efg]cvt() functions 14 years ago
Rich Felker 5a09a53010 include dummied-out dlopen and dlsym functions for static binaries 14 years ago
Rich Felker 5816592389 make stdio open, read, and write operations cancellation points 14 years ago
Rich Felker 4948a24df2 make passwd/group functions safe against cancellation in stdio 14 years ago
Rich Felker 5e9314ff03 add fgetpwent (nonstandard function) 15 years ago
Rich Felker 4619901ec4 add linux setfs[ug]id syscall wrappers 15 years ago
Rich Felker 477e72ac4a add legacy futimes and lutimes functions 15 years ago
Rich Felker d0678b58ab make glob mark symlinks-to-directories with the GLOB_MARK flag 15 years ago
Rich Felker fd7015d0c2 fix broken copy relocations from dynamic linker cleanup 15 years ago
Rich Felker e12fe65c92 dynamic linker support for PIE binaries (position-independent main program) 15 years ago
Rich Felker c82f4a32ec cleanup dynamic linker, removing some code duplication 15 years ago
Rich Felker ce7d72596c fix cancellation failure in single-threaded programs 15 years ago
Rich Felker 787c2648a9 support GLOB_PERIOD flag (GNU extension) to glob function 15 years ago
Rich Felker 5235a2a5a4 use prlimit syscall for getrlimit/setrlimit 15 years ago
Rich Felker 26f38328d6 add prlimit syscall wrapper 15 years ago
Rich Felker 0b6dc09744 fix dynamic linker not to depend on DYNAMIC ptr in 0th entry of GOT 15 years ago
Rich Felker 07065210ca alias basename to glibc name for it, to meet abi goals 15 years ago
Rich Felker 2adf2fb372 fix char signedness bug in dynlinker hash function 15 years ago
Rich Felker c07daf0f2f fix broken reboot wrapper (syscall needs extra silly magic arguments...) 15 years ago