Commit Graph

25113 Commits

Author SHA1 Message Date
florian
c6f8f550f9 * resource functions for win64, fixes #8304
git-svn-id: trunk@6540 -
2007-02-18 10:07:12 +00:00
pierre
97446556ff * range check explicitly disabled
git-svn-id: trunk@6539 -
2007-02-18 00:42:53 +00:00
pierre
40d9ef1196 * range and overflow checks explicitly disabled
git-svn-id: trunk@6538 -
2007-02-18 00:40:28 +00:00
pierre
5fc4257482 * range check explicitly disabled
git-svn-id: trunk@6537 -
2007-02-18 00:25:31 +00:00
pierre
6030d53a23 * adapt test to range check
git-svn-id: trunk@6536 -
2007-02-18 00:20:18 +00:00
pierre
d452839744 * adapt test to range check
git-svn-id: trunk@6535 -
2007-02-18 00:18:17 +00:00
pierre
c5f685e72e * adapt test to range check
git-svn-id: trunk@6534 -
2007-02-18 00:13:50 +00:00
pierre
ca9f3a0f8f * adapt test to $R+ or $Q+
git-svn-id: trunk@6533 -
2007-02-18 00:11:24 +00:00
pierre
a99bbb20f2 * adapt test to $R+
git-svn-id: trunk@6532 -
2007-02-17 23:57:44 +00:00
joost
1326e7a542 * Parse multiple fields in pk properly, bug #7566+test
git-svn-id: trunk@6531 -
2007-02-17 23:38:41 +00:00
pierre
fff9fb6afe + support for individual test outcome display
git-svn-id: trunk@6530 -
2007-02-17 23:23:27 +00:00
florian
2bf65569b0 + added sharemem
git-svn-id: trunk@6529 -
2007-02-17 21:30:06 +00:00
florian
614f4894a3 + buildrtl unit for win64
git-svn-id: trunk@6528 -
2007-02-17 19:46:13 +00:00
daniel
5b827873a8 * Remove consoleio feature from gba & nds as well.
git-svn-id: trunk@6527 -
2007-02-17 16:42:04 +00:00
daniel
7c5d3f69ac * hexstr can handle pointers
git-svn-id: trunk@6526 -
2007-02-17 16:39:02 +00:00
daniel
a1889e3396 + Readd test, now disabled.
git-svn-id: trunk@6525 -
2007-02-17 15:33:01 +00:00
daniel
9374084be3 - Remove tw3780.pp due to disabling of m_gpc.
git-svn-id: trunk@6524 -
2007-02-17 10:22:19 +00:00
daniel
c95cf176f4 + Add {$ifdef FPC_HAS_FEATURE_THREADING}
git-svn-id: trunk@6523 -
2007-02-17 09:25:58 +00:00
daniel
5e13ba03e6 + Add feature define around inittextio
git-svn-id: trunk@6522 -
2007-02-17 09:11:13 +00:00
daniel
a662c5fedb + On GO32, GBA and NDS, disable RTL features that aren't implemented.
git-svn-id: trunk@6521 -
2007-02-17 09:10:27 +00:00
Jonas Maebe
d4160ca74f * fixed compilation after ifdef'ing of m_gpc
git-svn-id: trunk@6520 -
2007-02-17 00:27:26 +00:00
Jonas Maebe
5b6a1fcef8 * fixed range error
git-svn-id: trunk@6519 -
2007-02-16 23:35:36 +00:00
daniel
5aef9bc086 - Put gpc mode between ifdefs. The only thing it does it disable all
features, this is not gpc compatibility.

git-svn-id: trunk@6518 -
2007-02-16 23:13:28 +00:00
marco
57cfd89fbd * Linux 64-bit FS patch from neli for FPC_USE_LIBC
git-svn-id: trunk@6517 -
2007-02-16 22:16:54 +00:00
Jonas Maebe
0926c4c64d * properly set needstackframe for assembler routines
git-svn-id: trunk@6516 -
2007-02-16 22:13:11 +00:00
florian
3aa64eb6b4 * made vararrays working on win64
git-svn-id: trunk@6515 -
2007-02-16 20:12:34 +00:00
daniel
34bdb90822 * Correct properties on tb0529
git-svn-id: trunk@6514 -
2007-02-16 18:02:57 +00:00
Jonas Maebe
5792438e3a * fixed 64 bit error
git-svn-id: trunk@6512 -
2007-02-16 15:24:55 +00:00
Almindor
63eac6f420 * adds pcap extra package
git-svn-id: trunk@6509 -
2007-02-16 11:00:53 +00:00
pierre
3d6141fa86 * put all possible test outcome into tresults unit
git-svn-id: trunk@6508 -
2007-02-16 10:09:37 +00:00
michael
032a3891e8 * Patch from Jesús Reyes:
-Avoid premature end of parsing stylesheet group by fixing:
  --No more break if rtfstylenum,rtfbasedon or rtfnext tokens are seen
  --Silently ignore unknown control words and
  -The style name was not correctly initialized

