Commit Graph

28376 Commits

Author SHA1 Message Date
michael
6650d151f6 * Fixed (hopefully) childpos writing
git-svn-id: trunk@10637 -
2008-04-12 18:43:17 +00:00
Jonas Maebe
668d1283a9 + test for already fixed mantis 11053
git-svn-id: trunk@10636 -
2008-04-12 17:47:12 +00:00
yury
3dc94e678d * Fixed fpc_shortstr_assign for arm.
git-svn-id: trunk@10635 -
2008-04-12 15:58:35 +00:00
yury
a9295d1c66 * On windows event can not be "abandoned". Skip this part of the test.
git-svn-id: trunk@10634 -
2008-04-12 14:44:55 +00:00
yury
adeafe6ef4 * Updated readme about running test suite on arm-wince device.
git-svn-id: trunk@10633 -
2008-04-12 14:14:55 +00:00
yury
62e616cae0 * Fixed warnings. rtl is warnings and notes free for wince and win32 again.
git-svn-id: trunk@10632 -
2008-04-12 13:34:26 +00:00
yury
bc50a7fd6c * Removed unused vars.
git-svn-id: trunk@10631 -
2008-04-12 13:29:48 +00:00
yury
9472825478 * Fixed warnings.
git-svn-id: trunk@10630 -
2008-04-12 11:46:04 +00:00
yury
5dc6e54925 * Removed inline for procedures with assembler or formal parameters, since inline is not supported for them (compiler warns about that now). Even if there is no inline modifier in interface declaration of procedure, it is possible to specify inline in procedure implementation if needed (e.g. for generic implementations) and inlining will work for them.
git-svn-id: trunk@10629 -
2008-04-12 11:37:49 +00:00
yury
0399268e0a * Fixed packages building for wince.
git-svn-id: trunk@10628 -
2008-04-12 11:05:38 +00:00
joost
654898d11a * Moved code to clear calculated fields from TDataset to TBufDataset, based on patch from Petr Kristan
git-svn-id: trunk@10627 -
2008-04-11 20:26:03 +00:00
marco
36b557b142 * quick test successful -> commit
git-svn-id: trunk@10626 -
2008-04-11 15:00:26 +00:00
florian
951a202e5d * fix by Jan Bruns for #11042: improves reading of references on arm
git-svn-id: trunk@10625 -
2008-04-10 19:47:49 +00:00
florian
6c5471f324 * don't destroy LastError when resolving a threadvar on windows, resolves #10205 (?)
git-svn-id: trunk@10621 -
2008-04-09 21:27:11 +00:00
michael
fce221f9b4 * Added clocale.pp from Petr Kristan
git-svn-id: trunk@10620 -
2008-04-09 08:32:26 +00:00
Jonas Maebe
42a4684f60 * use global label to refer enum subrange type for setdefs
on systems without tf_dwarf_only_local_labels to avoid
    potential problems when using the set type in a separate
    unit

git-svn-id: trunk@10619 -
2008-04-09 08:03:55 +00:00
joost
1a4ee73146 * Added NoWideStringSupport runtime error
git-svn-id: trunk@10618 -
2008-04-08 21:19:52 +00:00
michael
d20636a319 * Fix from Petr Kristan to remofe timereformat (kills AM/PM)
git-svn-id: trunk@10616 -
2008-04-08 17:37:05 +00:00
joost
dd348c8093 * Patch from Petr Kristan to fix TDataSet.SetFieldDefs
git-svn-id: trunk@10615 -
2008-04-08 17:04:12 +00:00
michael
d699e37790 * Patch from Martin Schreiber
git-svn-id: trunk@10614 -
2008-04-08 14:24:58 +00:00
joost
44fe103c46 * Added Regex unit with an NFA regexpression parser, based on code from Julian Bucknall which is used with his permission
* Added RegExprCompat unit which contains an interface to the Regex unit which is compatible with the existing RegExpr unit
 * Added some more tests and added a define UseRegexCompat to make it possible to choose what regex-implementation to test. Test which fail on the existing regex-parser are placed between ifdefs

git-svn-id: trunk@10611 -
2008-04-06 21:23:13 +00:00
peter
85250cca06 * split repository in InstalledRepository and AvailableRepository
* replace CurrentPackage by PackageName
  * remove obsolete execute arguments

