index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
lsb
/
mktemp.c
Age
Commit message (
Expand
)
Author
2018-11-28
mktemp: add -t and fix behavior.
Elliott Hughes
2018-11-17
Convert more GLOBALS argument vars to the new single letter code style.
Rob Landley
2015-12-30
Don't let mktemp -q /path/to/file delete arbitrary files, and don't have
Rob Landley
2015-12-30
lsb/mktemp: Add -u flag
Kylie McClain
2015-03-11
Fix mktemp when TMPDIR is set to empty string, reported by Kylie McClain.
Rob Landley
2015-02-12
Fix bug introduced by last commit (print template instead of toybuf).
Rob Landley
2015-02-11
Only apply mktemp directory to targets that aren't already paths.
Rob Landley
2015-02-10
Fix longopts (pointed out by Hyejin Kim).
Rob Landley
2015-02-07
Shameless meddling.
Rob Landley
2015-02-07
Use $TMPDIR if set (necessary on Android, where there is no /tmp).
Elliot Hughes
2014-01-16
Rename xmsprintf() to just xmprintf().
Rob Landley
2012-11-13
Reindent to two spaces per level. Remove vi: directives that haven't worked r...
Rob Landley
2012-10-08
New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...
Rob Landley
2012-09-03
mktemp broke kernel build, so new rules: if you don't specify anything, /tmp/...
Rob Landley
2012-08-25
Regularize command headers, update links to standards documents.
Rob Landley
2012-08-25
Move commands into "posix", "lsb", and "other" menus/directories.
Rob Landley