The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
pierre 1e38631cbe + (OutputFileName variable): Add possibility to use output duplicated to a file by a modified dosbox
version, using an entry in [dos] section of dosbox.conf cinfig file.
  copy_con_to_file=/path/to/file/that/will/get/the/copy
  + (EchoOutput procedure) Write to ouput the content of this file so that it ends up into XXXX.elg file
  when checking test file XXXX.
  * Add use_temp_dir boolean variable, set to true by default, can be set to false by
  setting DOSBOX_NO_TEMPDIR env. variable.
  + Add hide_execution boolean variable (might only work on Windows),
  which sets SWOHide to Process.ShowWindow property if true.
  hide_execution defaults to true, but can be set to true by setting
  DOSBOX_NO_HIDE to set to false.
  + Add do_exit boolean variable (defaulting to true), which adds
  'exit' as last line into autoexec section in dosbox.conf.
  Use DOSBOX_NO_EXIT to avoid automatic closing of DosBox at the end of test
  execution (can bbe useful for debugging purposes).

git-svn-id: trunk@32623 -
2015-12-10 01:48:18 +00:00
compiler * simplify "div -1" to unaryminusn, not just for performance reasons but 2015-12-08 15:57:07 +00:00
ide * fixed IDE compilation with GDBMI=1 (mantis #28890) 2015-11-19 17:28:37 +00:00
installer * added SDL sources 2015-11-17 12:03:49 +00:00
packages Fixed use with 7.9 release or later, symtab strcut was completely changed 2015-12-07 00:28:57 +00:00
rtl Regenerated Makefile's for rtl/linux and rtl/win32, aarch64-linux target was missing 2015-12-06 11:35:28 +00:00
tests + (OutputFileName variable): Add possibility to use output duplicated to a file by a modified dosbox 2015-12-10 01:48:18 +00:00
utils * pas2jni: Fixed handling of pointers. 2015-12-08 17:01:29 +00:00
.gitattributes * simplify "div -1" to unaryminusn, not just for performance reasons but 2015-12-08 15:57:07 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00
Makefile.fpc * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00