index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
temp
/
mktemp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-12-12
1
-2
/
+2
*
fix (deprecated) mktemp logic and update it to match other temp functions
Rich Felker
2013-08-02
1
-4
/
+11
*
remove (no longer useful) namespace-protected __mktemp symbol
Rich Felker
2013-08-02
1
-4
/
+1
*
use memcmp instead of str[n]cmp for temp function XXXXXX checking
Rich Felker
2013-02-20
1
-1
/
+1
*
remove leftover unused variable in mktemp after refactoring
Rich Felker
2013-02-20
1
-1
/
+0
*
add mkostemp, mkstemps, and mkostemps functions and reorganize temp internals
Rich Felker
2013-02-20
1
-10
/
+4
*
remove ugly prng from mk*temp and just re-poll time on retry
Rich Felker
2011-07-28
1
-6
/
+5
*
eliminate mk*temp dependency on snprintf
Rich Felker
2011-07-28
1
-3
/
+4
*
another return value fix for mktemp...
Rich Felker
2011-06-12
1
-1
/
+2
*
make mktemp match the historic behavior, and update functions that use it
Rich Felker
2011-02-19
1
-1
/
+2
*
major improvements to temp file name generator
Rich Felker
2011-02-18
1
-13
/
+15
*
ensure standard functions mk[sd]temp don't depend on removed function mktemp
Rich Felker
2011-02-14
1
-1
/
+3
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+29