Commit Graph

1486 Commits

Author SHA1 Message Date
Tomas Hajny
74e0e90a45 * move clktest to examples
git-svn-id: trunk@11100 -
2008-05-27 21:35:28 +00:00
michael
c902915f9e * Adding it here till a solution for fpcunit-based tests exists
git-svn-id: trunk@11087 -
2008-05-26 18:31:36 +00:00
Jonas Maebe
0a79badb4e + added missing makefiles
git-svn-id: trunk@11072 -
2008-05-24 09:05:59 +00:00
Jonas Maebe
e60e078eb5 * only allow decimalseparator to be used as decimal separator in
texttofloat() and friends, rather than both '.' and decimalseparator
    (mantis #9126)

git-svn-id: trunk@11069 -
2008-05-24 08:49:34 +00:00
florian
216e468cd9 + test for #10045
git-svn-id: trunk@11065 -
2008-05-23 21:23:10 +00:00
Jonas Maebe
e4124cd070 + added test
git-svn-id: trunk@11061 -
2008-05-23 18:12:02 +00:00
florian
67ef9f20ae * test for previous commit
* fixed wrapper generation for bigger offsets as well

git-svn-id: trunk@11059 -
2008-05-23 16:16:34 +00:00
florian
33b69b0bd2 * fixed wrong naming
git-svn-id: trunk@11034 -
2008-05-22 11:08:14 +00:00
Jonas Maebe
63abaeecea + test for already fixed mantis #11309
git-svn-id: trunk@11026 -
2008-05-21 17:06:41 +00:00
Jonas Maebe
ecf4aa7f55 * use rounding correction in str_real based on smallest possible
delta for which 1.0 and 1.0+delta is different, rather than
    some power-of-10 ballpark equivalent (fixes mantis #11308)
  * print the same number of digits for doubles on systems
    which support extended as on those which don't (i.e.,
    one digit less on the former). This solves regressions after
    the previous change and is Delphi-compatible.
  * adapted tests for the previous change

git-svn-id: trunk@11025 -
2008-05-21 16:55:31 +00:00
florian
6d9eeaf0f0 + missing (empty) file
git-svn-id: trunk@11021 -
2008-05-21 07:07:58 +00:00
florian
c9433c0b1f - removed directory with non-working sources as well with copyrighted sources
git-svn-id: trunk@11019 -
2008-05-19 20:20:01 +00:00
florian
35c0f78642 + Haiku support by Olivier Coursière based on old BeOS support
git-svn-id: trunk@11014 -
2008-05-19 17:33:35 +00:00
florian
1fe749c90c + test for proper line info retrival from dlls/sos
git-svn-id: trunk@11007 -
2008-05-18 18:26:17 +00:00
florian
d7673694f1 * enable parsing of default properties when used with objects, resolves #10795
git-svn-id: trunk@11003 -
2008-05-18 13:27:59 +00:00
florian
df32d17e1a * stress testing for interface wrappers
git-svn-id: trunk@10994 -
2008-05-18 08:58:55 +00:00
joost
232ee3dfa0 * Renamed the RegExprCompat unit to RegExpr. This wrapper around the Regex unit now replaces the old RegExpr unit.
git-svn-id: trunk@10989 -
2008-05-17 19:32:47 +00:00
joost
1aef65f5c0 * Moved regexpr unit to old
git-svn-id: trunk@10987 -
2008-05-17 19:24:47 +00:00
Legolas
3a21b6e5a6 * Fixed nds rtl
* Changes for gba:
  * Random number generator is now embedded in the rtl
  * Improved heap 
  * Updated the linker script
  - Removed the outdated gbaunits library and
  + replaced by libgbafpc package

git-svn-id: trunk@10986 -
2008-05-17 18:57:14 +00:00
florian
e265393d7a * make stringconstn => open array of char a l1 conversion as it was earlier, resolves #10727
git-svn-id: trunk@10984 -
2008-05-17 18:18:51 +00:00
florian
f5ccb70a2f * commited to wrong directory
git-svn-id: trunk@10979 -
2008-05-15 18:40:05 +00:00
florian
eca558b33b * don't crash on empty ProcDefs when handling interfaces, resolves #11295
git-svn-id: trunk@10978 -
2008-05-15 18:38:24 +00:00
yury
5cfdc37662 + Added cpl unit by Vasil Maximov.
git-svn-id: trunk@10971 -
2008-05-14 16:34:19 +00:00
yury
26efe0df1d + Added sipapi unit by Vasil.
git-svn-id: trunk@10962 -
2008-05-13 10:55:53 +00:00
Jonas Maebe
6ac63bcafe * also process tcallnode.funcretnode in nutils.foreachnode*(),needed
for properly synchronizing regvars after loops. The absense of this
    causes the crash in the test program of mantis #11290 under 2.2.1,
    and while it doesn't crash under 2.3.1 due to differences in the
    code generation, the bug could cause errors in other situations
    here as well)

