Commit Graph

53017 Commits

Author SHA1 Message Date
Mattias Gaertner
ef016024d5 pastojs: fixed var-argument setter local var if reference has name v
git-svn-id: trunk@38447 -
2018-03-07 22:29:57 +00:00
Mattias Gaertner
90a87955b4 fcl-passrc: resolver: added TPasResolver.GetUsesUnitInFilename
git-svn-id: trunk@38446 -
2018-03-07 22:28:52 +00:00
florian
78878f59b1 + generic TAOptObj.AllocRegBetween
- removed x86 specific AllocRegBetween

git-svn-id: trunk@38445 -
2018-03-07 22:17:35 +00:00
nickysn
6e79c8ba86 + support adding an OPR_LOCAL to a OPR_REFERENCE in
tx86intreader.AddReferences(); this allows things like mov ax,[cs:[local]] to
  work

git-svn-id: trunk@38444 -
2018-03-07 17:31:25 +00:00
nickysn
d3cb61b651 * refactored tx86intreader.AddReferences to use a pair of case statements,
depending on the combination of operand types; this is done, so that adding
  OPR_LOCAL with OPR_REFERENCE operands can be supported later.

git-svn-id: trunk@38443 -
2018-03-07 16:43:39 +00:00
nickysn
0f6a88b0c7 * update revision.inc
git-svn-id: trunk@38442 -
2018-03-07 16:40:29 +00:00
michael
32c36ea1d5 * Release expression nodes for variables
git-svn-id: trunk@38441 -
2018-03-06 22:23:29 +00:00
michael
eecce3d8f4 * Fix bug #33343: group footer reference to group header was set incorrectly when reading from file
git-svn-id: trunk@38440 -
2018-03-06 22:12:40 +00:00
michael
11ac4739b4 * Fix null values conversion
git-svn-id: trunk@38439 -
2018-03-06 21:54:19 +00:00
Mattias Gaertner
3508070d10 pas2js: set version 0.9.6
git-svn-id: trunk@38438 -
2018-03-06 17:52:07 +00:00
michael
33d76f596a * Stream variable definitions (bug ID 33341)
git-svn-id: trunk@38437 -
2018-03-06 14:19:20 +00:00
Mattias Gaertner
dd246f5698 pas2js: docs
git-svn-id: trunk@38436 -
2018-03-06 14:09:54 +00:00
Mattias Gaertner
e71060c133 pastojs: parse units queued in reverse order
git-svn-id: trunk@38435 -
2018-03-06 14:09:37 +00:00
Mattias Gaertner
d316d54dc9 fcl-passrc: debug queued parsing, more tests
git-svn-id: trunk@38434 -
2018-03-06 14:08:34 +00:00
michael
8359a6fc50 * Fix AV in case of group header without group footer
git-svn-id: trunk@38433 -
2018-03-06 12:49:29 +00:00
pierre
593794c0fd Add $PIC OFF directive for FPC compilation and change Data field type to int64 to avoid size errors
git-svn-id: trunk@38432 -
2018-03-06 11:08:03 +00:00
pierre
7e98f58c8a Add $PIC OFF directive for FPC compilation
git-svn-id: trunk@38431 -
2018-03-06 11:07:13 +00:00
michael
592a435068 * Fix bug #33340 (patch from Stephano)
git-svn-id: trunk@38430 -
2018-03-06 10:48:04 +00:00
michael
354067d108 * Free Notification for ParentGroupHeader, and persist to stream
git-svn-id: trunk@38429 -
2018-03-06 10:25:27 +00:00
michael
2e1bf4533f * Free Notification for Header/Footer/Master/Child band
git-svn-id: trunk@38428 -
2018-03-06 10:09:28 +00:00
pierre
2c20431a32 Regenerated after: Add more missing -T options
git-svn-id: trunk@38427 -
2018-03-06 10:05:33 +00:00
pierre
46d83d296b Add more missing -T options
git-svn-id: trunk@38426 -
2018-03-06 10:05:02 +00:00
michael
052a8229a4 * Allow designing of report variable expressions
git-svn-id: trunk@38425 -
2018-03-06 09:59:41 +00:00
michael
e3d9b37477 * Validate report before running it (bug ID 33334), fix typo
git-svn-id: trunk@38424 -
2018-03-06 09:00:29 +00:00
michael
2f2597341e * Validate report before running it (bug ID 33334), fix typo
git-svn-id: trunk@38423 -
2018-03-06 08:42:32 +00:00
michael
a2a9ef7667 * Validate report before running it (bug ID 33334)
git-svn-id: trunk@38422 -
2018-03-06 08:39:25 +00:00
pierre
6f9a1a77fd new msg*.inc files after: Add missing arm/i8086 targets
git-svn-id: trunk@38421 -
2018-03-05 22:28:10 +00:00
pierre
ed15a50562 Add missing arm/i8086 targets
git-svn-id: trunk@38420 -
2018-03-05 22:26:58 +00:00
pierre
5fe20f3f9d Add an explicit comment inside help pages
git-svn-id: trunk@38419 -
2018-03-05 22:08:42 +00:00
florian
208c2cce52 * fix case table detection for thumb
git-svn-id: trunk@38418 -
2018-03-05 21:44:19 +00:00
pierre
554c0c5a2a Avoid to access past length of string in last commit
git-svn-id: trunk@38417 -
2018-03-05 21:43:28 +00:00
pierre
01154e1f55 Also discard lines beginning with # for multiline messages
git-svn-id: trunk@38416 -
2018-03-05 21:36:37 +00:00
Mattias Gaertner
a8617f37c1 pastojs: parse units queued instead of recursively
git-svn-id: trunk@38415 -
2018-03-05 20:58:23 +00:00
Mattias Gaertner
d34e9b79bf fcl-passrc: optional parse units queued instead of recursively
git-svn-id: trunk@38414 -
2018-03-05 20:58:04 +00:00
Károly Balogh
77b97abe61 arm-netbsd: regenerated the required Makefiles
git-svn-id: trunk@38413 -
2018-03-05 15:44:49 +00:00
Károly Balogh
dbb91b5ef0 arm-netbsd: added platform define and dummy rtl files so the build passes for this platform. port not functional yet
git-svn-id: trunk@38412 -
2018-03-05 15:38:46 +00:00
michael
6e09180502 * Print column header if present, even if only 1 column (bug ID 33305)
git-svn-id: trunk@38411 -
2018-03-05 13:54:50 +00:00
michael
7275963030 * FixupReferences re-implemented, and make sure an empty report (just a title) can be run, i.e. no data needed
git-svn-id: trunk@38410 -
2018-03-05 13:44:58 +00:00
florian
b24eb3cce7 * x86_64-linux uses now pascal init code
git-svn-id: trunk@38409 -
2018-03-04 18:22:04 +00:00
florian
6d5ce55232 * unified def creation for open arrays
git-svn-id: trunk@38408 -
2018-03-04 17:59:05 +00:00
florian
23722a2f95 * correctly negate 8 bit values on avr, resolves #33322
git-svn-id: trunk@38407 -
2018-03-04 16:28:52 +00:00
florian
c230f81719 + support for <dyn. array>+<dyn. array>, resolves #30463
git-svn-id: trunk@38406 -
2018-03-04 16:12:43 +00:00
marco
f0042a4719 * vcmppd hardcoded primitives like vcmpeqpd.
* required increasing maxinfolen to 9 

git-svn-id: trunk@38404 -
2018-03-03 23:32:54 +00:00
marco
f21a141144 * mantis #32001, add 32 vcmpps variants.
git-svn-id: trunk@38403 -
2018-03-03 23:10:03 +00:00
florian
05a92d55e4 * partly reverted #38320, the code was correct
git-svn-id: trunk@38402 -
2018-03-03 16:41:52 +00:00
michael
c5348196cf * Actions were not considered in HandleRequest
git-svn-id: trunk@38401 -
2018-03-03 16:20:12 +00:00
florian
c6af4e42c0 * ensure that the stack is aligned after haltproc, should resolve #33311
git-svn-id: trunk@38400 -
2018-03-03 16:14:51 +00:00
michael
18d7b29b2f * Implement clear for report (bug ID 33286)
git-svn-id: trunk@38399 -
2018-03-03 11:41:55 +00:00
michael
cf07d30bfd * Make FPWebModule more extensible
git-svn-id: trunk@38398 -
2018-03-03 09:30:46 +00:00
michael
2c8f93917b * Base TCustomHTMLModule on TSessionHTTPModule
git-svn-id: trunk@38397 -
2018-03-03 09:15:10 +00:00