fpc/tests/webtbs
Jonas Maebe c13ff3729b * Merged 2.3 branch changes:
+ darwin/ppc64 support
    + val/str/read(ln)/write(ln) support for enums
    + simple cse at the node tree level
    + if-node simplify support
    + simple ssa support for memory locations
    + support for optional overflow/rangecheck boolean parameters for
      operators
    * a lot of unification of the ppc32/ppc64 code generators


........
r6380 | jonas | 2007-02-08 21:25:36 +0100 (Thu, 08 Feb 2007) | 4 lines
Changed paths:
   M /branches/fpc_2_3/compiler/ncgld.pas
   M /branches/fpc_2_3/compiler/tgobj.pas
   A /branches/fpc_2_3/tests/webtbs/tw8283.pp

  + support for replacing the memory location of a temp (including
    local variables) with that of another temp to avoid unnecessary
    copies (mantis #8283)

........
r6381 | jonas | 2007-02-08 22:53:36 +0100 (Thu, 08 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/compiler/nflw.pas
   A /branches/fpc_2_3/tests/webtbs/tw8282.pp

  + simplify support for ifn (based on patch by Florian)

........
r6386 | peter | 2007-02-09 13:48:53 +0100 (Fri, 09 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/compiler/htypechk.pas
   M /branches/fpc_2_3/compiler/ncal.pas
   M /branches/fpc_2_3/compiler/symconst.pas

  * overflow,rangecheck optional parameters for operators, patch from 8281

........
r6391 | jonas | 2007-02-09 23:52:13 +0100 (Fri, 09 Feb 2007) | 4 lines
Changed paths:
   M /branches/fpc_2_3/compiler/powerpc/agppcgas.pas
   M /branches/fpc_2_3/compiler/powerpc64/cpunode.pas
   D /branches/fpc_2_3/compiler/powerpc64/nppcinl.pas
   M /branches/fpc_2_3/compiler/ppcgen/ngppcinl.pas

  * merged fsqrt(s) support to common powerpc unit, activate for ppc32
    if -Op970 is used (still default for ppc64, since default cpu there
    is already ppc970)

........
r6394 | jonas | 2007-02-10 18:58:47 +0100 (Sat, 10 Feb 2007) | 4 lines
Changed paths:
   M /branches/fpc_2_3/compiler/powerpc/cgcpu.pas
   M /branches/fpc_2_3/compiler/powerpc64/cgcpu.pas
   M /branches/fpc_2_3/compiler/ppcgen/cgppc.pas

  * adapted a_jmp_name for darwin/ppc64
  * merged g_intf_wrapper for ppc32 and ppc64, and added darwin/ppc64
    support to it

........
r6396 | jonas | 2007-02-10 20:16:06 +0100 (Sat, 10 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/compiler/cgobj.pas

  + darwin/ppc64 support for g_indirect_sym_load

........
r6397 | jonas | 2007-02-10 20:22:49 +0100 (Sat, 10 Feb 2007) | 4 lines
Changed paths:
   M /branches/fpc_2_3/compiler/powerpc/cgcpu.pas
   M /branches/fpc_2_3/compiler/powerpc64/cgcpu.pas
   M /branches/fpc_2_3/compiler/ppcgen/cgppc.pas

  + darwin/ppc64 support to ppc64's fixref
  * moved ppc32 a_load_store to cgppc and use it for darwin/ppc64 as
    well (its relocatable symbols are only 32 bits large)

........
r6399 | jonas | 2007-02-10 22:02:37 +0100 (Sat, 10 Feb 2007) | 4 lines
Changed paths:
   M /branches/fpc_2_3/compiler/systems.pas

  + system_x86_64_darwin identifier
  + set default source system for system_x86_64_darwin and
    system_powerpc64_darwin

........
r6404 | jonas | 2007-02-10 23:01:23 +0100 (Sat, 10 Feb 2007) | 5 lines
Changed paths:
   M /branches/fpc_2_3/compiler/aasmdata.pas
   M /branches/fpc_2_3/compiler/aggas.pas
   M /branches/fpc_2_3/compiler/cgobj.pas
   M /branches/fpc_2_3/compiler/cgutils.pas
   M /branches/fpc_2_3/compiler/cresstr.pas
   M /branches/fpc_2_3/compiler/dbgdwarf.pas
   M /branches/fpc_2_3/compiler/dbgstabs.pas
   M /branches/fpc_2_3/compiler/ncgutil.pas
   M /branches/fpc_2_3/compiler/ogelf.pas
   M /branches/fpc_2_3/compiler/pdecvar.pas
   M /branches/fpc_2_3/compiler/pmodules.pas
   M /branches/fpc_2_3/compiler/symdef.pas
   M /branches/fpc_2_3/compiler/systems.pas

  + system_x86_64_darwin identifier
  + systems_darwin set which collects all darwin variants
  + added support for darwin/ppc64 and darwin/x86_64 where needed in
    the generic code

........
r6406 | jonas | 2007-02-10 23:24:32 +0100 (Sat, 10 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/compiler/cgobj.pas

  * ifdef cpu64 -> ifdef cpu64bit

........
r6409 | jonas | 2007-02-11 00:34:04 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/compiler/pdecvar.pas

  * fixed ppc64 compilation

........
r6413 | jonas | 2007-02-11 12:41:27 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/rtl/bsd/system.pp
   M /branches/fpc_2_3/rtl/darwin/powerpc/sig_cpu.inc
   M /branches/fpc_2_3/rtl/darwin/signal.inc

  + darwin/ppc64 support for signal routines

........
r6415 | jonas | 2007-02-11 13:54:53 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/compiler/systems/i_linux.pas

  * set abi of linux/ppc64 to abi_powerpc_sysv

........
r6416 | jonas | 2007-02-11 13:55:51 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/compiler/powerpc64/cputarg.pas
   M /branches/fpc_2_3/compiler/systems/i_bsd.pas
   M /branches/fpc_2_3/compiler/systems/t_bsd.pas

  + darwin/ppc64 source and target information

........
r6418 | jonas | 2007-02-11 14:19:55 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/rtl/powerpc64/math.inc

  * darwin/ppc64 compilation fixes

........
r6419 | jonas | 2007-02-11 14:22:22 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/compiler/powerpc/cgcpu.pas
   M /branches/fpc_2_3/compiler/powerpc64/cgcpu.pas
   M /branches/fpc_2_3/compiler/ppcgen/cgppc.pas

  * darwin/ppc64 needs the 32 bit version of a_loadaddr_ref_reg

........
r6420 | jonas | 2007-02-11 14:22:55 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/utils/fpcm/fpcmmain.pp

  + darwin/ppc64 support

........
r6426 | jonas | 2007-02-11 16:13:19 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/compiler/powerpc64/rappcgas.pas

  * fixed refaddr parsing for darwin/ppc64

........
r6427 | jonas | 2007-02-11 16:14:21 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/compiler/powerpc/agppcgas.pas
   M /branches/fpc_2_3/compiler/powerpc64/agppcgas.pas
   A /branches/fpc_2_3/compiler/ppcgen/agppcutl.pas

  * moved ppc32/ppc64 assembler writer helpers to a common unit

........
r6430 | jonas | 2007-02-11 17:53:23 +0100 (Sun, 11 Feb 2007) | 4 lines
Changed paths:
   D /branches/fpc_2_3/rtl/darwin/powerpc/sig_cpu.inc
   D /branches/fpc_2_3/rtl/darwin/powerpc/sighnd.inc
   A /branches/fpc_2_3/rtl/darwin/powerpc64
   A /branches/fpc_2_3/rtl/darwin/powerpc64/sig_cpu.inc
   A /branches/fpc_2_3/rtl/darwin/powerpc64/sighnd.inc
   A /branches/fpc_2_3/rtl/darwin/ppcgen
   A /branches/fpc_2_3/rtl/darwin/ppcgen/ppchnd.inc (from /branches/fpc_2_3/rtl/darwin/powerpc/sighnd.inc:6422)
   A /branches/fpc_2_3/rtl/darwin/ppcgen/sig_ppc.inc (from /branches/fpc_2_3/rtl/darwin/powerpc/sig_cpu.inc:6422)
   M /branches/fpc_2_3/rtl/darwin/signal.inc

  * fixed ppc/ppc64 signal include handling (both real files are in
    ppcgen, dummies in powerpc and powerpc64 which include those files)
    (1st step because pre-commit filter can't handle replaced files)

........
r6431 | jonas | 2007-02-11 17:53:47 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
   A /branches/fpc_2_3/rtl/darwin/powerpc/sig_cpu.inc
   A /branches/fpc_2_3/rtl/darwin/powerpc/sighnd.inc

  * second step of signal include patch

........
r6432 | jonas | 2007-02-11 19:00:12 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/compiler/systems/t_bsd.pas

  * changed darwin checks to use systems_darwin constant

........
r6433 | jonas | 2007-02-11 19:05:38 +0100 (Sun, 11 Feb 2007) | 3 lines
Changed paths:
   M /branches/fpc_2_3/compiler/powerpc64/cgcpu.pas

  * handle non-multiple-of-4 offsets with 64 bit loads/stores for
    darwin/ppc64

........
r6434 | jonas | 2007-02-11 19:05:56 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
   D /branches/fpc_2_3/compiler/powerpc/agppcgas.pas
   D /branches/fpc_2_3/compiler/powerpc64/agppcgas.pas
   A /branches/fpc_2_3/compiler/ppcgen/agppcgas.pas (from /branches/fpc_2_3/compiler/ppcgen/agppcutl.pas:6427)
   D /branches/fpc_2_3/compiler/ppcgen/agppcutl.pas

  * completely merged ppc assembler writers

........
r6435 | jonas | 2007-02-11 19:06:40 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/rtl/darwin/console.pp
   M /branches/fpc_2_3/rtl/darwin/termiosproc.inc

  * fixed 64 bit compilation

........
r6436 | jonas | 2007-02-11 19:09:28 +0100 (Sun, 11 Feb 2007) | 3 lines
Changed paths:
   M /branches/fpc_2_3/packages/extra/Makefile.fpc

  * universal interfaces aren't 64 bit ready yet -> only compile for
    darwin/ppc and darwin/i386

........
r6438 | jonas | 2007-02-11 19:22:34 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
   A /branches/fpc_2_3/tests/test/cg/obj/darwin/powerpc64
   A /branches/fpc_2_3/tests/test/cg/obj/darwin/powerpc64/ctest.o
   A /branches/fpc_2_3/tests/test/cg/obj/darwin/powerpc64/tcext3.o
   A /branches/fpc_2_3/tests/test/cg/obj/darwin/powerpc64/tcext4.o
   A /branches/fpc_2_3/tests/test/cg/obj/darwin/powerpc64/tcext5.o

  + compiled for darwin/ppc64

........
r6439 | jonas | 2007-02-11 20:24:42 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/compiler/ppcgen/cgppc.pas

  * patch from Thomas to fix linux/ppc64

........
r6440 | jonas | 2007-02-11 20:25:15 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/compiler/systems.pas

  * fixed setting source OS for darwin/ppc64

........
r6444 | florian | 2007-02-11 22:24:20 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/compiler/globtype.pas
   M /branches/fpc_2_3/compiler/nopt.pas
   M /branches/fpc_2_3/compiler/nutils.pas
   M /branches/fpc_2_3/compiler/optcse.pas
   M /branches/fpc_2_3/compiler/psub.pas

+ first node cse implementation

........
r6445 | jonas | 2007-02-11 22:30:07 +0100 (Sun, 11 Feb 2007) | 6 lines
Changed paths:
   M /branches/fpc_2_3/compiler/cresstr.pas

  * hack to work around strange darwin/ppc64 linker bug: it seems to
    have problems if you put a global symbol at the end of a section
    without any data following (at least in case of the resource strings
    section) -> add dummy byte at the end for darwin/ppc64 (otherwise
    it messes up the address of the first symbol stub entry)

........
r6449 | jonas | 2007-02-11 23:23:44 +0100 (Sun, 11 Feb 2007) | 4 lines
Changed paths:
   M /branches/fpc_2_3/compiler/systems/i_bsd.pas

  * cpupowerpc is defined for both ppc32 and ppc64 ->
    changed to cpupowerpc32 to avoid defining source
    wrongly on ppc64

........
r6450 | jonas | 2007-02-11 23:26:34 +0100 (Sun, 11 Feb 2007) | 3 lines
Changed paths:
   M /branches/fpc_2_3/compiler/ppcgen/ngppcset.pas

  * disable jump tables for darwin/ppc64 for now, don't work
    yet for some reason

........
r6451 | florian | 2007-02-11 23:54:37 +0100 (Sun, 11 Feb 2007) | 3 lines
Changed paths:
   M /branches/fpc_2_3/compiler/ncal.pas
   M /branches/fpc_2_3/compiler/nutils.pas
   M /branches/fpc_2_3/compiler/optcse.pas

* improved cse
* better complexity calculation for subscript nodes with classes or interfaces

........
r6456 | jonas | 2007-02-12 19:33:22 +0100 (Mon, 12 Feb 2007) | 4 lines
Changed paths:
   M /branches/fpc_2_3/compiler/nutils.pas

  + support for notn,shln,shrn,equaln,unequaln,gtn,gten,ltn,lten in
    node_cplexity()
  * mark muln,divn,modn as more complex

........
r6469 | jonas | 2007-02-13 15:56:01 +0100 (Tue, 13 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/compiler/optcse.pas

  * fixed when cross-compiling a 64 bit compiler from a 32 bit platform

........
r6471 | jonas | 2007-02-13 16:17:16 +0100 (Tue, 13 Feb 2007) | 3 lines
Changed paths:
   M /branches/fpc_2_3/compiler/powerpc64/cputarg.pas

  * include stabs support (can work on darwin/ppc64, but doesn't work
    yet)

........
r6473 | jonas | 2007-02-13 16:45:48 +0100 (Tue, 13 Feb 2007) | 3 lines
Changed paths:
   M /branches/fpc_2_3/compiler/powerpc64/cgcpu.pas
   M /branches/fpc_2_3/compiler/powerpc64/cpupara.pas

  * R2 is a volatile and usable register under darwin/ppc64
  * R13 is a reserved non-volatile register under darwin/ppc64 (tls)

........
r6479 | jonas | 2007-02-13 20:40:50 +0100 (Tue, 13 Feb 2007) | 3 lines
Changed paths:
   M /branches/fpc_2_3/compiler/systems/i_bsd.pas

  * maxCrecordalign seems to have to be 8 rather 4, in spite of what
    the ABI docs say (although they are contradictory to some extent)

........
r6487 | jonas | 2007-02-14 15:57:40 +0100 (Wed, 14 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/tests/webtbs/tw8153a.pp

  * fixed for darwin/ppc64

........
r6488 | jonas | 2007-02-14 15:58:56 +0100 (Wed, 14 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/tests/webtbs/tw7851a.pp

  * fixed for darwin/ppc64

........
r6494 | jonas | 2007-02-15 19:36:55 +0100 (Thu, 15 Feb 2007) | 3 lines
Changed paths:
   M /branches/fpc_2_3/compiler/systems/i_bsd.pas

  * set default debug info for darwin/ppc64 to dwarf2 since
    it works better than stabs currently

........
r6500 | jonas | 2007-02-15 21:38:16 +0100 (Thu, 15 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/compiler/version.pas

  * updated version to 2.3.0

........
r6505 | jonas | 2007-02-15 22:39:28 +0100 (Thu, 15 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/compiler/version.pas

  * changed version to 2.3.1

........
r6511 | jonas | 2007-02-16 15:17:24 +0100 (Fri, 16 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/compiler/powerpc64/itcpugas.pas

  * system_powerpc_darwin -> system_powerpc64_darwin

........
r6546 | daniel | 2007-02-18 15:48:54 +0100 (Sun, 18 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/compiler/ncginl.pas
   M /branches/fpc_2_3/compiler/ncgld.pas
   M /branches/fpc_2_3/compiler/ncgrtti.pas
   M /branches/fpc_2_3/compiler/ncnv.pas
   M /branches/fpc_2_3/compiler/ninl.pas
   M /branches/fpc_2_3/compiler/nld.pas
   M /branches/fpc_2_3/compiler/nutils.pas
   M /branches/fpc_2_3/compiler/pinline.pas
   M /branches/fpc_2_3/rtl/inc/astrings.inc
   M /branches/fpc_2_3/rtl/inc/compproc.inc
   M /branches/fpc_2_3/rtl/inc/sstrings.inc
   M /branches/fpc_2_3/rtl/inc/text.inc
   M /branches/fpc_2_3/rtl/inc/wstrings.inc

  + Val/str/read/write support for enumeration types.

........
r6547 | daniel | 2007-02-18 17:01:20 +0100 (Sun, 18 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/rtl/inc/sstrings.inc

  * Fix val code that I broke.

........
r6571 | daniel | 2007-02-20 09:27:44 +0100 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/rtl/inc/astrings.inc
   M /branches/fpc_2_3/rtl/inc/sstrings.inc
   M /branches/fpc_2_3/rtl/inc/text.inc
   M /branches/fpc_2_3/rtl/inc/wstrings.inc

  * o2s -> ord2str, s2o -> str2ord

........
r6572 | daniel | 2007-02-20 09:33:30 +0100 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/compiler/ncgld.pas
   M /branches/fpc_2_3/compiler/ncgrtti.pas
   M /branches/fpc_2_3/compiler/ninl.pas
   M /branches/fpc_2_3/compiler/nld.pas

  * o2s -> ord2str, s2o -> str2ord

........
r6574 | daniel | 2007-02-20 12:07:58 +0100 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/rtl/inc/compproc.inc

  * o2s -> ord2str, s2o -> str2ord

........
r6578 | daniel | 2007-02-20 22:18:49 +0100 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/rtl/inc/text.inc

  * Change longint to valsint.

........
r6579 | daniel | 2007-02-20 22:29:09 +0100 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/compiler/ninl.pas

  * Handle ordinal currency types.

........
r6580 | jonas | 2007-02-20 22:29:11 +0100 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/compiler/ncgrtti.pas

  * fixed compilation for cpurequiresproperalignment

........
r6581 | jonas | 2007-02-20 22:30:21 +0100 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/compiler/ninl.pas

  * fixed typo

........
r6582 | daniel | 2007-02-20 22:36:19 +0100 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/compiler/ninl.pas

  * Set is_real to true.

........
r6590 | jonas | 2007-02-21 20:23:54 +0100 (Wed, 21 Feb 2007) | 2 lines
Changed paths:
   M /branches/fpc_2_3/compiler/systems/i_bsd.pas

  * set tf_dwarf_only_local_labels for darwin/ppc64

git-svn-id: trunk@6720 -
2007-03-04 20:16:57 +00:00
..
tu2002.pp * skip some tests for wince. 2006-07-06 19:08:23 +00:00
tw0555.pp
tw0630.pp * truncate log 2005-02-14 17:13:06 +00:00
tw0701a.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw0701b.pp
tw0711.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw0719.pp
tw0735.pp
tw0736.pp
tw0738.pp
tw0739.pp
tw0748.pp
tw0751.pp
tw0753.pp
tw0754.pp
tw0755.pp + added SKIPTARGET=macos 2005-01-04 21:57:02 +00:00
tw0760.pp
tw0761.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw0769.pp
tw0772.pp
tw0776.pp
tw0784.pp
tw0788.pp
tw0789.pp
tw0793.pp
tw0797a.pp
tw0797b.pp
tw0801.pp
tw0802.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw0803.pp
tw0809.pp
tw0810.pp
tw0812.pp * truncate log 2005-02-14 17:13:06 +00:00
tw0813.pp
tw0814.pp
tw0815.pp
tw0816.pp
tw0819.pp
tw0825.pp
tw0839.pp
tw0848.pp
tw0852.pp
tw0859.pp
tw0866.pp
tw0868.pp
tw0869.pp * uses crt is not needed in some tests. 2006-07-06 19:10:44 +00:00
tw0870.pp
tw0873a.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw0873b.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw0876.pp * enabled again for Darwin since it now works for at least Darwin/ppc 2007-01-19 21:49:44 +00:00
tw0877.pp
tw0879.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw0881.pp
tw0882.pp
tw0890.pp * fixed one regression in r5682: implementation declarations with a 2006-12-23 11:17:21 +00:00
tw0891.pp
tw0892.pp
tw0895.pp
tw0896.pp
tw0900.pp
tw0902.pp
tw0909.pp
tw0911.pp
tw0912.pp
tw0918.pp
tw0919.pp
tw0922.pp
tw0925.pp * stdcall 2005-01-31 17:01:59 +00:00
tw0932.pp
tw0934.pp
tw0935.pp
tw0937.pp * uses crt is not needed in some tests. 2006-07-06 19:10:44 +00:00
tw0938.pp * new bugs 2005-04-04 16:29:44 +00:00
tw0944.pp
tw0947.pp
tw0961.pp
tw0965.pp
tw0966.pp *arm-wince wince added to win32 tests 2006-02-17 07:38:55 +00:00
tw0976.pp
tw1021.pp
tw1023.pp
tw1041.pp
tw1044.pp
tw1046.pp
tw1050.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1061.pp
tw1066a.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1066b.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1068.pp
tw1071.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1073.pp
tw1081.pp
tw1090.pp
tw1092.pp
tw1096.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1097.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1103.pp * truncate log 2005-02-14 17:13:06 +00:00
tw1104.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1111.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1117.pp
tw1122.pp
tw1123.pp
tw1124.pp
tw1132.pp
tw1133.pp
tw1152.pp * skip some tests for wince. 2006-07-06 19:08:23 +00:00
tw1157.pp
tw1157b.pp
tw1181.pp
tw1203.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1204.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1207.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1222.pp
tw1223.pp
tw1228.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1229.pp + nostackframe directive to fix on darwin/x86 2006-03-19 20:08:21 +00:00
tw1250.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1251b.pp
tw1255.pp * wince support for some tests. 2006-07-06 19:09:42 +00:00
tw1269.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1275.pp
tw1279.pp
tw1283.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1284.pp
tw1286.pp
tw1295.pp
tw1299.pp
tw1310.pp
tw1318.pp
tw1323.pp
tw1327.pp
tw1331.pp
tw1333.pp
tw1348.pp
tw1351.pp
tw1364.pp
tw1365.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1374.pp
tw1375.pp *arm-wince wince added to win32 tests 2006-02-17 07:38:55 +00:00
tw1376.pp
tw1398.pp * skip some tests for wince. 2006-07-06 19:08:23 +00:00
tw1401.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1407.pp
tw1408.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1409.pp
tw1412.pp
tw1414.pp * skip some tests for wince. 2006-07-06 19:08:23 +00:00
tw1416.pp
tw1430.pp
tw1433.pp
tw1445.pp
tw1450.pp
tw1451.pp
tw1470.pp
tw1472.pp
tw1477.pp
tw1479.pp * truncate log 2005-02-14 17:13:06 +00:00
tw1485.pp
tw1489.pp
tw1501.pp
tw1532.pp
tw1539.pp
tw1567.pp
tw1573.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1592.pp
tw1617.pp
tw1622.pp * adapted to new system.exitcode definition 2007-02-19 10:34:14 +00:00
tw1623.pp
tw1634.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1658.pp
tw1677.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1681.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1696.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1699.pp
tw1709.pp
tw1720.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1735.pp
tw1737.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1744.pp
tw1754c.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1755.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1758.pp
tw1765.pp
tw1779.pp
tw1780.pp
tw1792.pp * fixed test 2005-02-08 20:48:52 +00:00
tw1792a.pp * fixed test for x86 2005-10-18 07:21:46 +00:00
tw1798.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1808.pp *arm-wince wince added to win32 tests 2006-02-17 07:38:55 +00:00
tw1820.pp
tw1825.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1850.pp
tw1851.pp
tw1856.pp * fixed range error 2007-02-16 23:35:36 +00:00
tw1862.pp
tw1863.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1867.pp
tw1873.pp
tw1883.pp
tw1888.pp
tw1889.pp
tw1896.pp
tw1901.pp * range and overflow checks explicitly disabled 2007-02-18 00:40:28 +00:00
tw1902.pp
tw1907.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1908.pp
tw1909.pp
tw1910.pp
tw1915.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1917.pp
tw1920.pp
tw1923.pp
tw1930.pp
tw1931.pp
tw1932.pp
tw1935.pp
tw1936.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1938.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1948.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw1950.pp * must only succeed for i386 2005-01-14 16:49:58 +00:00
tw1964.pp
tw1996.pp
tw2001.pp
tw2002.pp
tw2004.pp
tw2028.pp * truncate log 2005-02-14 17:13:06 +00:00
tw2030.pp * truncate log 2005-02-14 17:13:06 +00:00
tw2031.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2037.pp * range check explicitly disabled 2007-02-18 00:42:53 +00:00
tw2040.pp
tw2041.pp
tw2045.pp
tw2046a.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2059.pp
tw2065.pp
tw2069.pp * truncate log 2005-02-14 17:13:06 +00:00
tw2072.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2109.pp * new bugs 2005-04-04 16:29:44 +00:00
tw2110.pp * truncate log 2005-02-14 17:13:06 +00:00
tw2128.pp
tw2129.pp * fix tw2129.pp for arm-wince. 2007-01-13 16:14:25 +00:00
tw2129b.pp
tw2131.pp * fixed test 2007-01-11 20:13:07 +00:00
tw2145.pp
tw2158.pp
tw2159.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2163.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2176.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2177.pp * adapted to new fpc behaviour 2007-01-10 18:35:03 +00:00
tw2178.pp
tw2185.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2186.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2187.pp * truncate log 2005-02-14 17:13:06 +00:00
tw2196.pp
tw2197.pp * truncate log 2005-02-14 17:13:06 +00:00
tw2198.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2210.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2214.pp
tw2220.pp
tw2226.pp
tw2229.pp * truncate log 2005-02-14 17:13:06 +00:00
tw2233.pp
tw2242.pp * reduced test complexity for ARM. 2007-01-16 22:08:05 +00:00
tw2250.pp
tw2259.pp
tw2260.pp
tw2266.pp
tw2267.pp
tw2268.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2269.pp
tw2274.pp
tw2277.pp
tw2280.pp
tw2289.pp
tw2291.pp
tw2294.pp
tw2296.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2300.pp
tw2305.pp
tw2306.pp
tw2307.pp
tw2311.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2317.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2318.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2318b.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2323.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2328.pp
tw2332.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2351.pp
tw2363.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2377.pp * made test i386 only, freezes at least on amd64 for unknown reasons 2005-11-03 21:16:53 +00:00
tw2378.pp
tw2382.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2388.pp * new bugs 2005-04-04 16:29:44 +00:00
tw2397.pp
tw2409.pp
tw2421.pp
tw2423.pp * auto close window 2005-11-05 14:48:00 +00:00
tw2425.pp
tw2432.pp
tw2435.pp
tw2438.pp
tw2442.pp
tw2452.pp *** empty log message *** 2005-01-18 20:10:58 +00:00
tw2454.pp
tw2473.pp
tw2480.pp * fixed missing repeated "class" modifiers 2006-05-29 10:03:56 +00:00
tw2481.pp * fixed for cpu's where real = extended (= double) 2005-10-23 17:07:58 +00:00
tw2483.pp
tw2492.pp * truncate log 2005-02-14 17:13:06 +00:00
tw2494.pp * fixed for 64 bit CPUs 2006-10-18 20:00:24 +00:00
tw2503.pp
tw2504.pp
tw2514.pp
tw2525.pp * truncate log 2005-02-14 17:13:06 +00:00
tw2536.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2540.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2561.pp
tw2588.pp
tw2589.pp
tw2594.pp * truncate log 2005-02-14 17:13:06 +00:00
tw2595.pp
tw2602.pp
tw2607.pp
tw2620.pp
tw2626.pp
tw2627.pp
tw2631.pp
tw2643.pp
tw2645.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2647.pp + new tests for dispinterface parsing 2007-01-03 21:19:26 +00:00
tw2649.pp + new tests for dispinterface parsing 2007-01-03 21:19:26 +00:00
tw2650.pp
tw2651.pp * truncate log 2005-02-14 17:13:06 +00:00
tw2656.pp
tw2659.pp
tw2666.pp
tw2668.pp * truncate log 2005-02-14 17:13:06 +00:00
tw2669.pp
tw2676.pp *arm-wince wince added to win32 tests 2006-02-17 07:38:55 +00:00
tw2678.pp
tw2690.pp
tw2691.pp
tw2696.pp
tw2702.pp
tw2703.pp
tw2704.pp
tw2705.pp
tw2706.pp
tw2707.pp
tw2708.pp
tw2710.pp
tw2713.pp
tw2721.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2723.pp
tw2725.pp * truncate log 2005-02-14 17:13:06 +00:00
tw2727.pp
tw2728.pp
tw2729.pp
tw2730.pp
tw2731.pp
tw2736.pp * truncate log 2005-02-14 17:13:06 +00:00
tw2737.pp
tw2738.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2739.pp
tw2758.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2763.pp * truncate log 2005-02-14 17:13:06 +00:00
tw2765.pp * truncate log 2005-02-14 17:13:06 +00:00
tw2767.pp
tw2771.pp * truncate log 2005-02-14 17:13:06 +00:00
tw2772.pp
tw2776.pp
tw2778.pp
tw2779.pp
tw2780.pp
tw2788.pp
tw2789.pp
tw2794.pp * truncate log 2005-02-14 17:13:06 +00:00
tw2803.pp
tw2806.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2807.pp
tw2809.pp
tw2812.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2815.pp
tw2817.pp
tw2829.pp
tw2830.pp
tw2832.pp
tw2834.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2841.pp
tw2853.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2853a.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2853b.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2853c.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2853d.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2853e.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2859.pp * truncate log 2005-02-14 17:13:06 +00:00
tw2865.pp * truncate log 2005-02-14 17:13:06 +00:00
tw2876.pp
tw2883.pp
tw2885.pp * truncate log 2005-02-14 17:13:06 +00:00
tw2886.pp
tw2891.pp
tw2892.pp * truncate log 2005-02-14 17:13:06 +00:00
tw2897.pp
tw2899.pp
tw2904.pp * truncate log 2005-02-14 17:13:06 +00:00
tw2908.pp * fixed too long number 2005-01-31 19:29:28 +00:00
tw2911.pp * fixed to work after the changes in the handling of mode switching 2005-12-20 20:32:43 +00:00
tw2912.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2913.pp
tw2916.pp
tw2920.pp
tw2923.pp
tw2926.pp
tw2927.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2942a.pp
tw2942b.pp
tw2943.pp * truncate log 2005-02-14 17:13:06 +00:00
tw2944.pp
tw2946.pp * truncate log 2005-02-14 17:13:06 +00:00
tw2949.pp
tw2953.pp * truncate log 2005-02-14 17:13:06 +00:00
tw2956.pp
tw2958.pp
tw2966.pp
tw2975.pp
tw2976.pp * fixed test, using := operator as type cast is now much stricter 2005-10-15 17:50:18 +00:00
tw2983.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw2984.pp * store hidden symbols correctly in ppu 2005-11-15 08:35:01 +00:00
tw2998.pp * fixed header 2005-02-17 17:55:06 +00:00
tw2999.pp
tw3004.pp * truncate log 2005-02-14 17:13:06 +00:00
tw3005.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3010.pp
tw3012.pp * made chararray handling 98% TP-compatible, fixes web bugs 3012 2006-01-04 10:05:10 +00:00
tw3023.pp * truncate log 2005-02-14 17:13:06 +00:00
tw3028.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3038.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3041.pp * truncate log 2005-02-14 17:13:06 +00:00
tw3045.pp
tw3048.pp * truncate log 2005-02-14 17:13:06 +00:00
tw3063.pp
tw3064.pp + $A similiar to $align on/off added 2005-07-01 18:49:55 +00:00
tw3073.pp * truncate log 2005-02-14 17:13:06 +00:00
tw3082.pp macos: added a fake sysutils for use by compiler, and fixed some tests 2006-09-03 22:30:37 +00:00
tw3083.pp * truncate log 2005-02-14 17:13:06 +00:00
tw3093.pp * truncate log 2005-02-14 17:13:06 +00:00
tw3101.pp * new bug 2005-01-04 16:32:07 +00:00
tw3104.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3109.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3111.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3113.pp * truncate log 2005-02-14 17:13:06 +00:00
tw3124.pp * some parts of strutils cleaned up, bug #3124 fixed 2005-06-20 20:46:11 +00:00
tw3131.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3137.pp
tw3143.pp
tw3144.pp
tw3157.pp * enable all applicable exceptions and perform both tests if one succeeds 2006-11-01 00:07:07 +00:00
tw3160a.pp
tw3160b.pp
tw3160c.pp
tw3161.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3165.pp * truncate log 2005-02-14 17:13:06 +00:00
tw3168.pp
tw3170.pp
tw3172.pp * new tests 2005-01-18 15:47:22 +00:00
tw3173.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3174.pp
tw3176.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3179.pp
tw3182.pp * truncate log 2005-02-14 17:13:06 +00:00
tw3183.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3183a.pp + tests for web bugs 3183 and 4403 2006-01-04 22:47:28 +00:00
tw3184.pp
tw3185.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3190.pp
tw3197.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3207.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3210.pp * truncate log 2005-02-14 17:13:06 +00:00
tw3212.pp
tw3214.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3216.pp
tw3217.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3222.pp initial import 2005-05-16 18:37:41 +00:00
tw3226.pp
tw3227.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3227a.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3235.pp
tw3241a.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3252.pp
tw3255.pp
tw3257.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3259.pp * truncate log 2005-02-14 17:13:06 +00:00
tw3261.pp *arm-wince wince added to win32 tests 2006-02-17 07:38:55 +00:00
tw3263.pp * truncate log 2005-02-14 17:13:06 +00:00
tw3265.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3272.pp
tw3274.pp * fix typo 2005-10-20 10:52:56 +00:00
tw3280.pp * truncate log 2005-02-14 17:13:06 +00:00
tw3281.pp * truncate log 2005-02-14 17:13:06 +00:00
tw3286.pp
tw3292.pp
tw3294a.pp
tw3298.pp * %target to %cpu 2005-10-05 09:33:40 +00:00
tw3301.pp
tw3309.pp
tw3320.pp
tw3324.pp
tw3327.pp
tw3328.pp
tw3334.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3340.pp - removed unnecessary APPTYPE CONSOLE 2005-03-20 19:26:01 +00:00
tw3348.pp
tw3349.pp
tw3351.pp
tw3353.pp
tw3356.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3360.pp * truncate log 2005-02-14 17:13:06 +00:00
tw3364.pp
tw3366.pp
tw3402.pp * norun 2005-02-03 16:18:27 +00:00
tw3411.pp
tw3418.pp * truncate log 2005-02-14 17:13:06 +00:00
tw3423.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3429.pp
tw3433.pp
tw3435.pp * truncate log 2005-02-14 17:13:06 +00:00
tw3441.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3443.pp * new bugs 2005-01-25 15:43:32 +00:00
tw3444.pp * new bugs 2005-01-25 15:43:32 +00:00
tw3456.pp * smaller number of iterations for ARM in test tw3456. 2006-07-06 13:21:11 +00:00
tw3457.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3460.pp * truncate log 2005-02-14 17:13:06 +00:00
tw3467.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3470.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3474.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3477.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3478.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3479.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3489.pp * truncate log 2005-02-14 17:13:06 +00:00
tw3490.pp new bug 2005-01-02 17:33:15 +00:00
tw3491.pp - removed unnecessary APPTYPE CONSOLE 2005-03-20 19:26:01 +00:00
tw3492.pp * Change test to test resourcestring correctness. 2006-12-19 08:58:01 +00:00
tw3494.pp * truncate log 2005-02-14 17:13:06 +00:00
tw3499.pp * cleaner fix for tb0496 (r1185) 2005-09-25 19:23:37 +00:00
tw3504.pp * new bug 2005-01-04 16:32:07 +00:00
tw3506.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3523.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3529.pp no message 2005-03-06 13:53:10 +00:00
tw3533.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3534.pp * new bugs 2005-01-25 15:43:32 +00:00
tw3540.pp * fix tests 2005-07-20 13:35:31 +00:00
tw3546.pp *** empty log message *** 2005-02-08 21:22:23 +00:00
tw3554.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3564.pp * new bugs 2005-01-25 15:43:32 +00:00
tw3567.pp * new tests 2005-01-18 15:47:22 +00:00
tw3572.pp * new bugs 2005-01-24 15:53:20 +00:00
tw3573.pp * new bugs 2005-01-24 15:53:20 +00:00
tw3576.pp * truncate log 2005-02-14 17:13:06 +00:00
tw3577.pp * new bug 2005-01-19 20:22:46 +00:00
tw3578.pp * truncate log 2005-02-14 17:13:06 +00:00
tw3579.pp * truncate log 2005-02-14 17:13:06 +00:00
tw3583.pp + new tests 2006-05-27 15:30:53 +00:00
tw3589.pp no message 2005-03-03 22:16:33 +00:00
tw3594.pp no message 2005-03-10 19:48:47 +00:00
tw3595.pp * fixed test, clean up test file when finished 2005-10-16 14:34:07 +00:00
tw3612.pp * new bugs 2005-01-31 16:55:47 +00:00
tw3617.pp * new bugs 2005-01-31 16:55:47 +00:00
tw3619.pp * new bugs 2005-01-31 16:55:47 +00:00
tw3621.pp * new bugs 2005-02-03 16:12:39 +00:00
tw3628.pp * Dont run tw3628.pp. It is compile only test as stated in bug report. 2007-01-13 20:27:59 +00:00
tw3634.pp new bug 2005-03-10 00:26:40 +00:00
tw3650.pp * This test not for wince. 2007-01-13 20:31:39 +00:00
tw3653.pp * new bug 2005-02-14 16:45:22 +00:00
tw3661.pp no message 2005-03-10 20:38:16 +00:00
tw3666.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3669.pp * new bug 2005-04-15 15:47:07 +00:00
tw3676.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3681.pp no message 2005-04-10 09:21:00 +00:00
tw3683.pp new bugs 2005-02-27 17:18:52 +00:00
tw3687.pp new bugs 2005-04-25 09:48:54 +00:00
tw3691.pp new bugs 2005-02-27 17:18:52 +00:00
tw3694.pp * fixed for 64 bit CPUs 2005-04-25 07:50:55 +00:00
tw3695.pp * fixed race condition 2005-04-03 18:26:18 +00:00
tw3697.pp * fix of test tw3697 for unix platforms 2005-11-16 21:08:30 +00:00
tw3700.pp * initial revision 2005-10-19 19:25:49 +00:00
tw3708.pp * fixed test 2006-10-18 07:25:44 +00:00
tw3719.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3721.pp + added 2005-03-01 19:25:17 +00:00
tw3742.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3751.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3758.pp * new bugs 2005-03-14 15:35:22 +00:00
tw3764.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3765.pp no message 2005-03-10 21:10:08 +00:00
tw3768.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3774.pp no message 2005-04-02 07:56:33 +00:00
tw3777.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3778.pp * new bugs 2005-04-05 21:02:45 +00:00
tw3780.pp + Readd test, now disabled. 2007-02-17 15:33:01 +00:00
tw3782.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3796.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3805.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3812.pp * new bugs 2005-04-05 21:02:45 +00:00
tw3814.pp * fix tests 2005-07-20 13:35:31 +00:00
tw3827.pp * test for bug #3827 added 2005-05-22 10:58:49 +00:00
tw3829.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw3833.pp no message 2005-04-10 20:27:04 +00:00
tw3840.pp new bug 2005-05-05 08:53:05 +00:00
tw3841.pp * test no longer has to fail in objfpc mode (in theory, it should fail 2007-01-19 19:33:04 +00:00
tw3863.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3864.pp * new bugs 2005-04-04 16:29:44 +00:00
tw3865.pp * new bugs 2005-04-04 16:29:44 +00:00
tw3870.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tw3893.pp * disable tw3893 for 64 bit cpus because it tests some 32 bit specific casting 2006-01-03 21:17:36 +00:00
tw3898.pp no message 2005-04-28 19:33:45 +00:00
tw3899.pp no message 2005-04-28 16:30:37 +00:00
tw3900.pp new bugs 2005-04-25 09:48:54 +00:00
tw3913.pp + objfpc directive added 2005-05-30 20:48:27 +00:00
tw3930.pp * copying of classes fixed, closes 3930 2005-11-20 09:11:23 +00:00
tw3931a.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw3939.pp + $WARN directive implemented fixes bug #3939 2005-05-22 11:57:24 +00:00
tw3952.pp * remove ptruint typecast that introduces a int64 calculation 2007-02-22 07:04:44 +00:00
tw3953a.pp * fixed comparisation of booleans and nulls in variants, fixes bug #3953 2005-05-19 22:16:53 +00:00
tw3953b.pp * fixed comparisation of booleans and nulls in variants, fixes bug #3953 2005-05-19 22:16:53 +00:00
tw3964a.pp * rename so the library is build before it is used 2005-10-18 12:30:44 +00:00
tw3964b.pp * don't mix public name and export clause 2006-10-18 20:45:01 +00:00
tw3967.pp + test tw3967.pp 2005-05-21 07:56:39 +00:00
tw3968.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw3970.pp * fix tests 2005-07-20 13:35:31 +00:00
tw3971.pp * fixed alignment of objects and arrays in arrays, fixes bug #3971 2005-05-21 07:39:44 +00:00
tw3973.pp * array of const for classes fixed, was broken by r10 2005-05-30 18:44:42 +00:00
tw3977.pp * fix tests 2005-07-20 13:35:31 +00:00
tw3977.txt * remove $Log 2005-06-07 09:47:55 +00:00
tw3997.pp * initial version 2005-10-19 19:21:32 +00:00
tw4006.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4007.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4009.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4010.pp - unnecessary check in taddrnode.pass_1 removed, fixes bug #4010 2005-06-16 17:13:06 +00:00
tw4013.pp * use math 2007-01-16 17:58:12 +00:00
tw4015.pp * new test 2005-07-16 15:47:51 +00:00
tw4038.pp * test tw4038 is not for wince. 2006-07-05 22:10:56 +00:00
tw4043.pp * skip some tests for wince. 2006-07-06 19:08:23 +00:00
tw4055.pp new bug 2005-06-07 20:49:35 +00:00
tw4056.pp * protected overload test 2005-10-18 20:25:09 +00:00
tw4058.pp + added 2005-06-09 20:12:59 +00:00
tw4068.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4078.pp * fixed web bug tw4078 + added test 2005-06-15 16:46:03 +00:00
tw4080.pp * made chararray handling 98% TP-compatible, fixes web bugs 3012 2006-01-04 10:05:10 +00:00
tw4086.pp * fixed web bug #4086: do not create a refcounted temp for 2006-01-04 21:07:10 +00:00
tw4089.pp * fixed interface rtti, fixes bug #4089 2005-06-15 21:27:51 +00:00
tw4093.pp fixes bug #4093 2005-06-26 21:19:41 +00:00
tw4098.pp * disable for 2.1+y 2006-06-26 06:38:51 +00:00
tw4100.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4104.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4115.pp * new test 2005-06-25 21:07:25 +00:00
tw4119.pp * mode delphi 2005-07-06 07:44:07 +00:00
tw4136.pp + support for "return x" as equivalent for "exit(x)" in macpas mode 2005-12-23 22:49:15 +00:00
tw4140.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4150.pp + added 2005-07-02 12:35:51 +00:00
tw4151.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4152.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4155.pp * remove readln; 2005-07-18 06:14:14 +00:00
tw4162.pp * prefer shortstring to ansistring over ansistring to shortstring 2005-07-06 13:09:50 +00:00
tw4173.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4188.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4199.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4201.pp * fixed webbug 4201 which does not properly clean up all threads, causing (program) freeze 2005-11-02 19:59:17 +00:00
tw4202.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4209.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4215.pp * sysutils.format: floating point formatting takes care of currency type now 2005-07-24 12:14:18 +00:00
tw4219.pp * passing of dyn. arrays of tvarrec to array of const fixed, fixes bug #4219 2005-08-07 14:43:45 +00:00
tw4223.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4229.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4229a.pp * fixed mantis #6152 (allow overloads to be defined before all 2007-01-15 21:59:43 +00:00
tw4233.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4234.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4234a.pp * enabled for non-x86 as well 2005-10-18 08:19:12 +00:00
tw4239.pp * remove readln; 2005-10-19 06:55:07 +00:00
tw4240.pp * dyn. arrays are always passed by value, fixes 4240 2005-08-05 21:52:58 +00:00
tw4247.pp * patch from Martin Schreiber to fix bug #4247 2005-08-03 19:55:06 +00:00
tw4253.pp *c <int64>:=-<longint> fixed (bug 4253) 2005-08-05 19:00:30 +00:00
tw4254.pp * convert constant widestring to ansistring before assigning to pchar 2005-10-18 20:49:23 +00:00
tw4260.pp * AnsiReplaceText fixed, fixes 4260 2005-08-07 07:57:27 +00:00
tw4266.pp - removed -Op3 parameter so test also compiles on non-x86 2005-10-16 05:41:18 +00:00
tw4272.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4277.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4278.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4290.pp * make widestrings compatible with COM BSTR, the length is now the number 2005-10-18 09:45:13 +00:00
tw4294.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4308.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4330.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4332.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4336.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4350.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4352.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4388.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4390.pp macos: added a fake sysutils for use by compiler, and fixed some tests 2006-09-03 22:30:37 +00:00
tw4398.pp * new test 2005-10-01 20:48:20 +00:00
tw4427.pp - disable inlining for procedures with a formal const parameter, fixes 2005-10-15 20:48:35 +00:00
tw4428.pp * fixed web bug #4228 (support loading int64 paras passed on the stack into 2005-10-15 16:03:00 +00:00
tw4450.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4477.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4487.pp + binary operator support for booleans in variants 2005-11-04 21:05:18 +00:00
tw4489.pp + format("%d",[<qword>]); fixes 4489 2005-11-04 19:01:33 +00:00
tw4496.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4519.pp * fixes 4519, applied patch from Martin Schreiber to do so 2005-11-23 21:14:32 +00:00
tw4520.pp * fixed StrToFloat for large constants 2005-11-24 20:50:40 +00:00
tw4529.pp * fixed issue with static fields 2005-11-22 22:08:11 +00:00
tw4533.pp + added 2005-12-06 19:47:10 +00:00
tw4534.pp * fixed test 2006-03-19 20:26:29 +00:00
tw4537.pp + support exit(); 2005-11-22 21:27:56 +00:00
tw4540.pp * test for last commit 2005-11-23 19:32:19 +00:00
tw4541.pp * more tests for symtable insert/search 2006-02-02 13:41:17 +00:00
tw4557.pp * allow pred/succ on non continous enumerations in delphi mode 2005-12-04 18:35:19 +00:00
tw4566.pp * initial revision 2005-12-04 18:29:29 +00:00
tw4574.pp * fixed web bugs 4574 and 4575 2006-01-02 17:54:39 +00:00
tw4599.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4613.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4616.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
tw4624.pp * fixed overloading of div operator 2006-05-13 21:37:54 +00:00
tw4632.pp * remove svn:executable 2006-03-27 07:20:35 +00:00
tw4633.pp * remove svn:executable 2006-03-27 07:20:35 +00:00
tw4634.pp * fixed VarAsType with varSingle, fixes bg 4634 2006-01-04 15:17:59 +00:00
tw4635.pp * remove svn:executable 2006-03-27 07:20:35 +00:00
tw4640.pp + added 2006-01-04 12:12:58 +00:00
tw4669.pp * fixed web bug #4669 (usage of location.loc instead of expectloc) 2006-01-08 21:11:04 +00:00
tw4675.pp * don't warn about possible use of uninitialised function results of 2006-01-14 15:34:38 +00:00
tw4678.pp + added 2006-03-24 22:57:50 +00:00
tw4700.pp * remove svn:executable 2006-03-27 07:20:35 +00:00
tw4704.pp * fixed test (mainly for little endian systems) 2006-03-24 22:51:55 +00:00
tw4705.pp + variants can be used as case expression 2006-05-14 18:29:49 +00:00
tw4722.pp * skip tdir test for wince. 2006-07-05 15:55:52 +00:00
tw4763.pp * remove svn:executable 2006-03-27 07:20:35 +00:00
tw4768.pp * fixed web bug #4768 + test 2006-02-08 19:22:26 +00:00
tw4778.pp * fixed web bug #4778 (explicit type casting of float to int in tp/delphi 2006-02-10 11:05:47 +00:00
tw4789.pp * add test 2006-02-09 07:48:34 +00:00
tw4809.pp * made sure that the enum tested in the test is of byte size, otherwise the test program does not compile 2006-08-17 21:22:10 +00:00
tw4826.pp * count references to symbols accessed via properties (fixes bug #4826) 2006-03-18 22:53:27 +00:00
tw4881.pp * openstring now uses a type in the system unit 2006-03-27 09:07:33 +00:00
tw4893a.pp * support goto/label by default in tp/delphi/macpas modes (bug 4893) 2006-03-18 22:25:41 +00:00
tw4893b.pp * support goto/label by default in tp/delphi/macpas modes (bug 4893) 2006-03-18 22:25:41 +00:00
tw4893c.pp * support goto/label by default in tp/delphi/macpas modes (bug 4893) 2006-03-18 22:25:41 +00:00
tw4898.pp * don't give range check hints/warnings for conversions of 2006-03-18 22:02:37 +00:00
tw4902.pp * load a dummy value on the fpu stack in the epilog of functions 2006-03-22 21:32:48 +00:00
tw4922.pp * support proc to procvar conversion for overloaded procdefs passed to parameters 2006-03-21 07:51:54 +00:00
tw4925.pp * fixed s<'', fixes 4925 2006-05-13 20:10:27 +00:00
tw4950.pp macos: added a fake sysutils for use by compiler, and fixed some tests 2006-09-03 22:30:37 +00:00
tw4954.pp + norun 2006-05-29 19:39:21 +00:00
tw4999.pp * reduced memory requirements for test tw4999 from ~256MB to ~2MB. 2006-07-06 13:19:48 +00:00
tw5001.pp - removed readln 2006-04-18 09:26:13 +00:00
tw5015.pp * new test 2006-04-19 07:35:20 +00:00
tw5023.pp * new tests 2006-04-18 06:52:47 +00:00
tw5036.pp * intel parser is i386 only 2006-06-30 20:18:51 +00:00
tw5082.pp * handle stored false properly when overriding properties 2006-05-13 20:26:42 +00:00
tw5086.pp * generate input file in the test 2006-06-30 20:21:23 +00:00
tw5094.pp * fixed web bug #5094. Renaming registers is now done sequentially instead 2006-05-23 17:17:23 +00:00
tw5100.pp * fixed web bug #6923 (old 5100): count references to private fields 2006-07-14 15:34:02 +00:00
tw5100a.pp * fixed web bug #6923 (old 5100): count references to private fields 2006-07-14 15:34:02 +00:00
tw5641.pp * Skip tw5641 for wince due to memory constraints. 2007-01-14 01:11:17 +00:00
tw5896.pp * allow inherited; calling abstract methods in delphi mode, resolves #5896 2007-02-25 18:46:10 +00:00
tw6129.pp * Fixed tw6129 for ARM CPU by using unaligned(). 2007-01-14 01:12:31 +00:00
tw6184.pp + new 2006-10-29 19:13:27 +00:00
tw6203.pp * inheritance based on message also needs to find hidden 2006-06-30 21:06:49 +00:00
tw6435.pp * also assign something to the classvar 2006-10-04 17:43:55 +00:00
tw6491.pp + added missing test 2006-05-18 17:23:28 +00:00
tw6493.pp * fixed parsing of denormals (mantis #6493) 2007-01-01 14:23:29 +00:00
tw6624.pp * function results can be a generic parameter 2006-05-19 21:54:39 +00:00
tw6641.pp * fixed overload choosing algorithm so it's Delphi-compatible + 2006-12-28 16:54:07 +00:00
tw6684.pp + new test 2006-05-18 19:36:11 +00:00
tw6686.pp * fixed mantis 6686 ("function a;" without prior definition of "a" 2006-12-24 10:48:49 +00:00
tw6687.pp * cs_generate_stackframes (w+/-) should only apply to normal routines, 2007-01-24 10:08:17 +00:00
tw6700.pp * new test 2006-06-19 06:59:25 +00:00
tw6735.pp + parse packed set, fixes #6735 2006-05-19 12:31:38 +00:00
tw6742.pp + new test 2006-05-18 17:26:23 +00:00
tw6767.pp * added cthreads unit for unix targets to uses list 2006-06-04 18:58:53 +00:00
tw6865.pp * new test 2006-10-31 09:31:53 +00:00
tw6868.pp * fixed previous commit 2007-01-07 18:20:58 +00:00
tw6960.pp * allow passing single element to open array bug6960 2006-05-23 07:23:45 +00:00
tw6977.pp * fixed issue #6977 (add regvars occupied by the invisible high parameter 2006-06-21 18:24:01 +00:00
tw6980.pp + added expand defines for all OSes, hopefully no OS forgotten 2006-05-27 21:30:35 +00:00
tw6989.pp - svn:executable 2006-07-15 08:47:40 +00:00
tw7006.pp * fix internal alias parameters for incr_ref 2006-06-11 10:51:27 +00:00
tw7071.pp * remove Pipes 2006-08-07 20:00:46 +00:00
tw7100.pp * 64 bit fixes 2006-10-20 21:13:12 +00:00
tw7104.pp * change non-volatile rbx to volatile r11 2006-06-30 20:01:37 +00:00
tw7105.pp * fixed web bug #7105 2006-10-29 19:22:04 +00:00
tw7143.pp * fix comparedword, fixes #7143 2006-07-12 20:50:48 +00:00
tw7161.pp + added 2006-07-17 14:05:45 +00:00
tw7173.pp * fixed mantis 7173 (properly check parameters in unit 2006-12-22 17:48:28 +00:00
tw7179.pp + another test for previous commit (mantis #7179) 2007-01-12 18:37:27 +00:00
tw7195.pp - removed svn:executable 2006-10-23 22:52:04 +00:00
tw7200.pp * implicitly call procvars in tp/delphi modes for divmodn, shlshrn 2006-12-27 14:29:23 +00:00
tw7227.pp * fix check for openarray and single element 2006-08-07 20:36:18 +00:00
tw7242.pp * fixed unit name 2006-12-30 23:51:45 +00:00
tw7262.pp * test 2007-01-11 10:48:27 +00:00
tw7276.pp * fixed typo introduced while prettifying the test 2006-08-17 21:43:52 +00:00
tw7281.pp - removed svn:executable 2006-10-23 22:52:04 +00:00
tw7285.pp * fixed test 2006-12-02 18:16:49 +00:00
tw7329.pp - removed svn:executable 2006-10-23 22:52:04 +00:00
tw7372.pp * allow taking the address of packed array elements if the element size 2006-09-09 07:49:43 +00:00
tw7379.pp * fixed more missing subsetreg/subsetref support 2006-09-09 22:10:32 +00:00
tw7381.pp * new test 2007-01-16 16:49:57 +00:00
tw7391.pp - removed svn:executable 2006-10-23 22:52:04 +00:00
tw7425.pp * fixed for non-x96 2006-09-18 08:09:42 +00:00
tw7440.pp * fixed dotest parameters 2006-10-09 08:38:15 +00:00
tw7446.pp - removed svn:executable 2006-10-23 22:52:04 +00:00
tw7489.pp - removed svn:executable 2006-10-23 22:52:04 +00:00
tw7527.pp - removed svn:executable 2006-10-23 22:52:04 +00:00
tw7567.pp * treat zero-based arrays of char also as pchar's when reading 2006-10-08 09:22:30 +00:00
tw7568.pp * fixed test 2006-10-11 09:21:34 +00:00
tw7637.pp * Set DecimalSeparator to be locale independent. 2007-01-14 01:04:45 +00:00
tw7643.pp * support LOC_CONSTANT for loading self pointer 2006-10-30 08:58:09 +00:00
tw7679.pp * test for copying of typenode 2006-10-29 23:36:02 +00:00
tw7719.pp * allow second operand being am imm in intel assembler, fixed #7719 2007-01-05 23:15:25 +00:00
tw7756.pp + newer version of FloatToDecimal 2006-12-01 18:18:23 +00:00
tw7803.pp * new test 2007-01-14 15:17:59 +00:00
tw7806.pp + new test 2007-01-28 22:20:07 +00:00
tw7808.pp * test is not for darwin 2007-02-10 23:45:35 +00:00
tw7817a.pp * corrected unit name 2006-11-17 10:01:15 +00:00
tw7817b.pp * fixed unit name 2006-11-17 15:33:34 +00:00
tw7847.pp * support inc(pointer) in TP mode with range/overflow checking on as well 2006-12-15 13:02:00 +00:00
tw7851.pp * fixed calling qualified methods in assembler + tests for ppc/ppc64/ 2007-01-21 22:16:42 +00:00
tw7851a.pp * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
tw7963.pp * fixed crash when calling a procvar with too many parameters 2007-01-13 18:38:04 +00:00
tw7975.pp * fixed mantis 7975 and 7107 (ie 200311075 when working using somewhat 2006-12-21 21:03:47 +00:00
tw7975a.pp * fixed mantis 7975 and 7107 (ie 200311075 when working using somewhat 2006-12-21 21:03:47 +00:00
tw8018.pp * write vmt always according to the order of definitions 2007-01-04 22:39:12 +00:00
tw8028.pp * niln has a compelxity of 0 (so the inlining code doesn't try to take 2006-12-29 01:11:41 +00:00
tw8049.pp * disable overflow checking when performing pointer arithmetic 2007-01-05 21:52:31 +00:00
tw8055.pp * new test 2007-01-14 15:20:30 +00:00
tw8090.pp * count references to class fields/messages from outside that class' 2007-01-10 17:50:24 +00:00
tw8140.pp * fixed overload checking of virtual and class methods (mantis #8140) 2007-01-19 17:20:36 +00:00
tw8140b.pp * fixed overload checking of virtual and class methods (mantis #8140) 2007-01-19 17:20:36 +00:00
tw8140f.pp * fixed overload checking of virtual and class methods (mantis #8140) 2007-01-19 17:20:36 +00:00
tw8140g.pp * fixed overload checking of virtual and class methods (mantis #8140) 2007-01-19 17:20:36 +00:00
tw8140h.pp * fixed overload checking of virtual and class methods (mantis #8140) 2007-01-19 17:20:36 +00:00
tw8141.pp * fixed test for 64 bit platforms 2007-01-20 22:18:08 +00:00
tw8145.pp * fixed calling class methods via classrefdefs (mantis #8145) 2007-01-19 18:05:58 +00:00
tw8148.pp * call the ansistring version of val for zero-based array-of-char 2007-01-19 18:22:03 +00:00
tw8150a.pp * fixed with-support for classrefdefs (mantis 8150), with thanks to 2007-01-20 20:04:54 +00:00
tw8150d.pp * fixed with-support for classrefdefs (mantis 8150), with thanks to 2007-01-20 20:04:54 +00:00
tw8153.pp + support for VMTOFFSET in assembler readers to get VMT offset of virtual 2007-01-24 18:26:23 +00:00
tw8153a.pp * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
tw8155.pp * fixed typo 2007-01-23 12:59:10 +00:00
tw8156.pp * fixed #8156 2007-01-21 16:15:19 +00:00
tw8171.pp + support for [recordfield.field] in assembler blocks in methods in 2007-01-23 17:34:11 +00:00
tw8172.pp + support for sets with size 1 and 2 2007-01-24 20:06:56 +00:00
tw8177.pp * fixed crash on systems which properly protect read-only data 2007-02-24 23:24:43 +00:00
tw8180.pp * fixed test 2007-02-25 16:21:22 +00:00
tw8183.pp * don't trash reference counted types with -gt (mantis 8183) 2007-01-23 16:49:59 +00:00
tw8199.pp + test 2007-01-26 17:40:30 +00:00
tw8222.pp * don't call afterconstruction/beforedestruction in case an exception 2007-01-26 17:38:53 +00:00
tw8222a.pp * don't call afterconstruction/beforedestruction in case an exception 2007-01-26 17:38:53 +00:00
tw8222b.pp * don't call afterconstruction/beforedestruction in case an exception 2007-01-26 17:38:53 +00:00
tw8225.pp * fixed compilation 2007-02-22 10:14:37 +00:00
tw8229.pp * fixes #8229 2007-01-28 08:21:08 +00:00
tw8232.pp + test 2007-01-28 18:07:58 +00:00
tw8258.pp * in non-TP modes, 'ord_larger_than_256 in set' now always returns 2007-02-07 18:57:19 +00:00
tw8258a.pp * optimized previous patch for "byte in set" (Thorsten Engler) 2007-02-07 20:22:29 +00:00
tw8264.pp * getting the length of a string means that it has to be 2007-02-03 21:28:44 +00:00
tw8282.pp * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
tw8283.pp * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
tw8304.pp * resource functions for win64, fixes #8304 2007-02-18 10:07:12 +00:00
tw8312.pp * support assigned widechars with value < 255 to chars in Delphi mode 2007-02-13 13:35:46 +00:00
tw8321.pp * cardinal-cardinal is calculated using int64 2007-02-21 11:52:06 +00:00
tw8371.pp * fix array constructors that start with nil 2007-02-27 17:03:31 +00:00
tw8391.pp * Allow @ and ? characters in imported function name when AS is used. It fixes bug #8391. 2007-02-26 17:51:38 +00:00
tw8434.pp * fixed mantis 8434 (wrong precision used in case of |number| < 1, 2007-03-01 14:30:55 +00:00
ub1873.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
ub1883.pp
uw0555.pp
uw0701c.pp
uw0701d.pp
uw0701e.pp
uw0809.pp
uw1181.inc
uw1279.pp
uw1331.pp
uw2004.inc
uw2040.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
uw2266a.inc
uw2266b.pas
uw2269.inc
uw2364.pp * cleaning up sets for exports behaviour 2005-10-19 19:06:45 +00:00
uw2706a.pp
uw2706b.pp
uw2731.pp
uw2738.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
uw2834.pp
uw2920.pp
uw2956.pp
uw2984.pp
uw3103.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
uw3179a.pp
uw3179b.pp * truncate log 2005-02-14 17:13:06 +00:00
uw3184a.pp
uw3184b.pp
uw3292a.pp
uw3340.pp
uw3353.pp
uw3356.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
uw3429.pp
uw3474a.pp
uw3474b.pp
uw3968.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
uw4056.pp * protected overload test 2005-10-18 20:25:09 +00:00
uw4140.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
uw4352a.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
uw4352b.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
uw4352c.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
uw4352d.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
uw4352e.pp * remove svn:executable from *.pp and *.pas 2005-12-20 08:11:59 +00:00
uw4541.pp * more tests for symtable insert/search 2006-02-02 13:41:17 +00:00
uw6203.pp * inheritance based on message also needs to find hidden 2006-06-30 21:06:49 +00:00
uw6767.pp * heaptrc should be multi threading safe now 2006-05-19 19:38:37 +00:00
uw7381.pp * new test 2007-01-16 16:49:57 +00:00
uw8180.pp * unique iunknown problem 2007-01-26 21:35:53 +00:00