Commit Graph

474 Commits

Author SHA1 Message Date
peter
a704cbf048 * never prefer conversion to formaldef
git-svn-id: trunk@4387 -
2006-08-07 19:50:52 +00:00
peter
22657a363b * pass context class to searchsym_in_class to fix the visibility
of protected members called from a named class in a child class
    that also has the visibility for those protected members

git-svn-id: trunk@4384 -
2006-08-07 19:10:11 +00:00
florian
215b870f5e * StrToBool friends, fixes #7222
git-svn-id: trunk@4378 -
2006-08-06 15:38:27 +00:00
Jonas Maebe
f9c0db2cee + added
git-svn-id: trunk@4348 -
2006-08-04 14:55:23 +00:00
Jonas Maebe
800742939b + sparc InterlockedCompareExchange
git-svn-id: trunk@4334 -
2006-08-03 15:32:59 +00:00
Jonas Maebe
bd6dc91069 + some packed array tests
git-svn-id: trunk@4322 -
2006-08-01 15:53:27 +00:00
Jonas Maebe
5bf38351e9 * fixed bug #7195: use regular type conversions for the results of
fpc_sqr(t)_real

git-svn-id: trunk@4290 -
2006-07-24 07:55:32 +00:00
Jonas Maebe
2fd0ddf2f5 * fixed web bug #7100 (finalize instead of only decrref temps for
refcounted function results)

git-svn-id: trunk@4243 -
2006-07-17 15:29:30 +00:00
Jonas Maebe
e95bd67f6c + added
git-svn-id: trunk@4241 -
2006-07-17 14:05:45 +00:00
Jonas Maebe
a12f293781 * fixed wrong note about explictly valued enumeration types if the lower
bound is <= -1

git-svn-id: trunk@4182 -
2006-07-14 17:16:27 +00:00
Jonas Maebe
30ee3416e8 * fixed wrong "assigned but not used" note for class and interface
(the latter via a type cast) variables from which only fields are
    read

git-svn-id: trunk@4181 -
2006-07-14 17:06:31 +00:00
Jonas Maebe
0d0766a595 * fixed web bug #6923 (old 5100): count references to private fields
from non-private properties

git-svn-id: trunk@4180 -
2006-07-14 15:34:02 +00:00
Tomas Hajny
fefc80431a + French message file in ISO 8859-1
git-svn-id: trunk@4170 -
2006-07-13 23:47:13 +00:00
florian
b24388da8d * fix comparedword, fixes #7143
git-svn-id: trunk@4153 -
2006-07-12 20:50:48 +00:00
Legolas
e3a85257be initial import
git-svn-id: trunk@4127 -
2006-07-08 15:14:26 +00:00
chrivers
a4ea0726ef First version of the danish language file
git-svn-id: trunk@4084 -
2006-07-02 20:06:26 +00:00
yury
d9bedaeda2 * updated ctest.o and tcext*.o files for arm-wince.
* tcext5.c test file do not use floating point operations in softfloat mode, otherwise missing links are created to softfloat C functions.

git-svn-id: trunk@4078 -
2006-07-02 14:12:33 +00:00
Tomas Hajny
d2c0a64a8c test removed
git-svn-id: trunk@4065 -
2006-07-02 09:27:59 +00:00
Tomas Hajny
0cbf473d24 test - will be removed
git-svn-id: trunk@4064 -
2006-07-02 09:26:59 +00:00
peter
172413fd09 * inheritance based on message also needs to find hidden
private methods

git-svn-id: trunk@4024 -
2006-06-30 21:06:49 +00:00
peter
96fba798f0 * generate input file in the test
git-svn-id: trunk@4019 -
2006-06-30 20:21:23 +00:00
peter
b32b872a7e * change non-volatile rbx to volatile r11
git-svn-id: trunk@4013 -
2006-06-30 20:01:37 +00:00
michael
3b6b7a5973 + Patch from Graeme Geldenhuys: New testlistener
git-svn-id: trunk@3998 -
2006-06-29 19:35:52 +00:00
michael
5f92ba07a6 * Patch from Sergei Gorelkin:
- xmlwrite.pp: Implemented built-in buffering with simultaneous UTF8
encoding, which made it faster about 3 times.
- dom.pp: Implemented a number of missing methods; wrote a skeleton for
namespace support (not working yet); implemented timestamping for
TDOMNodeList (so it is rebuilt only when underlying nodes are
changed). The complete list of changes is in 'FIX:' and 'DONE:'
comments in dom.pp itself.
- xmlread.pp: Numerous fixes in order to improve performance and comply with
the testsuite.

