From 73c490be5673dbefb2b55505e51bc678f9861c9d Mon Sep 17 00:00:00 2001 From: dodi Date: Wed, 30 Jun 2010 12:37:26 +0000 Subject: [PATCH] parser example: renamed FPC 2.4 version git-svn-id: trunk@26347 - --- .gitattributes | 42 +++++++++---------- .../parser/{no_cpu => no_cpu.2.4}/aasmcpu.pas | 0 .../{no_cpu => no_cpu.2.4}/ag68kgas.pas | 0 .../parser/{no_cpu => no_cpu.2.4}/aoptcpu.pas | 0 .../{no_cpu => no_cpu.2.4}/aoptcpub.pas | 0 .../{no_cpu => no_cpu.2.4}/aoptcpud.pas | 0 .../parser/{no_cpu => no_cpu.2.4}/cgcpu.pas | 0 .../parser/{no_cpu => no_cpu.2.4}/cpubase.pas | 0 .../parser/{no_cpu => no_cpu.2.4}/cpuinfo.pas | 0 .../parser/{no_cpu => no_cpu.2.4}/cpunode.pas | 0 .../parser/{no_cpu => no_cpu.2.4}/cpupara.pas | 0 .../parser/{no_cpu => no_cpu.2.4}/cpupi.pas | 0 .../parser/{no_cpu => no_cpu.2.4}/cputarg.pas | 0 .../parser/{no_cpu => no_cpu.2.4}/m68kreg.dat | 0 .../{no_cpu => no_cpu.2.4}/ppcfrom68k.lpi | 0 .../{no_cpu => no_cpu.2.4}/ppcfrom68k.pas | 0 .../parser/{no_cpu => no_cpu.2.4}/r68kcon.inc | 0 .../parser/{no_cpu => no_cpu.2.4}/r68knum.inc | 0 .../parser/{no_cpu => no_cpu.2.4}/r68ksup.inc | 0 .../parser/{no_cpu => no_cpu.2.4}/readme.txt | 0 .../parser/{no_cpu => no_cpu.2.4}/test.pas | 0 .../{no_cpu => no_cpu.2.4}/test/system.pas | 0 22 files changed, 21 insertions(+), 21 deletions(-) rename examples/parser/{no_cpu => no_cpu.2.4}/aasmcpu.pas (100%) rename examples/parser/{no_cpu => no_cpu.2.4}/ag68kgas.pas (100%) rename examples/parser/{no_cpu => no_cpu.2.4}/aoptcpu.pas (100%) rename examples/parser/{no_cpu => no_cpu.2.4}/aoptcpub.pas (100%) rename examples/parser/{no_cpu => no_cpu.2.4}/aoptcpud.pas (100%) rename examples/parser/{no_cpu => no_cpu.2.4}/cgcpu.pas (100%) rename examples/parser/{no_cpu => no_cpu.2.4}/cpubase.pas (100%) rename examples/parser/{no_cpu => no_cpu.2.4}/cpuinfo.pas (100%) rename examples/parser/{no_cpu => no_cpu.2.4}/cpunode.pas (100%) rename examples/parser/{no_cpu => no_cpu.2.4}/cpupara.pas (100%) rename examples/parser/{no_cpu => no_cpu.2.4}/cpupi.pas (100%) rename examples/parser/{no_cpu => no_cpu.2.4}/cputarg.pas (100%) rename examples/parser/{no_cpu => no_cpu.2.4}/m68kreg.dat (100%) rename examples/parser/{no_cpu => no_cpu.2.4}/ppcfrom68k.lpi (100%) rename examples/parser/{no_cpu => no_cpu.2.4}/ppcfrom68k.pas (100%) rename examples/parser/{no_cpu => no_cpu.2.4}/r68kcon.inc (100%) rename examples/parser/{no_cpu => no_cpu.2.4}/r68knum.inc (100%) rename examples/parser/{no_cpu => no_cpu.2.4}/r68ksup.inc (100%) rename examples/parser/{no_cpu => no_cpu.2.4}/readme.txt (100%) rename examples/parser/{no_cpu => no_cpu.2.4}/test.pas (100%) rename examples/parser/{no_cpu => no_cpu.2.4}/test/system.pas (100%) diff --git a/.gitattributes b/.gitattributes index ade897d9e4..69597c8943 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3239,27 +3239,27 @@ examples/openglcontrol/data/texture3.bmp -text svneol=unset#image/bmp examples/openglcontrol/exampleform.pp svneol=native#text/pascal examples/openglcontrol/openglcontrol_demo.lpi svneol=native#text/plain examples/openglcontrol/openglcontrol_demo.pas svneol=native#text/pascal -examples/parser/no_cpu/aasmcpu.pas svneol=native#text/pascal -examples/parser/no_cpu/ag68kgas.pas svneol=native#text/pascal -examples/parser/no_cpu/aoptcpu.pas svneol=native#text/pascal -examples/parser/no_cpu/aoptcpub.pas svneol=native#text/pascal -examples/parser/no_cpu/aoptcpud.pas svneol=native#text/pascal -examples/parser/no_cpu/cgcpu.pas svneol=native#text/pascal -examples/parser/no_cpu/cpubase.pas svneol=native#text/pascal -examples/parser/no_cpu/cpuinfo.pas svneol=native#text/pascal -examples/parser/no_cpu/cpunode.pas svneol=native#text/pascal -examples/parser/no_cpu/cpupara.pas svneol=native#text/pascal -examples/parser/no_cpu/cpupi.pas svneol=native#text/pascal -examples/parser/no_cpu/cputarg.pas svneol=native#text/pascal -examples/parser/no_cpu/m68kreg.dat svneol=native#text/pascal -examples/parser/no_cpu/ppcfrom68k.lpi svneol=native#text/plain -examples/parser/no_cpu/ppcfrom68k.pas svneol=native#text/pascal -examples/parser/no_cpu/r68kcon.inc svneol=native#text/pascal -examples/parser/no_cpu/r68knum.inc svneol=native#text/pascal -examples/parser/no_cpu/r68ksup.inc svneol=native#text/pascal -examples/parser/no_cpu/readme.txt svneol=native#text/plain -examples/parser/no_cpu/test.pas svneol=native#text/pascal -examples/parser/no_cpu/test/system.pas svneol=native#text/pascal +examples/parser/no_cpu.2.4/aasmcpu.pas svneol=native#text/pascal +examples/parser/no_cpu.2.4/ag68kgas.pas svneol=native#text/pascal +examples/parser/no_cpu.2.4/aoptcpu.pas svneol=native#text/pascal +examples/parser/no_cpu.2.4/aoptcpub.pas svneol=native#text/pascal +examples/parser/no_cpu.2.4/aoptcpud.pas svneol=native#text/pascal +examples/parser/no_cpu.2.4/cgcpu.pas svneol=native#text/pascal +examples/parser/no_cpu.2.4/cpubase.pas svneol=native#text/pascal +examples/parser/no_cpu.2.4/cpuinfo.pas svneol=native#text/pascal +examples/parser/no_cpu.2.4/cpunode.pas svneol=native#text/pascal +examples/parser/no_cpu.2.4/cpupara.pas svneol=native#text/pascal +examples/parser/no_cpu.2.4/cpupi.pas svneol=native#text/pascal +examples/parser/no_cpu.2.4/cputarg.pas svneol=native#text/pascal +examples/parser/no_cpu.2.4/m68kreg.dat svneol=native#text/pascal +examples/parser/no_cpu.2.4/ppcfrom68k.lpi svneol=native#text/plain +examples/parser/no_cpu.2.4/ppcfrom68k.pas svneol=native#text/pascal +examples/parser/no_cpu.2.4/r68kcon.inc svneol=native#text/pascal +examples/parser/no_cpu.2.4/r68knum.inc svneol=native#text/pascal +examples/parser/no_cpu.2.4/r68ksup.inc svneol=native#text/pascal +examples/parser/no_cpu.2.4/readme.txt svneol=native#text/plain +examples/parser/no_cpu.2.4/test.pas svneol=native#text/pascal +examples/parser/no_cpu.2.4/test/system.pas svneol=native#text/pascal examples/parser/readme.txt svneol=native#text/plain examples/pascalstream/PascalStream1.lpi svneol=native#text/plain examples/pascalstream/PascalStream1.lpr svneol=native#text/plain diff --git a/examples/parser/no_cpu/aasmcpu.pas b/examples/parser/no_cpu.2.4/aasmcpu.pas similarity index 100% rename from examples/parser/no_cpu/aasmcpu.pas rename to examples/parser/no_cpu.2.4/aasmcpu.pas diff --git a/examples/parser/no_cpu/ag68kgas.pas b/examples/parser/no_cpu.2.4/ag68kgas.pas similarity index 100% rename from examples/parser/no_cpu/ag68kgas.pas rename to examples/parser/no_cpu.2.4/ag68kgas.pas diff --git a/examples/parser/no_cpu/aoptcpu.pas b/examples/parser/no_cpu.2.4/aoptcpu.pas similarity index 100% rename from examples/parser/no_cpu/aoptcpu.pas rename to examples/parser/no_cpu.2.4/aoptcpu.pas diff --git a/examples/parser/no_cpu/aoptcpub.pas b/examples/parser/no_cpu.2.4/aoptcpub.pas similarity index 100% rename from examples/parser/no_cpu/aoptcpub.pas rename to examples/parser/no_cpu.2.4/aoptcpub.pas diff --git a/examples/parser/no_cpu/aoptcpud.pas b/examples/parser/no_cpu.2.4/aoptcpud.pas similarity index 100% rename from examples/parser/no_cpu/aoptcpud.pas rename to examples/parser/no_cpu.2.4/aoptcpud.pas diff --git a/examples/parser/no_cpu/cgcpu.pas b/examples/parser/no_cpu.2.4/cgcpu.pas similarity index 100% rename from examples/parser/no_cpu/cgcpu.pas rename to examples/parser/no_cpu.2.4/cgcpu.pas diff --git a/examples/parser/no_cpu/cpubase.pas b/examples/parser/no_cpu.2.4/cpubase.pas similarity index 100% rename from examples/parser/no_cpu/cpubase.pas rename to examples/parser/no_cpu.2.4/cpubase.pas diff --git a/examples/parser/no_cpu/cpuinfo.pas b/examples/parser/no_cpu.2.4/cpuinfo.pas similarity index 100% rename from examples/parser/no_cpu/cpuinfo.pas rename to examples/parser/no_cpu.2.4/cpuinfo.pas diff --git a/examples/parser/no_cpu/cpunode.pas b/examples/parser/no_cpu.2.4/cpunode.pas similarity index 100% rename from examples/parser/no_cpu/cpunode.pas rename to examples/parser/no_cpu.2.4/cpunode.pas diff --git a/examples/parser/no_cpu/cpupara.pas b/examples/parser/no_cpu.2.4/cpupara.pas similarity index 100% rename from examples/parser/no_cpu/cpupara.pas rename to examples/parser/no_cpu.2.4/cpupara.pas diff --git a/examples/parser/no_cpu/cpupi.pas b/examples/parser/no_cpu.2.4/cpupi.pas similarity index 100% rename from examples/parser/no_cpu/cpupi.pas rename to examples/parser/no_cpu.2.4/cpupi.pas diff --git a/examples/parser/no_cpu/cputarg.pas b/examples/parser/no_cpu.2.4/cputarg.pas similarity index 100% rename from examples/parser/no_cpu/cputarg.pas rename to examples/parser/no_cpu.2.4/cputarg.pas diff --git a/examples/parser/no_cpu/m68kreg.dat b/examples/parser/no_cpu.2.4/m68kreg.dat similarity index 100% rename from examples/parser/no_cpu/m68kreg.dat rename to examples/parser/no_cpu.2.4/m68kreg.dat diff --git a/examples/parser/no_cpu/ppcfrom68k.lpi b/examples/parser/no_cpu.2.4/ppcfrom68k.lpi similarity index 100% rename from examples/parser/no_cpu/ppcfrom68k.lpi rename to examples/parser/no_cpu.2.4/ppcfrom68k.lpi diff --git a/examples/parser/no_cpu/ppcfrom68k.pas b/examples/parser/no_cpu.2.4/ppcfrom68k.pas similarity index 100% rename from examples/parser/no_cpu/ppcfrom68k.pas rename to examples/parser/no_cpu.2.4/ppcfrom68k.pas diff --git a/examples/parser/no_cpu/r68kcon.inc b/examples/parser/no_cpu.2.4/r68kcon.inc similarity index 100% rename from examples/parser/no_cpu/r68kcon.inc rename to examples/parser/no_cpu.2.4/r68kcon.inc diff --git a/examples/parser/no_cpu/r68knum.inc b/examples/parser/no_cpu.2.4/r68knum.inc similarity index 100% rename from examples/parser/no_cpu/r68knum.inc rename to examples/parser/no_cpu.2.4/r68knum.inc diff --git a/examples/parser/no_cpu/r68ksup.inc b/examples/parser/no_cpu.2.4/r68ksup.inc similarity index 100% rename from examples/parser/no_cpu/r68ksup.inc rename to examples/parser/no_cpu.2.4/r68ksup.inc diff --git a/examples/parser/no_cpu/readme.txt b/examples/parser/no_cpu.2.4/readme.txt similarity index 100% rename from examples/parser/no_cpu/readme.txt rename to examples/parser/no_cpu.2.4/readme.txt diff --git a/examples/parser/no_cpu/test.pas b/examples/parser/no_cpu.2.4/test.pas similarity index 100% rename from examples/parser/no_cpu/test.pas rename to examples/parser/no_cpu.2.4/test.pas diff --git a/examples/parser/no_cpu/test/system.pas b/examples/parser/no_cpu.2.4/test/system.pas similarity index 100% rename from examples/parser/no_cpu/test/system.pas rename to examples/parser/no_cpu.2.4/test/system.pas