about summary refs log tree commit diff
path: root/src/temp
Commit message (Expand)AuthorAgeFilesLines
* remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker2018-09-123-6/+3
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* overhaul internally-public declarations using wrapper headersRich Felker2018-09-127-14/+0
* make mkostemps source file include the header for its declarationRich Felker2018-09-121-0/+1
* ignore access mode bits of flags in mkostemps and functions that use itRich Felker2014-10-061-0/+1
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-123-8/+2
* fix typo in comment in __randnameRich Felker2013-09-041-1/+1
* fix (deprecated) mktemp logic and update it to match other temp functionsRich Felker2013-08-021-4/+11
* remove (no longer useful) namespace-protected __mktemp symbolRich Felker2013-08-021-4/+1
* make mkdtemp and mkstemp family leave template unchanged on failRich Felker2013-08-022-13/+18
* use memcmp instead of str[n]cmp for temp function XXXXXX checkingRich Felker2013-02-202-2/+2
* fix error cases in mkostemps coreRich Felker2013-02-201-6/+3
* remove leftover unused variable in mktemp after refactoringRich Felker2013-02-201-1/+0
* add mkostemp, mkstemps, and mkostemps functions and reorganize temp internalsRich Felker2013-02-206-29/+83
* remove ugly prng from mk*temp and just re-poll time on retryRich Felker2011-07-281-6/+5
* eliminate mk*temp dependency on snprintfRich Felker2011-07-281-3/+4
* another return value fix for mktemp...Rich Felker2011-06-121-1/+2
* make mktemp match the historic behavior, and update functions that use itRich Felker2011-02-193-5/+8
* fix major bug created from copying mkdtemp logicRich Felker2011-02-191-1/+1
* major improvements to temp file name generatorRich Felker2011-02-183-16/+21
* reformat mkstemp like mkdtempRich Felker2011-02-181-7/+5
* ensure standard functions mk[sd]temp don't depend on removed function mktempRich Felker2011-02-143-5/+9
* begin namespace-cleanup of standard C headersRich Felker2011-02-142-0/+2
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-123-0/+76