Commit Graph

1649 Commits

Author SHA1 Message Date
michael
2346cbeeaa + Fixed 64-bit compilation
git-svn-id: trunk@4840 -
2006-10-09 10:17:28 +00:00
florian
e6cffee1d1 * fixed compilation
git-svn-id: trunk@4835 -
2006-10-08 17:47:26 +00:00
florian
de87469127 * removed unaligned workarounds
git-svn-id: trunk@4831 -
2006-10-08 15:48:06 +00:00
michael
0c669fbad0 * Patch from orinaudo@gmail.com:
+ 4 methods added to encapsulate RecInfo access (that was causing alignement troubles in several places under wince)
  + const added to define size (now 200) when string Field with zero size are copied from other datasets
  + cache added for fields offset instead of recalculating sum(fields size) everytime

git-svn-id: trunk@4822 -
2006-10-07 19:25:27 +00:00
Vincent Snijders
fee29f9df3 * fixed typo
git-svn-id: trunk@4810 -
2006-10-06 05:14:41 +00:00
joost
c0433eb4f2 * fixed the two issues in mantis 7366
git-svn-id: trunk@4809 -
2006-10-05 22:35:26 +00:00
Vincent Snijders
9bf55e1111 * some small fixes to pooledmm related files
git-svn-id: trunk@4804 -
2006-10-05 14:36:25 +00:00
michael
8c027d355e * Pooledmm unit implementation copied from LCL
git-svn-id: trunk@4803 -
2006-10-05 12:41:52 +00:00
micha
d704af7216 fix compilation for {$T+} linux/win
git-svn-id: trunk@4794 -
2006-10-04 20:43:55 +00:00
Vincent Snijders
5805677c3f * Patch from Sergei Gorelkin:
dom.pp:
- Removed unneeded TDOMNode.FNodeName/FNodeValue fields to reduce
memory requirements;
- finished TDOMElement.GetElementsByTagName;
- Implemented TDOMNode.TextContent property;
- Implemented attribute value normalization;
- Fixed TDOMNode.Normalize and TDOMNode.InsertBefore for fragments.
names.inc:
- rewritten in cross-platform way, added XML 1.1 data;
xmlwrite.pp:
- Added support for Unicode characters with code > 65535;
- Added writing TDOMDocumentType nodes;
- Fixed handling of end-of-lines contained in node content;
- Code cleaned up, so this unit is almost complete  :) 

