michael
7c0eec6a3f
* Fix bug ID #34059 , double flush in compressed stream
...
git-svn-id: trunk@39526 -
2018-07-30 13:37:16 +00:00
michael
ab84f09591
* Fix bug #39521 . Generic functions only in trunk
...
git-svn-id: trunk@39525 -
2018-07-29 21:43:03 +00:00
michael
1e3f44965f
* Added generic IfThen, as proposed by Thaddy de Koning, bug id #34012
...
git-svn-id: trunk@39521 -
2018-07-29 09:35:54 +00:00
marco
d5601e3631
* remove unused private field fterminalprogram
...
git-svn-id: trunk@39520 -
2018-07-29 09:26:07 +00:00
marco
dae75342d3
* reduce to one Event only, and use enum to signal what is happening.
...
git-svn-id: trunk@39518 -
2018-07-28 16:18:48 +00:00
marco
0060a3560f
* Renamed intruncommand to RunCommandLoop.
...
* Added some events for basic parameterization.
git-svn-id: trunk@39517 -
2018-07-28 15:42:25 +00:00
marco
70c09d86a8
* body of runcommand to TProcess class. If more flexibility is added to this function (onevent properties called in the loop), it becomes easier to run your own with slightly different features.
...
git-svn-id: trunk@39516 -
2018-07-28 13:59:21 +00:00
michael
b4ce6f42f9
* Undid patch for bug #33918 (r39321)
...
git-svn-id: trunk@39515 -
2018-07-28 09:48:43 +00:00
marco
d00647bb31
* fix typo-gotcha probably introduced by an accidental save in the IDE after testing. Thanks to Karoly for reporting.
...
git-svn-id: trunk@39514 -
2018-07-27 18:16:50 +00:00
marco
66a1911d97
* ReadInputStream factored out, analogous as suggested in mantis #32541 .
...
Next step: make runcommand a method.
git-svn-id: trunk@39513 -
2018-07-27 16:23:37 +00:00
Mattias Gaertner
2b02473103
pastojs: changed logo
...
git-svn-id: trunk@39507 -
2018-07-24 15:47:18 +00:00
Mattias Gaertner
a479b4ad9e
pas2js: clean up
...
git-svn-id: trunk@39506 -
2018-07-24 05:38:49 +00:00
Mattias Gaertner
fc49471729
pas2js: -vd writes stacktrace
...
git-svn-id: trunk@39505 -
2018-07-24 05:37:59 +00:00
michael
a0b4569d98
* Version 1.1.1 for pas2js trunk
...
git-svn-id: trunk@39504 -
2018-07-23 20:02:02 +00:00
marco
a94205280c
* fixes mantis 34008, some copy paste errors in -A and -W suffixes.
...
Note that the enumfont* functions seem to use the var prototypes, while only redef functions should use them. Probably not worth breaking compat for though (in since 2016)
git-svn-id: trunk@39480 -
2018-07-21 12:29:18 +00:00
Mattias Gaertner
d0baf0577d
pastojs: fixed TObject.Create()
...
git-svn-id: trunk@39477 -
2018-07-20 14:17:44 +00:00
nickysn
42432d4ef3
* use sizeuinttype, instead of ptruinttype for the indexdef conversion in
...
tcgvecnode.pass_generate_code. This avoids a meaningless conversion to 32-bit
(and using the cwd instruction) on i8086 in the far data memory models.
git-svn-id: trunk@39472 -
2018-07-19 15:27:14 +00:00
michael
0e6b9951ee
* Fix bug ID #21594 , wrong firstrecord when a data link is destroyed and buffercount changed.
...
git-svn-id: trunk@39471 -
2018-07-18 12:57:00 +00:00
michael
270cf0ed06
* Fix bug #18672 , using improved patch of Laco
...
git-svn-id: trunk@39470 -
2018-07-18 12:23:04 +00:00
michael
3acdf481c2
* Fix bug #34001 : wrong stream length for compressed text
...
git-svn-id: trunk@39469 -
2018-07-18 12:10:23 +00:00
michael
2cf8a9661f
* Additional fixes for strikethrough/linecap, plus example
...
git-svn-id: trunk@39468 -
2018-07-18 12:03:07 +00:00
michael
a113501901
* Patch from Petr-K to fix underline and strikethrough (Bug ID 34000)
...
git-svn-id: trunk@39467 -
2018-07-18 11:50:35 +00:00
michael
e54474dd28
* Patch from Petr-K to allow setting line cap style (bug ID 33999)
...
git-svn-id: trunk@39466 -
2018-07-18 11:46:10 +00:00
svenbarth
38c30a557d
* deprecate MaxGListSize; it's no longer used by the generic types
...
git-svn-id: trunk@39465 -
2018-07-17 19:30:29 +00:00
svenbarth
2ec7a5acff
* change declaration of TTypeList from a static array to a pointer to T as the static array might breach the
...
limits for static arrays if the used type is too large (especially on 32-bit systems); as FPC supports indexing
of typed pointers like arrays this should be mostly backwards compatible
git-svn-id: trunk@39464 -
2018-07-17 19:30:26 +00:00
Mattias Gaertner
4976f55aa4
pastojs: version 0.9.32
...
git-svn-id: trunk@39463 -
2018-07-17 07:17:05 +00:00
Mattias Gaertner
acea898d9c
pastojs: fixed mem leak
...
git-svn-id: trunk@39462 -
2018-07-17 07:10:15 +00:00
Mattias Gaertner
4b973bf22d
fcl-passrc: fixed double free
...
git-svn-id: trunk@39461 -
2018-07-17 07:10:04 +00:00
Mattias Gaertner
61c36a008a
fcl-passrc: fixed mem leaks
...
git-svn-id: trunk@39460 -
2018-07-17 05:33:11 +00:00
Mattias Gaertner
14af86bd1c
pastojs: fixed mem leaks
...
git-svn-id: trunk@39459 -
2018-07-17 04:46:35 +00:00
Mattias Gaertner
1a9c7021e4
pastojs: fixed mem leaks
...
git-svn-id: trunk@39458 -
2018-07-16 21:48:43 +00:00
Mattias Gaertner
013e75408a
fcl-passrc: fixed mem leaks and double releases
...
git-svn-id: trunk@39456 -
2018-07-16 15:51:35 +00:00
Mattias Gaertner
6d9cac3d1c
pastojs: clean up
...
git-svn-id: trunk@39454 -
2018-07-15 22:27:49 +00:00
Mattias Gaertner
127c3eccb8
fcl-passrc: fixed some mem leaks
...
git-svn-id: trunk@39453 -
2018-07-15 22:27:23 +00:00
michael
53e10c99d4
* Fix bug #33984 , fix for correct string definition in unicodestringreplace
...
git-svn-id: trunk@39452 -
2018-07-14 16:27:52 +00:00
michael
b5aa9fd20a
* Remove BOM marker, it confuses fpdoc
...
git-svn-id: trunk@39451 -
2018-07-14 16:22:50 +00:00
michael
b417ab799d
* Simplifications and slight enhancements, as suggested by AlexeyT (bug ID 33981)
...
git-svn-id: trunk@39450 -
2018-07-14 08:26:46 +00:00
michael
f6867cbd63
* Patch by Cyrax to allow creating map file on linux (bug ID 33982)
...
git-svn-id: trunk@39449 -
2018-07-14 08:12:38 +00:00
florian
6a150cdd75
* disable optimizations for proper warning
...
git-svn-id: trunk@39448 -
2018-07-13 21:00:34 +00:00
florian
93c5eae528
* accept dereferences in generics definitions, resolves #33700 properly
...
git-svn-id: trunk@39447 -
2018-07-13 21:00:33 +00:00
florian
52846df241
* fixed condition in getbestreal
...
git-svn-id: trunk@39446 -
2018-07-13 19:53:47 +00:00
michael
7d0fc1cbc9
* Test bug #32348 , change button to menu item
...
git-svn-id: trunk@39445 -
2018-07-13 07:31:20 +00:00
michael
6568dea8a9
* Fix bug #0033623 , add parameters to UnixToDateTime/DateTimeTounix to return/accept UTC
...
git-svn-id: trunk@39444 -
2018-07-13 07:23:08 +00:00
florian
0c6cf12fbf
+ support for the directive $EXCESSPRECISION
...
git-svn-id: trunk@39443 -
2018-07-12 21:39:50 +00:00
Jeppe Johansen
3e2be29030
Make sure to align at the end of the .text, in case .data bytes will be placed there in flash.
...
git-svn-id: trunk@39442 -
2018-07-12 18:52:19 +00:00
nickysn
374a8281e7
+ added unit ports for win16
...
git-svn-id: trunk@39441 -
2018-07-12 14:24:46 +00:00
Mattias Gaertner
21d4e5a1ed
fcl-passrc: resolver: nicer error message when reading a writeonly property
...
git-svn-id: trunk@39440 -
2018-07-11 23:05:52 +00:00
Mattias Gaertner
b11c5943b0
pastojs: fixed mem leaks
...
git-svn-id: trunk@39439 -
2018-07-11 21:34:30 +00:00
Mattias Gaertner
c7e07a792c
fcl-passrc: fixed free loop
...
git-svn-id: trunk@39438 -
2018-07-11 21:34:15 +00:00
Mattias Gaertner
620888b54e
fcl-js: fixed warnings
...
git-svn-id: trunk@39437 -
2018-07-11 21:33:43 +00:00