log gen/statements.c @ 51:61bc1b4ad3c4 trunk

age author description
Mon, 22 Oct 2007 17:25:44 +0200 lindquist [svn r55] Foreach was always generating code as if the value variable was 'ref' trunk
Fri, 19 Oct 2007 16:37:15 +0200 lindquist [svn r49] foreach on dynamic arrays trunk
Fri, 19 Oct 2007 07:43:21 +0200 lindquist [svn r44] Lots of bug fixes. trunk
Wed, 10 Oct 2007 03:38:24 +0200 lindquist [svn r41] new'd dynamic arrays are now initialized with the element type's default initializer. trunk
Tue, 09 Oct 2007 02:50:00 +0200 lindquist [svn r38] * resizing dynamic arrays support trunk
Thu, 04 Oct 2007 22:38:53 +0200 lindquist [svn r37] * Initial support for foreach on static arrays. Not 100% complete trunk
Thu, 04 Oct 2007 18:24:05 +0200 lindquist [svn r36] * Fixed a bug where passing a regular argument to a ref argument did not allocate storage trunk
Wed, 03 Oct 2007 04:56:32 +0200 lindquist [svn r19] * Added support for reassigning 'this' inside class constructors. trunk
Wed, 03 Oct 2007 02:15:12 +0200 lindquist [svn r18] * Initial support for switch statements - No string switches yet. trunk