The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 2f98eaeb0a * set correct aspect ratios for standard vga resolutions (although they
are probably no longer correct when running in a window on a higher
    resolutions, because everything's now 4:3 I guess) (mantis #5190)
  * fixed aspect ratio logic for circle/ellipse (only circle gets adjusted)
    (mantis #5190)
  * clear window to black when initing graphics mode on Mac OS X

git-svn-id: trunk@8373 -
2007-09-03 20:58:56 +00:00
compiler * moved the setting of many target-specific defines to 2007-09-03 18:24:07 +00:00
fv - reverted change for avoiding recompilation of units in subdirs, 2007-08-22 08:16:10 +00:00
ide - reverted change for avoiding recompilation of units in subdirs, 2007-08-22 08:16:10 +00:00
installer * fixed dependency checking for source files in subdirectories relative 2007-08-22 07:04:23 +00:00
packages * set correct aspect ratios for standard vga resolutions (although they 2007-09-03 20:58:56 +00:00
rtl * fixed CtrlZMarksEOF comment (#9475) 2007-09-03 18:36:45 +00:00
tests * give an error for high(ansistring) and high(widestring) 2007-09-03 16:37:24 +00:00
utils * Patch from Sergei Gorelkin (Mantis #9547). Fixed .fpc.resspare section processing in fpcres. Also remove hardcoded section name offsets (and 3 kBytes of code, too :). 2007-09-03 13:35:54 +00:00
.gitattributes * give an error for high(ansistring) and high(widestring) 2007-09-03 16:37:24 +00:00
.gitignore * moved graph from packages/base to packages/extra so it can depend 2007-08-25 18:49:30 +00:00
Makefile * fixed dependency checking for source files in subdirectories relative 2007-08-22 07:04:23 +00:00
Makefile.fpc - removed ide building for darwin again (basic functionality works, but 2007-05-02 08:38:13 +00:00