git-svn-id: trunk@4775 -
2006-10-03 09:40:03 +00:00
michael
54cf00e8f5 + String and TObject extensions to TFPHashTable
git-svn-id: trunk@4774 -
2006-10-03 09:04:33 +00:00
michael
847377bf79 * Patch from Dean Zobec to fix the XMLreporter
git-svn-id: trunk@4773 -
2006-10-03 07:20:34 +00:00
michael
cd44faaa20 + Patch from Dean Zobec to be able to selectively ignore some tests
git-svn-id: trunk@4757 -
2006-09-30 13:21:42 +00:00
peter
722b37721d * Added TFPHashList and TFPHashObjectList
git-svn-id: trunk@4756 -
2006-09-30 12:05:41 +00:00
michael
728b4bcf11 + Patch from Dean Zobec to change Int64 to longword in tfphashtable.
git-svn-id: trunk@4753 -
2006-09-29 22:18:05 +00:00
michael
d2e2e3cc51 + Fixed reading of bytes, as proposed by zaher
git-svn-id: trunk@4726 -
2006-09-25 20:41:04 +00:00
michael
32213a6d3d * Added CacheUpdates property to inifile
git-svn-id: trunk@4725 -
2006-09-25 20:26:25 +00:00
michael
04fde34653 + Added inicol
git-svn-id: trunk@4724 -
2006-09-25 20:26:03 +00:00
florian
9bc1960e93 * fix for #7418 from forest
git-svn-id: trunk@4721 -
2006-09-24 19:28:32 +00:00
joost
5ca8549895 * fixed issue #7323
git-svn-id: trunk@4707 -
2006-09-24 12:32:05 +00:00
joost
6ae8c61928 * Fixed memleaks (issue #7324)
git-svn-id: trunk@4706 -
2006-09-24 11:57:49 +00:00
Vincent Snijders
e1373d9d5f + added test timing results to the test results from Graeme Geldenhuys
git-svn-id: trunk@4676 -
2006-09-21 18:40:24 +00:00
Jonas Maebe
8d44332806 * also compile freetype units for darwin
git-svn-id: trunk@4658 -
2006-09-19 13:16:18 +00:00
florian
e1a4b9ff11 * fix for #7411 by forest, implementes TRegIniFile
git-svn-id: trunk@4621 -
2006-09-15 20:05:21 +00:00
Károly Balogh
4a840be62c + made FCL to build on MorphOS
git-svn-id: trunk@4602 -
2006-09-10 15:15:33 +00:00
joost
d0a367ef1e + Caching of blob-fields which can only be fetched for the current record is now handled by TSQLConnection
+ postgresql text-fields are now considered to be blob-fields

git-svn-id: trunk@4584 -
2006-09-09 16:39:40 +00:00
marco
ca92dd416a * fix for 0007292, guard all for loops with unsigned loopcounter against
overflow.

git-svn-id: trunk@4507 -
2006-08-26 15:45:04 +00:00
joost
50a6e9754d + First attempt to get Calcfields working (issues #7295,#7294)
git-svn-id: trunk@4506 -
2006-08-25 21:57:25 +00:00
joost
7d1b95e09a + fix bug #7267
git-svn-id: trunk@4505 -
2006-08-25 20:31:37 +00:00
joost
b0325225c3 + fix bug #7266
git-svn-id: trunk@4503 -
2006-08-24 22:12:59 +00:00
joost
89559ac4ce + CanModify should return false if the dataset is closed
+ CheckBrowseMode before CanModify at Append
 + Do not call DoInternalClose if an exception is occurred in InternalOpen

git-svn-id: trunk@4494 -
2006-08-23 22:15:33 +00:00
joost
216b87a3fa + fix for bug #7269
+ Use SetPacketRecords on writing PacketRecords

git-svn-id: trunk@4486 -
2006-08-23 09:48:46 +00:00
joost
96ea6d18fb + fix bug #7260: timestamp fields in integer_datetimes mode
git-svn-id: trunk@4485 -
2006-08-23 09:36:27 +00:00
michael
89bd32698c + Fixed issue #7289, thanks to patch from submitter
git-svn-id: trunk@4470 -
2006-08-20 15:43:54 +00:00
michael
62658e26fc + Added class word to 2 lines
git-svn-id: trunk@4421 -
2006-08-14 11:27:37 +00:00
michael
d48866d4e2 + Fixed bug #7133: invalid URL should give an error
git-svn-id: trunk@4420 -
2006-08-13 14:13:27 +00:00
michael
43d73cca57 * Implemented CaseSensitive property for TCustomIniFile
git-svn-id: trunk@4419 -
2006-08-13 14:05:23 +00:00
michael
93db6d6174 + Patch from Darius Blaszijk to implement plain text reporting
git-svn-id: trunk@4416 -
2006-08-13 12:54:36 +00:00
michael
dabe92f8b8 + Use resourcestrings for messages, and changed TStringList to TStrings in ZipFiles
git-svn-id: trunk@4415 -
2006-08-13 09:41:12 +00:00
michael
2e53c7bfdd + Added zipper target correctly
git-svn-id: trunk@4414 -
2006-08-13 09:35:43 +00:00
michael
bf790a1faf Initial implementation of zipper class
git-svn-id: trunk@4413 -
2006-08-12 17:31:39 +00:00
Károly Balogh
705033284e + regenerated makefiles to support powerpc-amiga target
git-svn-id: trunk@4371 -
2006-08-06 12:28:28 +00:00
joost
87828e65a8 + Fix for bug #7205
git-svn-id: trunk@4332 -
2006-08-02 22:15:37 +00:00
joost
216777f8f1 + Fix for bug #6898, thanks to tip from Martin Schreiber
git-svn-id: trunk@4331 -
2006-08-02 21:44:22 +00:00
joost
47e692b60b + Fix for bug #7144
git-svn-id: trunk@4328 -
2006-08-01 21:59:39 +00:00
joost
d979196df0 + fix for bug #7211
git-svn-id: trunk@4327 -
2006-08-01 21:46:43 +00:00
joost
0454bc7717 + Fixed mem-corruption
git-svn-id: trunk@4315 -
2006-07-30 16:17:33 +00:00
peter
c603e817e7 * add blowfish unit in fcl
* fix compile of some tests

git-svn-id: trunk@4314 -
2006-07-30 15:11:12 +00:00
joost
df9b913efe + reverted wrongly applied revision 4244
git-svn-id: trunk@4311 -
2006-07-30 11:30:47 +00:00
joost
21c061421e + do not search (locate) in an empty dataset
git-svn-id: trunk@4303 -
2006-07-30 00:24:47 +00:00