Commit History

Author SHA1 Message Date
  Audun Wilhelmsen 739b4f214b Fixed #688 : return in except statments. Also fixed return in finally statements. 11 years ago
  Audun Wilhelmsen 8cccaebc2e Fixed issue 391 (nested break in except-stmts) 11 years ago
  Araq 49fa421ba7 fixes #914 11 years ago
  Zahary Karadjov 046d829e5d Introduce a PreMain proc in the C codegen 11 years ago
  Araq b731e6ef1c case consistency: cs:partial bootstraps on windows 11 years ago
  Araq 92b8fac94a case consistency part 4 11 years ago
  Araq 132b6b3efe implemented 'injectStmt'; more debug support 11 years ago
  Araq fe983b1309 fixes a regression where memset was used without including <string.h> 11 years ago
  Zahary Karadjov b01d9b6181 work-in-progress for compiling generics in their owner module 11 years ago
  Araq a64d4dc35c documented object constrs; endb works again 11 years ago
  Zahary Karadjov 86bf97a730 cleaned up some debugging code 12 years ago
  Zahary Karadjov f9bd8cc985 [caas] first version that actually works (still has a lot of logical memory leaks on recompilation) 12 years ago
  Araq cf06131dec better extension loading for the OpenGL wrapper 12 years ago
  Zahary Karadjov c27637747a bugfix: closures as default param values 12 years ago
  Araq 214c7a2ebd implemented a stack trace profiler 12 years ago
  Araq 538b06a123 implements #173 12 years ago
  Zahary Karadjov 4841b6390c removed nimdat in favor of per-module dat init procs 12 years ago
  Zahary Karadjov e2d38a57ec better support for unsigned integers. 12 years ago
  Zahary Karadjov 3ce400bb00 bugfix: finally blocks were not executed when the except block is exited by raise or return 12 years ago
  Araq 15dd3a2251 fixes #109 12 years ago
  Zahary Karadjov 20d56875de fix threading tests 12 years ago
  Zahary Karadjov caf7878009 Proper C scopes for if, try and case statements 12 years ago
  Zahary Karadjov d2b45dbe85 C variables are created in their enclosing block instead of their enclosing function 12 years ago
  Zahary Karadjov a64f03230a proper order of initialization for .global. variables 12 years ago
  Araq 97743faa83 tests tcnstseq and tcnstseq3 work again 12 years ago
  Araq 4f1b89c30c year 2012 for most copyright headers 13 years ago
  Araq cd83cc81aa code gen can generate code to keep alive stack roots 13 years ago
  Araq 728328eec2 threads compile again; attempt to fix serious code gen issue (except + return) 13 years ago
  Araq dce8d3d1ab rod files: next trivial examples working 13 years ago
  Araq d871cadbb3 got rid of gGeneratedSyms 13 years ago