Pārlūkot izejas kodu

* FPK changed to FPC

Tomas Hajny 25 gadi atpakaļ
vecāks
revīzija
c4153b1ff9

+ 1 - 1
rtl/os2/code2.as

@@ -1,5 +1,5 @@
 / code2.as (emx+fpk) -- Copyright (c) 1992-1999-2000 by Eberhard Mattes
-/                       Changed for FPK-Pascal in 1999-2000 by Dani‰l Mantione.
+/                       Changed for Free Pascal in 1999-2000 by Daniel Mantione.
 /                       This code is _not_ under the Library GNU Public
 /                       License, because the original is not. See copying.emx
 /                       for details. You should have received it with this

+ 1 - 1
rtl/os2/code3.as

@@ -1,5 +1,5 @@
 / code2.as (emx+fpk) -- Copyright (c) 1992-1999-2000 by Eberhard Mattes
-/                       Changed for FPK-Pascal in 1999-2000 by Dani‰l Mantione.
+/                       Changed for Free Pascal in 1999-2000 by Daniel Mantione.
 /                       This code is _not_ under the Library GNU Public
 /                       License, because the original is not. See copying.emx
 /                       for details. You should have received it with this

+ 3 - 3
rtl/os2/crt.pas

@@ -1,11 +1,11 @@
 {****************************************************************************
 
                             Standard CRT unit.
-                    FPK-Pascal runtime library for OS/2.
-                    Copyright (c) 1997 Danil Mantione.
+                    Free Pascal runtime library for OS/2.
+                    Copyright (c) 1997 Daniel Mantione.
 
       This file may be reproduced and modified under the same conditions
-                      as all other FPK-Pascal source code.
+                      as all other Free Pascal source code.
 
 ****************************************************************************}
 

+ 8 - 5
rtl/os2/dive.pas

@@ -10,22 +10,22 @@
  License v2. So is this unit. The Library GNU Public License requires you to
  distribute the source code of this unit with any product that uses it.
  Because the EMX library isn't under the LGPL, we grant you an exception to
- this, and that is, when you compile a program with the FPK Pascal compiler,
+ this, and that is, when you compile a program with the Free Pascal Compiler,
  you do not need to ship source code with that program, AS LONG AS YOU ARE
  USING UNMODIFIED CODE! If you modify this code, you MUST change the next
  line:
 
- <This an official, unmodified FPK Pascal source code file.>
+ <This an official, unmodified Free Pascal source code file.>
 
  Send us your modified files, we can work together if you want!
 
- FPK-Pascal is distributed in the hope that it will be useful,
+ Free Pascal is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  Library GNU General Public License for more details.
 
  You should have received a copy of the Library GNU General Public License
- along with FPK-Pascal; see the file COPYING.LIB.  If not, write to
+ along with Free Pascal; see the file COPYING.LIB.  If not, write to
  the Free Software Foundation, 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.
 
