Commit Graph

28675 Commits

Author SHA1 Message Date
florian
67fbadcdcf * WinCE compilation fixed
git-svn-id: trunk@11057 -
2008-05-23 15:35:18 +00:00
michael
383beb047b * Skip unknown tokens when skipping due to conditional compiling
git-svn-id: trunk@11056 -
2008-05-23 13:45:32 +00:00
michael
570cad8285 * Fixed memory leak
git-svn-id: trunk@11055 -
2008-05-23 13:30:14 +00:00
michael
bf482b2a13 * Parsing of unit-wide properties
git-svn-id: trunk@11054 -
2008-05-23 13:28:56 +00:00
michael
4d4554a303 * Proper fix for initialized variable (including procedures)
git-svn-id: trunk@11052 -
2008-05-23 13:04:00 +00:00
michael
020f4a9e63 * UNdid last 2 revisions
git-svn-id: trunk@11051 -
2008-05-23 12:43:49 +00:00
michael
f23be9d8f4 * Fixed initialized procedural variable parsing
git-svn-id: trunk@11050 -
2008-05-23 12:21:13 +00:00
michael
5b812fd878 * File searching now as in compiler, using lower and uppercase filenames if needed
git-svn-id: trunk@11049 -
2008-05-23 08:05:58 +00:00
Jonas Maebe
73a3507bac * reverted r11039, it's no good
git-svn-id: trunk@11048 -
2008-05-23 07:55:16 +00:00
michael
0ad7cfe39b * UTF8 strings read as normal strings, not widestrings (bug reported by Stefan Lechner)
git-svn-id: trunk@11047 -
2008-05-23 07:52:04 +00:00
michael
a2c012e228 Patch from Joao Morais to fix memory leak with owner lists
git-svn-id: trunk@11045 -
2008-05-23 07:11:33 +00:00
michael
f7f2008447 * Support for date in footer
git-svn-id: trunk@11043 -
2008-05-22 20:09:41 +00:00
michael
7d236da474 * Fixed parsing of initialized procedural variables
git-svn-id: trunk@11041 -
2008-05-22 19:38:55 +00:00
michael
6378cc25eb * Fixed 8076
git-svn-id: trunk@11040 -
2008-05-22 18:12:10 +00:00
Jonas Maebe
55d621fea3 * skip mark_InlineStart, mark_InlineEnd and mark_Position markers
in getnext/lastinstruction

git-svn-id: trunk@11039 -
2008-05-22 17:29:30 +00:00
tom_at_work
b01454d2a3 * removed code for splitting a 64 bit store into 32 bit ones on 64 bit ppc. For more information see comments of r9721
git-svn-id: trunk@11038 -
2008-05-22 16:20:32 +00:00
tom_at_work
4aced9802c * fix tw8191 for all architectures: skip code generation for range checking also when the range checking has to be done dynamically for pointers accessed as arrays which were typecasted from an array
git-svn-id: trunk@11037 -
2008-05-22 12:52:26 +00:00
florian
d79851dc1b * patch by Sergei Gorelkin to improve class creation speed and make objpas.inc more readable
git-svn-id: trunk@11036 -
2008-05-22 11:49:40 +00:00
florian
085d5423ac * transform tryfinally nodes with an empty try parts into the finally block
git-svn-id: trunk@11035 -
2008-05-22 11:30:46 +00:00
florian
33b69b0bd2 * fixed wrong naming
git-svn-id: trunk@11034 -
2008-05-22 11:08:14 +00:00
tom_at_work
94ead30261 * fix padding on 64 bit big endian CPUs in TInterfaceEntry: wrong offset of a member caused memory corruption and then access violations during object creation. Fixes timplements* tests.
git-svn-id: trunk@11031 -
2008-05-21 21:29:58 +00:00
florian
873409cd3c * baseaddr must be nil on windows
git-svn-id: trunk@11030 -
2008-05-21 20:45:20 +00:00
florian
5c6836e794 * use linklib only on darwin
git-svn-id: trunk@11029 -
2008-05-21 20:45:05 +00:00
florian
5a8bed193a * fixed building of powerpc-netbsd rtl
git-svn-id: trunk@11028 -
2008-05-21 20:07:27 +00:00
Jonas Maebe
664247d5d6 + added linklib statement so it works on Darwin
git-svn-id: trunk@11027 -
2008-05-21 17:26:03 +00:00
Jonas Maebe
63abaeecea + test for already fixed mantis #11309
git-svn-id: trunk@11026 -
2008-05-21 17:06:41 +00:00
Jonas Maebe
ecf4aa7f55 * use rounding correction in str_real based on smallest possible
delta for which 1.0 and 1.0+delta is different, rather than
    some power-of-10 ballpark equivalent (fixes mantis #11308)
  * print the same number of digits for doubles on systems
    which support extended as on those which don't (i.e.,
    one digit less on the former). This solves regressions after
    the previous change and is Delphi-compatible.
  * adapted tests for the previous change

