Tomas Lindquist Olsen
|
c31af3dc2d
|
[svn r191] Fixed: array literals did not support all type/storage combinations.
Fixed: with expression had broke somewhere along the way.
|
2008-05-07 00:01:13 +02:00 |
|
Tomas Lindquist Olsen
|
10db08076c
|
[svn r44] Lots of bug fixes.
New array literal support
New array ~= operator support (for single element)
New with statement support
More...
|
2007-10-19 07:43:21 +02:00 |
|
Tomas Lindquist Olsen
|
67a92f5d51
|
[svn r41] new'd dynamic arrays are now initialized with the element type's default initializer.
initial label/goto support.
|
2007-10-10 03:38:24 +02:00 |
|
Tomas Lindquist Olsen
|
4fdad2c750
|
[svn r40] Cleaned up some of the array routines to use gep/load/store instead of memcpy/memset.
Resizing arrays did not allocate enough memory for types bigger than 1 byte.
|
2007-10-09 07:51:13 +02:00 |
|