Commit Graph

28516 Commits

Author SHA1 Message Date
marco
2fd39019bf * fix for 11176 val ansistring to enum
git-svn-id: trunk@10853 -
2008-05-01 13:05:34 +00:00
Jonas Maebe
0fb87b67b6 * changed string argument of tppufile.putstring into a constant
git-svn-id: trunk@10852 -
2008-05-01 12:34:47 +00:00
Jonas Maebe
6851c958e7 * test doesn't have to fail compilation, but execution
git-svn-id: trunk@10851 -
2008-05-01 11:49:05 +00:00
Jonas Maebe
3d2630c661 * fixed wrong location.size (sign) for x86's in_abs_long + test
git-svn-id: trunk@10850 -
2008-05-01 11:47:32 +00:00
marco
ba9e709878 * fix for 11238
git-svn-id: trunk@10849 -
2008-05-01 11:23:04 +00:00
Jonas Maebe
f24cecc750 * renamed tests so they get executed by the testsuite
* fixed texec2 so it hopefully works for both *nix and windows

git-svn-id: trunk@10847 -
2008-04-30 19:09:01 +00:00
Jonas Maebe
2067da9a62 * patch from Giulio Bernardi to fix the generic AnsiStrIComp,
AnsiStrLComp and AnsiStrLIComp (mantis #11235):
   * fixed wrong equality result in case one of the strings
     was shorter than the other but matched the start
   * AnsiStrLComp and AnsiStrLIComp should ignore embedded #0
     characters

git-svn-id: trunk@10846 -
2008-04-30 19:02:01 +00:00
joost
545e44ff11 * Removed unused BlobsCached function
* Implemented GetSchemaInfoSQL
 * Add support for pragma-statements
 * Map empty field-types to ftString types
 * Implemented BLOB-support

git-svn-id: trunk@10845 -
2008-04-30 18:34:03 +00:00
joost
596f8f5bbb * Avoid second exception while handling the first
git-svn-id: trunk@10844 -
2008-04-30 17:32:12 +00:00
mazen
66f364d012 * Added httpd13 and httpd20 to list of compiled packages as these are to be packaged in Debian for backward compatibility.
git-svn-id: trunk@10843 -
2008-04-30 16:07:41 +00:00
mazen
b81de40204 * Fixed example directory for rexx package.
git-svn-id: trunk@10842 -
2008-04-30 15:25:12 +00:00
mazen
1b07a09ba4 * Added libgd to list of packages to be compiled.
* Fixed compilation of httpd20 and httpd22 examples.

git-svn-id: trunk@10841 -
2008-04-30 15:12:19 +00:00
Jonas Maebe
95637dea75 * fixed swapendian(smallint) (bug found by Joost van der Sluis)
* based swap(smallint) and swap(word) on swapendian(smallint/word),
    since the same bug was already fixed in swap(smallint) in r6752
    (so these routines now share the same code)
  * fixed potential range error in swapendian(word)
  + added basic test for the above four routines

git-svn-id: trunk@10840 -
2008-04-29 22:14:43 +00:00
joost
08a7e289cf * Commit the DDL-transaction in the TestScript test. (interbase only)
git-svn-id: trunk@10839 -
2008-04-29 21:54:45 +00:00
Jonas Maebe
2f25c4422b * export names aren't mangled under OS/2 either (follow-up
to r10836, see proc_get_importname in pdecsub.pas)

