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
Commit message (
Expand
)
Author
Age
Files
Lines
*
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-12-12
3
-8
/
+2
*
fix typo in comment in __randname
Rich Felker
2013-09-04
1
-1
/
+1
*
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
*
make mkdtemp and mkstemp family leave template unchanged on fail
Rich Felker
2013-08-02
2
-13
/
+18
*
use memcmp instead of str[n]cmp for temp function XXXXXX checking
Rich Felker
2013-02-20
2
-2
/
+2
*
fix error cases in mkostemps core
Rich Felker
2013-02-20
1
-6
/
+3
*
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
6
-29
/
+83
*
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
3
-5
/
+8
*
fix major bug created from copying mkdtemp logic
Rich Felker
2011-02-19
1
-1
/
+1
*
major improvements to temp file name generator
Rich Felker
2011-02-18
3
-16
/
+21
*
reformat mkstemp like mkdtemp
Rich Felker
2011-02-18
1
-7
/
+5
*
ensure standard functions mk[sd]temp don't depend on removed function mktemp
Rich Felker
2011-02-14
3
-5
/
+9
*
begin namespace-cleanup of standard C headers
Rich Felker
2011-02-14
2
-0
/
+2
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
3
-0
/
+76