------------------------------------------------------------------------
r42343 | michael | 2019-07-08 12:24:00 +0200 (Mon, 08 Jul 2019) | 1 line
* Patch from Maciej Izak to allow loading multiple times
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@42435 -
------------------------------------------------------------------------
r42273 | michael | 2019-06-23 00:38:02 +0200 (Sun, 23 Jun 2019) | 1 line
* Fix setusessl
------------------------------------------------------------------------
r42276 | lacak | 2019-06-23 20:02:38 +0200 (Sun, 23 Jun 2019) | 1 line
fcl-db: sqldb: add connection charset aliases "win1250" (Firebird) and "cp1250" (MySQL) (although unicode is preferred nowadays and these SBCS are just a remnant of the past)
------------------------------------------------------------------------
r42277 | michael | 2019-06-24 09:18:34 +0200 (Mon, 24 Jun 2019) | 1 line
* Correctly handle use in restmodule: use pathinfo to configure dispatcher
------------------------------------------------------------------------
r42278 | michael | 2019-06-24 09:22:02 +0200 (Mon, 24 Jun 2019) | 1 line
* Smarter handling of DispatchOptions options
------------------------------------------------------------------------
r42279 | michael | 2019-06-24 09:51:45 +0200 (Mon, 24 Jun 2019) | 1 line
* Allow using of connection charset if none is specified at DB level (bug ID 35755)
------------------------------------------------------------------------
r42285 | michael | 2019-06-26 10:34:47 +0200 (Wed, 26 Jun 2019) | 1 line
* Allow generators in sqlite in 3.0.4
------------------------------------------------------------------------
r42295 | michael | 2019-06-27 13:33:26 +0200 (Thu, 27 Jun 2019) | 1 line
* Better CORS handling: return origin if available and allowed domains not set (* will prohibit credentials)
------------------------------------------------------------------------
r42296 | michael | 2019-06-27 13:37:38 +0200 (Thu, 27 Jun 2019) | 1 line
* Better CORS handling: return origin if available and allowed domains not set (fix compilation)
------------------------------------------------------------------------
r42297 | michael | 2019-06-27 14:42:34 +0200 (Thu, 27 Jun 2019) | 1 line
* Better CORS handling: return origin if available and allowed domains not set (activate using option)
------------------------------------------------------------------------
r42298 | michael | 2019-06-27 18:13:15 +0200 (Thu, 27 Jun 2019) | 1 line
* Fix ISODateTime constant, trailing quote
------------------------------------------------------------------------
r42298 | michael | 2019-06-27 18:13:15 +0200 (Thu, 27 Jun 2019) | 1 line
* Fix ISODateTime constant, trailing quote
------------------------------------------------------------------------
r42299 | michael | 2019-06-27 18:13:55 +0200 (Thu, 27 Jun 2019) | 1 line
* Better code documentation for processql, add %OPTIONALWHERE%
------------------------------------------------------------------------
r42300 | michael | 2019-06-27 18:14:40 +0200 (Thu, 27 Jun 2019) | 1 line
* Some fixes in parameter handling
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@42432 -
------------------------------------------------------------------------
r42247 | michael | 2019-06-19 08:12:15 +0200 (Wed, 19 Jun 2019) | 1 line
* Fix bug ID #35731 (ReadSectionRaw needs to read comments)
------------------------------------------------------------------------
r42248 | michael | 2019-06-19 08:25:02 +0200 (Wed, 19 Jun 2019) | 1 line
* Patch from Pascal Riekenberg to make component loading thread safe (bug ID 35638)
------------------------------------------------------------------------
r42249 | michael | 2019-06-19 10:10:26 +0200 (Wed, 19 Jun 2019) | 1 line
* Fix non-threading platforms
------------------------------------------------------------------------
r42250 | michael | 2019-06-19 14:24:59 +0200 (Wed, 19 Jun 2019) | 1 line
* Patch from Ondrej Pokorny to support streaming to position 0 (bug ID 35724)
------------------------------------------------------------------------
r42262 | michael | 2019-06-22 09:16:19 +0200 (Sat, 22 Jun 2019) | 1 line
* Make sure error content is sent
------------------------------------------------------------------------
r42263 | michael | 2019-06-22 09:29:34 +0200 (Sat, 22 Jun 2019) | 1 line
* Correct registration of metadata resource in case rdoConnectionInURL is specified
------------------------------------------------------------------------
r42264 | michael | 2019-06-22 09:33:49 +0200 (Sat, 22 Jun 2019) | 1 line
* Add RoutesRegistered property to TSQLDBRestBridge
------------------------------------------------------------------------
r42265 | michael | 2019-06-22 09:44:18 +0200 (Sat, 22 Jun 2019) | 1 line
* Unregister routes
------------------------------------------------------------------------
r42266 | michael | 2019-06-22 10:19:16 +0200 (Sat, 22 Jun 2019) | 1 line
* Make sure output contains something in case of empty dataset
------------------------------------------------------------------------
r42267 | michael | 2019-06-22 10:22:30 +0200 (Sat, 22 Jun 2019) | 1 line
* Correct autoincrement handling
------------------------------------------------------------------------
r42269 | michael | 2019-06-22 15:37:47 +0200 (Sat, 22 Jun 2019) | 1 line
* Add SplitCommandLine
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@42431 -
------------------------------------------------------------------------
r42153 | michael | 2019-06-01 11:42:27 +0200 (Sat, 01 Jun 2019) | 1 line
* Fix bug #35660, introduce prefervaluestonames
------------------------------------------------------------------------
r42168 | michael | 2019-06-03 08:27:37 +0200 (Mon, 03 Jun 2019) | 1 line
* Changed String.Split to conform to behaviour in Delphi Rio (bug ID 35669)
------------------------------------------------------------------------
r42170 | michael | 2019-06-04 09:00:48 +0200 (Tue, 04 Jun 2019) | 1 line
* Better fix for 35660: Introduced TMissingNameValueSeparatorAction
------------------------------------------------------------------------
r42171 | michael | 2019-06-04 09:08:45 +0200 (Tue, 04 Jun 2019) | 1 line
* Sort public properties/methods in stringlist
------------------------------------------------------------------------
r42172 | michael | 2019-06-04 09:29:53 +0200 (Tue, 04 Jun 2019) | 1 line
* Added constant for new error message in stringlist
------------------------------------------------------------------------
r42173 | michael | 2019-06-04 10:31:39 +0200 (Tue, 04 Jun 2019) | 1 line
Fix bug ID #0035672
------------------------------------------------------------------------
r42174 | michael | 2019-06-05 13:42:40 +0200 (Wed, 05 Jun 2019) | 1 line
* Fix bug ID #35674, do not create filestream for directories
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@42429 -
------------------------------------------------------------------------
r42048 | michael | 2019-05-12 17:33:26 +0200 (Sun, 12 May 2019) | 1 line
* FIx compilation for platforms that do not have extended
------------------------------------------------------------------------
r42049 | michael | 2019-05-12 17:36:04 +0200 (Sun, 12 May 2019) | 1 line
* FIx compilation with 3.0.4
------------------------------------------------------------------------
r42056 | michael | 2019-05-13 13:47:46 +0200 (Mon, 13 May 2019) | 1 line
* Make explicit that Integer is 32-bit
------------------------------------------------------------------------
r42057 | michael | 2019-05-13 22:15:00 +0200 (Mon, 13 May 2019) | 1 line
* Fix bug ID #35576
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@42425 -
------------------------------------------------------------------------
r42021 | michael | 2019-05-07 17:40:00 +0200 (Tue, 07 May 2019) | 1 line
* GetPrimaryIndexFields is now a public class method, needed in designer
------------------------------------------------------------------------
r42040 | michael | 2019-05-12 09:51:38 +0200 (Sun, 12 May 2019) | 1 line
* Patch from Ondrej Pokorny to fix bug ID #35544 (accept short timezones)
------------------------------------------------------------------------
r42041 | michael | 2019-05-12 09:54:02 +0200 (Sun, 12 May 2019) | 1 line
* Add largeint (int64) parameter supportby Silvio Clecio (bug ID 35554)
------------------------------------------------------------------------
r42042 | michael | 2019-05-12 12:09:16 +0200 (Sun, 12 May 2019) | 1 line
* Add Read/Write(Buffer) TBytes, ReadData/WriteData, ReadBufferData/WriteBufferData to be Delphi compatible
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@42424 -
------------------------------------------------------------------------
r42004 | michael | 2019-05-06 09:37:15 +0200 (Mon, 06 May 2019) | 1 line
* Copy connection name in assign
------------------------------------------------------------------------
r42005 | michael | 2019-05-06 09:38:00 +0200 (Mon, 06 May 2019) | 1 line
* Split out processing of SQL so it can be used in editor. Correct LoadFromFile
------------------------------------------------------------------------
r42009 | michael | 2019-05-06 13:45:06 +0200 (Mon, 06 May 2019) | 1 line
* Remove unused unit from uses clause
------------------------------------------------------------------------
r42012 | michael | 2019-05-06 17:47:45 +0200 (Mon, 06 May 2019) | 1 line
* Fix redirect codes (bug ID 0035532)
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@42423 -
------------------------------------------------------------------------
r42003 | michael | 2019-05-06 09:36:46 +0200 (Mon, 06 May 2019) | 1 line
* Add Ini to some helper method names to avoid confusion
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@42422 -
------------------------------------------------------------------------
r41849 | michael | 2019-04-08 09:51:19 +0200 (Mon, 08 Apr 2019) | 1 line
* Patch from Ondrej Pokorny to let AddStrings call beginupdate/endupdate under all circumstances (bug ID 35341)
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@42418 -
------------------------------------------------------------------------
r41819 | michael | 2019-04-01 19:31:20 +0200 (Mon, 01 Apr 2019) | 1 line
* Fix bug #35305, lazy instantiation of class alias list. Patch from Ondrej Pokorny
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@42417 -
U packages/morphunits/src/agraphics.pas
U packages/os4units/src/agraphics.pas
--- Recording mergeinfo for merge of r42261 into '.':
U .
# revisions: 42261
git-svn-id: branches/fixes_3_2@42345 -
G packages/chm/src/chmsitemap.pas
--- Recording mergeinfo for merge of r42129 into '.':
G .
--- Merging r42137 into '.':
G packages/chm/src/chmreader.pas
--- Recording mergeinfo for merge of r42137 into '.':
G .
--- Merging r42138 into '.':
G utils/fpdoc/dw_htmlchm.inc
--- Recording mergeinfo for merge of r42138 into '.':
G .
--- Merging r42140 into '.':
G utils/fpdoc/dw_htmlchm.inc
--- Recording mergeinfo for merge of r42140 into '.':
G .
--- Merging r42141 into '.':
G utils/fpdoc/dw_htmlchm.inc
--- Recording mergeinfo for merge of r42141 into '.':
G .
--- Merging r42142 into '.':
G packages/chm/src/chmfilewriter.pas
G packages/chm/src/chmwriter.pas
--- Recording mergeinfo for merge of r42142 into '.':
G .
--- Merging r42156 into '.':
G packages/chm/src/chmfilewriter.pas
U packages/chm/src/chmtypes.pas
--- Recording mergeinfo for merge of r42156 into '.':
G .
# revisions: 42129,42137,42138,42140,42141,42142,42156
git-svn-id: branches/fixes_3_2@42306 -
* fixed an i8086 inline assembler bug, where 'call word ptr [label]' (an
indirect call) was assembled as 'call near label' (direct call) instead of
'call near [label]' and 'call dword ptr [label]' was assembled as
'call near label' instead of 'call far [label]'
........
Add {$goto on} if FPC macro is defined
........
git-svn-id: branches/fixes_3_2@42215 -
U rtl/inc/getopts.pp
--- Recording mergeinfo for merge of r42147 into '.':
U .
--- Merging r42148 into '.':
U packages/winunits-base/src/shlwapi.pp
--- Recording mergeinfo for merge of r42148 into '.':
G .
--- Merging r42152 into '.':
G packages/winunits-base/src/shlwapi.pp
--- Recording mergeinfo for merge of r42152 into '.':
G .
# revisions: 42147,42148,42152
git-svn-id: branches/fixes_3_2@42161 -
U packages/gdbint/src/gdbint.pp
--- Recording mergeinfo for merge of r42086 into '.':
U .
--- Merging r42113 into '.':
U packages/openssl/src/openssl.pas
--- Recording mergeinfo for merge of r42113 into '.':
G .
--- Merging r42114 into '.':
G packages/openssl/src/openssl.pas
--- Recording mergeinfo for merge of r42114 into '.':
G .
--- Merging r42122 into '.':
U packages/fcl-base/examples/README.txt
A packages/fcl-base/examples/testappexit.pp
--- Recording mergeinfo for merge of r42122 into '.':
G .
--- Merging r42123 into '.':
G packages/fcl-base/examples/README.txt
A packages/fcl-base/examples/demoio.pp
--- Recording mergeinfo for merge of r42123 into '.':
G .
# revisions: 42086,42113,42114,42122,42123
git-svn-id: branches/fixes_3_2@42160 -
r40756 | karoly | 2019-01-04 03:00:03 +0000 (Fri, 04 Jan 2019) | 1 line
haiku: linker support code for internal sysinit and make the x86_64 port use it
------------------------------------------------------------------------
--- Merging r40756 into '.':
G compiler/systems/t_haiku.pas
U compiler/systems.pas
--- Recording mergeinfo for merge of r40756 into '.':
G .
------------------------------------------------------------------------
------------------------------------------------------------------------
r40791 | karoly | 2019-01-07 12:58:02 +0000 (Mon, 07 Jan 2019) | 1 line
haiku: move i386 also to internal sysinit
------------------------------------------------------------------------
U compiler/systems.pas
U rtl/haiku/system.pp
--- Recording mergeinfo for merge of r40791 into '.':
U .
git-svn-id: branches/fixes_3_2@42136 -
------------------------------------------------------------------------
r40753 | karoly | 2019-01-04 02:16:24 +0000 (Fri, 04 Jan 2019) | 1 line
haiku-x86_64: add target to the compiler and ppudump, enable it in fpmake and fpcmake
------------------------------------------------------------------------
--- Merging r40753 into '.':
U compiler/options.pas
U compiler/systems/i_haiku.pas
U compiler/systems/t_haiku.pas
U compiler/systems.inc
U compiler/utils/ppuutils/ppudump.pp
U compiler/x86/agx86att.pas
U compiler/x86_64/cpuelf.pas
U compiler/x86_64/cputarg.pas
U utils/fpcm/fpcmmain.pp
--- Recording mergeinfo for merge of r40753 into '.':
U .
------------------------------------------------------------------------
r40756 | karoly | 2019-01-04 03:00:03 +0000 (Fri, 04 Jan 2019) | 1 line
haiku: linker support code for internal sysinit and make the x86_64 port use it
------------------------------------------------------------------------
--- Merging r40756 into '.':
G compiler/systems/t_haiku.pas
U compiler/systems.pas
--- Recording mergeinfo for merge of r40756 into '.':
G .
git-svn-id: branches/fixes_3_2@42133 -
U rtl/win/wininc/func.inc
--- Recording mergeinfo for merge of r42008 into '.':
U .
--- Merging r42013 into '.':
U rtl/win/wininc/defines.inc
--- Recording mergeinfo for merge of r42013 into '.':
G .
--- Merging r42027 into '.':
G rtl/win/wininc/func.inc
--- Recording mergeinfo for merge of r42027 into '.':
G .
--- Merging r42028 into '.':
U rtl/win/wininc/ascdef.inc
U rtl/win/wininc/ascfun.inc
U rtl/win/wininc/unidef.inc
U rtl/win/wininc/unifun.inc
--- Recording mergeinfo for merge of r42028 into '.':
G .
--- Merging r42029 into '.':
G rtl/win/wininc/func.inc
--- Recording mergeinfo for merge of r42029 into '.':
G .
--- Merging r42030 into '.':
G rtl/win/wininc/defines.inc
G rtl/win/wininc/func.inc
--- Recording mergeinfo for merge of r42030 into '.':
G .
--- Merging r42043 into '.':
U rtl/win/syswin.inc
--- Recording mergeinfo for merge of r42043 into '.':
G .
# revisions: 42008,42013,42027,42028,42029,42030,42043
git-svn-id: branches/fixes_3_2@42130 -
------------------------------------------------------------------------
r42024 | pierre | 2019-05-10 07:23:31 +0000 (Fri, 10 May 2019) | 1 line
Use TIOCtlRequest type for local variable nr inside TCSetAttr function
------------------------------------------------------------------------
------------------------------------------------------------------------
r42024 | pierre | 2019-05-10 07:23:31 +0000 (Fri, 10 May 2019) | 1 line
Use TIOCtlRequest type for local variable nr inside TCSetAttr function
------------------------------------------------------------------------
--- Merging r42024 into '.':
U rtl/beos/termiosproc.inc
U rtl/darwin/termiosproc.inc
U rtl/haiku/termiosproc.inc
U rtl/linux/termiosproc.inc
U rtl/netbsd/termiosproc.inc
U rtl/openbsd/termiosproc.inc
--- Recording mergeinfo for merge of r42024 into '.':
U .
git-svn-id: branches/fixes_3_2@42125 -
U rtl/haiku/si_c.pp
U rtl/haiku/si_dllc.pp
U rtl/haiku/system.pp
--- Recording mergeinfo for merge of r40843 into '.':
U .
--- Merging r40844 into '.':
G rtl/haiku/system.pp
--- Recording mergeinfo for merge of r40844 into '.':
G .
--- Merging r40845 into '.':
U rtl/inc/exeinfo.pp
--- Recording mergeinfo for merge of r40845 into '.':
G .
--- Merging r42083 into '.':
U rtl/haiku/Makefile
U rtl/haiku/Makefile.fpc
--- Recording mergeinfo for merge of r42083 into '.':
G .
# revisions: 40843,40844,40845,42083
git-svn-id: branches/fixes_3_2@42117 -
U packages/sqlite/tests/testapiv3x.pp
--- Recording mergeinfo for merge of r41612 into '.':
U .
# revisions: 41612
r41612 | michael | 2019-03-06 08:27:28 +0100 (Wed, 06 Mar 2019) | 1 line
Changed paths:
M /trunk/packages/sqlite/tests/testapiv3x.pp
* Fix bug #35194
git-svn-id: branches/fixes_3_2@42099 -
------------------------------------------------------------------------
r42022 | pierre | 2019-05-08 11:38:43 +0200 (Wed, 08 May 2019) | 1 line
Do not use BSD system tar option -I if TARPROG is gtar for OpenBSD
------------------------------------------------------------------------
--- Merging r42022 into '.':
U tests/Makefile
U tests/Makefile.fpc
--- Recording mergeinfo for merge of r42022 into '.':
U .
git-svn-id: branches/fixes_3_2@42023 -