The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
yury 8d95da3fea * Windows: Reworked handling of command line arguments to properly support Unicode:
- Use the CommandLineToArgvW API function to parse the Unicode command line (we can use it since Win9x is not supported anymore).
  - Implemented non-public functions ParamStrA and ParamStrU which are exposed in the objpas and uuchar units to provide correct AnsiString and UnicodeString versions of ParamStr(). 
  - The cleanup code is moved from InternalExit to the finalization section of the System unit.

git-svn-id: trunk@45037 -
2020-04-23 12:38:42 +00:00
compiler + Xtensa: make use of ADDX* 2020-04-22 21:03:08 +00:00
installer * regenerate makefiles 2020-04-21 06:09:20 +00:00
packages * regenerate makefiles 2020-04-21 06:09:20 +00:00
rtl * Windows: Reworked handling of command line arguments to properly support Unicode: 2020-04-23 12:38:42 +00:00
tests * fix for Mantis #36951: B and BL can take immediate literals as well 2020-04-22 20:19:14 +00:00
utils * regenerate makefiles 2020-04-21 06:09:20 +00:00
.gitattributes + Xtensa: make use of ADDX* 2020-04-22 21:03:08 +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 * regenerate makefiles 2020-04-21 06:09:20 +00:00
Makefile.fpc * do all make targets in parallel, no issues found yet 2020-04-19 13:28:41 +00:00