Commit Graph

54370 Commits

Author SHA1 Message Date
marco
b8e3d6efa1 # revisions: 41570,41571,41938,42457,42327,42556,42557
git-svn-id: branches/fixes_3_2@43393 -
2019-11-05 15:16:28 +00:00
pierre
6b0a663b24 Merge commit 42281, to fix i8086 compiler
------------------------------------------------------------------------
r42281 | pierre | 2019-06-25 04:24:56 +0000 (Tue, 25 Jun 2019) | 1 line

 Use tcgint typecast instead of aint, as it is the type of the second parameter of loadconst taicpu method
------------------------------------------------------------------------
--- Merging r42281 into '.':
U    compiler/x86/aoptx86.pas
--- Recording mergeinfo for merge of r42281 into '.':
 U   .

git-svn-id: branches/fixes_3_2@43388 -
2019-11-04 09:29:16 +00:00
pierre
1f20cfe991 Merge of several commits related to enhancements in PPU writing
and more precisely to cross reading/writing fixes.

------------------------------------------------------------------------
r41896 | pierre | 2019-04-18 14:08:03 +0000 (Thu, 18 Apr 2019) | 15 lines

  Integrate patch from bug report 35409.
  Add possibiliy to throw InternalError
  for unhandled case values inside tentryfile,
  But avoid adding dependency on verbose unit
  as this would break ppudump handling of ppu files.

  Add RaiseAssertion virtual method to tentryfile class.
  Call RaiseAssertion in tentryfile methods
  where an internal error is wanted.
  Override RaiseAssertion method in symtype.pas unit
  to call InternalError.
  Add new class tppudumpfile to override RaiseAssertion
  in utils/ppuutils/ppudump.pp unit.


------------------------------------------------------------------------
--- Merging r41896 into '.':
U    compiler/entfile.pas
U    compiler/pcp.pas
U    compiler/symtype.pas
U    compiler/utils/ppuutils/ppudump.pp
--- Recording mergeinfo for merge of r41896 into '.':
 U   .
------------------------------------------------------------------------
r42111 | pierre | 2019-05-20 22:06:57 +0000 (Mon, 20 May 2019) | 1 line

 List TSettings partially and improve generic output
------------------------------------------------------------------------
--- Merging r42111 into '.':
G    compiler/utils/ppuutils/ppudump.pp
--- Recording mergeinfo for merge of r42111 into '.':
 G   .
------------------------------------------------------------------------
r42322 | pierre | 2019-07-03 13:35:05 +0000 (Wed, 03 Jul 2019) | 1 line

 Systematically include fpcdefs.inc at sart of all units used by compiler
------------------------------------------------------------------------
--- Merging r42322 into '.':
U    compiler/aarch64/cpuinfo.pas
U    compiler/arm/cpuinfo.pas
U    compiler/avr/cpuinfo.pas
U    compiler/ccharset.pas
U    compiler/generic/cpuinfo.pas
U    compiler/jvm/cpuinfo.pas
U    compiler/m68k/cpuinfo.pas
U    compiler/macho.pas
U    compiler/machoutils.pas
U    compiler/mips/cpuinfo.pas
G    compiler/pcp.pas
U    compiler/powerpc/cpuinfo.pas
U    compiler/powerpc64/cpuinfo.pas
U    compiler/systems/i_wii.pas
--- Recording mergeinfo for merge of r42322 into '.':
 G   .

------------------------------------------------------------------------
r42323 | pierre | 2019-07-04 15:24:49 +0000 (Thu, 04 Jul 2019) | 7 lines

  * Set ControllerSupport to false for sparc/sparc64 and x86_64 CPUs.
    This boolean must only be set to true if TControllerType is not simply (ct_none)
  * ppu.pas: Increment CurrentPPULongVersion constant as the above modification
    changes the number of fields of the TSettings record that is saved to
    PPU in ST_LOADSETTINGS field. { not mereged }


------------------------------------------------------------------------
--- Merging r42323 into '.':
C    compiler/ppu.pas { not mereged }
U    compiler/sparc/cpuinfo.pas
U    compiler/sparc64/cpuinfo.pas
U    compiler/x86_64/cpuinfo.pas
--- Recording mergeinfo for merge of r42323 into '.':
 G   .

