The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
michael d041db6cb9 * Patch from Darius Blaszijk
- added a default manifest filename constant
- implemented archiving to zip using TZipper (only when no user assigned ArchiveFilesProc, because that
  overrides the command)
- moved a lot of strings to resourcestrings
- added listsources description to help screen
- added filename node to manifest file
- removed .zip from TPackage.GetFileName (reason for this is that if ArchiveFilesProc is assigned it gets a
filename without extension, possible other archive formats)
- initialized verbosity to vlInfo
- moved verbosity option check to top
- renamed WriteCmd to LogCmd (function also uses Log instead of writeln)
- renamed WriteOption to LogOption (function also uses Log instead of writeln)
- renamed WriteArgOption to LogArgOption (function also uses Log instead of writeln)
- fixed creation of sources.xml added quatationmarks in pack

git-svn-id: trunk@8292 -
2007-08-20 07:28:40 +00:00
compiler + jumptable support for darwin/ppc64 2007-08-14 17:32:24 +00:00
fv
ide * take care of the efSyntaxHighlight flag when checking if syntax highlighting shall be on or off, resolves #4566 2007-07-29 17:28:16 +00:00
installer * don't use obsolete switches in default configuration files 2007-07-05 19:19:07 +00:00
packages * Patch from Darius Blaszijk 2007-08-20 07:28:40 +00:00
rtl * add preliminary UnixSockets with linux implementation 2007-08-19 13:35:43 +00:00
tests * disallow widechar sets (Delphi 7 compatible, and were handled wrongly 2007-08-14 14:27:59 +00:00
utils * remove poNoConsole so it works under windows 2007-08-11 16:16:39 +00:00
.gitattributes * add preliminary UnixSockets with linux implementation 2007-08-19 13:35:43 +00:00
.gitignore * gba and nds work with new heap manager now (no need for a custom heap manager that allocates a single big block anymore) 2007-07-30 15:37:19 +00:00
Makefile
Makefile.fpc