The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe d2279d55d6 * restored outputting the stabs for local variables and parameters
which was accidentally disabled in r8878
  * move "end of function" stab past all stabs for the function (except
    for the Darwin "size" stab), like gcc does

git-svn-id: trunk@8905 -
2007-10-21 21:19:48 +00:00
compiler * restored outputting the stabs for local variables and parameters 2007-10-21 21:19:48 +00:00
fv * support of Ctrl-F4 and Ctrl-F5 for modal dialogs, solves #6747 2007-10-14 14:52:38 +00:00
ide * always do a SaveAs when trying to save new editors, also if there 2007-10-21 20:09:11 +00:00
installer * fixed Makefile to build writeidx on win32 and linux 2007-10-19 18:41:26 +00:00
packages * Patch by Sergei Gorelkin: 2007-10-21 16:09:41 +00:00
rtl - removed odd assembler implementation, using the inline variant usually creates better code 2007-10-21 19:53:11 +00:00
tests * don't range pointers converted to arrays, resolves #8191 2007-10-21 19:05:06 +00:00
utils * fixed small typo 2007-10-21 14:39:52 +00:00
.gitattributes * don't range pointers converted to arrays, resolves #8191 2007-10-21 19:05:06 +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