summaryrefslogtreecommitdiff
path: root/compiler/cclasses.pas
Commit message (Expand)AuthorAgeFilesLines
* - removed several ;;florian2007-05-281-1/+1
* * explicitly use shortstring for TFPHashListpeter2007-02-021-42/+42
* * renamed TStringList to TCmdStrList, in general use TCmdStr instead of short...tom_at_work2007-01-261-153/+54
* * add TFPHashList.FindIndexOfpeter2007-01-111-0/+16
* fix TFPList.QuickSort duplicate in compiler cclasses (rtl is also broken)micha2006-12-021-5/+10
* * tfphashlist.delete needs to rehash after updating all indexespeter2006-11-131-19/+21
* * set vs_initialised for typed constspeter2006-11-131-21/+36
* * fixed insertlistcopy to not reverse the listpeter2006-11-081-2/+2
* * refactor procsym procdef listpeter2006-11-031-2/+3
* * disable inline for 2.0.xpeter2006-11-031-59/+63
* * dynamic growth of blocks in tdynamicarraypeter2006-11-031-137/+165
* * remove tdictionary and tindexarraypeter2006-11-031-1132/+179
* * AsmSymbolDict changed to FPHashObjectListpeter2006-11-011-16/+33
* * remove tdirectorycache that is now in cfileutilspeter2006-10-311-123/+0
* * Remove dos,strings units, use SysUtils insteadpeter2006-10-301-3/+125
* fix compilation for {$T+} linux/winmicha2006-10-041-2/+2
* macos: added a fake sysutils for use by compiler, and fixed some testsolle2006-09-031-0/+4
* * refactor import library generationpeter2006-09-031-4/+16
* * FCachedStr added to TFPHashObject for easier debuggingpeter2006-06-281-30/+32
* * Link ordering working FreeBSD implementationmarco2006-06-191-8/+9
* * Initial linkordering subsystem. Not active (need t_* mods which I want in ...marco2006-06-041-0/+193
* * TFPHashList.Pack now also packs the itemspeter2006-04-051-45/+57
* * range check errorpeter2006-04-031-1/+1
* * prevent overflow in fphashpeter2006-04-021-0/+8
* Merged revisions 3068,3070,3114 via svnmerge frompeter2006-04-021-2/+660
* Merged revisions 2775,2788-2789 via svnmerge from peter2006-03-061-300/+477
* Merged revisions 2669,2673,2677,2683,2696,2699-2702,2704,2708,2712-2715,2718,...peter2006-03-051-61/+133
* + Removed all compatibility defines from compilermichael2005-06-091-16/+2
* * log and id tags removedfpc2005-05-211-19/+0
* initial importfpc2005-05-161-0/+2385