Tomas Hajny
|
d8827829d6
* fix for potential security issue with ~/.fp directory owned by root
|
16 years ago |
Jonas Maebe
|
8ad1500438
* disallow passing descendent interfaces to var parameters (mantis #12933)
|
16 years ago |
Jonas Maebe
|
3a68484434
* skip for darwin/i386 (contains non-pic assembler)
|
16 years ago |
yury
|
ef716bda30
+ Added tsp wince api unit by AnarchyMob.
|
16 years ago |
Jonas Maebe
|
5c981f38ff
* better error messages for invalid floating point and classrefdef
|
16 years ago |
marco
|
6916115086
* initialize edit menu to disabled, bug #6614
|
16 years ago |
Jonas Maebe
|
307d9745ed
* adapted some field names so they correspond to the automatically
|
16 years ago |
Jonas Maebe
|
6e1dc583b2
+ also test qword->float conversion
|
16 years ago |
Jonas Maebe
|
b73ed1587a
* added warning to stack checking option
|
16 years ago |
Jonas Maebe
|
1a1fc1357d
* honour the specified stack size when creating new threads on unix
|
16 years ago |
Jonas Maebe
|
5a88be1030
* set default stack size to 4 MiB instead of to 32 KiB
|
16 years ago |
Jonas Maebe
|
b7d461d0f0
* fixed generic stack checking code (the stack pointer is already decreased
|
16 years ago |
Jonas Maebe
|
75cbf8cacd
* changed default stack sizes that were still 256 KiB into 8 MiB
|
16 years ago |
ivost
|
8a7a611086
* added more libxml2 xsd helper functions
|
16 years ago |
joost
|
cb2f3d744d
* TFieldDef.Create must be defined as override instead of overload so that in case of loading from stream the right constructor is called
|
16 years ago |
ivost
|
9cd16a4801
* fixed bug in libxml2 headers. xmlXPathCompiledEval returned wrong type.
|
16 years ago |
ivost
|
c1d518f27c
* removed some obsolete functions, fixed parser functions
|
16 years ago |
ivost
|
1d052e3639
* extended xsd helper functions for libxml2
|
16 years ago |
ivost
|
66fe1dd465
* fixed typo (windows part only)
|
16 years ago |
ivost
|
33ae673041
* new translation of libgd headers, including windows support. because of some ABI changes, I didn't delete the old gd.pp header file. The new one is called libgd.pas
|
16 years ago |
Jonas Maebe
|
6c7d64620c
* enabled opengles package for darwin/i386, it works fine under the
|
16 years ago |
joost
|
d844200495
* On TDataset.Edit exit the method when the state is dsEdit or dsInsert before CheckBrowseMode is called, because CheckBrowseMode will always set the state to dsBrowse. (+test)
|
16 years ago |
joost
|
f722533e9a
* Removed totally useless "try .. except raise end" block
|
16 years ago |
joost
|
11015eb6ad
* Changed SQLParser in a function which returns the obtained statement-type instead of setting the statementtype of the cursor directly, second part of r12512
|
16 years ago |
joost
|
d6903a4bb6
* Moved some code to avoid problems while handling exceptions
|
16 years ago |
joost
|
8922c3e310
* Check for an empty statement before the cursor is allocated so that the right error message is shown. (+test which was committed partly in r12510 already)
|
16 years ago |
joost
|
3657380e77
* Fixed TestBlobSize test
|
16 years ago |
joost
|
0899d13e3a
* Fixed TestBlobSize test
|
16 years ago |
joost
|
8e61594c9a
* Added xmldatapacketreader to makefile
|
16 years ago |
joost
|
b844e3841c
* Added tests to test insertions after all records are deleted
|
16 years ago |