git-svn-id: trunk@11025 -
2008-05-21 16:55:31 +00:00
Jonas Maebe
f00beea41c * fixed i386/linux rtl compilation and functionality when compiled
without regcall

git-svn-id: trunk@11024 -
2008-05-21 15:20:13 +00:00
Jonas Maebe
53d11b9a06 * fixed para locations at the calleeside for nostackframe assembler
routines

git-svn-id: trunk@11023 -
2008-05-21 15:11:37 +00:00
Jonas Maebe
942c91afad * also consider jump tables embedded in the code when calculating the
distance between a jump and its target

git-svn-id: trunk@11022 -
2008-05-21 15:03:31 +00:00
florian
6d9eeaf0f0 + missing (empty) file
git-svn-id: trunk@11021 -
2008-05-21 07:07:58 +00:00
florian
bcbc221191 * more reasonable defaults when no dyn. linker is found, resolves #10431
git-svn-id: trunk@11020 -
2008-05-20 21:06:12 +00:00
florian
c9433c0b1f - removed directory with non-working sources as well with copyrighted sources
git-svn-id: trunk@11019 -
2008-05-19 20:20:01 +00:00
florian
3d17adaeeb * patch for 10812 by Danny Milosavljevic
git-svn-id: trunk@11018 -
2008-05-19 20:02:23 +00:00
michael
ebb5d123ed * Patch from Bartosz Bogacz to be able to parse streams without size
git-svn-id: trunk@11017 -
2008-05-19 19:08:15 +00:00
michael
7dff0e91e6 * Writing to file log now also will raise an error
git-svn-id: trunk@11016 -
2008-05-19 19:04:50 +00:00
michael
40d26841cb * Applied patch from Luca Olivetti to ignore errors during logging
git-svn-id: trunk@11015 -
2008-05-19 18:56:46 +00:00
florian
35c0f78642 + Haiku support by Olivier Coursière based on old BeOS support
git-svn-id: trunk@11014 -
2008-05-19 17:33:35 +00:00
florian
b4f82b22c8 * fixed for non-unix
git-svn-id: trunk@11013 -
2008-05-19 14:38:47 +00:00
florian
4dfd59a6f8 * finally it works on linux also from the testsuite script
git-svn-id: trunk@11012 -
2008-05-18 20:13:53 +00:00
florian
38df5b4eae + needs library
git-svn-id: trunk@11011 -
2008-05-18 19:05:45 +00:00
florian
d955c9b4f7 + proper handling of lineinfo retrival for dyn. libs in unix
git-svn-id: trunk@11010 -
2008-05-18 18:42:09 +00:00
florian
605582a3ed + extended test to test main program as well
git-svn-id: trunk@11009 -
2008-05-18 18:41:08 +00:00
florian
4f7a6bb637 * fixed test
git-svn-id: trunk@11008 -
2008-05-18 18:27:57 +00:00
florian
1fe749c90c + test for proper line info retrival from dlls/sos
git-svn-id: trunk@11007 -
2008-05-18 18:26:17 +00:00
marco
02de4a081c * small bug fixes + newer fpcmake (11175 windows cairo)
git-svn-id: trunk@11006 -
2008-05-18 18:14:21 +00:00
marco
4fd3959d49 * Packages/ toplevel makefile adapted to include cairo for win32. Must be tested still.
git-svn-id: trunk@11005 -
2008-05-18 17:47:49 +00:00
florian
96f8576bf2 * handle lineinfo in dlls correctly, resolves #4171 and #10797 for windows
git-svn-id: trunk@11004 -
2008-05-18 16:46:17 +00:00
florian
d7673694f1 * enable parsing of default properties when used with objects, resolves #10795
git-svn-id: trunk@11003 -
2008-05-18 13:27:59 +00:00
florian
4ad8ccf05c * experimentally enabled smartlink sections on sparc linux
git-svn-id: trunk@11002 -
2008-05-18 12:49:00 +00:00