git-svn-id: trunk@10838 -
2008-04-29 19:08:02 +00:00
yury
c79fe114a3 * DLL export names are not mangled on Windows (bug #11228).
git-svn-id: trunk@10836 -
2008-04-28 20:08:19 +00:00
Tomas Hajny
91b87e078a * fix for running testsuite for GO32v2 by Giulio Bernardi
git-svn-id: trunk@10835 -
2008-04-28 14:40:21 +00:00
Tomas Hajny
05934cc49d * fix for running testsuite for GO32v2 by Giulio Bernardi
git-svn-id: trunk@10834 -
2008-04-28 14:39:34 +00:00
marco
78e6388073 * remaining fixes for 11226
git-svn-id: trunk@10833 -
2008-04-28 08:23:56 +00:00
yury
cc99d59d8b * Adjust precision checks for arm.
git-svn-id: trunk@10829 -
2008-04-27 21:03:57 +00:00
Jonas Maebe
3b72bf98b0 * fixed short/smallint add/sub peephole in case of operations with
only one operand + documented it by example (mantis #11223)
    

git-svn-id: trunk@10828 -
2008-04-27 21:01:52 +00:00
marco
9add060a56 * fix for 12225
git-svn-id: trunk@10827 -
2008-04-27 20:49:31 +00:00
yury
60ecb64346 * Fixed loading of single floating point values from memory to register for ARM hardfloat.
git-svn-id: trunk@10826 -
2008-04-27 20:47:52 +00:00
marco
03c02a17e9 * SharedSuffix
git-svn-id: trunk@10825 -
2008-04-27 20:33:33 +00:00
joost
971e54c113 * Reverted accidental commit in r10821
git-svn-id: trunk@10824 -
2008-04-27 20:24:29 +00:00
marco
1feac6e9d6 * first half of bug report 12226
git-svn-id: trunk@10823 -
2008-04-27 20:23:30 +00:00
joost
49f7a03478 * Fixes for ftCurrency fields
git-svn-id: trunk@10822 -
2008-04-27 20:15:46 +00:00
joost
3120184b2a * Correct a test for mysql version 5 (server)
git-svn-id: trunk@10821 -
2008-04-27 20:13:49 +00:00
Tomas Hajny
18dda56ea5 * follow-up on restructuring of packages - os2units available as one package now
git-svn-id: trunk@10820 -
2008-04-27 17:37:21 +00:00
joost
97fc499a48 * Allow a size (amount of decimals) of 0 for TBCDFields
git-svn-id: trunk@10819 -
2008-04-27 16:14:04 +00:00
joost
948e71f051 * Improved r10817
git-svn-id: trunk@10818 -
2008-04-27 16:13:11 +00:00
joost
f78ad14699 * Map string-fields with a size above dsMaxStringSize to ftMemo-fields
git-svn-id: trunk@10817 -
2008-04-27 15:46:55 +00:00
marco
d2252b8737 * partial fix for 11156
git-svn-id: trunk@10816 -
2008-04-27 15:22:44 +00:00
florian
fa6c504041 + variant functions of oleaut32.dll added
git-svn-id: trunk@10815 -
2008-04-27 13:18:40 +00:00
joost
f6538406c3 * Clean up TestScript-test properly
git-svn-id: trunk@10814 -
2008-04-27 11:56:05 +00:00
marco
3b4d156f7c * fixes for 10576, two minor items + lots of "VAR" parameter overloads
git-svn-id: trunk@10813 -
2008-04-27 11:29:01 +00:00
joost
a4ab8327a8 * Patch from Luk Vandelaer to use username, password and pagesize on creation of a database
git-svn-id: trunk@10812 -
2008-04-27 08:37:15 +00:00
Jonas Maebe
ef0290a797 * fixed Matrix * Vector (patch by Bartosz Bogacz, mantis #11199)
git-svn-id: trunk@10811 -
2008-04-26 21:44:05 +00:00
Jonas Maebe
3e9110531f * also test test/packages/hash
git-svn-id: trunk@10810 -
2008-04-26 21:34:44 +00:00
Jonas Maebe
311f7c7056 + test for md2/md4/md5 based on the md* example program
git-svn-id: trunk@10809 -
2008-04-26 21:29:45 +00:00
Jonas Maebe
2413d4b43f * fixed constant evaluation check for negvalue+posvalue (mantis #11216)
git-svn-id: trunk@10808 -
2008-04-26 21:22:08 +00:00
joost
6714fbc056 * Fixed warning
* Use consistent test data between 32-bit and 64-bit
 * Fix range-overflow problem in building indexes

git-svn-id: trunk@10807 -
2008-04-26 20:43:44 +00:00
florian
0d1a85715a * another test moved to packages
git-svn-id: trunk@10806 -
2008-04-26 20:23:43 +00:00
florian
8205f6c7b0 + infrastructure for tests depending on packages, by default, package tests are executed.
Setting QUICKTEST when calling the makefile disables package tests
* first tests moved

git-svn-id: trunk@10805 -
2008-04-26 20:20:26 +00:00
marco
619ccffac0 * fix currency copy with extra safety on *BSD, fixed ampm
git-svn-id: trunk@10804 -
2008-04-26 15:15:16 +00:00
marco
aed42d9eeb * some fields not qualified with org*.
git-svn-id: trunk@10803 -
2008-04-26 14:28:19 +00:00
marco
614948f551 * support for debuglocale and print the names of the fields.
git-svn-id: trunk@10802 -
2008-04-26 13:49:41 +00:00
marco
a37bb0dd6e * some debug stuff under ifdef + one fix for *BSD currency
git-svn-id: trunk@10801 -
2008-04-26 11:30:11 +00:00
Tomas Hajny
a88af10e7e + fgl and ctypes added to compilation in patch by Giulio Bernardi
git-svn-id: trunk@10800 -
2008-04-26 05:53:58 +00:00
Tomas Hajny
554b45d18e + probability of issues with long pathnames not fitting DOS command line length limits decreased by patch by Giulio Bernardi
git-svn-id: trunk@10799 -
2008-04-26 05:09:56 +00:00