git-svn-id: trunk@10610 -
2008-04-06 21:00:24 +00:00
florian
347ae5a3bf * val takes care of empty string, patch from Petr Kristan
git-svn-id: trunk@10609 -
2008-04-06 19:33:31 +00:00
peter
95aaa7a74b * reorder code after r10602 so it is more clear
git-svn-id: trunk@10608 -
2008-04-06 12:47:05 +00:00
marco
6e4782a9db * fix for 10766
git-svn-id: trunk@10607 -
2008-04-06 12:28:18 +00:00
marco
99c4e92735 * fix for 11099
git-svn-id: trunk@10605 -
2008-04-06 11:14:06 +00:00
marco
2417a02a3b * Parameter renames for some much used functions from Graeme (#11034)
git-svn-id: trunk@10604 -
2008-04-06 09:46:01 +00:00
Jonas Maebe
07b3e11e2b * fixed "set of enumeration" for gdb 6.7/6.8
git-svn-id: trunk@10603 -
2008-04-05 17:05:34 +00:00
Jonas Maebe
39fa81d40e * fixed stabs debug info for webtbs/tw9766 again
git-svn-id: trunk@10602 -
2008-04-05 12:29:07 +00:00
michael
51f5fd5eb7 * Patch from Martin Schreiber to fix inline component streaming
git-svn-id: trunk@10601 -
2008-04-04 10:06:51 +00:00
Jonas Maebe
cd28ce9dfc * only write set elementdef information if there is an elementdef
(can be absent for empty sets)

git-svn-id: trunk@10600 -
2008-04-03 19:31:09 +00:00
michael
618c2ee4f9 * Fixed inline components streaming
git-svn-id: trunk@10599 -
2008-04-03 08:33:06 +00:00
Vincent Snijders
86cf39ac1b added more overloads for TBool parameters (bug 11091)
git-svn-id: trunk@10598 -
2008-04-02 21:04:39 +00:00
peter
f7737bebda * fix parameter allocation for left to right calling conventions
git-svn-id: trunk@10597 -
2008-04-02 08:05:31 +00:00
peter
ac84523db3 * include fix fixes
git-svn-id: trunk@10596 -
2008-04-01 22:39:52 +00:00
peter
a4c852d729 * detect broken packages, give an error if broken packages are found and the user
needs to run 'fppkg fixbroken' first
  * add --broken option to skip the broken package detection at startup
  * call fixbroken implicitly after an install command from the commandline has been processed.
    This will make sure that all packages depending on the installed package will also be recompiled
    and reinstalled.
    Warning: Installing a new rtl will recompile everything. Currently this will
    give a broken installation because not all packages compile yet.

git-svn-id: trunk@10595 -
2008-04-01 22:39:20 +00:00
peter
fe9035bcdf * regenerated
git-svn-id: trunk@10594 -
2008-04-01 22:32:55 +00:00
peter
7b23ad941f * fixed previous commit
git-svn-id: trunk@10593 -
2008-04-01 21:26:20 +00:00
peter
0cbb3c8843 * avr, armeb added
git-svn-id: trunk@10592 -
2008-04-01 21:24:24 +00:00
Tomas Hajny
ed914574e2 * (slightly modified) patch by Laaca originally for GO32v2 - avoid disappearing mouse cursor in full screen sessions
git-svn-id: trunk@10591 -
2008-03-30 20:51:48 +00:00
Tomas Hajny
a71092edb0 * (slightly modified) patch by Laaca - avoid disappearing mouse cursor
git-svn-id: trunk@10590 -
2008-03-30 19:31:48 +00:00
michael
b2253c0bd9 * Speedup for ancestor lookup using sorted list
git-svn-id: trunk@10589 -
2008-03-30 00:24:56 +00:00
michael
d5eec67b53 * Fixed ancestor handling (bug ID 11067)
git-svn-id: trunk@10588 -
2008-03-30 00:03:03 +00:00
michael
9d3d2bba0b * Fixed resolving references; FFixups was being freed too early
git-svn-id: trunk@10587 -
2008-03-29 20:00:41 +00:00
michael
f251d2fded * Patch from colin western to fix infinite loop
git-svn-id: trunk@10586 -
2008-03-29 18:03:23 +00:00
Jonas Maebe
55bd5cedb4 - removed unused writing_def_dwarf field
git-svn-id: trunk@10585 -
2008-03-29 16:37:41 +00:00
michael
f2e38c068a * Patch from Colin Western to fix finding components in ancestors
git-svn-id: trunk@10584 -
2008-03-29 13:59:07 +00:00
michael
1427c70b14 * Hopefully Fixed local memory leak in TReader.FixupReferences
git-svn-id: trunk@10583 -
2008-03-29 13:09:06 +00:00
marco
901e58c018 * comment fix for vincent
git-svn-id: trunk@10582 -
2008-03-29 11:24:02 +00:00
michael
61fb196c73 * NeedResolving must be freed
git-svn-id: trunk@10581 -
2008-03-29 10:15:44 +00:00