Adam Strzelecki
|
43bddf62dd
|
lib: Trim .nim files trailing whitespace
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
|
2015-09-04 23:03:56 +02:00 |
|
pdw
|
2ca90a20a1
|
lib/system/g-w - Dropped 'T' from types
|
2015-06-04 13:18:37 +02:00 |
|
def
|
573fa9b891
|
Clean up GCs a bit
|
2015-03-10 15:31:55 +01:00 |
|
def
|
f5968c7946
|
Only zero strings when necessary.
This removes the zeroing when the string is subsequently overwritten by
a memcpy anyway.
|
2015-03-04 01:48:09 +01:00 |
|
Andreas Rumpf
|
13c2d9b8e2
|
Merge pull request #2150 from def-/gc2-compiling
Make gc2 compile again and fix some deprecation warnings
|
2015-02-16 20:33:25 +01:00 |
|
def
|
b9abeff617
|
Clean up some more deprecation warnings
|
2015-02-16 19:13:49 +01:00 |
|
def
|
a5d22a9534
|
Make gc2 compile again
|
2015-02-16 19:12:09 +01:00 |
|
Federico Ceratto
|
657dca5c3b
|
Fix typos
|
2015-02-15 16:20:32 +00:00 |
|
def
|
2399f3b03d
|
Some GC renames to get rid of deprecation warnings
|
2015-01-06 01:28:43 +01:00 |
|
Araq
|
dbf9117c56
|
the big renamefest: first steps
|
2014-08-22 23:54:26 +02:00 |
|
Araq
|
dd806cafa0
|
distinguish between 'defined' and 'declared'
|
2014-08-11 20:38:28 +02:00 |
|
Zahary Karadjov
|
31dd66acbf
|
support for multiple test variables and var qualifiers in user-defined type classes
|
2013-11-13 02:24:08 +02:00 |
|
Grzegorz Adam Hankiewicz
|
72a3e21f28
|
Removes executable bit for text files.
|
2013-03-16 23:53:07 +01:00 |
|
Araq
|
65fdd641a9
|
revert to old GC; use --gc:v2 to activate the new GC
|
2013-01-31 17:24:55 +01:00 |
|