Commit Graph

28751 Commits

Author SHA1 Message Date
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
Tomas Hajny
d86bc53b0c * fix for missing initialization of widestring manager by Giulio Bernardi
git-svn-id: trunk@10797 -
2008-04-26 04:52:22 +00:00
Tomas Hajny
e64c9a152a * fix for doubled slashes in paths by Giulio Bernardi
git-svn-id: trunk@10796 -
2008-04-26 04:46:59 +00:00
yury
3e1e6d25f0 * Fixed overload choosing by arm native compiler.
git-svn-id: trunk@10793 -
2008-04-25 20:14:56 +00:00
florian
ea787aba37 * link to results corrected
git-svn-id: trunk@10792 -
2008-04-25 19:48:12 +00:00
florian
b58b0cc60f o readme.txt update by Karl-Michael Schindler:
* Put the usage paragraph to the top.
  + Add the now required make option TEST_FPC=path_to_your_compiler
  * corrected "make rundigest" to "make digest"
  * several small layout and wording changes 

git-svn-id: trunk@10791 -
2008-04-25 19:46:28 +00:00
joost
0820353b71 * Refactored test-values, removed duplicate and re-enabled a string-testvalue containing quotes
git-svn-id: trunk@10786 -
2008-04-24 20:33:44 +00:00
Tomas Hajny
17f3d9fcf7 * fix by Guilio Bernardi for DosExitCode always 0 under Go32v2
git-svn-id: trunk@10781 -
2008-04-24 15:17:40 +00:00
Jonas Maebe
85133af357 + (interactive) test for locale settings by Petr Kristan
git-svn-id: trunk@10780 -
2008-04-24 13:08:43 +00:00
joost
f8e5776b11 * Mysql servers before version 5.0.3 removes trailing spaces on varchar fields, adapted testvalues to take this into account
git-svn-id: trunk@10779 -
2008-04-23 21:26:31 +00:00
michael
2109a8b611 * Make sure fpdoc can parse through classes
git-svn-id: trunk@10771 -
2008-04-23 17:34:06 +00:00
michael
16db18bb73 * Patch from Paul Ishenin to fix tstrings.assign
git-svn-id: trunk@10770 -
2008-04-23 17:32:20 +00:00
yury
86eef577f1 * Fixed fpc_write_text_enum on ARM. TTypeInfo is packed record.
git-svn-id: trunk@10768 -
2008-04-23 12:17:56 +00:00
yury
d26d792e7b * Do not align TTypeInfo.Name field in enumdef_rtti since TTypeInfo record is defined with {$PACKRECORDS 1}. It fixes tw8660 for ARM.
git-svn-id: trunk@10767 -
2008-04-23 12:07:20 +00:00
yury
44e220ca18 * This test is not for wince.
git-svn-id: trunk@10766 -
2008-04-23 09:38:27 +00:00
yury
b9431c876e * More complete fix for bug #10515. Thanks to Jonas for suggestion.
* Fixed warnings in tcnvint6.pp

git-svn-id: trunk@10765 -
2008-04-23 08:22:27 +00:00