summary refs log tree commit diff stats
path: root/lib/std/tempfiles.nim
Commit message (Expand)AuthorAgeFilesLines
* move widestrs out of system (#20462)metagn2022-10-011-0/+2
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+2
* [std/tempfiles] docs improvement (#18936)flywind2021-10-011-5/+6
* Fix initrand to avoid random number sequences overlapping (#18744)Tomohiro2021-09-021-5/+2
* fix #17898(randomPathName called twice in a row can return the same string on...flywind2021-08-221-3/+17
* improve std/tempfiles (#17920)Timothee Cour2021-05-111-21/+49
* gitutils: add diffStrings, diffFiles, and use it in testament to compare expe...Timothee Cour2021-04-301-23/+25
* fix #17888: remove undefined behavior for posix.open; fix tempfiles.createTem...Timothee Cour2021-04-291-3/+10
* close #9372 add std/tempfiles (#17361)flywind2021-04-211-0/+139