Commit Graph

32762 Commits

Author SHA1 Message Date
sekelsenmat
3708922b62 Now the SVG writer works for lines
git-svn-id: trunk@15801 -
2010-08-13 15:32:03 +00:00
michael
2567d761a4 * Error object must be of type TJSOnErrorObject. Initialize Result to Nil in function TJSONRPCHandler.DoExecute (fixes access violation)
git-svn-id: trunk@15800 -
2010-08-13 15:19:46 +00:00
sekelsenmat
6403d462d2 Starts implementing svg writer and improves test app and pdf reader
git-svn-id: trunk@15799 -
2010-08-13 14:56:40 +00:00
Jonas Maebe
eb2581946c o adapted to current ppu format:
* support enumsyms stored as part of the enumdef (r15051)
    * removed po_local and added po_delphi_nested_cc (r15694)
    * renamed pi_has_goto to pi_has_label (r15712)

git-svn-id: trunk@15798 -
2010-08-13 13:24:28 +00:00
marco
9e56c4e8ab * --parse-impl option for testing.
git-svn-id: trunk@15797 -
2010-08-13 12:39:10 +00:00
marco
2518a87deb * make interfaces clickable.
git-svn-id: trunk@15796 -
2010-08-13 12:29:27 +00:00
marco
0ca9fb281d * minor additional fix for bug #10619
git-svn-id: trunk@15795 -
2010-08-13 10:39:38 +00:00
marco
17b15e762d * list interfaces in html declaration
git-svn-id: trunk@15794 -
2010-08-13 10:19:54 +00:00
sekelsenmat
89593064f7 Starts code to add support to cdr and svg to fpvectorial
git-svn-id: trunk@15793 -
2010-08-13 08:24:27 +00:00
nickysn
ca6ecd9a80 VESA 1.0 fix - zero fill the real mode ModeInfo struct, not the protected mode struct
git-svn-id: trunk@15791 -
2010-08-13 00:08:49 +00:00
marco
f4da244398 * adding stdcall calling convention modifiers. bug #17159
git-svn-id: trunk@15790 -
2010-08-12 19:54:10 +00:00
marco
df19960f41 * simple fix for 16158, avoid crash on duplicate calling of DLL_PROCESS_DETACH
git-svn-id: trunk@15787 -
2010-08-12 15:34:43 +00:00
marco
c59973d149 * patch from Christopher Key (via Alonso Cardenas Marquez) to fix mmap
syscall.  Recent versions of FreeBSD check the seventh parameter, and
    that code wasn't correct in FPC.

git-svn-id: trunk@15785 -
2010-08-12 10:56:31 +00:00
pierre
8e8a573707 * commit 15780 reverted
git-svn-id: trunk@15784 -
2010-08-11 21:45:55 +00:00
florian
39e533d40d + add StopDeviceNotifications to WinCE Windows units, resolves #17095
git-svn-id: trunk@15783 -
2010-08-11 20:31:04 +00:00
florian
4671615dc7 * disable east asia/era stuff on WinCE, the functions does not seem to be available there, fixed compilation of trunk for WinCE
git-svn-id: trunk@15782 -
2010-08-11 20:30:14 +00:00
pierre
df01446f42 * avoid private constructor warning
git-svn-id: trunk@15780 -
2010-08-11 15:41:54 +00:00
marco
ecd4b3dc23 * textmetricA variants, delphi compat.
git-svn-id: trunk@15779 -
2010-08-11 11:05:59 +00:00
marco
a33ac5a082 * Patch from Graeme to show deprecated et al modifiers after record def.
git-svn-id: trunk@15778 -
2010-08-11 10:48:51 +00:00
marco
7c42df69db * slightly improved error reporting for test_parser.
git-svn-id: trunk@15777 -
2010-08-11 10:47:10 +00:00
marco
8caa62618f * support for east asia locale in formatdatetime. Patch from Taka_JP, mantis 14955 modified for recent sysutils rework, and to init eastasia support only once.
git-svn-id: trunk@15776 -
2010-08-11 09:03:13 +00:00
marco
2d8ac256cf * First era patch of Taka_JP.
git-svn-id: trunk@15775 -
2010-08-11 08:29:47 +00:00
marco
1e7e80bfb3 * try to resolve relative url first in current package before current module,
solves bug #17146

git-svn-id: trunk@15768 -
2010-08-10 23:25:18 +00:00
marco
b1b6ef237a * write examples for topic nodes. Mantis 17145
git-svn-id: trunk@15767 -
2010-08-10 22:38:30 +00:00
florian
9509437a96 * converted winspool.h from MingW and added it as winspool.pp, resolves #17174
git-svn-id: trunk@15766 -
2010-08-10 20:17:20 +00:00
florian
0085c22c59 - NaN floating point constants do not anymore cause an error when $Q or $R is active (resolves #16315 and #14757)
+ $ieeeerrors (command line switch -C3) to enable errors on NaN floating point constants
+ tests

git-svn-id: trunk@15765 -
2010-08-10 19:05:13 +00:00
Jonas Maebe
89be8d45e3 * use TrueBoolStrs/FalseBoolStrs for *StrToBool* (mantis #16848)
git-svn-id: trunk@15764 -
2010-08-10 13:06:22 +00:00
pierre
45b11561cf + Always try to find Compiler in same directory first
git-svn-id: trunk@15763 -
2010-08-10 11:37:06 +00:00
pierre
874e69bcf8 * revert wrong commits
git-svn-id: trunk@15762 -
2010-08-10 11:33:38 +00:00
pierre
d27278faac * Add external linker possibility for windows x86_64 compiler
git-svn-id: trunk@15761 -
2010-08-10 11:28:31 +00:00
paul
38da67e08b tests: add hint directives test
git-svn-id: trunk@15760 -
2010-08-10 04:30:59 +00:00
paul
bbdd8e52f1 compiler: allow "deprecated", "experimental" and "unimplemented" to be used as identifiers
git-svn-id: trunk@15759 -
2010-08-10 03:43:12 +00:00
nickysn
0b75bedaf9 VESA 3.0 support
git-svn-id: trunk@15758 -
2010-08-10 00:01:06 +00:00
florian
8b1889d033 * now compilation on i386 was broken, fixed
git-svn-id: trunk@15757 -
2010-08-09 20:00:19 +00:00
florian
33c67c7972 * compilation fixed on x86-64
git-svn-id: trunk@15756 -
2010-08-09 19:51:28 +00:00
sergei
320f67eab2 xmlwrite.pp, htmwrite.pp: replaced inheritance by composition. TxxxWriter always writes to a TStream (or its descendant), and for text files we use a simple TStream-compatible wrapper.
git-svn-id: trunk@15755 -
2010-08-08 22:25:37 +00:00
florian
9365eb48c0 * check if labsym is assigned before testing if it's used globally
git-svn-id: trunk@15754 -
2010-08-08 17:31:15 +00:00
florian
66571ee4c8 * use extended as default real type in calculations only if fputype=x87
git-svn-id: trunk@15750 -
2010-08-08 16:17:43 +00:00
michael
dd33fba74c * Made TPasExpr a descendent of expression, so declaration can be asked
git-svn-id: trunk@15749 -
2010-08-08 15:42:46 +00:00
marco
6e5c32a481 * Patch from Nikolay (GetScanLineVESA256 reads from the write window, instead of the read window) mantis 17132
git-svn-id: trunk@15748 -
2010-08-08 14:54:26 +00:00
daniel
6f2b097d63 + Add futex
git-svn-id: trunk@15747 -
2010-08-08 14:24:46 +00:00
marco
7c164001d9 * patch from Nicolay for VLineVESA256 off-by-one error in calculation of BankRest, Mantis 17131
git-svn-id: trunk@15746 -
2010-08-08 14:02:33 +00:00
marco
198fea10a8 * store the filename of uses yy in xxx syntax.
git-svn-id: trunk@15745 -
2010-08-08 13:32:07 +00:00
joost
181804e4b9 * Fixed passing parameters on the stack to cdecl interface-methods. The 'call'
shifted all the parameters on the stack. Now the 'self' parameter is
   declared as var, not const, restoring its original value is not necessary
   anymore 

git-svn-id: trunk@15744 -
2010-08-08 13:27:54 +00:00
marco
72f53aacd8 * Fix some minor sideeffect introduced by r15729. File without "of integer" must remain working.
git-svn-id: trunk@15743 -
2010-08-08 12:44:11 +00:00
Jonas Maebe
99aece6230 * cleaned up handling of Darwin non-lazy pointer sections: create sections
as needed, instead of once when initialising the list (currently nothing
    else is added to that asmlist so it was safe, but it was not robust)

git-svn-id: trunk@15742 -
2010-08-08 12:39:16 +00:00
Jonas Maebe
4ef0601906 * let def_cgsize() also recognise unicodestrings (avoid calling tdef.size)
git-svn-id: trunk@15741 -
2010-08-08 12:37:07 +00:00
marco
06b383f576 * patch for property modifiers, mantis 16672
git-svn-id: trunk@15740 -
2010-08-08 12:26:48 +00:00
marco
f8f7201c22 * patch from Nikolay that fixes a copy paste bug in hlinevesa256 (and ->or)
Mantis 17128

git-svn-id: trunk@15739 -
2010-08-08 11:51:38 +00:00
sergei
1c7c97dc93 sax_xml.pp:
* Applied counterpart of sax_html.pp r15564, eliminating redundant wide-to-ansi conversions;
* AStart parameter of IgnorableWhitespace event should be zero, not 1;
* XML is case-sensitive, removed calls to lowercase();
* Accumulate token characters in FRawTokenText, then convert it all at once to SAXString. Without it, handling multi-byte encodings like UTF-8 was impossible, because it was converting by individual bytes which always resulted in errors. Provides a partial fix for Mantis #16732. Also provides a single location to insert a proper decoding procedure.

git-svn-id: trunk@15738 -
2010-08-08 05:13:45 +00:00