Commit Graph

29498 Commits

Author SHA1 Message Date
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
florian
7afd3ba256 * patch by Petr Kirstan to resolve #12333
git-svn-id: trunk@12138 -
2008-11-16 22:53:17 +00:00
marco
e0ea4edff0 * Read into string with len 0 could cause range check errors.
git-svn-id: trunk@12131 -
2008-11-16 20:03:30 +00:00
marco
77de2ff338 * Fix rangecheck problem, IDE now starts up after being compiled with -CROriot
git-svn-id: trunk@12130 -
2008-11-16 19:56:22 +00:00
marco
a472967423 * compiletime range check fixes. SVN now compiles with -CROriot
git-svn-id: trunk@12129 -
2008-11-16 19:08:03 +00:00
micha
4594758ae5 + add poll support for unix
git-svn-id: trunk@12128 -
2008-11-16 17:05:47 +00:00
michael
303d951c48 * Patch from bug report 12467 applied
git-svn-id: trunk@12125 -
2008-11-16 15:51:17 +00:00
micha
923e5eff19 * fix lstat syscall for linux/powerpc64 (lstat64 is only for 32 bit platforms)
git-svn-id: trunk@12122 -
2008-11-16 14:22:36 +00:00
florian
a0939ad9d6 * actually the important part of r12120 containing the compiler change
git-svn-id: trunk@12121 -
2008-11-16 14:08:31 +00:00
florian
706f8085f4 * convert int64 properly to c-bools, resolves #12614
git-svn-id: trunk@12120 -
2008-11-16 13:27:59 +00:00
andrew
d423812928 * Fixed several chm bugs.
* Now searching for particular words is supported instead of a full dump of the index. 
* Generated files don't crash the MS reader when searching.

git-svn-id: trunk@12119 -
2008-11-16 05:45:19 +00:00
florian
17a08efb82 * handle methodpointer function results like records of the same size, resolves #12318
git-svn-id: trunk@12118 -
2008-11-15 23:05:36 +00:00
michael
ea29eb439f * Test for default of property override: default of parent must be preserved
git-svn-id: trunk@12117 -
2008-11-15 22:35:36 +00:00