20 Commits (dc95322e18615392eea69de355edd735a15a8f36)

Author SHA1 Message Date
Rich Felker 6f1c1fe90c ignore access mode bits of flags in mkostemps and functions that use it 12 years ago
Szabolcs Nagy 571744447c include cleanups: remove unused headers and add feature test macros 13 years ago
Rich Felker ff4d6020d1 fix typo in comment in __randname 13 years ago
Rich Felker 38f44d6923 fix (deprecated) mktemp logic and update it to match other temp functions 13 years ago
Rich Felker 9a97d103fb remove (no longer useful) namespace-protected __mktemp symbol 13 years ago
Rich Felker c4685ae429 make mkdtemp and mkstemp family leave template unchanged on fail 13 years ago
Rich Felker 8872e4e481 use memcmp instead of str[n]cmp for temp function XXXXXX checking 13 years ago
Rich Felker 8d2f8064aa fix error cases in mkostemps core 13 years ago
Rich Felker 3b00675bf5 remove leftover unused variable in mktemp after refactoring 13 years ago
Rich Felker 2cc63358cd add mkostemp, mkstemps, and mkostemps functions and reorganize temp internals 13 years ago
Rich Felker aed707f679 remove ugly prng from mk*temp and just re-poll time on retry 15 years ago
Rich Felker bbdcc403ca eliminate mk*temp dependency on snprintf 15 years ago
Rich Felker 3825847243 another return value fix for mktemp... 15 years ago
Rich Felker 69ecbd0f31 make mktemp match the historic behavior, and update functions that use it 15 years ago
Rich Felker 2e6239dd06 fix major bug created from copying mkdtemp logic 15 years ago
Rich Felker 446b4207cc major improvements to temp file name generator 15 years ago
Rich Felker 3e9e30166f reformat mkstemp like mkdtemp 15 years ago
Rich Felker 5377715ce0 ensure standard functions mk[sd]temp don't depend on removed function mktemp 15 years ago
Rich Felker 80695b1d1e begin namespace-cleanup of standard C headers 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago