Pārlūkot izejas kodu

* typo correction

pierre 26 gadi atpakaļ
vecāks
revīzija
910372616a

+ 5 - 2
compiler/assemble.pas

@@ -557,7 +557,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.53  1999-09-02 18:47:44  daniel
+  Revision 1.54  1999-09-16 11:34:44  pierre
+   * typo correction
+
+  Revision 1.53  1999/09/02 18:47:44  daniel
     * Could not compile with TP, some arrays moved to heap
     * NOAG386BIN default for TP
     * AG386* files were not compatible with TP, fixed.
@@ -667,7 +670,7 @@ end.
   Revision 1.25  1998/10/13 08:19:24  pierre
     + source_os is now set correctly for cross-processor compilers
       (tos contains all target_infos and
-       we use CPU86 and CPU68 conditionnals to
+       we use CPU86 and CPU68 conditionals to
        get the source operating system
        this only works if you do not undefine
        the source target  !!)

+ 6 - 3
compiler/cg386cal.pas

@@ -1217,7 +1217,10 @@ implementation
 end.
 {
   $Log$
-  Revision 1.103  1999-09-07 07:54:23  peter
+  Revision 1.104  1999-09-16 11:34:46  pierre
+   * typo correction
+
+  Revision 1.103  1999/09/07 07:54:23  peter
     * small array push to open array fixed, open array always needs addr
       pushing
 
@@ -1281,7 +1284,7 @@ end.
     * start of register calling conventions
 
   Revision 1.89  1999/05/28 15:59:46  pierre
-   * forgotten emitcall change in conditionnal
+   * forgotten emitcall change in conditional
 
   Revision 1.88  1999/05/28 11:00:49  peter
     * removed ungettempoftype
@@ -1387,7 +1390,7 @@ end.
     * made it compilable with TP
 
   Revision 1.63  1999/02/03 10:18:14  pierre
-   * conditionnal code for extended check of virtual methods
+   * conditional code for extended check of virtual methods
 
   Revision 1.62  1999/02/02 23:52:32  florian
     * problem with calls to method pointers in methods fixed

+ 5 - 2
compiler/cg68kadd.pas

@@ -1281,7 +1281,10 @@ implementation
 end.
 {
   $Log$
-  Revision 1.15  1998-12-11 00:02:57  peter
+  Revision 1.16  1999-09-16 11:34:52  pierre
+   * typo correction
+
+  Revision 1.15  1998/12/11 00:02:57  peter
     + globtype,tokens,version unit splitted from globals
 
   Revision 1.14  1998/10/20 15:09:23  florian
@@ -1316,7 +1319,7 @@ end.
   Revision 1.9  1998/10/13 08:19:25  pierre
     + source_os is now set correctly for cross-processor compilers
       (tos contains all target_infos and
-       we use CPU86 and CPU68 conditionnals to
+       we use CPU86 and CPU68 conditionals to
        get the source operating system
        this only works if you do not undefine
        the source target  !!)

+ 5 - 2
compiler/cg68kcal.pas

@@ -1063,7 +1063,10 @@ implementation
 end.
 {
   $Log$
-  Revision 1.17  1998-12-11 00:02:58  peter
+  Revision 1.18  1999-09-16 11:34:52  pierre
+   * typo correction
+
+  Revision 1.17  1998/12/11 00:02:58  peter
     + globtype,tokens,version unit splitted from globals
 
   Revision 1.16  1998/11/13 15:40:15  pierre
@@ -1126,7 +1129,7 @@ end.
   Revision 1.7  1998/10/13 08:19:27  pierre
     + source_os is now set correctly for cross-processor compilers
       (tos contains all target_infos and
-       we use CPU86 and CPU68 conditionnals to
+       we use CPU86 and CPU68 conditionals to
        get the source operating system
        this only works if you do not undefine
        the source target  !!)

+ 5 - 2
compiler/cg68kld.pas

@@ -510,7 +510,10 @@ implementation
 end.
 {
   $Log$
-  Revision 1.7  1998-10-19 08:54:55  pierre
+  Revision 1.8  1999-09-16 11:34:54  pierre
+   * typo correction
+
+  Revision 1.7  1998/10/19 08:54:55  pierre
     * wrong stabs info corrected once again !!
     + variable vmt offset with vmt field only if required
       implemented now !!!
@@ -527,7 +530,7 @@ end.
   Revision 1.4  1998/10/13 08:19:28  pierre
     + source_os is now set correctly for cross-processor compilers
       (tos contains all target_infos and
-       we use CPU86 and CPU68 conditionnals to
+       we use CPU86 and CPU68 conditionals to
        get the source operating system
        this only works if you do not undefine
        the source target  !!)

+ 5 - 2
compiler/cga68k.pas

@@ -1396,7 +1396,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.32  1999-08-25 11:59:54  jonas
+  Revision 1.33  1999-09-16 11:34:54  pierre
+   * typo correction
+
+  Revision 1.32  1999/08/25 11:59:54  jonas
     * changed pai386, paippc and paiapha (same for tai*) to paicpu (taicpu)
 
   Revision 1.31  1998/12/11 00:03:09  peter
@@ -1462,7 +1465,7 @@ end.
   Revision 1.20  1998/10/13 08:19:29  pierre
     + source_os is now set correctly for cross-processor compilers
       (tos contains all target_infos and
-       we use CPU86 and CPU68 conditionnals to
+       we use CPU86 and CPU68 conditionals to
        get the source operating system
        this only works if you do not undefine
        the source target  !!)

+ 5 - 2
compiler/link.pas

@@ -785,7 +785,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.70  1999-09-15 22:09:16  florian
+  Revision 1.71  1999-09-16 11:34:56  pierre
+   * typo correction
+
+  Revision 1.70  1999/09/15 22:09:16  florian
     + rtti is now automatically generated for published classes, i.e.
       they are handled like an implicit property
 
@@ -938,7 +941,7 @@ end.
   Revision 1.29  1998/10/13 08:19:34  pierre
     + source_os is now set correctly for cross-processor compilers
       (tos contains all target_infos and
-       we use CPU86 and CPU68 conditionnals to
+       we use CPU86 and CPU68 conditionals to
        get the source operating system
        this only works if you do not undefine
        the source target  !!)

+ 6 - 3
compiler/options.pas

@@ -1217,7 +1217,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.21  1999-09-15 20:35:40  florian
+  Revision 1.22  1999-09-16 11:34:56  pierre
+   * typo correction
+
+  Revision 1.21  1999/09/15 20:35:40  florian
     * small fix to operator overloading when in MMX mode
     + the compiler uses now fldz and fld1 if possible
     + some fixes to floating point registers
@@ -1394,7 +1397,7 @@ end.
     * local vars and procedures are not yet stored into PPU
 
   Revision 1.87  1999/02/03 10:18:12  pierre
-   * conditionnal code for extended check of virtual methods
+   * conditional code for extended check of virtual methods
 
   Revision 1.86  1999/01/12 14:25:28  peter
     + BrowserLog for browser.log generation
@@ -1516,7 +1519,7 @@ end.
   Revision 1.54  1998/10/13 08:19:40  pierre
     + source_os is now set correctly for cross-processor compilers
       (tos contains all target_infos and
-       we use CPU86 and CPU68 conditionnals to
+       we use CPU86 and CPU68 conditionals to
        get the source operating system
        this only works if you do not undefine
        the source target  !!)

+ 5 - 1
compiler/ppovin.pas

@@ -82,11 +82,15 @@ begin
      ovrsetbuf(ovrminsize+$20000);
    end
   else
+  { only for real mode TP : runerror ok here PM }
    runerror($da);
 end.
 {
   $Log$
-  Revision 1.3  1999-03-17 22:23:19  florian
+  Revision 1.4  1999-09-16 11:34:58  pierre
+   * typo correction
+
+  Revision 1.3  1999/03/17 22:23:19  florian
     * a FPC compiled compiler checks now also in debug mode in assigned
       if a pointer points to the heap
     * when a symtable is loaded, there is no need to check for duplicate

+ 5 - 2
compiler/ppu.pas

@@ -987,12 +987,15 @@ end;
 end.
 {
   $Log$
-  Revision 1.43  1999-09-10 18:48:09  florian
+  Revision 1.44  1999-09-16 11:34:58  pierre
+   * typo correction
+
+  Revision 1.43  1999/09/10 18:48:09  florian
     * some bug fixes (e.g. must_be_valid and procinfo.funcret_is_valid)
     * most things for stored properties fixed
 
   Revision 1.42  1999/08/31 15:47:56  pierre
-   + startup conditionnals stored in PPU file for debug info
+   + startup conditionals stored in PPU file for debug info
 
   Revision 1.41  1999/08/30 16:21:40  pierre
    * tempclosing of ppufiles under dos was wrong

+ 5 - 2
compiler/switches.pas

@@ -171,7 +171,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.22  1999-08-01 23:35:06  michael
+  Revision 1.23  1999-09-16 11:34:58  pierre
+   * typo correction
+
+  Revision 1.22  1999/08/01 23:35:06  michael
   * Alpha changes
 
   Revision 1.21  1999/04/25 22:34:59  pierre
@@ -207,7 +210,7 @@ end.
   Revision 1.14  1998/10/13 08:19:41  pierre
     + source_os is now set correctly for cross-processor compilers
       (tos contains all target_infos and
-       we use CPU86 and CPU68 conditionnals to
+       we use CPU86 and CPU68 conditionals to
        get the source operating system
        this only works if you do not undefine
        the source target  !!)

+ 6 - 3
compiler/temp_gen.pas

@@ -520,7 +520,10 @@ begin
 end.
 {
   $Log$
-  Revision 1.34  1999-08-04 00:23:46  florian
+  Revision 1.35  1999-09-16 11:34:59  pierre
+   * typo correction
+
+  Revision 1.34  1999/08/04 00:23:46  florian
     * renamed i386asm and i386base to cpuasm and cpubase
 
   Revision 1.33  1999/08/02 00:34:06  michael
@@ -614,7 +617,7 @@ end.
     * updates for ag386bin
 
   Revision 1.8  1999/02/11 09:35:19  pierre
-   * ExtDebug conditionnal infinite loop on temp problem removed
+   * ExtDebug conditional infinite loop on temp problem removed
 
   Revision 1.7  1999/02/02 23:52:33  florian
     * problem with calls to method pointers in methods fixed
@@ -634,7 +637,7 @@ end.
 
   Revision 1.3  1998/07/16 08:01:42  pierre
     * small bug correction due to newinput
-      (only with tempdebug conditionnal)
+      (only with tempdebug conditional)
 
   Revision 1.2  1998/07/10 10:51:05  peter
     * m68k updates

+ 5 - 2
compiler/tree.pas

@@ -1765,7 +1765,10 @@ unit tree;
 end.
 {
   $Log$
-  Revision 1.95  1999-09-10 18:48:11  florian
+  Revision 1.96  1999-09-16 11:34:59  pierre
+   * typo correction
+
+  Revision 1.95  1999/09/10 18:48:11  florian
     * some bug fixes (e.g. must_be_valid and procinfo.funcret_is_valid)
     * most things for stored properties fixed
 
@@ -2010,7 +2013,7 @@ end.
     * crash bugfix in firstaddr
 
   Revision 1.37  1998/09/08 10:38:04  pierre
-    * some variable fields inside conditionnal were not updated
+    * some variable fields inside conditional were not updated
 
   Revision 1.36  1998/09/07 18:46:17  peter
     * update smartlinking, uses getdatalabel