Commit Graph

25086 Commits

Author SHA1 Message Date
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
michael
3275f36b8f * IsNan, IsInfinite for Extended and Double
git-svn-id: trunk@6462 -
2007-02-12 20:57:24 +00:00
michael
11ab5d496d * Patch from Dean Zobec for BoolToStr changes
git-svn-id: trunk@6461 -
2007-02-12 20:20:29 +00:00
michael
74ef50a650 * Patch from Dean Zobec for BoolToStr changes
git-svn-id: trunk@6460 -
2007-02-12 20:18:53 +00:00
florian
8ebaacad64 * fixed compilation
git-svn-id: trunk@6459 -
2007-02-12 18:57:57 +00:00
florian
4575c9f424 * fixed alignment of dyn. arrays
git-svn-id: trunk@6458 -
2007-02-12 18:41:21 +00:00
florian
b5b86f6d73 * ce compilation fixed
git-svn-id: trunk@6457 -
2007-02-12 18:39:39 +00:00
peter
cf6f8efacf * clean units
git-svn-id: trunk@6455 -
2007-02-12 16:08:22 +00:00
pierre
a8d1853351 * Fix GetContent method
git-svn-id: trunk@6454 -
2007-02-12 08:55:44 +00:00
peter
6932845c31 * Revert r6285, it broke some type defs
* New fix for local type defs

git-svn-id: trunk@6453 -
2007-02-12 08:22:38 +00:00
chrivers
e81696d0f1 + Added TIn6Addr and TSockAddrIn6 to winsock2.pp
git-svn-id: trunk@6452 -
2007-02-11 23:51:35 +00:00
peter
cb0007eb24 * TUnzipper added
git-svn-id: trunk@6448 -
2007-02-11 22:18:11 +00:00
peter
2fe7c8ec82 * remove spaces and tabs
* first things to add archive unzipping

git-svn-id: trunk@6447 -
2007-02-11 22:17:52 +00:00
peter
5ec60ffc9b * move 2.0.x compatibility files to fcl20/ subdir
git-svn-id: trunk@6446 -
2007-02-11 22:17:07 +00:00
joost
5c31c25849 * Implemented InitFieldDefsFromFields, bug #8221
git-svn-id: trunk@6443 -
2007-02-11 21:14:53 +00:00
peter
56b380c79e * skipheader option for decompression
git-svn-id: trunk@6442 -
2007-02-11 20:19:58 +00:00
joost
6741866689 * {$inline on} added to fix compilation with 2.0.4
git-svn-id: trunk@6441 -
2007-02-11 19:28:44 +00:00