The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
yury 187cc46b32 * Windows: Do not use CommandLineToArgvW for parsing command line parameters, because it treats \" as an escape sequence for the double quote.
- Implemented parsing of the command line which is backward compatible.
  - Do not use GetCommandLineA.

git-svn-id: trunk@45227 -
2020-05-02 18:19:26 +00:00
compiler * don't convert the fpu parameters size from tcgsize -> int -> float_tcgsize 2020-05-02 13:17:21 +00:00
installer * synchronized with trunk 2020-04-21 23:36:44 +00:00
packages * Use read buffer to speed up things 2020-05-02 16:15:28 +00:00
rtl * Windows: Do not use CommandLineToArgvW for parsing command line parameters, because it treats \" as an escape sequence for the double quote. 2020-05-02 18:19:26 +00:00
tests * support floating point parameters split over multiple locations, including 2020-05-01 13:02:48 +00:00
utils * Fix -h or --help 2020-05-01 14:11:14 +00:00
.gitattributes * support floating point parameters split over multiple locations, including 2020-05-01 13:02:48 +00:00
.gitignore * made the ide a package, so it can be build in parallel with the other packages, reasons: 2018-01-06 20:22:30 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp * FPMake-option NoIDE added 2020-02-11 19:31:35 +00:00
Makefile * synchronized with trunk 2020-04-21 23:36:44 +00:00
Makefile.fpc * synchronized with trunk 2020-04-19 21:10:31 +00:00