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