summaryrefslogtreecommitdiff
path: root/compiler/systems/t_nwm.pas
Commit message (Expand)AuthorAgeFilesLines
* * Changed linking infrastructure to look like assembler one:sergei2013-08-181-2/+2
* * GNU ld only supports double quotes in its response file -> requote therejonas2012-05-031-2/+2
* * replaced most (if not all) remaining fields/parameters in the compilerjonas2012-04-291-3/+3
* + Use DLL name in assembler labels used to import DLL functions/variablespierre2011-06-231-1/+1
* * Silence warning in MakeSharedLibrarypierre2011-06-141-0/+1
* compiler: reduce amount of hints and warningspaul2011-04-201-2/+0
* added a segment table containing segments for symbols defined by linker scrip...armin2011-04-071-17/+61
* internal linker support for creating novell netware loadable modulesarmin2011-03-271-1/+384
* FindUtil was called in SetDefaultInfo and in MakeExecutable.armin2011-02-061-2/+2
* * Fixed spell error revealed by lintian.mazen2010-10-061-1/+1
* * Rework the constexprint to allow operations from low(int64) to high(qword).daniel2007-06-131-1/+1
* * more file handling from shortstring to tcmdstrjonas2007-02-211-1/+1
* * renamed TStringList to TCmdStrList, in general use TCmdStr instead of short...tom_at_work2007-01-261-1/+1
* * refactor procsym procdef listpeter2006-11-031-2/+4
* * extra parameter for file searching functionspeter2006-10-311-3/+3
* * make win32 compilepeter2006-10-301-3/+4
* * Remove dos,strings units, use SysUtils insteadpeter2006-10-301-1/+1
* * settings refactoredflorian2006-10-301-5/+5
* * refactor import library generationpeter2006-09-031-29/+12
* * cleanup external/nolink optionspeter2006-04-291-3/+3
* * split newasmsymbol to refasmsymbol and defineasmsymbolpeter2006-03-271-1/+1
* Merged revisions 2921-2922,2925 via svnmerge from peter2006-03-161-5/+5
* * link_allways -> link_alwaysjonas2006-02-151-2/+2
* * rename al_code to al_procedures, al_bss/al_data to al_globalspeter2005-09-151-5/+5
* * put typedconsts in own asmlist to prevent mixingpeter2005-08-171-5/+5
* * Group asmlists into array to be able to adddaniel2005-07-231-4/+4
* * log and id tags removedfpc2005-05-211-10/+0
* initial importfpc2005-05-161-0/+586