Commit History

Author SHA1 Message Date
  Araq 7ee825a6e5 make the Windows build green again 7 years ago
  Andreas Rumpf 3308d26581 breaking change: arrays of char do not convert to cstring; ptr to array of char does 7 years ago
  Andreas Rumpf 0314075639 revert the 'wasMoved' logic until the write barrier has been adapted 7 years ago
  Andreas Rumpf fe99495a9b new string behaviour now available under nimShallowStrings 7 years ago
  Andreas Rumpf c383e4d35e preparations for string optimizations 7 years ago
  Andreas Rumpf e7bcadaf32 hotfix: fixes seq.add and str.add for edge cases 7 years ago
  Araq 6b3af6a5d7 WIP: --gc:regions instead of --gc:stack 7 years ago
  Araq 346ea6d171 system.nim: don't use deprecated symbols/constructs 8 years ago
  Andreas Rumpf 9ca15ad369 string.add for floats and ints for more performance (JS not yet supported) 8 years ago
  Andreas Rumpf 66bbf7518e fixes #4776 8 years ago
  Dominik Picheta b56595ae26 Fixes $(0.0/0.0) giving `-nan` on some systems. 8 years ago
  Hans Raaf cc4bb89267 Fix for cstring nil to string nil conversion with `$` 8 years ago
  Jacek Sieka fe2b39f007 remove system/ansi_c include from os 8 years ago
  Jacek Sieka 64b0485207 fix types of ansi_c/sysio to more closely match C ABI 8 years ago
  Parashurama 4716034a7f fixes issue 4212 && add test for various valid zero floats. 8 years ago
  Andreas Rumpf 835bd9aef2 fixes #4212 8 years ago
  Parashurama 5d7d8816e5 fixes some issues with underscores in float literals. add more tests. 8 years ago
  Parashurama f5761e23d3 fix issue 4181. add testcase. 8 years ago
  Parashurama 60e03ee27c make float parsing locale independent. 8 years ago
  Andreas Rumpf 79f64d2469 simple stuff works with --gc:stack 8 years ago
  Araq 070403ca5e first compiling version of the new GC 9 years ago
  Araq 4932415742 fixes #1832 9 years ago
  Stefan Talpalaru b487d4e425 conditional TGenericSeq extension 9 years ago
  Stefan Talpalaru 02ddbae8f6 fix growObj() with strings 9 years ago
  Stefan Talpalaru 50e96ad939 the Go GC - initial implementation 9 years ago
  Araq ee57bb3e3e fixes --gc:none regression; made some tests green 9 years ago
  def 20426e77e9 Fix copyStrLast to set the trailing \0 char 9 years ago
  def d875951124 sizeof(char) is always 1 9 years ago
  def f5968c7946 Only zero strings when necessary. 9 years ago
  def fa3620be9e Only copy strings to their size, not capacity 9 years ago