git-svn-id: trunk@3973 -
2006-06-27 09:04:09 +00:00
michael
fce57deb31 + Patch from Graeme to add DUnit compatibility interface.
git-svn-id: trunk@3968 -
2006-06-26 19:22:17 +00:00
peter
4c065bce45 * move InterLocked functions to system unit
git-svn-id: trunk@3933 -
2006-06-25 09:26:23 +00:00
Jonas Maebe
378e7fb3d4 + added
git-svn-id: trunk@3921 -
2006-06-22 09:39:36 +00:00
Jonas Maebe
df973fa1de * fixed issue #6977 (add regvars occupied by the invisible high parameter
of "open array" and "array of const" parameters to the used regvars
    for their array accesses if range checking is turned on)

git-svn-id: trunk@3914 -
2006-06-21 18:24:01 +00:00
Jonas Maebe
58703324a9 * fixed issue #6913 (old bug id: #5086)
git-svn-id: trunk@3912 -
2006-06-21 17:11:52 +00:00
peter
79703f834e * new test
git-svn-id: trunk@3892 -
2006-06-19 06:59:25 +00:00
Jonas Maebe
5fa53a1a8c * optimize away "x mod 1" and "x div 1" + test (ppc code generator handled
"div 1" wrongly)

git-svn-id: trunk@3868 -
2006-06-15 15:53:43 +00:00
peter
eb8db1e460 * fix internal alias parameters for incr_ref
git-svn-id: trunk@3844 -
2006-06-11 10:51:27 +00:00
peter
77a7476620 * new test
git-svn-id: trunk@3814 -
2006-06-06 10:25:27 +00:00
michael
7eb62c2de6 + Fixed bug #4821 and added test
git-svn-id: trunk@3810 -
2006-06-05 16:56:37 +00:00
tom_at_work
965eba1c16 + added tcext5.o object file for C parameter passing test in testsuite
git-svn-id: trunk@3791 -
2006-06-04 15:18:56 +00:00
tom_at_work
802fa8ed32 + new additional test program for testing record register variables
git-svn-id: trunk@3786 -
2006-06-04 12:37:26 +00:00
joost
e4fe73dcf8 + added mysql
+ added parameters-tests

git-svn-id: trunk@3774 -
2006-06-03 12:31:14 +00:00
yury
bb89c61f44 - deleted assembler startup files.
git-svn-id: trunk@3765 -
2006-06-02 08:37:38 +00:00
Jonas Maebe
2ded22701b + Apple universal interfaces for FPC
git-svn-id: trunk@3755 -
2006-05-31 15:21:54 +00:00
Jonas Maebe
03302dc7c4 * fixed support for macpas & and | operators: they only work on booleans
now, and always perform short circuit boolean evaluation (also in {$b+})

git-svn-id: trunk@3745 -
2006-05-30 13:02:36 +00:00
florian
4f199e533b + creation of IDE configuration files
git-svn-id: trunk@3740 -
2006-05-29 20:42:10 +00:00
Jonas Maebe
316c4d6313 * fixed web bug tw4954 (warning when reading from a typed file)
+ test for the above (submitted test program minus childish remarks)

git-svn-id: trunk@3733 -
2006-05-29 09:54:42 +00:00
tom_at_work
88ac727d44 + added tcext5 C object file for linux/powerpc
git-svn-id: trunk@3725 -
2006-05-28 21:03:41 +00:00
Legolas
ca68b19414 Removed old stuff and updated lnkscript
git-svn-id: trunk@3718 -
2006-05-28 18:36:58 +00:00
florian
5575a837db * gba patch from Francesco Lombardi
git-svn-id: trunk@3716 -
2006-05-28 14:48:24 +00:00
florian
2a62055580 + added expand defines for all OSes, hopefully no OS forgotten
git-svn-id: trunk@3708 -
2006-05-27 21:30:35 +00:00
florian
3c07574d4f + new tests
git-svn-id: trunk@3697 -
2006-05-27 15:30:53 +00:00
florian
e192729213 * test for previous fix
git-svn-id: trunk@3686 -
2006-05-26 19:07:36 +00:00
daniel
1b0e253f52 + New implementation of outline.pas.
Contains some code contrinuted by Onur Sayman.

git-svn-id: trunk@3676 -
2006-05-25 21:06:00 +00:00
michael
8a17b1c1e3 * Initial implementation of imagemagick bindings by Felipe Monteiro de Carvalho
git-svn-id: trunk@3666 -
2006-05-25 08:12:51 +00:00