@@ -328,7 +328,10 @@ End.
 
 {
   $Log$
-  Revision 1.2  2000-01-07 16:41:45  daniel
+  Revision 1.3  2000-01-09 20:51:03  hajny
+    * FPK changed to FPC
+
+  Revision 1.2  2000/01/07 16:41:45  daniel
     * copyright 2000
 
   Revision 1.1  1999/10/01 11:17:09  hajny

+ 5 - 2
rtl/os2/dos.pas

@@ -461,7 +461,7 @@ begin
     end;
     es.sizearg:=j;
     es.numenv:=0;
-    {Typecasting of sets in FPK is a bit hard.}
+    {Typecasting of sets in FPC is a bit hard.}
     es.mode1:=byte(runflags);
     es.mode2:=byte(winflags);
 
@@ -1001,7 +1001,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.18  2000-01-07 16:41:45  daniel
+  Revision 1.19  2000-01-09 20:51:03  hajny
+    * FPK changed to FPC
+
+  Revision 1.18  2000/01/07 16:41:45  daniel
     * copyright 2000
 
   Revision 1.17  1999/10/13 12:21:56  daniel

+ 9 - 6
rtl/os2/doscalls.pas

@@ -8,26 +8,26 @@
                    Copyright (c) 1999-2000 by Florian Klaempfl
                     Copyright (c) 1999-2000 by Daniel Mantione
 
- The FPK-Pascal runtime library is distributed under the Library GNU Public
+ The Free Pascal runtime library is distributed under the Library GNU Public
  License v2. So is this unit. The Library GNU Public License requires you to
  distribute the source code of this unit with any product that uses it.
  Because the EMX library isn't under the LGPL, we grant you an exception to
- this, and that is, when you compile a program with the FPK Pascal compiler,
+ this, and that is, when you compile a program with the Free Pascal Compiler,
  you do not need to ship source code with that program, AS LONG AS YOU ARE
  USING UNMODIFIED CODE! If you modify this code, you MUST change the next
  line:
 
- <This an official, unmodified FPK Pascal source code file.>
+ <This an official, unmodified Free Pascal source code file.>
 
  Send us your modified files, we can work together if you want!
 
- FPK-Pascal is distributed in the hope that it will be useful,
+ Free Pascal is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  Library GNU General Public License for more details.
 
  You should have received a copy of the Library GNU General Public License
- along with FPK-Pascal; see the file COPYING.LIB.  If not, write to
+ along with Free Pascal; see the file COPYING.LIB.  If not, write to
  the Free Software Foundation, 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.
 
@@ -3943,7 +3943,10 @@ external 'DOSCALLS' index 582;
 end.
 {
   $Log$
-  Revision 1.10  2000-01-07 16:41:46  daniel
+  Revision 1.11  2000-01-09 20:51:03  hajny
+    * FPK changed to FPC
+
+  Revision 1.10  2000/01/07 16:41:46  daniel
     * copyright 2000
 
   Revision 1.9  2000/01/07 16:32:30  daniel

+ 5 - 5
rtl/os2/emx.pas

@@ -2,20 +2,20 @@
 
 EMX - Interface unit for the EMX dynamic runtime library.
 
-Part of FPK Pascal runtime library for OS/2
+Part of Free Pascal runtime library for OS/2
 
 
 History:
     2 June 1997 : Creation.
 
-This unit is copyright (c) 1999-2000 by Dani‰l Mantione.
-FPK Pascal is copyright (c) -1999-2000 by Florian Klaempfl.
-EMX.DLL is copyright (c) -1999-2000 by Eberhard Mattes.
+This unit is Copyright (c) 1999-2000 by Daniel Mantione.
+Free Pascal is Ccopyright (c) -1999-2000 by Florian Klaempfl.
+EMX.DLL is Copyright (c) -1999-2000 by Eberhard Mattes.
 
 Modifying this unit is allowed, under the following conditions:
 
 - You will not make anyone beleive that you or someone else wrote this.
-- Unless you are developing on the official version of FPK, you will make a
+- Unless you are developing on the official version of FPC, you will make a
   note in this file that it is not the original one.
 
 ****************************************************************************}

+ 7 - 4
rtl/os2/os2def.pas

@@ -14,11 +14,11 @@
  USING UNMODIFIED CODE! If you modify this code, you MUST change the next
  line:
 
- <This an official, unmodified FPK Pascal source code file.>
+ <This an official, unmodified Free Pascal source code file.>
 
  Send us your modified files, we can work together if you want!
 
- FPK-Pascal is distributed in the hope that it will be useful,
+ Free Pascal is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  Library GNU General Public License for more details.
@@ -254,7 +254,7 @@ const
 
        PFONTMETRICS = ^FONTMETRICS;
        
-  { Nun folgen einige FPKPascal-spezifische Typen: }
+  { Nun folgen einige Free Pascal-spezifische Typen: }
   
       { null. term. Strings sind in den Header Dateien oft als }
       { array[0..0] of byte deklariert, der folgende Typ er-   }
@@ -289,7 +289,10 @@ const
 end.
 {
   $Log$
-  Revision 1.9  2000-01-07 16:41:48  daniel
+  Revision 1.10  2000-01-09 20:48:04  hajny
+    * FPK changed to FPC
+
+  Revision 1.9  2000/01/07 16:41:48  daniel
     * copyright 2000
 
   Revision 1.8  2000/01/07 16:32:32  daniel

+ 6 - 3
rtl/os2/pmbitmap.pas

@@ -14,11 +14,11 @@
  USING UNMODIFIED CODE! If you modify this code, you MUST change the next
  line:
 
- <This an official, unmodified FPK Pascal source code file.>
+ <This an official, unmodified Free Pascal source code file.>
 
  Send us your modified files, we can work together if you want!
 
- FPK-Pascal is distributed in the hope that it will be useful,
+ Free Pascal is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  Library GNU General Public License for more details.
@@ -200,7 +200,10 @@ implementation
 end.
 {
   $Log$
-  Revision 1.8  2000-01-07 16:41:48  daniel
+  Revision 1.9  2000-01-09 20:48:04  hajny
+    * FPK changed to FPC
+
+  Revision 1.8  2000/01/07 16:41:48  daniel
     * copyright 2000
 
   Revision 1.7  2000/01/07 16:32:32  daniel

+ 9 - 6
rtl/os2/pmgpi.pas

@@ -7,26 +7,26 @@
                    Copyright (c) 1999-2000 by Florian Kl„mpfl
                     Copyright (c) 1999-2000 by Ramon Bosque
 
- The FPK-Pascal runtime library is distributed under the Library GNU Public
+ The Free Pascal runtime library is distributed under the Library GNU Public
  License v2. So is this unit. The Library GNU Public License requires you to
  distribute the source code of this unit with any product that uses it.
  Because the EMX library isn't under the LGPL, we grant you an exception to
- this, and that is, when you compile a program with the FPK Pascal compiler,
+ this, and that is, when you compile a program with the Free Pascal Compiler,
  you do not need to ship source code with that program, AS LONG AS YOU ARE
  USING UNMODIFIED CODE! If you modify this code, you MUST change the next
  line:
 
- <This an official, unmodified FPK Pascal source code file.>
+ <This an official, unmodified Free Pascal source code file.>
 
  Send us your modified files, we can work together if you want!
 
- FPK-Pascal is distributed in the hope that it will be useful,
+ Free Pascal is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  Library GNU General Public License for more details.
 
  You should have received a copy of the Library GNU General Public License
- along with FPK-Pascal; see the file COPYING.LIB.  If not, write to
+ along with Free Pascal; see the file COPYING.LIB.  If not, write to
  the Free Software Foundation, 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.
 
@@ -1228,7 +1228,10 @@ function GpiPolygons(hps,ulCount : cardinal;var paplgn : POLYGON;flOptions,flMod
 end.
 {
   $Log$
-  Revision 1.8  2000-01-07 16:41:48  daniel
+  Revision 1.9  2000-01-09 20:48:04  hajny
+    * FPK changed to FPC
+
+  Revision 1.8  2000/01/07 16:41:48  daniel
     * copyright 2000
 
   Revision 1.7  2000/01/07 16:32:32  daniel

+ 9 - 6
rtl/os2/pmwin.pas

@@ -7,26 +7,26 @@
                    Copyright (c) 1999-2000 by Florian Kl„mpfl
                     Copyright (c) 1999-2000 by Ramon Bosque
 
- The FPK-Pascal runtime library is distributed under the Library GNU Public
+ The Free Pascal runtime library is distributed under the Library GNU Public
  License v2. So is this unit. The Library GNU Public License requires you to
  distribute the source code of this unit with any product that uses it.
  Because the EMX library isn't under the LGPL, we grant you an exception to
- this, and that is, when you compile a program with the FPK Pascal compiler,
+ this, and that is, when you compile a program with the Free Pascal compiler,
  you do not need to ship source code with that program, AS LONG AS YOU ARE
  USING UNMODIFIED CODE! If you modify this code, you MUST change the next
  line:
 
- <This an official, unmodified FPK Pascal source code file.>
+ <This an official, unmodified Free Pascal source code file.>
 
  Send us your modified files, we can work together if you want!
 
- FPK-Pascal is distributed in the hope that it will be useful,
+ Free Pascal is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  Library GNU General Public License for more details.
 
  You should have received a copy of the Library GNU General Public License
- along with FPK-Pascal; see the file COPYING.LIB.  If not, write to
+ along with Free Pascal; see the file COPYING.LIB.  If not, write to
  the Free Software Foundation, 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.
 
@@ -2295,7 +2295,10 @@ const
 end.
 {
   $Log$
-  Revision 1.9  2000-01-07 16:41:49  daniel
+  Revision 1.10  2000-01-09 20:48:04  hajny
+    * FPK changed to FPC
+
+  Revision 1.9  2000/01/07 16:41:49  daniel
     * copyright 2000
 
   Revision 1.8  2000/01/07 16:32:33  daniel

+ 1 - 1
rtl/os2/prt0.as

@@ -1,6 +1,6 @@
 / prt0.s (emx+fpk) -- Made from crt0.s,
 /                     Copyright (c) 1990-1999-2000 by Eberhard Mattes.
-/                     Changed for FPK-Pascal in 1997 Dani‰l Mantione.
+/                     Changed for Free Pascal in 1997 Daniel Mantione.
 /                     This code is _not_ under the Library GNU Public
 /                     License, because the original is not. See copying.emx
 /                     for details. You should have received it with this

+ 1 - 1
rtl/os2/prt1.as

@@ -1,6 +1,6 @@
 / prt1.s (emx+fpk) -- Made from crt2.s and dos.s,
 /                                         Copyright (c) 1990-1999-2000 by Eberhard Mattes.
-/                     Changed for FPK-Pascal in 1997 Dani‰l Mantione.
+/                     Changed for Free Pascal in 1997 Daniel Mantione.
 /                                         This code is _not_ under the Library GNU Public
 /                                         License, because the original is not. See copying.emx
 /                                         for details. You should have received it with this

+ 13 - 10
rtl/os2/sysos2.pas

@@ -1,28 +1,28 @@
 {****************************************************************************
 
-                     FPK-Pascal -- OS/2 runtime library
+                     Free Pascal -- OS/2 runtime library
 
                   Copyright (c) 1999-2000 by Florian Kl„mpfl
-                   Copyright (c) 1999-2000 by Danil Mantione
+                   Copyright (c) 1999-2000 by Daniel Mantione
 
- FPK-Pascal is distributed under the GNU Public License v2. So is this unit.
+ Free Pascal is distributed under the GNU Public License v2. So is this unit.
  The GNU Public License requires you to distribute the source code of this
  unit with any product that uses it. We grant you an exception to this, and
- that is, when you compile a program with the FPK Pascal compiler, you do not
+ that is, when you compile a program with the Free Pascal Compiler, you do not
  need to ship source code with that program, AS LONG AS YOU ARE USING
  UNMODIFIED CODE! If you modify this code, you MUST change the next line:
 
- <This an official, unmodified FPK Pascal source code file.>
+ <This an official, unmodified Free Pascal source code file.>
 
  Send us your modified files, we can work together if you want!
 
- FPK-Pascal is distributed in the hope that it will be useful,
+ Free Pascal is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  Library GNU General Public License for more details.
 
  You should have received a copy of the Library GNU General Public License
- along with FPK-Pascal; see the file COPYING.LIB.  If not, write to
+ along with Free Pascal; see the file COPYING.LIB.  If not, write to
  the Free Software Foundation, 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.
 
@@ -34,7 +34,7 @@ unit sysos2;
 
     People:
 
-        DM - Danil Mantione
+        DM - Daniel Mantione
 
     Date:           Description of change:              Changed by:
 
@@ -637,7 +637,7 @@ begin
             dir[0]:=char(i);
             inc(i);
         end;
-    { upcase the string (FPKPascal function) }
+    { upcase the string (FPC function) }
     dir:=upcase(dir);
     if drivenr<>0 then   { Drive was supplied. We know it }
         dir[1]:=char(65+drivenr-1)
@@ -750,7 +750,10 @@ begin
 end.
 {
   $Log$
-  Revision 1.20  2000-01-07 16:41:50  daniel
+  Revision 1.21  2000-01-09 20:45:58  hajny
+    * FPK changed to FPC
+
+  Revision 1.20  2000/01/07 16:41:50  daniel
     * copyright 2000
 
   Revision 1.19  2000/01/07 16:32:33  daniel