paul 5ba2d8d3df merge 13886,13888-13889,13894-13897,13900-13907,13910-13922,13925-13931 revisions from the trunk 16 years ago
..
tw0744.pp b9a0b3108a * update 25 years ago
tw0769b.pp e5920bc2b8 * delay verbosity changes just like localswitches changes 17 years ago
tw0769c.pp e5920bc2b8 * delay verbosity changes just like localswitches changes 17 years ago
tw0784.pp b9a0b3108a * update 25 years ago
tw0807.pp 952e80a72f * old logs removed and tabs fixed 23 years ago
tw0840.pp 28a1e156e7 * moved to fail 24 years ago
tw0855.pp 10db34aa26 * use ptrint 21 years ago
tw0856.pp 952e80a72f * old logs removed and tabs fixed 23 years ago
tw0890.pp 952e80a72f * old logs removed and tabs fixed 23 years ago
tw0890a.pp e5a1d628eb * fixed one regression in r5682: implementation declarations with a 18 years ago
tw0893.pp f098f035f8 * test should fail, fields return the offset as constant which 22 years ago
tw0896.pp a70eba78a6 * Delete temporary files used by tests. It is important when remotely run testsuite at Pocket PC. Temp files are created in root folder and it is not good if the files are left. 18 years ago
tw0896a.pp a70eba78a6 * Delete temporary files used by tests. It is important when remotely run testsuite at Pocket PC. Temp files are created in root folder and it is not good if the files are left. 18 years ago
tw10081.pp 549f1ecc1b * when using overloaded functions in Delphi mode without the "overload" 16 years ago
tw10425a.pp 719c29cf86 + new cpo_openequalisexact parameter comparison option which 17 years ago
tw10457.pp c05f18a1b0 * catch duplicate field declarations in a single class in Delphi mode 17 years ago
tw10833a.pp e5920bc2b8 * delay verbosity changes just like localswitches changes 17 years ago
tw10849.pp e5920bc2b8 * delay verbosity changes just like localswitches changes 17 years ago
tw10890a.pp a2beae0e11 * use more generic set type boundaries for constant sets with one 17 years ago
tw10998a.pp 71d268db32 + extra test for #10998 17 years ago
tw11254a.pp dc1ac3f9fa + added missing { %fail } 17 years ago
tw11295a.pp f5ccb70a2f * commited to wrong directory 17 years ago
tw11295b.pp f5ccb70a2f * commited to wrong directory 17 years ago
tw1157a.pp a813c64e3e * cpu i386 21 years ago
tw11619b.pp 2f2d4714d0 + test to make sure that {$x-} works properly for inlined functions 17 years ago
tw11632.pp fffc05731c * don't crash when ranges are passed erroneously to an array of const, resolves #11632 17 years ago
tw11846.pp e5920bc2b8 * delay verbosity changes just like localswitches changes 17 years ago
tw11846c.pp e5920bc2b8 * delay verbosity changes just like localswitches changes 17 years ago
tw11848a.pp e5920bc2b8 * delay verbosity changes just like localswitches changes 17 years ago
tw11849a.pp e5920bc2b8 * delay verbosity changes just like localswitches changes 17 years ago
tw11862a.pp 76ce35b905 * method definitions in "child" interfaces also hide those in "parent" 17 years ago
tw11970.pp 937067e367 + check if forward definitions and real definitions have the same type, resolves #11970 17 years ago
tw12075.pp f07d00b7f0 * changed test so it also produces a warning (and hence fails) on 64 bit 17 years ago
tw12109a.pp 2929624ffc * accept overloaded operators that return any shortstring type when needing 16 years ago
tw12303.pp 499c523346 * accept only valid guid as iid for com and dispinterfaces, resolves #12030; I'am not sure though if this isn't a feature used by people already 16 years ago
tw12329.pp 79850c5027 * don't crash when someone uses an integer value to declare a wide/unicode 17 years ago
tw12365a.cfg cb9e52826f * fix range check error in options handling, resolves #12365 17 years ago
tw12365a.pp cb9e52826f * fix range check error in options handling, resolves #12365 17 years ago
tw12365b.cfg cb9e52826f * fix range check error in options handling, resolves #12365 17 years ago
tw12365b.pp cb9e52826f * fix range check error in options handling, resolves #12365 17 years ago
tw1238.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw1251a.pp b9a0b3108a * update 25 years ago
tw1270.pp cc3d72c9a1 * added fail 25 years ago
tw12933.pp 8ad1500438 * disallow passing descendent interfaces to var parameters (mantis #12933) 16 years ago
tw1306.pp e417e34496 * truncate log 20 years ago
tw13135.pp f2a1d8edf6 * moved test to proper location 16 years ago
tw1316.pp 313beddf2e * added missing FAIL 24 years ago
tw1328.pp 88dc74a73f * fixes to compile 24 years ago
tw13563a.pp 10158da60e * give an error when trying to use the offset of a non-byte-aligned field 16 years ago
tw1365.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw13815.pp e6bf70fc05 * fixed/cleaned up tests for "nil + 1" 16 years ago
tw1395.pp f329e6bfca test void assignment 24 years ago
tw13956.pp e42842b31c * don't allow skipping property parameters if the getter/setter has default 16 years ago
tw13971a.pp ae6200ce72 + tests forgotten to commit as part of r13334 16 years ago
tw13971b.pp ae6200ce72 + tests forgotten to commit as part of r13334 16 years ago
tw13971c.pp ae6200ce72 + tests forgotten to commit as part of r13334 16 years ago
tw13971d.pp ae6200ce72 + tests forgotten to commit as part of r13334 16 years ago
tw13971e.pp ae6200ce72 + tests forgotten to commit as part of r13334 16 years ago
tw13971f.pp ae6200ce72 + tests forgotten to commit as part of r13334 16 years ago
tw13992.pp 47702aa3a5 * disallow new(property) (mantis #13992) 16 years ago
tw1407.pp a891b6a1be * added missing fail 24 years ago
tw14104a.pp 79f139bff7 + tests for previous commit 16 years ago
tw14104b.pp 79f139bff7 + tests for previous commit 16 years ago
tw14104c.pp 79f139bff7 + tests for previous commit 16 years ago
tw14248.pp 6c99746074 * forbid the usage of Result(x) as function call, resolves #14248 16 years ago
tw1432.pp 952e80a72f * old logs removed and tabs fixed 23 years ago
tw14650.pp b8a28ff5da * zapped gremlins that threw off dotest's detection of the %fail 16 years ago
tw14650a.pp b8a28ff5da * zapped gremlins that threw off dotest's detection of the %fail 16 years ago
tw1467.pp 9cf1d27137 * added fail directivey 24 years ago
tw14713.pp 5ba2d8d3df merge 13886,13888-13889,13894-13897,13900-13907,13910-13922,13925-13931 revisions from the trunk 16 years ago
tw14713a.pp 5ba2d8d3df merge 13886,13888-13889,13894-13897,13900-13907,13910-13922,13925-13931 revisions from the trunk 16 years ago
tw1483.pp b620a6c66d * new tests 24 years ago
tw1599.pp 1c22644da3 * more bugs 23 years ago
tw1599b.pp f4de74d6be check also implementation 23 years ago
tw1633.pp f9f7531db6 * skip tdir test for wince. 19 years ago
tw1642.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw1655.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw1681.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw1754.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw1754b.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw1782.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw1827.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw1830.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw1842.pp e37725d6fd * more bugs 23 years ago
tw1858.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw1905.pp 7468b80f43 * new bugs from the web 23 years ago
tw1927.pp bb80969622 * new bugs 23 years ago
tw1928.pp bb80969622 * new bugs 23 years ago
tw1939.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw1949.pp 895b7c6840 * new bug 23 years ago
tw1969.pp 8d0dc4b69d * new bugs 23 years ago
tw1995.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw2018.pp 8d0dc4b69d * new bugs 23 years ago
tw2037.pp e417e34496 * truncate log 20 years ago
tw2046.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw2053.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw2053b.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw2070.pp 58fda2b1b8 * fix compile mode 23 years ago
tw2128.pp 5a3081439e no message 22 years ago
tw2129.pp 404d7fdc70 no message 22 years ago
tw2154.pp e77d88c06e no message 22 years ago
tw2174.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw2209.pp e5920bc2b8 * delay verbosity changes just like localswitches changes 17 years ago
tw2242.pp 883bdeff12 * fixed compile issues 21 years ago
tw2273.pp a5a815c133 * test should fail 22 years ago
tw2281.pp a79c9b019e * new bug 23 years ago
tw2285.pp e417e34496 * truncate log 20 years ago
tw2357.pp c334674c1a * new bugs 22 years ago
tw2359.pp 3e9210af7b * new bug 22 years ago
tw2362.pp 15e9a5eb13 * new bugs 22 years ago
tw2383.pp c334674c1a * new bugs 22 years ago
tw2400.pp f76bde6a64 * new bugs 22 years ago
tw2403.pp bafba256ad + 2403 bug report 22 years ago
tw2414.pp 7fd4b571ce * new bugs 22 years ago
tw2478.pp cf7d1d5421 * forgot %fail 22 years ago
tw2562.pp aa51a11b02 * new bug 22 years ago
tw2657.pp b645c2842e * new bugs 22 years ago
tw2670.pp e417e34496 * truncate log 20 years ago
tw2719.pp aae403c0b4 * moved to webtbf 22 years ago
tw2721.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw2724.pp ab460bc0de * moved to tbf 22 years ago
tw2739.pp a2da84d9ae * new bug 21 years ago
tw2751.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw2752.pp e5920bc2b8 * delay verbosity changes just like localswitches changes 17 years ago
tw2787.pp 6fe726cf7a * new bugs 22 years ago
tw2795.pp e417e34496 * truncate log 20 years ago
tw2853.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw2853a.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw2853b.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw2853c.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw2878.pp e417e34496 * truncate log 20 years ago
tw2972.pp 20a9b0c482 * test should fail 21 years ago
tw2972b.pp 20a9b0c482 * test should fail 21 years ago
tw2983a.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw2996.pp 53818575d3 * new bugs 21 years ago
tw3000.pp 53818575d3 * new bugs 21 years ago
tw3047.pp 0debc54f69 * aded { %fail } 21 years ago
tw3114.pp 53c7e9acb4 * new bug 21 years ago
tw3116.pp 7e5fa195a3 * new bug 21 years ago
tw3126.pp e417e34496 * truncate log 20 years ago
tw3145.pp 30c326bd62 new bugs 21 years ago
tw3183.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw3186.pp e417e34496 * truncate log 20 years ago
tw3218.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw3241.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw3253.pp 83123fe654 new bug 21 years ago
tw3267.pp 877551b144 * new bugs 21 years ago
tw3275.pp 17e7e421db * new bug 21 years ago
tw3294.pp 17e7e421db * new bug 21 years ago
tw3331.pp f6d3c1cf9c * new bug 21 years ago
tw3337.pp bb47a3d13a * new bugs 21 years ago
tw3342.pp bb47a3d13a * new bugs 21 years ago
tw3343.pp bb47a3d13a * new bugs 21 years ago
tw3375.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw3393.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw3395.pp cc33cec223 * new bug 21 years ago
tw3395a.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw3450.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw3473.pp 85189db6fe * test fixed, hopefully 18 years ago
tw3480.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw3480a.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw3488.pp e98411d817 * new bug 20 years ago
tw3495.pp e98411d817 * new bug 20 years ago
tw3502.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw3531.pp e417e34496 * truncate log 20 years ago
tw3553.pp e5920bc2b8 * delay verbosity changes just like localswitches changes 17 years ago
tw3562.pp e5920bc2b8 * delay verbosity changes just like localswitches changes 17 years ago
tw3583.pp 3c07574d4f + new tests 19 years ago
tw3626.pp 487c4f76a4 * more testbench fixes 20 years ago
tw3631.pp e5920bc2b8 * delay verbosity changes just like localswitches changes 17 years ago
tw3643.pp e5920bc2b8 * delay verbosity changes just like localswitches changes 17 years ago
tw3644.pp 3c5d1bfa90 * mvoed to webtbf 20 years ago
tw3662.pp eeb657e5b2 * new bug 20 years ago
tw3680.pp 5089bc001f new bug 20 years ago
tw3716.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw3738.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw3740.pp 790a4fe2d3 * log and id tags removed 20 years ago
tw3790.pp ddb4073c02 * new bugs 20 years ago
tw3812.pp 1ee8207ffa * fixed mantis #9522: no longer allow typecasting ordinal constants 18 years ago
tw3930a.pp ac585ea201 * fixed test according to Kylix behaviour (which means current 18 years ago
tw3931b.pp 61522d00a2 * fixed tests now that i386 assembler code is checked for correct PIC 18 years ago
tw3969.pp 655169ca3c * naming fixed 20 years ago
tw4103.pp 47c1bb60b4 * remove svn:executable from *.pp and *.pas 20 years ago
tw4111.pp 47c1bb60b4 * remove svn:executable from *.pp and *.pas 20 years ago
tw4139.pp e5920bc2b8 * delay verbosity changes just like localswitches changes 17 years ago
tw4144.pp 47c1bb60b4 * remove svn:executable from *.pp and *.pas 20 years ago
tw4153.pp 47c1bb60b4 * remove svn:executable from *.pp and *.pas 20 years ago
tw4227.pp 2f8fe7d2e6 - readln(<pchar>) forbidden, there is no way to prevent an buffer overflow, fixes 4227 20 years ago
tw4244.pp 8be8b5a6e9 + added 20 years ago
tw4256.pp 46a3f895e0 * exception parser checks now if the used id for the handler is really ON, fixes webbug 4256 20 years ago
tw4359.pp 47c1bb60b4 * remove svn:executable from *.pp and *.pas 20 years ago
tw4445.pp 47c1bb60b4 * remove svn:executable from *.pp and *.pas 20 years ago
tw4529.pp aa22e57a7e * fixed issue with static fields 20 years ago
tw4554a.pp 25bc4956a2 + added 19 years ago
tw4554b.pp 25bc4956a2 + added 19 years ago
tw4554c.pp 25bc4956a2 + added 19 years ago
tw4554d.pp 25bc4956a2 + added 19 years ago
tw4569a.pp 47c1bb60b4 * remove svn:executable from *.pp and *.pas 20 years ago
tw4569b.pp 47c1bb60b4 * remove svn:executable from *.pp and *.pas 20 years ago
tw4619a.pp 47c1bb60b4 * remove svn:executable from *.pp and *.pas 20 years ago
tw4619b.pp 47c1bb60b4 * remove svn:executable from *.pp and *.pas 20 years ago
tw4647.pp 6d3ae16267 * fixed web bug #4647 (untyped elements in array constructors) + test 19 years ago
tw4651.pp cbb59be2f1 * fixed web bug #4651 + test 19 years ago
tw4695.pp 09a668dac9 * check whether loop counters are valid for assignment (bug 4695) 19 years ago
tw4724.pp 5007ae7197 * fixed web bug #4724 (don't allow inc/dec(pointer,pointer) 19 years ago
tw4737.pp e5920bc2b8 * delay verbosity changes just like localswitches changes 17 years ago
tw4757.pp a42730b1f3 + added 19 years ago
tw4764.pp cc7ff349cd * fixed tw4764 19 years ago
tw4777.pp cbf91de10f * new test 19 years ago
tw4778a.pp 92c389aaeb * fixed web bug #4778 (explicit type casting of float to int in tp/delphi 19 years ago
tw4781a.pp 3b93263965 + added missing -vw option 19 years ago
tw4781b.pp 3b93263965 + added missing -vw option 19 years ago
tw4893d.pp ed910b5d31 * support goto/label by default in tp/delphi/macpas modes (bug 4893) 19 years ago
tw4893e.pp ed910b5d31 * support goto/label by default in tp/delphi/macpas modes (bug 4893) 19 years ago
tw4911.pp 95be416b9d * don't allow stringconst+integer 19 years ago
tw4913.pp f59d552ecb * fixed web bug #4913 (don't allow indexing of strings/variants/pointers 19 years ago
tw5896a.pp fd392dc2b6 * allow inherited; calling abstract methods in delphi mode, resolves #5896 18 years ago
tw6036b.pp 1fa70f7a0a * proper support for tobject.getinterface with raw/corba interfaces, resolves #6798 and #6036 17 years ago
tw6420.pp b2da1c43e7 + added (fixed in r5682) 18 years ago
tw6631.pp 2b9bdf2155 * fixed mantis 6631, 7322 and 7989: check parameters and return 18 years ago
tw6686.pp 5aa65dcec9 + new tests 19 years ago
tw6796.pp 5aa65dcec9 + new tests 19 years ago
tw6797a.pp 2650ca51e6 * moved 17 years ago
tw6797b.pp 2650ca51e6 * moved 17 years ago
tw6922.pp 22657a363b * pass context class to searchsym_in_class to fix the visibility 19 years ago
tw6957.pp 6ea40be296 * fixed more properties, I still wonder how this could be commited 16 years ago
tw6970.pp e192729213 * test for previous fix 19 years ago
tw7070.pp 6555f37cff * do not search variant operators when looking for an overloaded 18 years ago
tw7322.pp 2b9bdf2155 * fixed mantis 6631, 7322 and 7989: check parameters and return 18 years ago
tw7438.pp b998cb1208 * changed so it still fails now that you can take the address of some 18 years ago
tw7438a.pp 3bb41dcf9a * fixed writing "packed" status of bitpacked records to ppu files. 19 years ago
tw7752.pp d73582cb85 * removed svn:executable properties 18 years ago
tw7989.pp 2b9bdf2155 * fixed mantis 6631, 7322 and 7989: check parameters and return 18 years ago
tw8019.pp 66a07eba3e * give an error if the same method declaration is added twice to an 18 years ago
tw8031.pp b86e2aa33a * fixed crash when compiling certain invalid "in" constructions 18 years ago
tw8079.pp b6cca14944 * proper handling of dummy result node in dfa, resolves #8717 and #8079 18 years ago
tw8140a.pp 6c05674d51 * fixed overload checking of virtual and class methods (mantis #8140) 18 years ago
tw8140c.pp 6c05674d51 * fixed overload checking of virtual and class methods (mantis #8140) 18 years ago
tw8140d.pp 6c05674d51 * fixed overload checking of virtual and class methods (mantis #8140) 18 years ago
tw8140e.pp 6c05674d51 * fixed overload checking of virtual and class methods (mantis #8140) 18 years ago
tw8150.pp 4e96fe8fac * fixed with-support for classrefdefs (mantis 8150), with thanks to 18 years ago
tw8150b.pp 4e96fe8fac * fixed with-support for classrefdefs (mantis 8150), with thanks to 18 years ago
tw8150c.pp 4e96fe8fac * fixed with-support for classrefdefs (mantis 8150), with thanks to 18 years ago
tw8150e.pp 4e96fe8fac * fixed with-support for classrefdefs (mantis 8150), with thanks to 18 years ago
tw8150f.pp 4e96fe8fac * fixed with-support for classrefdefs (mantis 8150), with thanks to 18 years ago
tw8150g.pp 4e96fe8fac * fixed with-support for classrefdefs (mantis 8150), with thanks to 18 years ago
tw8151b.pp e5920bc2b8 * delay verbosity changes just like localswitches changes 17 years ago
tw8151c.pp e5920bc2b8 * delay verbosity changes just like localswitches changes 17 years ago
tw8264a.pp e5920bc2b8 * delay verbosity changes just like localswitches changes 17 years ago
tw8398.pp da23643459 * new test to avoid regression 18 years ago
tw8451.pp fef643654b * moved 18 years ago
tw8465a.pp 76a3d55199 * allow enum => pointer type casts in delphi mode, resolves #8465 18 years ago
tw8528.pp 428306051f * give again an error for "in" operations on incompatible set 18 years ago
tw8583.pp fdc692a5ca * test for set=nonset operation 18 years ago
tw8588.pp 6804d5bf90 * new test 18 years ago
tw8591.pp ad4846a50e * don't allow generics as parent classes 18 years ago
tw8717.pp b6cca14944 * proper handling of dummy result node in dfa, resolves #8717 and #8079 18 years ago
tw8738.pas 4ff8d4f15c + added tests for already solved bug (crashed with IE in 2.0.4) 18 years ago
tw8777a.pp f2d05bc3a1 * new tests derived from tw8777 so we avoid that it is forgotten 18 years ago
tw8777b.pp f2d05bc3a1 * new tests derived from tw8777 so we avoid that it is forgotten 18 years ago
tw8777c.pp f2d05bc3a1 * new tests derived from tw8777 so we avoid that it is forgotten 18 years ago
tw8777d.pp de1af478c3 * do not allow passing properties as var parameters (mantis #8777) 18 years ago
tw8777e.pp de1af478c3 * do not allow passing properties as var parameters (mantis #8777) 18 years ago
tw8777h.pp de1af478c3 * do not allow passing properties as var parameters (mantis #8777) 18 years ago
tw8777j.pp de1af478c3 * do not allow passing properties as var parameters (mantis #8777) 18 years ago
tw8777k.pp 497df2bb37 * also check for properties passed to read(ln) when reading integers 18 years ago
tw8780a.pp 01de46a0f4 * don't allow logical operators on char, resolves #8780 18 years ago
tw8780b.pp 01de46a0f4 * don't allow logical operators on char, resolves #8780 18 years ago
tw8780c.pp 01de46a0f4 * don't allow logical operators on char, resolves #8780 18 years ago
tw8781.pp 2eb40fc025 * forbid file types as function results 18 years ago
tw9015.pp 761344e9fc * don't allow passing ordinal and real constants to formal const parameters 17 years ago
tw9039a.pp c77d74127b * fixed some record size checks 18 years ago
tw9039b.pp c77d74127b * fixed some record size checks 18 years ago
tw9039c.pp c77d74127b * fixed some record size checks 18 years ago
tw9039d.pp c77d74127b * fixed some record size checks 18 years ago
tw9053.pp 6434772c3c * error message when a goto label is optimized away 18 years ago
tw9072a.pp 12b4f034ea * only allow using array elements as for-loop counter variables 18 years ago
tw9072b.pp 12b4f034ea * only allow using array elements as for-loop counter variables 18 years ago
tw9176a.pp b31a502e6e * tw9176a should fail, moved to webtbf and added { %fail } 17 years ago
tw9225.pp fa2a2b0bd0 * generics without specialization can't be used as a type, resolves #9225 18 years ago
tw9306c.pp 288a538df5 * don't allow starting new virtual trees in TP-style objects + test 18 years ago
tw9499.pp ac22ff09da * detect division by zero in tmoddiv.simplify (mantis #9499) 18 years ago
tw9499a.pp ac22ff09da * detect division by zero in tmoddiv.simplify (mantis #9499) 18 years ago
tw9522.pp 1ee8207ffa * fixed mantis #9522: no longer allow typecasting ordinal constants 18 years ago
tw9522a.pp 1ee8207ffa * fixed mantis #9522: no longer allow typecasting ordinal constants 18 years ago
tw9522b.pp 1ee8207ffa * fixed mantis #9522: no longer allow typecasting ordinal constants 18 years ago
tw9522c.pp 1ee8207ffa * fixed mantis #9522: no longer allow typecasting ordinal constants 18 years ago
tw9522d.pp 1ee8207ffa * fixed mantis #9522: no longer allow typecasting ordinal constants 18 years ago
tw9522e.pp 1ee8207ffa * fixed mantis #9522: no longer allow typecasting ordinal constants 18 years ago
tw9551.pp 40247d2d87 * give an error when the typeinfo() function is called for an enumeration 16 years ago
tw9551b.pp 40247d2d87 * give an error when the typeinfo() function is called for an enumeration 16 years ago
tw9579a.pp c10b375615 * give an error for high(ansistring) and high(widestring) 18 years ago
tw9579b.pp c10b375615 * give an error for high(ansistring) and high(widestring) 18 years ago
tw9894b.pp 0ebc1e920a * allow modifying lvalues obtained by dereferencing read-only properties, 18 years ago
tw9918a.pp c89ea4412f * disallow using inline nodes with a non-void resultdef as statements 18 years ago
tw9918b.pp c89ea4412f * disallow using inline nodes with a non-void resultdef as statements 18 years ago
tw9918c.pp c89ea4412f * disallow using inline nodes with a non-void resultdef as statements 18 years ago
tw9918d.pp c89ea4412f * disallow using inline nodes with a non-void resultdef as statements 18 years ago
uw0744.pp 790a4fe2d3 * log and id tags removed 20 years ago
uw0840a.pp 28a1e156e7 * moved to fail 24 years ago
uw0840b.pp 952e80a72f * old logs removed and tabs fixed 23 years ago
uw0856.pp 952e80a72f * old logs removed and tabs fixed 23 years ago
uw2414.pp 7fd4b571ce * new bugs 22 years ago
uw3450.pp 790a4fe2d3 * log and id tags removed 20 years ago
uw3969.pp 655169ca3c * naming fixed 20 years ago
uw4103.pp 47c1bb60b4 * remove svn:executable from *.pp and *.pas 20 years ago
uw6922.pp 22657a363b * pass context class to searchsym_in_class to fix the visibility 19 years ago
uw8738a.pas 4ff8d4f15c + added tests for already solved bug (crashed with IE in 2.0.4) 18 years ago
uw8738b.pas 4ff8d4f15c + added tests for already solved bug (crashed with IE in 2.0.4) 18 years ago