------------------------------------------------------------------------
r42324 | pierre | 2019-07-04 15:25:40 +0000 (Thu, 04 Jul 2019) | 1 line

 Correctly read saved tsettings
------------------------------------------------------------------------
--- Merging r42324 into '.':
C    compiler/utils/ppuutils/ppudump.pp
--- Recording mergeinfo for merge of r42324 into '.':
 G   .
Summary of conflicts:
  Text conflicts: 1
------------------------------------------------------------------------
r42325 | marcus | 2019-07-04 16:49:26 +0000 (Thu, 04 Jul 2019) | 1 line

Fixed ppudump compilation on big endian platforms after r42324
------------------------------------------------------------------------
--- Merging r42325 into '.':
G    compiler/utils/ppuutils/ppudump.pp
--- Recording mergeinfo for merge of r42325 into '.':
 G   .
------------------------------------------------------------------------
r42353 | svenbarth | 2019-07-12 16:25:33 +0000 (Fri, 12 Jul 2019) | 1 line

* write an entry name for the property options
------------------------------------------------------------------------
--- Merging r42353 into '.':
G    compiler/utils/ppuutils/ppudump.pp
--- Recording mergeinfo for merge of r42353 into '.':
 G   .
------------------------------------------------------------------------
r42354 | svenbarth | 2019-07-12 16:25:36 +0000 (Fri, 12 Jul 2019) | 1 line

* write a name for the none property access entry (looks nicer than a "(Nil)" at the start of the line)
------------------------------------------------------------------------
--- Merging r42354 into '.':
G    compiler/utils/ppuutils/ppudump.pp
--- Recording mergeinfo for merge of r42354 into '.':
 G   .
------------------------------------------------------------------------
r42527 | pierre | 2019-07-29 05:33:00 +0000 (Mon, 29 Jul 2019) | 22 lines

  Fix recordtoken writing into ppu files to allow correct
  handling in cross-configuration with different endianess.

  The code has been modified to use the same scheme as the writing of
  the other parts of the ppu, i.e. change_endian filed has been
  added also to tscannerfile class of scanner unit.
  This field is then used to swap values that required endianess
  conversion.

  * scanner.pas: change_endian filed added to tscannerfile class.
    The value of this field is set as the same field in tentryfile class of entfile unit.
    Token read and write methods converted to use change_endian field.

  * ppu.pas: Increase CurrentPPILongVersion

  * utils/ppuutils/ppudump.pp: Remove unneeded FPC_BIG_ENDIAN code
    which was needed because tokens were previously written using a
    different rule.




------------------------------------------------------------------------
--- Merging r42527 into '.':
C    compiler/ppu.pas
U    compiler/scanner.pas
G    compiler/utils/ppuutils/ppudump.pp
--- Recording mergeinfo for merge of r42527 into '.':
 G   .
Summary of conflicts:
  Text conflicts: 1
------------------------------------------------------------------------
r42528 | pierre | 2019-07-29 11:54:27 +0000 (Mon, 29 Jul 2019) | 1 line
Changed paths:
   M /trunk/compiler/scanner.pas

Try to fix bug introduced in previous commit #42527, hopefully fixing bug report 35902
------------------------------------------------------------------------

--- Merging r42528 into '.':
G    compiler/scanner.pas
--- Recording mergeinfo for merge of r42528 into '.':
 G   .------------------------------------------------------------------------
r42530 | pierre | 2019-07-29 16:40:58 +0000 (Mon, 29 Jul 2019) | 8 lines

   Try to fix ppudump for generic/inline.

   * entfile.pas: Differenciate ibsymtableoptions and ibrecsymtableoptions.
   * ppu.pas: Increase ppu unit CurrentPPULongVersion value.
   * utils/ppuutils/ppudump.pp: Add current_symtable_options variable.
     Change readsymtableoptions from procedure to function returning
     the new tsymtableoptions.

