summaryrefslogtreecommitdiff
path: root/toys/lsb/mktemp.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-11Fix mktemp when TMPDIR is set to empty string, reported by Kylie McClain.Rob Landley1-1/+1
2015-02-12Fix bug introduced by last commit (print template instead of toybuf).Rob Landley1-2/+5
2015-02-11Only apply mktemp directory to targets that aren't already paths.Rob Landley1-2/+2
2015-02-10Fix longopts (pointed out by Hyejin Kim).Rob Landley1-1/+1
2015-02-07Shameless meddling.Rob Landley1-20/+15
2015-02-07Use $TMPDIR if set (necessary on Android, where there is no /tmp).Elliot Hughes1-17/+20
2014-01-16Rename xmsprintf() to just xmprintf().Rob Landley1-1/+1
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley1-28/+26
2012-10-08New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...Rob Landley1-7/+2
2012-09-03mktemp broke kernel build, so new rules: if you don't specify anything, /tmp/...Rob Landley1-20/+25
2012-08-25Regularize command headers, update links to standards documents.Rob Landley1-1/+1
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley1-0/+54