index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
system
/
ansi_c.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
system/excpt: let the OS handle termination on signal (#16712)
alaviss
2021-02-19
1
-2
/
+7
*
remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...
Timothee Cour
2021-02-17
1
-2
/
+0
*
fix #13115 (#15930)
flywind
2020-11-27
1
-0
/
+5
*
__stderrp and friends are only on FreeBSD & DragonFlyBSD. (#13735)
Euan
2020-03-23
1
-1
/
+1
*
enable testing -d:nimHasLibFFI mode (#13091)
Timothee Cour
2020-02-04
1
-1
/
+1
*
fix stdout(etc) for emscripten
Timothee Cour
2020-01-28
1
-3
/
+4
*
Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0....
Ico Doornekamp
2020-01-23
1
-0
/
+2
*
VM FFI: write(stderr, msg) and fprintf(cstderr, msg) now work at CT (#13083)
Timothee Cour
2020-01-12
1
-2
/
+8
*
c_fflush() the rawWrite() buffer (#12987)
Ștefan Talpalaru
2019-12-30
1
-0
/
+4
*
introduce csize_t instead of fixing csize (#12497)
Arne Döring
2019-10-31
1
-10
/
+10
*
Revert "Fixes #12187 (#12321)" (#12447)
Andreas Rumpf
2019-10-18
1
-17
/
+1
*
Fixes #12187 (#12321)
Clyybber
2019-10-08
1
-1
/
+17
*
abort is noreturn (#12061)
Jacek Sieka
2019-08-27
1
-1
/
+1
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-2
/
+2
*
[other] preparations for --styleCheck:error for the Nim compiler (#11478)
Andreas Rumpf
2019-06-12
1
-4
/
+2
*
make -d:nimQuirky work with devel
Andreas Rumpf
2019-04-20
1
-1
/
+1
*
make it compile with older nim versions
Araq
2019-04-08
1
-0
/
+2
*
respect -d:useMalloc everywhere; turn ansi_c and memory into proper Nim modules
Araq
2019-04-08
1
-55
/
+55
*
make DLLs tests green again
Andreas Rumpf
2019-03-15
1
-1
/
+1
*
--newruntime: progress
Andreas Rumpf
2019-03-14
1
-0
/
+7
*
further system.nim cleanups
Andreas Rumpf
2019-02-06
1
-5
/
+5
*
system refactorings (#10559)
Andreas Rumpf
2019-02-06
1
-8
/
+13
*
make tests green with a global config.nims file
Araq
2018-12-17
1
-1
/
+1
*
deprecated ospaths (#9665)
Andreas Rumpf
2018-11-09
1
-1
/
+2
*
Genode fixes (#8501)
Emery Hemingway
2018-08-16
1
-1
/
+1
*
Haiku support for Nim (#8542)
alaviss
2018-08-14
1
-0
/
+11
*
Added c_abort to ansi_c (#8449)
Yuriy Glukhov
2018-07-30
1
-0
/
+3
*
Don't depend on string.h in codegen (#8299)
Yuriy Glukhov
2018-07-13
1
-0
/
+2
*
Nintendo switch support (#8069)
Joey
2018-06-27
1
-1
/
+1
*
fixes to allow the usage of clang on windows with the msvc abi and ms headers...
Charlie Barto
2017-10-09
1
-2
/
+6
*
Linux abi take 3 (#5692)
Jacek Sieka
2017-04-12
1
-2
/
+8
*
Fixes to support Dragonfly BSD. (#5552)
Eugene Kabanov
2017-03-17
1
-1
/
+2
*
ansi_c.nim: avoid deprecated 'expr' type
Araq
2017-01-20
1
-1
/
+1
*
Enhance values SIGNALS on more OS.
cheatfate
2016-06-16
1
-1
/
+2
*
prefer consts to importing #defines from headers
Jacek Sieka
2016-06-06
1
-25
/
+20
*
remove system/ansi_c include from os
Jacek Sieka
2016-06-05
1
-26
/
+0
*
fix types of ansi_c/sysio to more closely match C ABI
Jacek Sieka
2016-06-05
1
-63
/
+41
*
remove strange file types in ansi_c
Jacek Sieka
2016-06-01
1
-30
/
+17
*
added 'sig' feature; removed tfShared support in the compiler
Andreas Rumpf
2016-02-28
1
-2
/
+2
*
further progress on --gc:v2
Andreas Rumpf
2016-02-17
1
-6
/
+12
*
lib: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-11
/
+11
*
fixes #1744
Araq
2014-12-17
1
-4
/
+5
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreak
Araq
2014-10-04
1
-4
/
+17
|
\
|
*
Improve setjmp()/longjmp() performance.
Reimer Behrends
2014-09-25
1
-4
/
+17
*
|
the big renamefest: first steps
Araq
2014-08-22
1
-2
/
+2
|
/
*
distinguish between 'defined' and 'declared'
Araq
2014-08-11
1
-2
/
+2
*
parseBiggestFloat is now builtin
Araq
2014-07-16
1
-4
/
+1
*
More human readable `$`(float)
katlogic
2014-06-15
1
-1
/
+4
*
Fixes #1168
Simon Hafner
2014-05-03
1
-0
/
+3
*
case consistency part 4
Araq
2013-12-27
1
-7
/
+7
[next]