summary refs log tree commit diff stats
path: root/lib/system/ansi_c.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* bootstraps with new template symbol binding rulesAraq2013-12-241-11/+11
* NoFakeVars progressAraq2013-12-241-3/+12
* vm: FFI improvementsAraq2013-12-231-15/+31
* fixes #569; C++ codegen works againAraq2013-08-311-1/+1
* fixes #532Araq2013-08-011-1/+1
* fixes --os:standaloneAraq2013-06-301-5/+6
* --os:standalone works againAraq2013-06-301-40/+56
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* incompleteStruct pragma for C's FILEAraq2013-01-271-3/+2
* fixes #293Araq2013-01-081-1/+1
* fixes #250Araq2012-11-191-7/+9
* bugfix: 'defined/compiles' open an implicit mixin scope in genericsAraq2012-09-181-0/+2
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-1/+2
* changed integer promotion rules; added math.fmodAraq2012-06-281-2/+2
* bugfix #100 againAraq2012-03-281-1/+0