summary refs log tree commit diff stats
path: root/lib/std/exitprocs.nim
Commit message (Expand)AuthorAgeFilesLines
* Freeing critical sections via atexit in system/alloc and system/io (#19062)Tail Wag Games2021-10-291-3/+0
* deinitializing locks at program exit (#19043)Tail Wag Games2021-10-251-0/+3
* fix #14475; unittest.require now works with `nim c`; require and check now wo...Timothee Cour2020-07-141-0/+22
* `addQuitProc` now works with closures, and c, js(node/browser) backend; fix s...Timothee Cour2020-06-161-0/+65