Commit Graph

53977 Commits

Author SHA1 Message Date
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
joost
b2e349cecf * Added the declaration of some basic BN_* methods
* Removed a warning

git-svn-id: trunk@39436 -
2018-07-11 19:18:40 +00:00
joost
c8e4f5aaa8 * Fixed reading error messages
* Fixed RSA_generate_key_ex declaration

git-svn-id: trunk@39435 -
2018-07-11 17:11:00 +00:00
nickysn
a8f466c400 * updated the CSeg, DSeg and SSeg rtl functions on i8086 to use the new x86
intrinsics for reading the segment registers

git-svn-id: trunk@39434 -
2018-07-11 14:34:05 +00:00
nickysn
9272bf59b2 + added x86 (i8086, i386 and x86_64) intrinsics fpc_x86_get_cs/ss/ds/es/fs/gs
for getting the value of x86 segment registers

git-svn-id: trunk@39433 -
2018-07-11 14:19:40 +00:00
Mattias Gaertner
dd32f877ed fcl-passrc: resolver TGuidString = type string
git-svn-id: trunk@39432 -
2018-07-10 15:25:52 +00:00
Mattias Gaertner
b2321c8b60 pastojs: version 0.9.31
git-svn-id: trunk@39431 -
2018-07-10 15:13:08 +00:00
Mattias Gaertner
b44a01b8f7 pastojs: bool and modeswitches for sections
git-svn-id: trunk@39430 -
2018-07-10 14:50:49 +00:00
Mattias Gaertner
784682f1e0 fcl-passrc: scanner: error on misplaced $mode, bool and modeswitches for sections
git-svn-id: trunk@39429 -
2018-07-10 14:50:08 +00:00
pierre
81a14c5a5a Remove obsolete -DNOMOUSE (used only in packages/rtl-console)
git-svn-id: trunk@39428 -
2018-07-10 10:25:58 +00:00
michael
5d54c99565 * Updated with fpdoc distributed version
git-svn-id: trunk@39427 -
2018-07-10 07:43:59 +00:00
michael
fe62a95b08 * Add mode and strings directives
git-svn-id: trunk@39426 -
2018-07-10 07:29:41 +00:00
michael
817b727435 * Support for available words search
git-svn-id: trunk@39425 -
2018-07-10 07:27:44 +00:00
michael
d7fa0b1998 * Refactored to use pascodegen
git-svn-id: trunk@39424 -
2018-07-10 07:27:22 +00:00
nickysn
db0b6adef8 + add the ports[] access to the go32v2 system unit as well
git-svn-id: trunk@39423 -
2018-07-09 16:26:52 +00:00
nickysn
62fe6cb5d3 + integrated the port access via Port[] in the i8086-msdos system unit to ease
porting TP7 code. The ports unit also remains for compatibility with code that
  has already been ported to FPC.

git-svn-id: trunk@39422 -
2018-07-09 15:40:12 +00:00
nickysn
8e6205aca6 * changed the visibility of the writeport and readport methods in the ports unit
objects to private (since they should be accessed only through the default
  indexed property)

git-svn-id: trunk@39421 -
2018-07-09 14:55:20 +00:00
nickysn
7df861487b * use include files in the unix ports unit as well
+ add portsh.inc and ports.inc for x86_64 as well

git-svn-id: trunk@39420 -
2018-07-09 14:42:01 +00:00
michael
bfd07c6233 * Small demo showing how to tokenize a file into words
git-svn-id: trunk@39419 -
2018-07-09 11:39:09 +00:00
michael
dc1b0ae2c7 * Add unicode version of the regexpr unit, from same source
git-svn-id: trunk@39418 -
2018-07-09 11:33:04 +00:00
michael
6916533728 * Small corrections by Ondrej Pokorny, bug ID #33956
git-svn-id: trunk@39417 -
2018-07-09 11:30:39 +00:00
michael
5213011bed * Patch from Ondrej Pokorny to implement Find(Handler|reader)FromStream (bug ID 33955)
git-svn-id: trunk@39416 -
2018-07-09 11:28:15 +00:00