Commit Graph

28614 Commits

Author SHA1 Message Date
mazen
dec0ba97b0 * Applied patch to fix issue with far call for sparc (bug #11312).
git-svn-id: trunk@10988 -
2008-05-17 19:31:08 +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
Jonas Maebe
52f81c97cf * call gstrip (GNU) instead of strip (Sun)
git-svn-id: trunk@10981 -
2008-05-17 10:57:44 +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
d88a49be79 * Fixed library name in simmgr by Vasil Maximov.
git-svn-id: trunk@10976 -
2008-05-15 16:14:56 +00:00
Jonas Maebe
fe202fd232 * fixed Pos(WideChar,AnsiString)
git-svn-id: trunk@10973 -
2008-05-14 17:18:37 +00:00
yury
5cfdc37662 + Added cpl unit by Vasil Maximov.
git-svn-id: trunk@10971 -
2008-05-14 16:34:19 +00:00
yury
45980d423d * Some additions to Windows unit by Vasil Maximov.
git-svn-id: trunk@10970 -
2008-05-14 16:26:02 +00:00
joost
6e1c3a06a1 * Fixed test. Behaviour is the same as Delphi.
git-svn-id: trunk@10969 -
2008-05-14 14:44:08 +00:00
joost
882a71bc93 * Fixed test. Behaviour is the same as Delphi.
git-svn-id: trunk@10968 -
2008-05-14 14:29:27 +00:00
giulio
50cd527d30 Checkpointer: consider bss section too for go32v2 (webtbs/tw3661 now works)
git-svn-id: trunk@10967 -
2008-05-14 13:08:11 +00:00
marco
416e43903b * introduced sharedsuffix for bug #11291
git-svn-id: trunk@10966 -
2008-05-14 08:51:34 +00:00
yury
403ce8c2c1 * Fixed removing stabs for unused functions. It fixes debugging problems.
git-svn-id: trunk@10963 -
2008-05-13 13:12:07 +00:00
yury
26efe0df1d + Added sipapi unit by Vasil.
git-svn-id: trunk@10962 -
2008-05-13 10:55:53 +00:00
yury
5d1582b940 * Added some API imports and constants by Vasil.
git-svn-id: trunk@10961 -
2008-05-13 10:52:03 +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
giulio
5da751376b Prevent memory corruption by respecting DOS command line length limit (tests/test/targ1b doesn't crash the machine anymore)
git-svn-id: trunk@10958 -
2008-05-12 14:42:24 +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
063af15a0c * set code to 0 in case val(enum) does not encounter an error
git-svn-id: trunk@10951 -
2008-05-12 10:19:53 +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
marco
e086e15cde * tboolresult for xinerama, fixes 11147
git-svn-id: trunk@10947 -
2008-05-11 13:04:18 +00:00
giulio
2d3b290a58 These tests are not for go32v2
git-svn-id: trunk@10946 -
2008-05-11 13:02:58 +00:00
giulio
028c6d9042 Inline methods inside classes unit protected by {$ifdef classesinline}
git-svn-id: trunk@10945 -
2008-05-11 10:19:01 +00:00
giulio
77e5bf78ab Fixed compilation of libgd on go32v2
git-svn-id: trunk@10944 -
2008-05-11 10:14:19 +00:00
giulio
c6d4f1a9e5 Go32v2 is not an embedded target, don't disable features
git-svn-id: trunk@10943 -
2008-05-11 10:11:29 +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
46a381645f * regenerated
git-svn-id: trunk@10938 -
2008-05-11 07:36:50 +00:00
florian
1f32ed79c1 + create svn add menu entry in tools menu
git-svn-id: trunk@10937 -
2008-05-11 07:36:30 +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
joost
b507b1a22d * Disable controls while applying updates (bug 9380)
git-svn-id: trunk@10934 -
2008-05-10 21:29:35 +00:00
giulio
9203f46e1a * Handling of -Sf parameter fixed
* Fixed definition of FPC_HAS_FEATURE_xxx macros for targets not supporting the full range of features
 * Added DYNLIBS feature

git-svn-id: trunk@10932 -
2008-05-10 17:00:04 +00:00
florian
c399cbc520 - unused
git-svn-id: trunk@10931 -
2008-05-10 16:13:20 +00:00
Jonas Maebe
b3d731f9a8 * fixed cutils local copy of swapendian
git-svn-id: trunk@10929 -
2008-05-10 10:45:25 +00:00
florian
ae836f878f + handle also widestring constants in constant string expressions
git-svn-id: trunk@10927 -
2008-05-10 08:58:35 +00:00
joost
6f8fd76e21 * Restructured the ApplyRecUpdates mechanism. Update-queries are only created when necessary and improved error messages. Readonly does not depend on ParseSQL anymore (mantis 9254) + test
git-svn-id: trunk@10926 -
2008-05-09 21:40:18 +00:00
Jonas Maebe
e4f93fbbd3 * disable second part of the test for 64 bit platforms (see comments)
git-svn-id: trunk@10925 -
2008-05-09 21:08:30 +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
02e6029ba1 * Build activex and comobj for wince.
git-svn-id: trunk@10921 -
2008-05-09 20:06:35 +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
ffc3e933f9 * Fixed activex and comobj for wince.
git-svn-id: trunk@10918 -
2008-05-09 18:52:00 +00:00
yury
9d0acf1505 * Added some types and structs to make activex unit compilable.
git-svn-id: trunk@10917 -
2008-05-09 18:43:38 +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
7657cd7b6c * result of prefetch is voidtype, not voidpointertype (fixes mantis #11275)
git-svn-id: trunk@10913 -
2008-05-09 14:13:59 +00:00
Jonas Maebe
fc4b431768 * slightly reformatted output
git-svn-id: trunk@10912 -
2008-05-08 19:55:48 +00:00