summaryrefslogtreecommitdiff
path: root/compiler/pexports.pas
Commit message (Expand)AuthorAgeFilesLines
* * handle exports with a name consisting of a single character correctlyflorian2012-07-221-0/+2
* * also show the valid bounds in most cases when signalling a range checkjonas2012-03-101-1/+1
* compiler: reintegrate branch http://svn.freepascal.org/svn/fpc/branches/paul/...paul2010-12-171-2/+2
* * support string constants > 255 charsflorian2010-01-241-4/+2
* * unified names of system_*/systems_* setsflorian2010-01-071-1/+1
* + support for exporting Objective-C classes from dynamic libraries. It worksjonas2009-09-271-99/+123
* * fixed invalid type cast in case of errors in a library's export sectionjonas2008-11-011-1/+2
* * export names aren't mangled under OS/2 either (follow-upjonas2008-04-291-10/+9
* * DLL export names are not mangled on Windows (bug #11228).yury2008-04-281-7/+11
* * factored unix exports handling from t_bsd and t_linux into expunix unitjonas2008-03-241-25/+59
* * Rework the constexprint to allow operations from low(int64) to high(qword).daniel2007-06-131-2/+9
* * removed typed const, it is now handled by staticvarsympeter2006-11-081-4/+2
* * refactor procsym procdef listpeter2006-11-031-8/+10
* * remove tdictionary and tindexarraypeter2006-11-031-1/+1
* * implemented kylix like local directive, fixes #7242florian2006-10-191-0/+1
* * export of qualified unit symbols, fixes #6848florian2006-05-181-2/+2
* * exports info handling refactored, -E will be passed to ld if necessaryflorian2005-12-101-4/+3
* * from Yury Sidorov:florian2005-07-091-2/+2
* + compiler part of WinCE patches from Yuri Sidorovflorian2005-07-031-2/+2
* * win32 dll smartlink patch from Pavel V. Ozerskipeter2005-06-031-1/+3
* * log and id tags removedfpc2005-05-211-8/+0
* initial importfpc2005-05-161-0/+188