comparison llvmdc.kdevelop.filelist @ 109:5ab8e92611f9 trunk

[svn r113] Added initial support for associative arrays (AAs). Fixed some problems with the string runtime support functions. Fixed initialization of array of structs. Fixed slice assignment where LHS is slice but RHS is dynamic array. Fixed problems with result of assignment expressions. Fixed foreach problems with key type mismatches.
author lindquist
date Wed, 21 Nov 2007 04:13:15 +0100
parents 288fe1029e1f
children e8da7856a260
comparison
equal deleted inserted replaced
108:288fe1029e1f 109:5ab8e92611f9
98 dmd/utf.c 98 dmd/utf.c
99 dmd/utf.h 99 dmd/utf.h
100 dmd/version.c 100 dmd/version.c
101 dmd/version.h 101 dmd/version.h
102 gen 102 gen
103 gen/aa.cpp
104 gen/aa.h
103 gen/arrays.cpp 105 gen/arrays.cpp
104 gen/arrays.h 106 gen/arrays.h
105 gen/binops.cpp 107 gen/binops.cpp
106 gen/classes.cpp 108 gen/classes.cpp
107 gen/classes.h 109 gen/classes.h
134 gen/typeinf.h 136 gen/typeinf.h
135 gen/typinf.cpp 137 gen/typinf.cpp
136 lphobos 138 lphobos
137 lphobos/crc32.d 139 lphobos/crc32.d
138 lphobos/gc 140 lphobos/gc
141 lphobos/gc/gcbits.d
139 lphobos/gc/gclinux.d 142 lphobos/gc/gclinux.d
140 lphobos/gc/gcstub.d 143 lphobos/gc/gcstub.d
141 lphobos/gcstats.d 144 lphobos/gcstats.d
142 lphobos/internal 145 lphobos/internal
143 lphobos/internal/aApply.d 146 lphobos/internal/aApply.d
144 lphobos/internal/aApplyR.d 147 lphobos/internal/aApplyR.d
145 lphobos/internal/aaA.d 148 lphobos/internal/aaA.d
146 lphobos/internal/adi.d 149 lphobos/internal/adi.d
147 lphobos/internal/arrays.d 150 lphobos/internal/arrays.d
148 lphobos/internal/cmath2.d
149 lphobos/internal/contract.d 151 lphobos/internal/contract.d
150 lphobos/internal/mem.d 152 lphobos/internal/mem.d
151 lphobos/internal/moduleinit.d 153 lphobos/internal/moduleinit.d
152 lphobos/internal/objectimpl.d 154 lphobos/internal/objectimpl.d
153 lphobos/internal/qsort2.d 155 lphobos/internal/qsort2.d
230 lphobos/typeinfos2.d 232 lphobos/typeinfos2.d
231 runalltests.d 233 runalltests.d
232 test 234 test
233 test/a.d 235 test/a.d
234 test/aa1.d 236 test/aa1.d
237 test/aa2.d
238 test/aa3.d
239 test/aa4.d
240 test/aa5.d
235 test/alignment.d 241 test/alignment.d
236 test/alloca1.d 242 test/alloca1.d
237 test/arrayinit.d 243 test/arrayinit.d
238 test/arrays.d 244 test/arrays.d
239 test/arrays10.d 245 test/arrays10.d
240 test/arrays11.d 246 test/arrays11.d
241 test/arrays12.d 247 test/arrays12.d
242 test/arrays13.d 248 test/arrays13.d
249 test/arrays14.d
243 test/arrays2.d 250 test/arrays2.d
244 test/arrays3.d 251 test/arrays3.d
245 test/arrays4.d 252 test/arrays4.d
246 test/arrays5.d 253 test/arrays5.d
247 test/arrays6.d 254 test/arrays6.d
314 test/bug7.d 321 test/bug7.d
315 test/bug70.d 322 test/bug70.d
316 test/bug71.d 323 test/bug71.d
317 test/bug72.d 324 test/bug72.d
318 test/bug73.d 325 test/bug73.d
326 test/bug74.d
319 test/bug8.d 327 test/bug8.d
320 test/bug9.d 328 test/bug9.d
321 test/c.d 329 test/c.d
322 test/classes.d 330 test/classes.d
323 test/classes2.d 331 test/classes2.d
416 test/tuple1.d 424 test/tuple1.d
417 test/typeinfo.d 425 test/typeinfo.d
418 test/typeinfo10.d 426 test/typeinfo10.d
419 test/typeinfo11.d 427 test/typeinfo11.d
420 test/typeinfo12.d 428 test/typeinfo12.d
429 test/typeinfo13.d
421 test/typeinfo2.d 430 test/typeinfo2.d
422 test/typeinfo3.d 431 test/typeinfo3.d
423 test/typeinfo4.d 432 test/typeinfo4.d
424 test/typeinfo5.d 433 test/typeinfo5.d
425 test/typeinfo6.d 434 test/typeinfo6.d