index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
temp
Age
Commit message (
Expand
)
Author
Lines
2013-12-12
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
-8
/
+2
2013-09-04
fix typo in comment in __randname
Rich Felker
-1
/
+1
2013-08-02
fix (deprecated) mktemp logic and update it to match other temp functions
Rich Felker
-4
/
+11
2013-08-02
remove (no longer useful) namespace-protected __mktemp symbol
Rich Felker
-4
/
+1
2013-08-02
make mkdtemp and mkstemp family leave template unchanged on fail
Rich Felker
-13
/
+18
2013-02-20
use memcmp instead of str[n]cmp for temp function XXXXXX checking
Rich Felker
-2
/
+2
2013-02-20
fix error cases in mkostemps core
Rich Felker
-6
/
+3
2013-02-20
remove leftover unused variable in mktemp after refactoring
Rich Felker
-1
/
+0
2013-02-20
add mkostemp, mkstemps, and mkostemps functions and reorganize temp internals
Rich Felker
-29
/
+83
2011-07-28
remove ugly prng from mk*temp and just re-poll time on retry
Rich Felker
-6
/
+5
2011-07-28
eliminate mk*temp dependency on snprintf
Rich Felker
-3
/
+4
2011-06-12
another return value fix for mktemp...
Rich Felker
-1
/
+2
2011-02-19
make mktemp match the historic behavior, and update functions that use it
Rich Felker
-5
/
+8
2011-02-19
fix major bug created from copying mkdtemp logic
Rich Felker
-1
/
+1
2011-02-18
major improvements to temp file name generator
Rich Felker
-16
/
+21
2011-02-18
reformat mkstemp like mkdtemp
Rich Felker
-7
/
+5
2011-02-14
ensure standard functions mk[sd]temp don't depend on removed function mktemp
Rich Felker
-5
/
+9
2011-02-14
begin namespace-cleanup of standard C headers
Rich Felker
-0
/
+2
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+76