mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-21 01:52:50 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() - 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 - |
||
---|---|---|
compiler | ||
fv | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |