summaryrefslogtreecommitdiff
path: root/compiler/pmodules.pas
Commit message (Expand)AuthorAgeFilesLines
* * Rework the constexprint to allow operations from low(int64) to high(qword).daniel2007-06-131-1/+1
* * Fixed bug #6501: multiple resource files are correctly linked to executable. yury2007-05-291-0/+3
* - removed several ;;florian2007-05-281-1/+1
* * Merged 2.3 branch changes:jonas2007-03-041-2/+2
* * do check for non defined labels earlier to avoid ies in the cgflorian2007-03-031-1/+4
* * use setmodulename for program/librarypeter2007-02-251-8/+2
* * cleanup r6369peter2007-02-091-6/+1
* * fix for webbug 8270pierre2007-02-071-0/+6
* * renamed TStringList to TCmdStrList, in general use TCmdStr instead of short...tom_at_work2007-01-261-2/+2
* * postpone some freeing if SymbolInfo is neededpierre2007-01-171-2/+8
* Fixed lineinfo compilation with -gltom_at_work2006-12-261-4/+2
* * DWARF debug lineinfo readertom_at_work2006-12-171-2/+15
* + start of embedded rtlflorian2006-12-171-1/+1
* * fix arm-wince exception handling.yury2006-11-141-17/+0
* * refactor tclassheader in tvmtbuilder and tvmtwriterpeter2006-11-131-12/+19
* * comment fixedflorian2006-11-121-1/+1
* * disable sse/mmx fastmode code in case of valgrind usageflorian2006-11-121-0/+5
* * section "fpc" was renamed to ".fpc".yury2006-11-101-3/+3
* * removed typed const, it is now handled by staticvarsympeter2006-11-081-83/+103
* * Internal linker sorts only .idata section and removes stabs of unused funct...yury2006-11-051-8/+12
* * refactor procsym procdef listpeter2006-11-031-1/+1
* * remove tdictionary and tindexarraypeter2006-11-031-19/+18
* + windows uses now sysinit units as wellflorian2006-11-021-2/+2
* * fix cross-compiling from i386/linuxmicha2006-11-021-5/+5
* + implement pascal inline asm start/halt code for linux/i386micha2006-11-021-0/+7
* * More fixes for wince exceptions. Debugging also work with internal linker n...yury2006-10-311-1/+1
* * Remove dos,strings units, use SysUtils insteadpeter2006-10-301-2/+3
* * settings refactoredflorian2006-10-301-41/+41
* * remove ttypepeter2006-10-291-1/+1
* * fixed softfpu supportflorian2006-10-151-1/+3
* * refactor import library generationpeter2006-09-031-2/+2
* * removed/conditionalised several unused variablesjonas2006-07-141-0/+2
* * correct fix for resourcestringspeter2006-06-291-2/+2
* * add number prefix to resstr symbols so the get ordered correctly when thepeter2006-06-291-2/+2
* * remove number of errors during linkingpeter2006-06-281-0/+7
* * change edatalabel to string references. The edatalabel is not available a...peter2006-06-221-2/+2
* - Removed need of assembler startup files for wince. Now compiler directly cr...yury2006-06-021-0/+20
* * define PIC when generating picflorian2006-05-131-1/+4
* * remove obsolete generatesmartlibpeter2006-04-271-8/+0
* * fixed section smartlinking with ld.exepeter2006-04-021-1/+10
* * split newasmsymbol to refasmsymbol and defineasmsymbolpeter2006-03-271-10/+10
* Merged revisions 2827,2831,2837,2932-2980 via svnmerge from peter2006-03-191-47/+30
* Merged revisions 2921-2922,2925 via svnmerge from peter2006-03-161-64/+64
* * fix dynamic library compilation on darwin (both i386 and ppc)jonas2006-03-111-1/+3
* * fixed argc/argv/envp catching for darwin/x86 (not really nice, butjonas2006-03-101-2/+1
* Merged revisions 2669,2673,2677,2683,2696,2699-2702,2704,2708,2712-2715,2718,...peter2006-03-051-23/+37
* * link_allways -> link_alwaysjonas2006-02-151-3/+3
* * fixed invalid memory read in tp-mode when parsing uses clausepeter2006-02-101-7/+4
* * finalization sections in shared libraries under Darwin are now runjonas2006-02-071-1/+2
* * symtablestack cleanup and rewritepeter2006-02-051-236/+101