joost
79d2d05c58
* Replaced the local- and global-repositories with a list of repositories.
...
A repository can contain installed or packages available for installation.
The repositories have a helper-class that contains information about
where the packages are installed and such. Things like installing a
package from the current-directory are done using temporary 'fake'
repositories. The TpkgFPpkg-class keeps track of all repositories
and packages.
git-svn-id: trunk@34503 -
2016-09-10 21:15:26 +00:00
michael
47407a9c29
* Use UnicodeString instead of Widestring, faster on windows (bug ID 29711)
...
git-svn-id: trunk@34502 -
2016-09-10 19:59:01 +00:00
michael
29ed02d228
* utility unit to add 48-bit real math, bug ID #30460
...
git-svn-id: trunk@34501 -
2016-09-10 19:48:52 +00:00
michael
9cca873e54
* Applied patch by accorp to fix unwanted parameter values in Opts output parameter of CheckOptions. (bug ID 29951)
...
git-svn-id: trunk@34500 -
2016-09-10 19:43:17 +00:00
michael
7d4b3dc7aa
* Tests for bug ID #28201
...
git-svn-id: trunk@34499 -
2016-09-10 19:34:00 +00:00
michael
25d3ee2ce2
* New version of maskutils by Bart Broersma (+testcase), bug ID #30020
...
git-svn-id: trunk@34498 -
2016-09-10 19:26:28 +00:00
Jeppe Johansen
348c373e9f
Fixed two bugs in the x86 peephole optimizer.
...
git-svn-id: trunk@34497 -
2016-09-10 19:13:48 +00:00
michael
6798504842
* Use correct exception class: Patch from Simon Ameis (bug ID 29961)
...
git-svn-id: trunk@34496 -
2016-09-10 19:03:58 +00:00
michael
f4e3068c8b
* AnsiExtractquotedStr returns original string if unquoted
...
git-svn-id: trunk@34495 -
2016-09-10 18:51:02 +00:00
michael
5917b38706
* AnsiDequotedString needs to return empty if it equals "" (bug ID 30220)
...
git-svn-id: trunk@34494 -
2016-09-10 18:43:59 +00:00
michael
d94b9bd4ab
* Check for Nil in strend
...
git-svn-id: trunk@34493 -
2016-09-10 18:43:22 +00:00
michael
356395beaa
* Fix reading of UTF-8 data
...
git-svn-id: trunk@34492 -
2016-09-10 18:34:02 +00:00
Jonas Maebe
d19bf787a0
* added -gh option required to test correctness
...
git-svn-id: trunk@34491 -
2016-09-10 18:28:10 +00:00
michael
8cf24a6eba
* Undefine UseOsLineEndOnReplace for backwards compatibility
...
git-svn-id: trunk@34490 -
2016-09-10 18:20:11 +00:00
michael
204e1c934e
* Patch from Alexey Torgashin to allow using OS-specific line ending (bug ID 30147)
...
git-svn-id: trunk@34489 -
2016-09-10 18:18:03 +00:00
michael
e3076da0a1
* Testcase for bug #30310
...
git-svn-id: trunk@34488 -
2016-09-10 18:07:07 +00:00
michael
480d22a4aa
* Reallocmem uses installed memory manager
...
git-svn-id: trunk@34487 -
2016-09-10 17:56:17 +00:00
michael
8ef43da4ee
* Some improvements from yang jixian (bug ID 30270)
...
git-svn-id: trunk@34486 -
2016-09-10 17:21:43 +00:00
michael
ee40c7618c
* Make TFPGListEnumeratorSpec public (Bug ID 30573)
...
git-svn-id: trunk@34485 -
2016-09-10 17:15:10 +00:00
michael
bd775267ca
* Fix bug #30310
...
git-svn-id: trunk@34484 -
2016-09-10 17:08:07 +00:00
michael
b504cc4131
* Make singletons thread-safe
...
git-svn-id: trunk@34483 -
2016-09-10 16:51:50 +00:00
Jonas Maebe
ad0299e0cd
* cleanup of r34444
...
git-svn-id: trunk@34482 -
2016-09-10 16:16:48 +00:00
michael
09e7bc3096
* Fix from Michel Deslierres to fix DateTimeToJulianDate TryJulianDateToDateTime, taking into account fractions of days (30529)
...
git-svn-id: trunk@34481 -
2016-09-10 16:15:19 +00:00
michael
1f188c3685
* Patch from Karl-Michael Schindler to prepend TMP to temp filename
...
git-svn-id: trunk@34480 -
2016-09-10 12:13:10 +00:00
michael
3b3d5ab8be
* Undid last commit
...
git-svn-id: trunk@34479 -
2016-09-10 12:12:39 +00:00
michael
4fa2ec7740
* Patch from Karl-Michael Schindler to prepend TMP to temp filename../inc/iso7185.pp
...
git-svn-id: trunk@34478 -
2016-09-10 12:04:24 +00:00
michael
abc33b81cc
* try to emulate backwards seek. Patch from p_daniel (bug ID 30428)
...
git-svn-id: trunk@34477 -
2016-09-10 11:52:55 +00:00
michael
fdac29f079
* Missing X509 functions by Darek Mazur (Bug ID 30456)
...
git-svn-id: trunk@34476 -
2016-09-10 11:43:43 +00:00
michael
8318ba30d4
* Patch from Ondrej Pokorny to implement specifying encoding when saving/loading from stream
...
git-svn-id: trunk@34475 -
2016-09-10 10:59:48 +00:00
michael
de7e5d73c0
* Patch from Ondrej Pokorny to add GetAnsiBytes/GetAnsiString
...
git-svn-id: trunk@34474 -
2016-09-10 10:44:30 +00:00
michael
1e36144e87
* Rework test tree construction, finding tests (bug ID 30384)
...
git-svn-id: trunk@34473 -
2016-09-10 10:17:20 +00:00
svenbarth
627e30f47f
* factor() might return a typenode with a errordef, so check for that and don't add the typesymbol to the parameter list in that case; fixes the access violation of tw17181.pp
...
git-svn-id: trunk@34472 -
2016-09-09 13:04:41 +00:00
michael
9e6077bee2
* Patch from Silvio Clecio to adapt to new VMT methods (bug ID 30435)
...
git-svn-id: trunk@34471 -
2016-09-09 12:29:06 +00:00
michael
556b0fb837
* Fix bug #30484
...
git-svn-id: trunk@34470 -
2016-09-09 06:30:30 +00:00
michael
1d67fbc2b7
* Correct indentation of generated code in case of With
...
git-svn-id: trunk@34469 -
2016-09-09 06:28:41 +00:00
michael
fc7d4a36f4
* Allow specifying DESC indexes in IndexFieldNames. Patch by Lutz Mändle (bug ID 30479)
...
git-svn-id: trunk@34468 -
2016-09-09 06:28:13 +00:00
michael
1ca3e6c407
* Make THashedStringList obey CaseSensitive flag (patch from Giulano Colla, bug ID #30568 )
...
git-svn-id: trunk@34467 -
2016-09-09 06:16:37 +00:00
michael
ccee64600e
* Patch to extend earlier fix for ISS in CGI to FastCGI (bug ID 30073)
...
git-svn-id: trunk@34466 -
2016-09-09 06:06:15 +00:00
michael
d4b581c10a
* Patch from Andrey Korol, fix number of desired colors for Greyscale (bug id 30531)
...
git-svn-id: trunk@34465 -
2016-09-09 05:48:05 +00:00
michael
8185da31e6
* Publish autocommit in TSQLScript, make Aborted and Line public. Bug ID #30559
...
git-svn-id: trunk@34464 -
2016-09-09 05:36:30 +00:00
michael
0cdf941fed
* Fix wrong ReadInt64 return type. bug ID #30579
...
git-svn-id: trunk@34463 -
2016-09-09 05:32:32 +00:00
michael
b8b96f0c8c
* Patch from Laco to limit growth of TFPList
...
git-svn-id: trunk@34462 -
2016-09-08 19:03:11 +00:00
svenbarth
c2fec2e819
* if the objecttype of the forward declaration mismatches use the objecttype previously parsed; fixes access violation of webtbf/tw11970.pp
...
git-svn-id: trunk@34461 -
2016-09-08 18:42:13 +00:00
svenbarth
7dd0130ac2
* generate_specialization_phase2() might also return an errordef, so check for that instead of simply using the symbol; fixes access violations of tgenconstraint{38,39,40}.pp
...
git-svn-id: trunk@34460 -
2016-09-08 18:34:30 +00:00
svenbarth
0df57b3c87
* forward declarations of helper types are not allowed, so enforce them by trying to parse a "for"; fixes access violation of thlp9.pp
...
git-svn-id: trunk@34459 -
2016-09-08 18:33:12 +00:00
svenbarth
6b93f09567
* fix test
...
git-svn-id: trunk@34458 -
2016-09-08 17:43:04 +00:00
svenbarth
f889891466
* fix Delete() for dynamic arrays
...
git-svn-id: trunk@34457 -
2016-09-08 17:42:50 +00:00
svenbarth
ed144a6535
* fix for Mantis #30567 ; the method only needs to be left with nothing to do if both method and thread are Nil
...
git-svn-id: trunk@34456 -
2016-09-08 17:22:45 +00:00
svenbarth
26a2ddd3d6
+ extend Delete() intrinsics with Delphi compatible support for dynamic arrays. Also fixes Mantis #30306
...
git-svn-id: trunk@34455 -
2016-09-08 17:15:10 +00:00
Jonas Maebe
2f41434284
* fix crash while compiling webtbf/tw14849
...
git-svn-id: trunk@34454 -
2016-09-08 14:19:02 +00:00