joost
07f81f532c
* Now the update-buffers which are linked to a record which is going to be removed are re-linked to the next record, the exception that modify-update buffers are not being re-used upon a delete, is removed.
...
git-svn-id: trunk@12228 -
2008-11-25 20:55:52 +00:00
joost
4fd9d7314a
* Fixed wrong order of elements in psaElementSizes introduced in r12138
...
git-svn-id: trunk@12227 -
2008-11-25 18:16:51 +00:00
joost
ae32715890
* TBufDataset.Locate: Set the FilterBuffer when entering the dsFilter state
...
git-svn-id: trunk@12226 -
2008-11-25 12:29:33 +00:00
Tomas Hajny
ff119421dd
* correction for r12204 and r12224
...
git-svn-id: trunk@12225 -
2008-11-24 22:11:18 +00:00
joost
856ee3f7c1
* Removed the dependency on the ini-file, specified DBConnectorName manually
...
git-svn-id: trunk@12224 -
2008-11-24 10:04:27 +00:00
joost
ad9d126239
Patch from Luiz Americo, mantis 12700
...
- Fix setting negative double values
git-svn-id: trunk@12223 -
2008-11-24 09:57:19 +00:00
joost
0684eda0d8
Patch from Luiz Americo, mantis 12698
...
- Add OnGetHandle event
git-svn-id: trunk@12222 -
2008-11-23 20:33:53 +00:00
joost
55352b6def
* Added TestDeleteDoubleDelete
...
* Improved check of a streamed dataset definition
git-svn-id: trunk@12221 -
2008-11-23 17:18:23 +00:00
joost
9f25b3e2ed
Added test for fixedstring fields
...
* Added test for the update buffers when multiple records are deleted
* Changed tests because for sqldb the datasets must have a primary key, with as result that the id-field is required.
git-svn-id: trunk@12220 -
2008-11-23 17:00:40 +00:00
joost
481148b1f6
* Only scroll to the next record if the current record is deleted
...
* Jump back to the previous record after an applyupdates using InternalGotoBokmark
git-svn-id: trunk@12219 -
2008-11-23 16:18:31 +00:00
joost
3397aac1de
Patch from Luiz Americo, mantis 12677
...
- Added Options property
- Implemented Wildcard keys in Locate/Lookup
git-svn-id: trunk@12218 -
2008-11-23 16:03:29 +00:00
Tomas Hajny
29c94d94d9
* Makefile not commited in r12204 by mistake
...
git-svn-id: trunk@12217 -
2008-11-23 15:40:40 +00:00
joost
9f2e076cb3
* Added two fcl-db tests to the general testsuite
...
git-svn-id: trunk@12216 -
2008-11-23 15:29:13 +00:00
joost
2425eb4721
* Use variable instead of hardcoded tablename
...
git-svn-id: trunk@12215 -
2008-11-23 15:04:58 +00:00
joost
b593bf17bf
* Do not load the connectors in toolsunit, but in the test program
...
git-svn-id: trunk@12214 -
2008-11-23 13:31:37 +00:00
joost
836f7352e3
* Try to drop the table if it already exists while setting up tests. This avoids an annoying exception while debugging the tests
...
git-svn-id: trunk@12213 -
2008-11-23 11:51:00 +00:00
joost
0cc93f5019
* Implemented TBufDataset.BookmarkValid
...
git-svn-id: trunk@12211 -
2008-11-23 11:02:13 +00:00
Jonas Maebe
807c63916e
* do not write the ".file" directive in assembler files for Darwin
...
(gcc doesn't do it either, and it causes the assembler to report
errors as if they occur in the Pascal source file)
git-svn-id: trunk@12205 -
2008-11-23 09:49:34 +00:00
Tomas Hajny
8de51a03cb
* avoid platform specific ifdefs in eventlog.pp and allow OS/2 implementation being used again
...
git-svn-id: trunk@12204 -
2008-11-23 01:52:33 +00:00
Tomas Hajny
57c4392fca
* wrong dependency on subdir win for go32v2 removed
...
git-svn-id: trunk@12203 -
2008-11-23 01:43:41 +00:00
Tomas Hajny
3807408aec
+ directory for include files with dummy implementations added
...
git-svn-id: trunk@12202 -
2008-11-23 01:42:36 +00:00
joost
ded9c07b39
* Added a TBufDataset.GetRecordUpdateBufferCached which first checks if the current updatebuffer is the searched buffer. If it is not, call GetRecordUpdateBuffer
...
* GetRecordUpdateBuffer can now be used to loop through all updatebuffers for each record
* When an update-buffer is linked to a record which is being deleted, re-link that update buffer to the next available record. It is a slow workaround, but the other solutions were too complex
* Refactored streaming of update-buffers, added support for inserted records
git-svn-id: trunk@12201 -
2008-11-22 23:25:27 +00:00
Jonas Maebe
7b4eed79ce
* fixed generic uint32->float softfpu conversion
...
git-svn-id: trunk@12200 -
2008-11-22 18:05:19 +00:00
Jonas Maebe
3d25478436
* fixed writing memory references on ppc when there is only an offset
...
(mantis #12685 and also the error message noted in mantis #12576 ,
although in case of the latter it's only a symptom of another bug)
git-svn-id: trunk@12199 -
2008-11-22 15:13:16 +00:00
florian
5b5895b8ff
* small avr compilation fixes
...
git-svn-id: trunk@12198 -
2008-11-22 09:51:24 +00:00
Jonas Maebe
bf7b6fd279
+ darwin/arm signal handling support, except for the definition of the
...
signal context structure as the license of the original file isn't
100% clear yet
git-svn-id: trunk@12196 -
2008-11-21 22:04:03 +00:00
florian
719daf2cf8
* modified zlib patch to resolve 12667 by zipfelvo
...
git-svn-id: trunk@12176 -
2008-11-19 11:37:18 +00:00
florian
d78855cea8
+ more c types
...
git-svn-id: trunk@12175 -
2008-11-19 11:36:43 +00:00
florian
c8fae83c57
* forgotten commit of loop strength reduction patch
...
git-svn-id: trunk@12174 -
2008-11-19 11:03:20 +00:00
joost
108db3e1db
* Close a TBufDataset on destroy
...
* Always use GetCurrentBuffer in TBufDataset.SetFieldData, the old exception for the dsFilter state is not valid anymore
* Do not pass an AUpdOrder to StoreRecord when there is no update at all
* When saving the dataset to file, store not only the complete buffer, but also check if there are still records waiting to be fetched
* Clean up of obsolete code
* Added comments
* Updated TXMLDatapacketReader to the new method of storing/loading records from stream
git-svn-id: trunk@12173 -
2008-11-19 10:01:35 +00:00
peter
e8e9da4047
* replace showall with list command
...
* support new homepageurl and downloadurl
* update fpmkunit requirement to 2.2.2-1
git-svn-id: trunk@12171 -
2008-11-18 23:59:58 +00:00
peter
2916256b2c
* change externalurl to homepageurl
...
git-svn-id: trunk@12170 -
2008-11-18 23:58:52 +00:00
peter
13196b3e5c
* split externalurl in homepageurl and downloadurl
...
git-svn-id: trunk@12169 -
2008-11-18 23:58:10 +00:00
peter
f203a498e1
* fix archiving
...
git-svn-id: trunk@12168 -
2008-11-18 23:16:57 +00:00
peter
7842b27fc5
* move dummy implementions to dummy dir and add
...
it as fallback in the includepath
git-svn-id: trunk@12167 -
2008-11-18 23:16:44 +00:00
peter
82e5bdc6ab
* delete svn:mergeinfo
...
git-svn-id: trunk@12166 -
2008-11-18 23:10:58 +00:00
peter
9931cb8ea8
* fix building package in currentdir that was
...
broken by the available/installed repository split
git-svn-id: trunk@12163 -
2008-11-18 23:01:47 +00:00
peter
a1281fc98d
* split packages in multiple procedures to prevent
...
procedure too complex
* use separate includes so they can be regenerated
with simple unix commands that are listed in fpmake.pp
git-svn-id: trunk@12162 -
2008-11-18 19:47:28 +00:00
peter
514ccae231
* use random name for tempbuilddir
...
* fix uninitialized needfpmkunitsource
git-svn-id: trunk@12160 -
2008-11-18 19:45:34 +00:00
peter
2a952c89a5
* store vmt entries in ppu
...
* give a note if the visibility of a vmt entry is lower than
the previous (parent) entry
* refactor vmt method collection using the new always available
vmt entries
git-svn-id: trunk@12159 -
2008-11-18 18:49:27 +00:00
florian
80ff09c6f4
* correct handling of constant operands of aad/aam
...
git-svn-id: trunk@12158 -
2008-11-18 16:21:58 +00:00
florian
145dc4d8d6
* write assembler error at the correct position, first fix for #12595
...
git-svn-id: trunk@12157 -
2008-11-18 16:08:22 +00:00
micha
d6b3d5dd38
* enable poll syscall in freebsd
...
git-svn-id: trunk@12156 -
2008-11-17 22:20:37 +00:00
joost
d1beccce83
* New algorith to store update-buffers to file
...
* RowStateToByte and ByteToRowState
* Start at the begin of a stream, after the automatic recognition of the stream has been used
* Implemented TBufDataset.CompareBookmarks
* Some update-buffer fixes
* Fixed some warnings
git-svn-id: trunk@12155 -
2008-11-17 22:05:00 +00:00
micha
04d8ad3f17
* fix linux syscall numbers naming consistency #2 (overlooked some)
...
git-svn-id: trunk@12154 -
2008-11-17 21:48:02 +00:00
micha
176f545c3b
* fix linux syscall numbers naming consistency (fixes x86_64 unit linux build)
...
git-svn-id: trunk@12153 -
2008-11-17 21:46:34 +00:00
peter
36cad44923
* refactor is_visible_for_object
...
git-svn-id: trunk@12152 -
2008-11-17 21:41:40 +00:00
michael
552e5fc66f
* Added fpclasschart to Makefile
...
git-svn-id: trunk@12143 -
2008-11-17 15:15:38 +00:00
michael
f4121a2259
* Removed empty constructor and destructor
...
git-svn-id: trunk@12142 -
2008-11-17 12:31:27 +00:00
florian
af133effa2
* fix of broken r12138
...
git-svn-id: trunk@12141 -
2008-11-17 10:18:25 +00:00