--- Merging r19264 into '.': U utils/instantfpc/instantfptools.pas U utils/instantfpc/instantfpc.pas U utils/instantfpc/instantfpc.lpi --- Merging r19319 into '.': U rtl/os2/sysutils.pp --- Merging r19321 into '.': U rtl/os2/Makefile.fpc --- Merging r19322 into '.': U rtl/os2/Makefile --- Merging r19323 into '.': G rtl/os2/sysutils.pp --- Merging r19324 into '.': U rtl/os2/dos.pas --- Merging r19327 into '.': U packages/fcl-process/src/unix/process.inc U packages/fcl-process/src/wince/process.inc U packages/fcl-process/src/process.pp U packages/fcl-process/src/win/process.inc --- Merging r19340 into '.': G packages/fcl-process/src/process.pp --- Merging r19367 into '.': G packages/fcl-process/src/process.pp --- Merging r19368 into '.': G rtl/os2/sysutils.pp --- Merging r19378 into '.': U packages/fcl-process/src/dummy/process.inc --- Merging r19380 into '.': U rtl/objpas/sysutils/sysutils.inc --- Merging r19397 into '.': U rtl/os2/doscalls.pas --- Merging r19398 into '.': G rtl/os2/dos.pas --- Merging r19455 into '.': U packages/fcl-net/src/netdb.pp --- Merging r19456 into '.': U packages/Makefile U packages/Makefile.fpc U packages/fppkg/Makefile.fpc U packages/fppkg/Makefile --- Merging r19474 into '.': U installer/install.dat --- Merging r19485 into '.': U packages/fpmkunit/src/fpmkunit.pp U packages/fppkg/src/pkgrepos.pp U packages/fppkg/src/pkgoptions.pp U packages/fppkg/src/fpmkunitsrc.inc --- Merging r19486 into '.': U compiler/systems/i_win.pas --- Merging r19493 into '.': U packages/fcl-db/src/dbase/readme.txt U packages/fcl-db/src/dbase/dbf.pas --- Merging r19497 into '.': G utils/instantfpc/instantfptools.pas --- Merging r19520 into '.': G utils/instantfpc/instantfptools.pas --- Merging r19521 into '.': G utils/instantfpc/instantfptools.pas
# revisions: 19264,19319,19321,19322,19323,19324,19327,19340,19367,19368,19378,19380,19397,19398,19455,19456,19474,19485,19486,19493,19497,19520,19521 ------------------------------------------------------------------------ r19264 | mattias | 2011-09-28 16:32:34 +0200 (Wed, 28 Sep 2011) | 1 line Changed paths: M /trunk/utils/instantfpc/instantfpc.lpi M /trunk/utils/instantfpc/instantfpc.pas M /trunk/utils/instantfpc/instantfptools.pas
instantfpc: compiler output: replace cache file name with source file name ------------------------------------------------------------------------ ------------------------------------------------------------------------ r19319 | hajny | 2011-10-02 01:10:22 +0200 (Sun, 02 Oct 2011) | 1 line Changed paths: M /trunk/rtl/os2/sysutils.pp
* fix for ExecuteProcess - starting of different executable types works properly now; dependency on unit Dos removed; redefinitions of imports from DosCalls removed also - unit DosCalls used directly now ------------------------------------------------------------------------ ------------------------------------------------------------------------ r19321 | hajny | 2011-10-02 03:33:19 +0200 (Sun, 02 Oct 2011) | 1 line Changed paths: M /trunk/rtl/os2/Makefile.fpc
* SysUtils do not depend on Dos any longer ------------------------------------------------------------------------ ------------------------------------------------------------------------ r19322 | hajny | 2011-10-02 03:33:26 +0200 (Sun, 02 Oct 2011) | 1 line Changed paths: M /trunk/rtl/os2/Makefile
* SysUtils do not depend on Dos any longer ------------------------------------------------------------------------ ------------------------------------------------------------------------ r19323 | hajny | 2011-10-02 03:41:56 +0200 (Sun, 02 Oct 2011) | 1 line Changed paths: M /trunk/rtl/os2/sysutils.pp
* additional fixes for ExecuteProcess - running of DOS programs in current directory and proper closing of the created queue ------------------------------------------------------------------------ ------------------------------------------------------------------------ r19324 | hajny | 2011-10-02 03:43:18 +0200 (Sun, 02 Oct 2011) | 1 line Changed paths: M /trunk/rtl/os2/dos.pas
* fixes for Exec - execution of different application types, fixed memory leak and avoided queue name collisions ------------------------------------------------------------------------ ------------------------------------------------------------------------ r19327 | hajny | 2011-10-03 00:05:24 +0200 (Mon, 03 Oct 2011) | 1 line Changed paths: M /trunk/packages/fcl-process/src/process.pp M /trunk/packages/fcl-process/src/unix/process.inc M /trunk/packages/fcl-process/src/win/process.inc M /trunk/packages/fcl-process/src/wince/process.inc
* uses and resourcestrings moved to platform specific includes ------------------------------------------------------------------------ ------------------------------------------------------------------------ r19340 | hajny | 2011-10-03 21:46:50 +0200 (Mon, 03 Oct 2011) | 1 line Changed paths: M /trunk/packages/fcl-process/src/process.pp
* fix for breakage under Unix platforms - see also bug #20400 ------------------------------------------------------------------------ ------------------------------------------------------------------------ r19367 | hajny | 2011-10-04 22:15:48 +0200 (Tue, 04 Oct 2011) | 1 line Changed paths: M /trunk/packages/fcl-process/src/process.pp
* correction of whitespace definition ------------------------------------------------------------------------ ------------------------------------------------------------------------ r19368 | hajny | 2011-10-05 00:10:21 +0200 (Wed, 05 Oct 2011) | 1 line Changed paths: M /trunk/rtl/os2/sysutils.pp
* proper support for ExecInheritsHandles in Flags ------------------------------------------------------------------------ ------------------------------------------------------------------------ r19378 | hajny | 2011-10-05 02:32:12 +0200 (Wed, 05 Oct 2011) | 1 line Changed paths: M /trunk/packages/fcl-process/src/dummy/process.inc
+ working (although very limited) generic TProcess implementation based on SysUtils.CreteProcess for use with GO32v2, etc. ------------------------------------------------------------------------ ------------------------------------------------------------------------ r19380 | michael | 2011-10-05 09:06:57 +0200 (Wed, 05 Oct 2011) | 1 line Changed paths: M /trunk/rtl/objpas/sysutils/sysutils.inc
* Fixed bug in ExeSearch, noted by Tomas ------------------------------------------------------------------------ ------------------------------------------------------------------------ r19397 | hajny | 2011-10-07 01:56:34 +0200 (Fri, 07 Oct 2011) | 1 line Changed paths: M /trunk/rtl/os2/doscalls.pas
* added some missing constants and TResultCodes fields alias names ------------------------------------------------------------------------ ------------------------------------------------------------------------ r19398 | hajny | 2011-10-07 01:57:59 +0200 (Fri, 07 Oct 2011) | 1 line Changed paths: M /trunk/rtl/os2/dos.pas
* fix DosExitCode for sessions of other types, consider ExecFlags for other session types ------------------------------------------------------------------------ ------------------------------------------------------------------------ r19455 | hajny | 2011-10-11 00:50:34 +0200 (Tue, 11 Oct 2011) | 1 line Changed paths: M /trunk/packages/fcl-net/src/netdb.pp
* /etc/ location hardcoded only for Unix targets, support for retrieval from the environment added for platforms using it ------------------------------------------------------------------------ ------------------------------------------------------------------------ r19456 | hajny | 2011-10-11 01:06:10 +0200 (Tue, 11 Oct 2011) | 1 line Changed paths: M /trunk/packages/Makefile M /trunk/packages/Makefile.fpc M /trunk/packages/fppkg/Makefile M /trunk/packages/fppkg/Makefile.fpc
* fixed wrong dependency of fppkg on fcl-web for all targets ------------------------------------------------------------------------ ------------------------------------------------------------------------ r19474 | hajny | 2011-10-12 08:15:48 +0200 (Wed, 12 Oct 2011) | 1 line Changed paths: M /trunk/installer/install.dat
* added support for ufppkg ------------------------------------------------------------------------ ------------------------------------------------------------------------ r19485 | hajny | 2011-10-13 23:04:24 +0200 (Thu, 13 Oct 2011) | 1 line Changed paths: M /trunk/packages/fpmkunit/src/fpmkunit.pp M /trunk/packages/fppkg/src/fpmkunitsrc.inc M /trunk/packages/fppkg/src/pkgoptions.pp M /trunk/packages/fppkg/src/pkgrepos.pp
* fpunits.conf -> fpunits.cfg ------------------------------------------------------------------------ ------------------------------------------------------------------------ r19486 | jonas | 2011-10-14 18:11:46 +0200 (Fri, 14 Oct 2011) | 5 lines Changed paths: M /trunk/compiler/systems/i_win.pas
* r17629 changed the condition for generating safecall code on x64 and ARM platforms from testing for a Windows target into testing to the tf_safecall_exceptions target flag. However, this flag was not set for non-i386 Windows platforms (mantis #20385)
------------------------------------------------------------------------ ------------------------------------------------------------------------ r19493 | jonas | 2011-10-15 17:00:54 +0200 (Sat, 15 Oct 2011) | 4 lines Changed paths: M /trunk/packages/fcl-db/src/dbase/dbf.pas M /trunk/packages/fcl-db/src/dbase/readme.txt
* mark dbf unit as deprecated because abandoned by maintainer, along with a deprecation message that mentions the sourceforge forum where help may still be found
------------------------------------------------------------------------ ------------------------------------------------------------------------ r19497 | florian | 2011-10-15 19:43:12 +0200 (Sat, 15 Oct 2011) | 1 line Changed paths: M /trunk/utils/instantfpc/instantfptools.pas
* check environment variable LOCALAPPDATA on windows as a possible cache location for instantfpc ------------------------------------------------------------------------ ------------------------------------------------------------------------ r19520 | hajny | 2011-10-21 01:30:31 +0200 (Fri, 21 Oct 2011) | 1 line Changed paths: M /trunk/utils/instantfpc/instantfptools.pas
* fixes for additional non-unix platforms ------------------------------------------------------------------------ ------------------------------------------------------------------------ r19521 | hajny | 2011-10-21 01:32:33 +0200 (Fri, 21 Oct 2011) | 1 line Changed paths: M /trunk/utils/instantfpc/instantfptools.pas
* additional case insensitive platforms ------------------------------------------------------------------------
+unit dbf deprecated 'Abandoned by maintainer, no longer supported by FPC team. Help may be available at http://tdbf.sourceforge.net and http://sourceforge.net/projects/tdbf/forums/forum/107245';