git-svn-id: trunk@6507 -
2007-02-16 08:20:01 +00:00
joost
581cd410fe * fixed some warnings
git-svn-id: trunk@6506 -
2007-02-15 21:43:24 +00:00
joost
d33cd8d4c5 * Implemented the new-style blob-fields for Mysql
* Cleaned up some old-style blob stuff

git-svn-id: trunk@6504 -
2007-02-15 21:34:09 +00:00
Jonas Maebe
9c9684b3a3 * r6498 for ppc64
git-svn-id: trunk@6502 -
2007-02-15 21:12:44 +00:00
Jonas Maebe
10ff422d90 * committed version change in wrong branch :/
git-svn-id: trunk@6499 -
2007-02-15 20:31:56 +00:00
Jonas Maebe
c4913ac85d * don't save stack pointer if we don't need to allocate a
stack frame but nevertheless have to store registers to
    the stack (not only optimization, but also needed because
    in that case no room for the stack pointer is reserved
    and thus it'll overwrite one of the saved registers!)

git-svn-id: trunk@6498 -
2007-02-15 20:25:36 +00:00
Jonas Maebe
ead7ecf73a * update version to 2.3.0
git-svn-id: trunk@6497 -
2007-02-15 20:16:38 +00:00
tom_at_work
3f9fd66ce5 * removed R13 from freely usable registers, is reserved for threading
git-svn-id: trunk@6496 -
2007-02-15 19:57:43 +00:00
yury
48e46f1c2e * Fixed error "Incompatible type for arg no. X: Got "Array Of Char", expected "Array Of PChar"" when passing values like ['1','2','3'] for "array of PChar" parameter.
+ Test added.

git-svn-id: trunk@6495 -
2007-02-15 19:43:35 +00:00
Jonas Maebe
90e83fcee6 * reset flag to generate dummy line info after each module
compilation, since the debuginfo class isn't destroyed/
    created all the time

git-svn-id: trunk@6493 -
2007-02-15 18:32:10 +00:00
joost
14f37761d8 * Converted to SQLDb
git-svn-id: trunk@6492 -
2007-02-15 12:43:02 +00:00
Jonas Maebe
263a31cedd * 64 bit fixes
git-svn-id: trunk@6490 -
2007-02-14 21:53:14 +00:00
Jonas Maebe
8e55ea3d29 * 64 bit fixes for pthread and timeval structs
git-svn-id: trunk@6489 -
2007-02-14 21:52:56 +00:00
joost
b1653c6fc3 * The tests which belongs to r6485
git-svn-id: trunk@6486 -
2007-02-13 23:41:33 +00:00
joost
4c4c69c89a * Implemented TIndexDef.Assign
* Implemented TDataset.GetIndexDefs (bug 8220)
 * Implemented TIndexDefs.GetExpression and SetExpression
 * Clear indexdefinitions before update
 * added tests for the above and r6481

git-svn-id: trunk@6485 -
2007-02-13 23:38:54 +00:00
peter
0a4e18b37d * fix unzipping
git-svn-id: trunk@6484 -
2007-02-13 23:08:20 +00:00
peter
429f66b4ee * sync
git-svn-id: trunk@6483 -
2007-02-13 23:02:12 +00:00
peter
397f5ea204 * fix adding an outputpath
git-svn-id: trunk@6482 -
2007-02-13 23:02:00 +00:00
joost
bc7a594a94 * Do not use a new connection for every statement that is executed
git-svn-id: trunk@6481 -
2007-02-13 22:21:58 +00:00
peter
cf8f48fc5f * remote and local repository cleanup
* development hack added to use ~/repository as default
    remote repository
  * tfppakcage.filename added for file location instead offical
    repository
  * tfppackage.url renamed to externalurl for 3rd party

git-svn-id: trunk@6478 -
2007-02-13 19:39:42 +00:00