The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
pierre 1dfa5c2e74 + Implement !proxy support for long command line
this allows passing command lines longer than 126 chars to
    Free Pascal or go32v2 programs.

    By default only command lines longer than 126 chars are
    passed using !proxy method,
    it is however possible to disable this conversion completely by
    set Use_go32v2_proxy boolean variable to false (true by fdefault).
    In that case, command lines longer than 126 will be truncated, but
    a warning is echoed to stderr.
    For testing purposes, it is possible to set the boolean variable
    force_go32v2_proxy to true to force systematic use of this
    conversion.

    This is set by default if the RTL is compiled with
    SYSTEM_DEBUG_STARTUP conditional set.

    To allow use by sysutils unit, a new procedure:
    exec_ansistring(path : string;comline : ansistring);

    has been added to the interface, which is now called instead
    of Dos.Exec from Sysutils.ExecuteProcess

git-svn-id: trunk@18159 -
2011-08-10 14:27:24 +00:00
compiler * Fix bug report 7210 2011-08-09 15:52:03 +00:00
ide * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00
installer * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00
packages * Do not make the logger active in the getter, so that the application is able to change the log-type. 2011-08-10 12:31:00 +00:00
rtl + Implement !proxy support for long command line 2011-08-10 14:27:24 +00:00
tests Add test for bug report 7210 2011-08-09 13:32:47 +00:00
utils * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00
.gitattributes Add test for bug report 7210 2011-08-09 13:32:47 +00:00
.gitignore + Added libogc binding and examples for Wii 2011-02-23 21:59:42 +00:00
Makefile * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00
Makefile.fpc * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00