summary refs log tree commit diff stats
path: root/lib/std/exitprocs.nim
Commit message (Expand)AuthorAgeFilesLines
* Deprecate asm stmt for js target (#23149)ASVIEST2024-01-021-8/+8
* complete std prefixes for stdlib (#22887)ringabout2023-10-301-1/+1
* Prevent early destruction of gFuns, fixes AddressSanitizer: heap-use-after-fr...norrath-hero-cn2023-08-051-1/+1
* js -r defines nodejs & program result undeclared if unavailable (#21849)metagn2023-05-241-7/+3
* clean up SOME pending/xxx/issue link comments (#21826)metagn2023-05-111-1/+0
* int64/uint64 as bigint in JS (#21613)metagn2023-04-111-0/+2
* asyncdispatch: for NuttX, add destructor to clear global dispatcher. (#21432)Century Systems2023-02-281-0/+1
* stdlib organization & documentation improvements (#20971)metagn2022-12-061-0/+2
* 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