Commit Graph

54253 Commits

Author SHA1 Message Date
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
michael
ed4b94706b * HTML search database example
git-svn-id: trunk@39415 -
2018-07-08 19:46:15 +00:00
Mattias Gaertner
413b8a909e fcl-passrc: fixed mem leaks
git-svn-id: trunk@39414 -
2018-07-07 21:49:31 +00:00
florian
d4c65cdac4 * better register de-allocation after CWD/CWB
git-svn-id: trunk@39413 -
2018-07-07 21:38:42 +00:00
Mattias Gaertner
6bf3fd6475 pastojs: fixed mem leaks
git-svn-id: trunk@39412 -
2018-07-07 18:18:18 +00:00
Mattias Gaertner
733f220042 fcl-passrc: fixed mem leaks
git-svn-id: trunk@39411 -
2018-07-07 18:18:04 +00:00
florian
2d9d2f3c38 * InternalEllipseDefault can draw counter-clockwise, resolves #33928
git-svn-id: trunk@39410 -
2018-07-07 17:20:03 +00:00
Mattias Gaertner
41b312620b fcl-passrc: resolver: added own basetype for array property
git-svn-id: trunk@39409 -
2018-07-07 15:22:34 +00:00
florian
4f580f7878 + add missing exit as mentioned by J. Gareth Moreton in #33754
git-svn-id: trunk@39408 -
2018-07-07 14:53:56 +00:00
florian
0eea2141f6 * patch by J. Gareth Moreton: clarity in directive conflict error messages, resolves #33754
git-svn-id: trunk@39407 -
2018-07-07 14:46:01 +00:00
florian
96e92527e9 * constant folding of not must check if the deftype is really an orddef, resolves #33696
git-svn-id: trunk@39406 -
2018-07-07 14:17:41 +00:00
michael
4522494982 * invert existence and allowed checking
git-svn-id: trunk@39405 -
2018-07-07 14:08:36 +00:00
michael
bebd4483d2 * Apply basic security on filename: do not allow files to be retrieved outside base dir/location
git-svn-id: trunk@39404 -
2018-07-07 11:11:28 +00:00
pierre
6cab9fd7db Add replacement of $GCSECTIONS for shared libraries
git-svn-id: trunk@39403 -
2018-07-07 07:22:51 +00:00
nickysn
3673f03841 * set the stdcall calling convention explicitly for each method, that requires
it, instead of using {$calling stdcall} in the go32v2 ports unit

git-svn-id: trunk@39402 -
2018-07-06 15:59:26 +00:00
svenbarth
8df686ed2e * Mantis #33898 is fixed by the fix for String type helpers as well
git-svn-id: trunk@39401 -
2018-07-06 15:57:23 +00:00
svenbarth
ec374c196e * Mantis #33840 is fixed by the fix for String type helpers
git-svn-id: trunk@39400 -
2018-07-06 15:57:17 +00:00
svenbarth
441fc2fab6 * also parse postfix operators after parsing a _STRING token (required for class functions on type helpers for String)
+ added tests

git-svn-id: trunk@39399 -
2018-07-06 15:57:11 +00:00
svenbarth
664724fb82 + add static functions to check for the correct string helper
git-svn-id: trunk@39398 -
2018-07-06 15:57:03 +00:00
nickysn
0ea3570b96 * moved the interface and implementation parts of the go32v2 ports unit to
include files portsh.inc and ports.inc in the i386 rtl directory

git-svn-id: trunk@39397 -
2018-07-06 15:52:18 +00:00
nickysn
5318a04a5b * moved the interface and implementation parts of the i8086-msdos ports unit to
include files portsh.inc and ports.inc in the i8086 rtl directory

git-svn-id: trunk@39396 -
2018-07-06 15:41:44 +00:00
Mattias Gaertner
513f2251ee fcl-passrc: resolver: fixed setofint:=[0]
git-svn-id: trunk@39395 -
2018-07-06 10:52:11 +00:00
pierre
18cc1f1709 Try to implement CheckPointer exclusion range for FreeBSD OS
git-svn-id: trunk@39394 -
2018-07-06 09:08:54 +00:00
pierre
7d96c2a368 Add --32 or --64 to GNU assembler call for i386 or x86_64 cpu
git-svn-id: trunk@39393 -
2018-07-06 09:06:19 +00:00
marco
2a80eb3fdd * patch from #31920, pass gc-sections to .so's
git-svn-id: trunk@39392 -
2018-07-06 08:17:10 +00:00