------------------------------------------------------------------------
--- Merging r42530 into '.':
G    compiler/entfile.pas
G    compiler/ppu.pas
G    compiler/utils/ppuutils/ppudump.pp
--- Recording mergeinfo for merge of r42530 into '.':
 G   .
------------------------------------------------------------------------
r42583 | pierre | 2019-08-05 09:15:12 +0000 (Mon, 05 Aug 2019) | 1 line

 Reorganize token buffer output to be able to use it for generics and inlined functions
------------------------------------------------------------------------
--- Merging r42583 into '.':
G    compiler/utils/ppuutils/ppudump.pp
--- Recording mergeinfo for merge of r42583 into '.':
 G   .
------------------------------------------------------------------------
r42591 | pierre | 2019-08-06 06:32:52 +0000 (Tue, 06 Aug 2019) | 1 line

 Add mode and optimizer switches names, and check that no unknown switch is set
------------------------------------------------------------------------
--- Merging r42591 into '.':
G    compiler/utils/ppuutils/ppudump.pp
--- Recording mergeinfo for merge of r42591 into '.':
 G   .
------------------------------------------------------------------------
r42596 | pierre | 2019-08-06 21:32:51 +0000 (Tue, 06 Aug 2019) | 1 line

 Fix gettokenbufshortint, as shortint is one byte long, not two
------------------------------------------------------------------------
--- Merging r42596 into '.':
G    compiler/utils/ppuutils/ppudump.pp
--- Recording mergeinfo for merge of r42596 into '.':
 G   .
------------------------------------------------------------------------
r42609 | pierre | 2019-08-09 09:29:50 +0000 (Fri, 09 Aug 2019) | 1 line

 Correct size of asizeint, which is still 4-byte long even when CpuAddrBitSize is 16 as for avr and i8086
------------------------------------------------------------------------
--- Merging r42609 into '.':
G    compiler/utils/ppuutils/ppudump.pp
--- Recording mergeinfo for merge of r42609 into '.':
 G   .
------------------------------------------------------------------------
r42670 | pierre | 2019-08-13 06:20:23 +0000 (Tue, 13 Aug 2019) | 1 line

 Reduce cpu-os dependency on real constant printout by using system.str
------------------------------------------------------------------------
--- Merging r42670 into '.':
G    compiler/utils/ppuutils/ppudump.pp
--- Recording mergeinfo for merge of r42670 into '.':
 G   .
------------------------------------------------------------------------
r42906 | pierre | 2019-09-02 16:00:15 +0000 (Mon, 02 Sep 2019) | 1 line

 Fix problems with big endian systems without 80-bit floating point support
------------------------------------------------------------------------
--- Merging r42906 into '.':
G    compiler/utils/ppuutils/ppudump.pp
--- Recording mergeinfo for merge of r42906 into '.':
 G   .

git-svn-id: branches/fixes_3_2@43387 -
2019-11-04 08:50:42 +00:00
marco
cf2b4ee4f7 # revisions: 43198,43199,43201,43202,43204,43206,43207,43209,43210,43212,43213,43214,43215,43216,43219,43220,43221,43222,43223,43224,43225,43228,43229,43285,43286,43287,43288,43295,43296,43297,43303,43304,43310,43316,43317,43318,43320,43321,43322,43323,43325,43326,43329,43330,43331,43332,43333
git-svn-id: branches/fixes_3_2@43380 -
2019-11-03 14:20:49 +00:00
marco
95202dc8c4 # revisions: 42759,42769,42770,42771,42811,42818,42819,42824,42826,42827,42828,42830,42866,42869,42870,42874,42877,42878,42880,42881,42889,42890,42893,42894,42895,42896,42918,42948,42950,42951,42952,42953,42954,43020,43021,43031,43032,43049,43050,43051,43052,43053,43056,43057,43077,43078,43079,43084,43090,43099,43101,43145,43146,43147,43148,43149,43150,43151,43159,43160,43161,43164,43166,43168
git-svn-id: branches/fixes_3_2@43379 -
2019-11-03 14:13:54 +00:00
marco
4e1f4bf7a1 # revisions: 42502,42503,42504,42505,42506,42517,42518,42523,42524,42529,42532,42534,42544,42576,42577,42578,42592,42598,42599,42602,42608,42623,42624,42640,42644,42663,42664,42669,42678,42680,42688,42689,42690,42702,42703,42704,42712,42714,42715,42716,42721,42735,42736,,42502,42503,42504,42505,42506,42517,42518,42523,42524,42529,42532,42534,42544
git-svn-id: branches/fixes_3_2@43378 -
2019-11-03 14:10:42 +00:00
marco
46f3f08f6a # revisions: 41903,42177,42217,42218,42227,42251,42252,42258,42287,42288,42289,42290,42291,42292,42293,42310,42347,42348,42355,42445,42450,42451,42453,42454,42462,42465,42466,42468,42472,42473,42474,42475
git-svn-id: branches/fixes_3_2@43377 -
2019-11-03 14:00:03 +00:00
florian
b6e7ebdd3c -- Zusammenführen von r42272 in ».«:
U    compiler/defutil.pas
A    tests/webtbf/tw35671.pp
-- Aufzeichnung der Informationen für Zusammenführung von r42272 in ».«:
 U   .
