summary refs log tree commit diff stats
path: root/lib/system/ansi_c.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* further progress on --gc:v2Andreas Rumpf2016-02-171-6/+12
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-11/+11
* fixes #1744Araq2014-12-171-4/+5
* Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreakAraq2014-10-041-4/+17
|\
| * Improve setjmp()/longjmp() performance.Reimer Behrends2014-09-251-4/+17
* | the big renamefest: first stepsAraq2014-08-221-2/+2
|/
* distinguish between 'defined' and 'declared'Araq2014-08-111-2/+2
* parseBiggestFloat is now builtinAraq2014-07-161-4/+1
* More human readable `$`(float)katlogic2014-06-151-1/+4
* Fixes #1168Simon Hafner2014-05-031-0/+3
* case consistency part 4Araq2013-12-271-7/+7