git-svn-id: trunk@10959 -
2008-05-12 20:50:43 +00:00
florian
8306eb4753 * compare constant sets correctly while choosing an overloaded procedure, resolves #11288
git-svn-id: trunk@10957 -
2008-05-12 12:45:55 +00:00
Jonas Maebe
87aa666768 + test I still had lying around
git-svn-id: trunk@10950 -
2008-05-12 09:51:19 +00:00
florian
88cfaf0a41 + added overload directive as requested by Paul
git-svn-id: trunk@10949 -
2008-05-12 09:15:39 +00:00
yury
b658d55980 * Renamed oleaut32 to oleauto to match corresponding C header name.
git-svn-id: trunk@10941 -
2008-05-11 10:05:48 +00:00
florian
0a4314206f * range check error checking for floats refactored
* never throw range/overflow check errors for floats in delphi mode, resolves #7584

git-svn-id: trunk@10940 -
2008-05-11 09:09:21 +00:00
florian
4a243d451f + support of -Mxxx or $modeswitch to enable single mode specific features
git-svn-id: trunk@10936 -
2008-05-10 22:04:53 +00:00
florian
c399cbc520 - unused
git-svn-id: trunk@10931 -
2008-05-10 16:13:20 +00:00
Jonas Maebe
b31a502e6e * tw9176a should fail, moved to webtbf and added { %fail }
+ added tw9176 which should succeed

git-svn-id: trunk@10924 -
2008-05-09 21:01:41 +00:00
yury
89eb913ad3 + Added htmlctrl.
git-svn-id: trunk@10920 -
2008-05-09 19:38:59 +00:00
giulio
18868ae015 Added fpmake.pp for fcl-res
git-svn-id: trunk@10919 -
2008-05-09 19:07:05 +00:00
yury
981920616f * Windows unit additions by Vasil.
+ msgqueue, pm, service, winioctl header translations by Vasil.

git-svn-id: trunk@10914 -
2008-05-09 15:25:28 +00:00
Jonas Maebe
0645313da5 * fixed wrong internal error in case a swapped set <op> setelement
addnode was processed after r10432/10433 (mantis #11255)

git-svn-id: trunk@10904 -
2008-05-07 18:11:18 +00:00
yury
1ec04dfd36 * Moved gx to packages.
git-svn-id: trunk@10903 -
2008-05-07 13:39:41 +00:00
yury
26d51730a8 + Added cesync, rapi, windbase units. rapi is builded for win32 only. cesync is builded for both wince and win32.
git-svn-id: trunk@10902 -
2008-05-07 13:16:34 +00:00
yury
4ea565e9a6 + Added gpsapi and todaycmn units by Vasil.
git-svn-id: trunk@10901 -
2008-05-07 12:54:12 +00:00
yury
9633252e30 * Fixed winceunits sources and added them to build.
git-svn-id: trunk@10900 -
2008-05-07 12:46:47 +00:00
yury
e2634e0b8d * renamed files.
git-svn-id: trunk@10898 -
2008-05-07 11:26:28 +00:00
yury
d2af7aa34a * Started moving wince extra APIs from windows unit to separate units in packages/winceunits. Similar to win32/64.
git-svn-id: trunk@10897 -
2008-05-07 11:16:05 +00:00
Jonas Maebe
edae55a3a9 + test for mantis #11182 (one which also crashed 2.3.1 before
the fix)

git-svn-id: trunk@10894 -
2008-05-06 13:45:25 +00:00
Jonas Maebe
aa4e14f96a + test for mantis #6769 (already works with 2.3.1 and 2.2.1)
git-svn-id: trunk@10892 -
2008-05-06 12:26:18 +00:00
Jonas Maebe
85b9c65f51 * fixed support in macpas mode for anonymous procedure/function types
in parameter lists after r9484 (mantis #11254)

git-svn-id: trunk@10885 -
2008-05-05 11:59:35 +00:00
marco
046de405d1 * test for enum case, on Jonas' request
git-svn-id: trunk@10881 -
2008-05-04 18:31:33 +00:00
marco
5edafaab61 * Examples from 10820. Russian one needs testing. Makefile will follow
git-svn-id: trunk@10878 -
2008-05-04 15:51:26 +00:00
Jonas Maebe
71d268db32 + extra test for #10998
git-svn-id: trunk@10877 -
2008-05-04 12:45:10 +00:00
florian
95c69a64ad * don't generate a hidden parameter for static class methods, resolves #10998
git-svn-id: trunk@10876 -
2008-05-04 07:43:24 +00:00