-- Zusammenführen von r42274 in ».«:
U    compiler/cgbase.pas
-- Aufzeichnung der Informationen für Zusammenführung von r42274 in ».«:
 G   .
-- Zusammenführen von r42275 in ».«:
U    compiler/defcmp.pas
C    compiler/defutil.pas
U    compiler/ncnv.pas
U    compiler/ncon.pas
U    compiler/ngtcon.pas
U    compiler/ninl.pas
U    compiler/pstatmnt.pas
A    tests/webtbf/tw35753.pp
-- Aufzeichnung der Informationen für Zusammenführung von r42275 in ».«:
 G   .

git-svn-id: branches/fixes_3_2@43367 -
2019-11-02 18:07:58 +00:00
pierre
baa1603371 ------------------------------------------------------------------------
r42084 | pierre | 2019-05-16 12:17:32 +0000 (Thu, 16 May 2019) | 1 line

Fix compilation of compiler with -dPREPROCWRITE
------------------------------------------------------------------------
--- Merging r42084 into '.':
U    compiler/parser.pas
U    compiler/scanner.pas
--- Recording mergeinfo for merge of r42084 into '.':
 U   .

git-svn-id: branches/fixes_3_2@43340 -
2019-10-31 08:54:15 +00:00
michael
118dcac881 * Merging revisions r42982 from trunk:
------------------------------------------------------------------------
    r42982 | michael | 2019-09-13 18:22:14 +0200 (Fri, 13 Sep 2019) | 1 line
    
    * Fix uninitialized var warning
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43271 -
2019-10-20 08:12:44 +00:00
michael
3fed351374 * Merging revisions r42899 from trunk:
------------------------------------------------------------------------
    r42899 | michael | 2019-09-02 09:22:01 +0200 (Mon, 02 Sep 2019) | 1 line
    
    * Fix some warnings/hints
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43270 -
2019-10-20 08:11:43 +00:00
michael
af8e4a77bd * Merging revisions r42884 from trunk:
------------------------------------------------------------------------
    r42884 | michael | 2019-08-31 15:48:00 +0200 (Sat, 31 Aug 2019) | 1 line
    
    * Speed rework, second iteration
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43269 -
2019-10-20 08:07:35 +00:00
michael
8afba43447 * Merging revisions r42270 from trunk:
------------------------------------------------------------------------
    r42270 | michael | 2019-06-22 16:01:06 +0200 (Sat, 22 Jun 2019) | 1 line
    
    * Fix parsing of command-line in ParseSource
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43268 -
2019-10-20 08:06:38 +00:00
michael
cd1a714336 * Merging revisions 43227 from trunk:
------------------------------------------------------------------------
    r43227 | michael | 2019-10-19 15:09:04 +0200 (Sat, 19 Oct 2019) | 1 line
    
    Search for .inc .pp .pas if an include file name has no extension
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43263 -
2019-10-19 14:56:52 +00:00
michael
db1eb537c9 * Merging revisions 43138 from trunk:
------------------------------------------------------------------------
    r43138 | michael | 2019-10-06 10:04:10 +0200 (Sun, 06 Oct 2019) | 1 line
    
    * Fix bug ID #36136, wrong reference count caused by missing const in param 
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43262 -
2019-10-19 14:56:14 +00:00
michael
3cbce0f7de * Merging revisions 43060,43061,43063,43064,43065,43066,43080,43096,43100,43104 from trunk:
------------------------------------------------------------------------
    r43060 | michael | 2019-09-23 17:14:35 +0200 (Mon, 23 Sep 2019) | 1 line
    
    * Fix appending path info and setting headers
    ------------------------------------------------------------------------
    r43061 | michael | 2019-09-23 17:19:25 +0200 (Mon, 23 Sep 2019) | 1 line
    
    * Use AppendPathInfo
    ------------------------------------------------------------------------
    r43063 | michael | 2019-09-25 16:06:28 +0200 (Wed, 25 Sep 2019) | 1 line
    
    * Add (cust)microhttpapp, high-concurrency standalone server
    ------------------------------------------------------------------------
    r43064 | michael | 2019-09-25 17:38:20 +0200 (Wed, 25 Sep 2019) | 1 line
    
    * Improve header & get variable fetching
    ------------------------------------------------------------------------
    r43065 | michael | 2019-09-25 17:40:19 +0200 (Wed, 25 Sep 2019) | 1 line
    
    * remove forced debug flag
    ------------------------------------------------------------------------
    r43066 | michael | 2019-09-25 17:49:28 +0200 (Wed, 25 Sep 2019) | 1 line
    
    * Construct query string, needed in proxy
    ------------------------------------------------------------------------
    r43080 | michael | 2019-09-26 15:29:26 +0200 (Thu, 26 Sep 2019) | 1 line
    
    * Set namevalueseparator for headers
    ------------------------------------------------------------------------
    r43096 | michael | 2019-09-29 23:42:53 +0200 (Sun, 29 Sep 2019) | 1 line
    
    * Specify dependency on libmicrohttpd
    ------------------------------------------------------------------------
    r43100 | karoly | 2019-09-30 15:01:22 +0200 (Mon, 30 Sep 2019) | 1 line
    
    fcl-web: re-enabled platforms which were disabled in r43096
    ------------------------------------------------------------------------
    r43104 | pierre | 2019-10-01 21:21:30 +0200 (Tue, 01 Oct 2019) | 1 line
    
     Use same list of supported OSes for libmicrohttpd package in libmicrohttpd and fcl-web, and adapt packages/fpmake_proc.inc
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43261 -
2019-10-19 14:50:08 +00:00
michael
ee93aa0798 * Merging revisions 43060,43061,43063,43064,43065,43066,43080,43081 from trunk:
------------------------------------------------------------------------
    r43060 | michael | 2019-09-23 17:14:35 +0200 (Mon, 23 Sep 2019) | 1 line
    
    * Fix appending path info and setting headers
    ------------------------------------------------------------------------
    r43061 | michael | 2019-09-23 17:19:25 +0200 (Mon, 23 Sep 2019) | 1 line
    
    * Use AppendPathInfo
    ------------------------------------------------------------------------
    r43063 | michael | 2019-09-25 16:06:28 +0200 (Wed, 25 Sep 2019) | 1 line
    
    * Add (cust)microhttpapp, high-concurrency standalone server
    ------------------------------------------------------------------------
    r43064 | michael | 2019-09-25 17:38:20 +0200 (Wed, 25 Sep 2019) | 1 line
    
    * Improve header & get variable fetching
    ------------------------------------------------------------------------
    r43065 | michael | 2019-09-25 17:40:19 +0200 (Wed, 25 Sep 2019) | 1 line
    
    * remove forced debug flag
    ------------------------------------------------------------------------
    r43066 | michael | 2019-09-25 17:49:28 +0200 (Wed, 25 Sep 2019) | 1 line
    
    * Construct query string, needed in proxy
    ------------------------------------------------------------------------
    r43080 | michael | 2019-09-26 15:29:26 +0200 (Thu, 26 Sep 2019) | 1 line
    
    * Set namevalueseparator for headers
    ------------------------------------------------------------------------
    r43081 | michael | 2019-09-26 15:54:23 +0200 (Thu, 26 Sep 2019) | 1 line
    
    * Allow max-age for cache control
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43260 -
2019-10-19 14:49:37 +00:00
michael
b2fb59716e * Merging revisions 42993 from trunk:
------------------------------------------------------------------------
    r42993 | michael | 2019-09-14 15:05:03 +0200 (Sat, 14 Sep 2019) | 1 line
    
    * Fix bug ID #36075
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43259 -
2019-10-19 14:48:24 +00:00
michael
9d1975338a * Merging revisions 42981,42983,42984,42985 from trunk:
------------------------------------------------------------------------
    r42981 | michael | 2019-09-13 18:21:44 +0200 (Fri, 13 Sep 2019) | 1 line
    
    * Fix warnings about method visibilty
    ------------------------------------------------------------------------
    r42983 | michael | 2019-09-13 18:22:35 +0200 (Fri, 13 Sep 2019) | 1 line
    
    * Fix uninitialized result warning
    ------------------------------------------------------------------------
    r42984 | michael | 2019-09-13 18:28:48 +0200 (Fri, 13 Sep 2019) | 1 line
    
    * Add fpwebproxy
    ------------------------------------------------------------------------
    r42985 | michael | 2019-09-13 18:29:38 +0200 (Fri, 13 Sep 2019) | 1 line
    
    * Add .ini config file possibility, plus simple proxy server config
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43258 -
2019-10-19 14:47:47 +00:00
michael
916e4ca83b * Merging revisions 42980 from trunk:
------------------------------------------------------------------------
    r42980 | michael | 2019-09-13 18:21:19 +0200 (Fri, 13 Sep 2019) | 1 line
    
    * Remove unused variable name
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43257 -
2019-10-19 14:47:08 +00:00
michael
b1347be8f7 * Merging revisions 42979 from trunk:
------------------------------------------------------------------------
    r42979 | michael | 2019-09-13 18:20:59 +0200 (Fri, 13 Sep 2019) | 1 line
    
    * Fix uninitialized var warning
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43256 -
2019-10-19 14:46:59 +00:00
michael
9acb68ee32 * Merging revisions 42978 from trunk:
------------------------------------------------------------------------
    r42978 | michael | 2019-09-13 18:20:39 +0200 (Fri, 13 Sep 2019) | 1 line
    
    * Fix some deprecated warnings
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43255 -
2019-10-19 14:46:50 +00:00
michael
b4ac2e2027 * Merging revisions 42904 from trunk:
------------------------------------------------------------------------
    r42904 | michael | 2019-09-02 14:36:37 +0200 (Mon, 02 Sep 2019) | 1 line
    
    * Additional case where whitespace can mess up (bug ID 36037)
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43254 -
2019-10-19 14:46:44 +00:00
michael
d785134a57 * Merging revisions 42888 from trunk:
------------------------------------------------------------------------
    r42888 | mattias | 2019-09-01 15:39:23 +0200 (Sun, 01 Sep 2019) | 1 line
    
    fcl-json: fixed compile with fpc 3.0.4
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43253 -
2019-10-19 14:46:35 +00:00
michael
616e4f7342 * Merging revisions 42887 from trunk:
------------------------------------------------------------------------
    r42887 | michael | 2019-09-01 13:43:01 +0200 (Sun, 01 Sep 2019) | 1 line
    
    * Fix whitespace handling due to new structure
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43252 -
2019-10-19 14:46:30 +00:00
michael
493b0ba4fc * Merging revisions 42882 from trunk:
------------------------------------------------------------------------
    r42882 | michael | 2019-08-31 12:38:49 +0200 (Sat, 31 Aug 2019) | 1 line
    
    * Speed improvements, iteration 1
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43251 -
2019-10-19 14:46:17 +00:00
michael
39f9916ef5 * Merging revisions 42875 from trunk:
------------------------------------------------------------------------
    r42875 | michael | 2019-08-30 08:57:53 +0200 (Fri, 30 Aug 2019) | 1 line
    
    * Fix bug ID #35306: use rawbytestring for stringcontent
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43250 -
2019-10-19 14:46:09 +00:00
michael
dcd9071815 * Merging revisions 42496 from trunk:
------------------------------------------------------------------------
    r42496 | svenbarth | 2019-07-26 07:16:35 +0200 (Fri, 26 Jul 2019) | 1 line
    
    * also check mimetypes/m option
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43249 -
2019-10-19 14:45:37 +00:00
michael
e3a1461bd9 * Merging revisions 43143 from trunk:
------------------------------------------------------------------------
    r43143 | michael | 2019-10-06 15:11:17 +0200 (Sun, 06 Oct 2019) | 1 line
    
    * Fix bug #0030379: detect circular refences
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43248 -
2019-10-19 14:44:24 +00:00
michael
0fbf02d8e4 * Merging revisions 43140 from trunk:
------------------------------------------------------------------------
    r43140 | michael | 2019-10-06 13:21:00 +0200 (Sun, 06 Oct 2019) | 1 line
    
    * Add defaults
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43247 -
2019-10-19 14:44:18 +00:00
michael
fc29eebcdd * Merging revisions 43139 from trunk:
------------------------------------------------------------------------
    r43139 | michael | 2019-10-06 13:20:20 +0200 (Sun, 06 Oct 2019) | 1 line
    
    * Fix bug ID #32625: added several firebird constructs
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43246 -
2019-10-19 14:43:56 +00:00
michael
9e73870256 * Merging revisions 43105 from trunk:
------------------------------------------------------------------------
    r43105 | michael | 2019-10-02 09:26:54 +0200 (Wed, 02 Oct 2019) | 1 line
    
    * Introduce codepage, bug ID #0016587
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43245 -
2019-10-19 14:43:38 +00:00
michael
afbfdaaf91 * Merging revisions 43041 from trunk:
------------------------------------------------------------------------
    r43041 | michael | 2019-09-19 19:14:49 +0200 (Thu, 19 Sep 2019) | 1 line
    
    * Lazarus project file for json test
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43244 -
2019-10-19 14:43:12 +00:00
michael
bcbe47d0de * Merging revisions 43040 from trunk:
------------------------------------------------------------------------
    r43040 | michael | 2019-09-19 19:11:55 +0200 (Thu, 19 Sep 2019) | 1 line
    
    command-line version of test progam
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43243 -
2019-10-19 14:42:50 +00:00
michael
b23d37325b * Merging revisions 43035 from trunk:
------------------------------------------------------------------------
    r43035 | michael | 2019-09-19 09:40:26 +0200 (Thu, 19 Sep 2019) | 1 line
    
    * Added test for bug ID #36086 (lookup on empty dataset)
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43242 -
2019-10-19 14:41:47 +00:00
michael
fb9be3b79b * Merging revisions 43034 from trunk:
------------------------------------------------------------------------
    r43034 | michael | 2019-09-19 09:35:38 +0200 (Thu, 19 Sep 2019) | 1 line
    
    * Fix bug #36086 (Lookup causes AV if dataset is empty)
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43241 -
2019-10-19 14:41:35 +00:00
michael
cd46a3fdf3 * Merging revisions 43025 from trunk:
------------------------------------------------------------------------
    r43025 | michael | 2019-09-17 11:54:13 +0200 (Tue, 17 Sep 2019) | 1 line
    
    * Fix bug #36080, add wirecompression to IBConnection
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43240 -
2019-10-19 14:40:52 +00:00
michael
20f92f5db7 * Merging revisions 43023 from trunk:
------------------------------------------------------------------------
    r43023 | michael | 2019-09-17 09:14:28 +0200 (Tue, 17 Sep 2019) | 1 line
    
    * Remove debug statement
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43239 -
2019-10-19 14:40:42 +00:00
michael
f484b61402 * Merging revisions 42974 from trunk:
------------------------------------------------------------------------
    r42974 | michael | 2019-09-11 09:40:44 +0200 (Wed, 11 Sep 2019) | 1 line
    
    * Fix bug ID #31385
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43238 -
2019-10-19 14:38:48 +00:00
michael
8ca580c2ad * Merging revisions 42972 from trunk:
------------------------------------------------------------------------
    r42972 | michael | 2019-09-10 10:44:41 +0200 (Tue, 10 Sep 2019) | 1 line
    
    * Make link dataset/connection/transaction thread safe (Bug ID 34274)
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43237 -
2019-10-19 14:38:01 +00:00
michael
299e79e0f0 * Merging revisions 42965 from trunk:
------------------------------------------------------------------------
    r42965 | michael | 2019-09-09 09:17:39 +0200 (Mon, 09 Sep 2019) | 1 line
    
    * Make codepage property public in TFieldDef
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43236 -
2019-10-19 14:37:49 +00:00
michael
50275955bc * Merging revisions 42945 from trunk:
------------------------------------------------------------------------
    r42945 | michael | 2019-09-08 12:31:05 +0200 (Sun, 08 Sep 2019) | 1 line
    
    * Additional tests for sqlite3dataset by Luis Americo (bug ID 323247) 
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43235 -
2019-10-19 14:37:29 +00:00
michael
eb0fe9ac13 * Merging revisions 42892 from trunk:
------------------------------------------------------------------------
    r42892 | michael | 2019-09-01 19:42:38 +0200 (Sun, 01 Sep 2019) | 1 line
    
     Patch from Laco to allow switching to unicode version without change of end-user code
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43234 -
2019-10-19 14:35:45 +00:00
michael
53309395e1 * Merging revisions 42886 from trunk:
------------------------------------------------------------------------
    r42886 | michael | 2019-09-01 13:32:14 +0200 (Sun, 01 Sep 2019) | 1 line
    
    * Fix bug ID #35769
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43233 -
2019-10-19 14:35:27 +00:00
michael
89448abde1 * Merging revisions 42737 from trunk:
------------------------------------------------------------------------
    r42737 | lacak | 2019-08-19 13:52:28 +0200 (Mon, 19 Aug 2019) | 1 line
    
    fcl-db: sqldb: Upgrade TDS protocol version from 7.0 (MS SQL Server 2000) to newer 7.3 (MS SQL Server 2008) to support new data types DATE, TIME, DATETIME2 introduced in MS SQL Server 2008.
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43232 -
2019-10-19 14:34:55 +00:00
michael
a94e6c784e * Merging revisions 42672 from trunk:
------------------------------------------------------------------------
    r42672 | lacak | 2019-08-13 09:31:12 +0200 (Tue, 13 Aug 2019) | 1 line
    
    fcl-db: base: cosmetic (char-case)
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43231 -
2019-10-19 14:34:36 +00:00
michael
4fede25682 * Merging revisions 42671 from trunk:
------------------------------------------------------------------------
    r42671 | lacak | 2019-08-13 09:28:26 +0200 (Tue, 13 Aug 2019) | 1 line
    
    fcl-db: tests: small improvement (change order of tests; first test native field type, after that string representation)
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43230 -
2019-10-19 14:33:48 +00:00
michael
12117f7caf * Merging revisions 43211 from trunk:
------------------------------------------------------------------------
    r43211 | lacak | 2019-10-17 14:59:25 +0200 (Thu, 17 Oct 2019) | 1 line
    
    fcl-db: sdf: add virtual to ExtractDelimited(). Bug #36190
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43226 -
2019-10-19 12:04:04 +00:00
marco
c31f787eb2 --- Merging r43208 into '.':
U    packages/fcl-process/src/processbody.inc
--- Recording mergeinfo for merge of r43208 into '.':
 U   .

# revisions: 43208

git-svn-id: branches/fixes_3_2@43217 -
2019-10-17 19:30:59 +00:00
marco
65ae9d2413 * merge revs
git-svn-id: branches/fixes_3_2@43196 -
2019-10-14 13:58:40 +00:00