Commit Graph

25102 Commits

Author SHA1 Message Date
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
peter
44a78590ec * new uriparser
git-svn-id: trunk@6477 -
2007-02-13 19:37:20 +00:00
Jonas Maebe
37bd7d0b81 * fixed size_t and ssize_t for 64 bit
* fixed tstatfs

git-svn-id: trunk@6476 -
2007-02-13 19:10:38 +00:00
yury
de8de88781 * updated Win32 API.
git-svn-id: trunk@6475 -
2007-02-13 18:37:32 +00:00
peter
b928627d6d * pkgglobals added
* prepare for recursive executeaction

git-svn-id: trunk@6474 -
2007-02-13 17:18:01 +00:00
Jonas Maebe
41a108bbc3 * fixed type of ino_t
git-svn-id: trunk@6470 -
2007-02-13 15:16:23 +00:00
Jonas Maebe
82378bc73a * support assigned widechars with value < 255 to chars in Delphi mode
* better error messages for assigning invalid values to typed consts
   (mantis #8312, patch by Thorsten Engler)

git-svn-id: trunk@6468 -
2007-02-13 13:35:46 +00:00
peter
83fa4de83b * Downlaoder class is not a pkghandler anymore
* New downloadpackage handler that creates a Downloader class

git-svn-id: trunk@6467 -
2007-02-13 08:06:31 +00:00
pierre
b1cecc7773 * Add compile log into database if compilation failed
git-svn-id: trunk@6466 -
2007-02-12 22:48:57 +00:00
pierre
8cfe7da17e + Support for BLOB type added
git-svn-id: trunk@6465 -
2007-02-12 22:37:00 +00:00
Tomas Hajny
70ca5f79e9 * fix for bug #7539
git-svn-id: trunk@6464 -
2007-02-12 21:49:41 +00:00
michael
8167e6ea09 * Implemented readbinarystream/writebinarystream
git-svn-id: trunk@6463 -
2007-02-12 21:46:16 +00:00