summaryrefslogtreecommitdiff
path: root/compiler/fppu.pas
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 11878,11881-11882,11889,11891-11893,11895,11899-11902,11935,...jonas2008-12-111-2/+51
* * Use unsigned integers for sizes and positions to break 2GB limit in tdynami...yury2008-07-281-1/+1
* * Create instance of tdosinputfile instead of tinputfile to prevent warning a...yury2008-07-231-1/+1
* * Replaced all user defined warnings by TODO comments to reduce compiler noise.yury2008-07-231-1/+1
* + support for setting the name of "main" (-XM command line parameter) injonas2008-03-011-0/+14
* - reverted r9776 (see comments to #10433)jonas2008-02-101-1/+1
* * fixed comparing ppu time with source time (bug 10443)vincents2008-01-161-1/+1
* * optimize fixpath, findfile to not require temp ansistringspeter2007-11-191-4/+8
* * look in main source dir instead of loaded_from unit dirs. The loaded_from...peter2007-10-161-14/+13
* * save/load LinkOtherFrameworks to/from ppu filesjonas2007-08-311-0/+3
* - removed some unused variablesjonas2007-07-171-4/+0
* * 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/+26
* * prevent usage of units being compiled with different fpu emulation stateflorian2007-05-281-5/+4
* * add used by unit to can't find unit messagepeter2007-05-231-1/+1
* * cleanup current module statuspeter2007-05-231-21/+2
* * renamed TStringList to TCmdStrList, in general use TCmdStr instead of short...tom_at_work2007-01-261-15/+15
* * also queue source file info for ppu reportingpeter2007-01-221-2/+2
* * remove tdictionary and tindexarraypeter2006-11-031-57/+6
* * extra parameter for file searching functionspeter2006-10-311-6/+6
* * Remove dos,strings units, use SysUtils insteadpeter2006-10-301-9/+11
* * germanism removed (aktfilepos -> current_filepos)florian2006-10-301-2/+2
* * settings refactoredflorian2006-10-301-8/+8
* * use unique symid and defid per modulepeter2006-10-291-0/+6
* do not search for sources of released ppu filesmicha2006-10-071-10/+7
* generate more verbose messages in case of PPU/unit not foundmicha2006-10-071-7/+41
* * refactor import library generationpeter2006-09-031-4/+54
* Merged revisions 2921-2922,2925 via svnmerge from peter2006-03-161-0/+1
* Merged revisions 2669,2673,2677,2683,2696,2699-2702,2704,2708,2712-2715,2718,...peter2006-03-051-100/+3
* * refactor booleans in systeminfo structure, they are now flagspeter2006-01-131-1/+4
* * aktoutputformat removed, add new paraXX vars for targetpeter2005-09-251-4/+0
* * support multiple asmlabel types, renamed getlabel topeter2005-09-181-18/+15
* + softfloat support for winceflorian2005-08-281-0/+2
* * log and id tags removedfpc2005-05-211-22/+0
* initial importfpc2005-05-161-0/+1632