summary refs log tree commit diff stats
path: root/lib/system/ansi_c.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #23304; uses `snprintf` instead of `sprintf` (#23322)ringabout2024-02-201-0/+3
* NIR: VM + refactorings (#22835)Andreas Rumpf2023-10-291-2/+2
* NIR: Nim intermediate representation (#22777)Andreas Rumpf2023-10-111-1/+1
* fix fwrite prototype (#20644)Jacek Sieka2022-10-241-1/+1
* moderate system cleanup & refactor (#20355)metagn2022-09-281-1/+3
* Fixing `nimRawSetJmp` for vcc and clangcl on Windows (#19959)rockcavera2022-07-041-17/+21
* Fix nimRawSetjmp for VCC [backport: 1.2] (#19899)Tanguy2022-06-201-1/+1
* Windows: enable nimRawSetjmp by default [backport] (#19891)Tanguy2022-06-141-0/+7
* nimRawSetjmp: support Windows (#19197)Ștefan Talpalaru2021-12-101-7/+39
* Add Zephyr Support (#19003)Jaremy Creechley2021-10-241-8/+23
* system.nim cleanup some exported constants which should never have be… (#17...Andreas Rumpf2021-05-011-1/+1
* system/excpt: let the OS handle termination on signal (#16712)alaviss2021-02-191-2/+7
* remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...Timothee Cour2021-02-171-2/+0
* fix #13115 (#15930)flywind2020-11-271-0/+5
* __stderrp and friends are only on FreeBSD & DragonFlyBSD. (#13735)Euan2020-03-231-1/+1
* enable testing -d:nimHasLibFFI mode (#13091)Timothee Cour2020-02-041-1/+1
* fix stdout(etc) for emscriptenTimothee Cour2020-01-281-3/+4
* Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0....Ico Doornekamp2020-01-231-0/+2
* VM FFI: write(stderr, msg) and fprintf(cstderr, msg) now work at CT (#13083)Timothee Cour2020-01-121-2/+8
* c_fflush() the rawWrite() buffer (#12987)Ștefan Talpalaru2019-12-301-0/+4
* introduce csize_t instead of fixing csize (#12497)Arne Döring2019-10-311-10/+10
* Revert "Fixes #12187 (#12321)" (#12447)Andreas Rumpf2019-10-181-17/+1
* Fixes #12187 (#12321)Clyybber2019-10-081-1/+17
* abort is noreturn (#12061)Jacek Sieka2019-08-271-1/+1
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-2/+2
* [other] preparations for --styleCheck:error for the Nim compiler (#11478)Andreas Rumpf2019-06-121-4/+2
* make -d:nimQuirky work with develAndreas Rumpf2019-04-201-1/+1
* make it compile with older nim versionsAraq2019-04-081-0/+2
* respect -d:useMalloc everywhere; turn ansi_c and memory into proper Nim modulesAraq2019-04-081-55/+55
* make DLLs tests green againAndreas Rumpf2019-03-151-1/+1
* --newruntime: progressAndreas Rumpf2019-03-141-0/+7
* further system.nim cleanupsAndreas Rumpf2019-02-061-5/+5
* system refactorings (#10559)Andreas Rumpf2019-02-061-8/+13
* make tests green with a global config.nims fileAraq2018-12-171-1/+1
* deprecated ospaths (#9665)Andreas Rumpf2018-11-091-1/+2
* Genode fixes (#8501)Emery Hemingway2018-08-161-1/+1
* Haiku support for Nim (#8542)alaviss2018-08-141-0/+11
* Added c_abort to ansi_c (#8449)Yuriy Glukhov2018-07-301-0/+3
* Don't depend on string.h in codegen (#8299)Yuriy Glukhov2018-07-131-0/+2
* Nintendo switch support (#8069)Joey2018-06-271-1/+1
* fixes to allow the usage of clang on windows with the msvc abi and ms headers...Charlie Barto2017-10-091-2/+6
* Linux abi take 3 (#5692)Jacek Sieka2017-04-121-2/+8
* Fixes to support Dragonfly BSD. (#5552)Eugene Kabanov2017-03-171-1/+2
* ansi_c.nim: avoid deprecated 'expr' typeAraq2017-01-201-1/+1
* Enhance values SIGNALS on more OS.cheatfate2016-06-161-1/+2
* prefer consts to importing #defines from headersJacek Sieka2016-06-061-25/+20
* remove system/ansi_c include from osJacek Sieka2016-06-051-26/+0
* fix types of ansi_c/sysio to more closely match C ABIJacek Sieka2016-06-051-63/+41
* remove strange file types in ansi_cJacek Sieka2016-06-011-30/+17
* added 'sig' feature; removed tfShared support in the compilerAndreas Rumpf2016-02-281-2/+2