浏览代码

* log truncated

peter 25 年之前
父节点
当前提交
50684700d1

+ 4 - 37
utils/fpcmake.pp

@@ -1303,7 +1303,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.31  2000-02-08 00:03:35  peter
+  Revision 1.32  2000-02-09 16:44:14  peter
+    * log truncated
+
+  Revision 1.31  2000/02/08 00:03:35  peter
     * fixed zipinstall with defaultdir
     * fixed zipinstall with defaultdir
 
 
   Revision 1.30  2000/02/02 11:30:00  peter
   Revision 1.30  2000/02/02 11:30:00  peter
@@ -1374,40 +1377,4 @@ end.
     * fpcmade.<TARGET> added
     * fpcmade.<TARGET> added
     * parameter support. So it can be using with "find -name 'Makefile.fpc'"
     * parameter support. So it can be using with "find -name 'Makefile.fpc'"
 
 
-  Revision 1.11  1999/12/02 11:30:24  peter
-    * better dup checking
-
-  Revision 1.10  1999/11/26 00:20:15  peter
-    * fpcmake updated
-
-  Revision 1.9  1999/11/25 20:23:01  peter
-    * package requireencies
-
-  Revision 1.8  1999/11/24 23:53:00  peter
-    * packages
-    * lot of other changes
-
-  Revision 1.7  1999/11/23 09:43:35  peter
-    + internal .ini file
-    + packages support
-    * ppufiles,data2inc support
-
-  Revision 1.6  1999/11/10 22:10:49  peter
-    * fpcmake updated
-
-  Revision 1.5  1999/11/09 14:38:32  peter
-    * sections section to leave out whole info/tools
-
-  Revision 1.4  1999/11/08 15:01:39  peter
-    * fpcmake support
-
-  Revision 1.3  1999/11/04 12:07:13  michael
-  + Now envvar is used
-
-  Revision 1.2  1999/11/03 23:39:53  peter
-    * lot of updates
-
-  Revision 1.1  1999/11/02 23:57:40  peter
-    * initial version
-
 }
 }

+ 1 - 1
utils/fprcp/comments.pp

@@ -120,4 +120,4 @@ procedure ClearComments(nesting:longbool;__buf:pointer;size:longint);
    end;                                                                     
    end;                                                                     
   DeleteComments;                                                           
   DeleteComments;                                                           
  end;
  end;
-end.
+end.

+ 1 - 1
utils/fprcp/demo.pp

@@ -33,4 +33,4 @@ const
  TEST1=1.5;
  TEST1=1.5;
  test2='sdsadasd';
  test2='sdsadasd';
 begin
 begin
-end.
+end.

+ 1 - 1
utils/fprcp/fprcp.pp

@@ -569,4 +569,4 @@ begin
    dispose(c);
    dispose(c);
   end;
   end;
  freemem(buf,size);
  freemem(buf,size);
-end.
+end.

+ 1 - 1
utils/fprcp/pasprep.pp

@@ -164,4 +164,4 @@ begin
     exit;
     exit;
   end;
   end;
 end;
 end;
-end.
+end.

+ 4 - 97
utils/h2pas/h2pas.pas

@@ -6419,105 +6419,12 @@ end.
 (*
 (*
 
 
  $Log$
  $Log$
- Revision 1.2  2000-01-07 16:46:04  daniel
-   * copyright 2000
-
- Revision 1.1  1999/05/12 16:11:39  peter
-   * moved
-
- Revision 1.22  1998/11/12 11:38:21  peter
-   + new cdecl support
-   + ... -> array of const
-
- Revision 1.21  1998/09/10 13:52:42  peter
-   * removed warnings
-
- Revision 1.20  1998/09/04 17:26:32  pierre
-   * better packed field handling
-
- Revision 1.18  1998/08/05 15:50:09  florian
-   * small problems with // comments fixed (invalid line counting)
-   + SYS_TRAP support for PalmOS
-   + switch -x for PalmOS
-   + switch -i to generate include files instead of units
-
- Revision 1.17  1998/07/27 11:03:48  florian
-   * probelm with funtions which resturns a pointer solved
-
- Revision 1.16  1998/07/24 20:55:43  michael
- * Fixed some minor bugs in Pierres stuff
-
- Revision 1.15  1998/07/23 23:26:03  michael
- + added -D option instead of -d, restored old -d
-
- Revision 1.14  1998/06/12 16:53:52  pierre
-   + syntax of C var changed again !!
-     this reflect now the current state of the compiler
-   * improvements in & address operator handling
-
- Revision 1.12  1998/06/08 08:13:44  pierre
-   + merged version of h2pas
-   + added -w for special win32 header directives
-
-   5.1998 : reworked by Pierre Muller
+ Revision 1.3  2000-02-09 16:44:15  peter
+   * log truncated
 
 
-     - added better parsing of defines
-     - handles type casting
-     - error recovery partially implemented
-     - WIN32 specific stuff
-
-     still missing
-     - tags not stored
-     - conditionnals inside typed definitions
-     - complicated defines not supported
-     ( sets .. use of ## ... )
-     - what should we do about
-      const specifier ? can we ignored this
-      FAR modifier ?
-
- Revision 1.11  1998/04/30 11:22:20  florian
-   + support of direct struct declaration added
-
- Revision 1.10  1998/04/27 12:06:40  michael
- + Added GPL statement
-
- Revision 1.9  1998/04/24 22:34:40  florian
-   + enumerations with assigments implemented
-
- Revision 1.8  1998/04/24 18:23:46  florian
-   + parameter -v added (replaces pointer parameters by call by reference
-     parameters)
-     void p(int *i) =>   procedure p(var i : longint);
-
- History:
-   25.9.1996:
-      first version
-
-   26.9.1996:
-      - structs are supported
-      - unsigned implemented
-      - procedure variables implemented
-      - void * becomes pointer
-      - unions implemented
-      - enumerations
-      - number post- and prefixes
-      - operatores unary-, << and >>
-      - problem with the priority of [], (), and * fixed
-      - procedures and functions
-
-   28.9.1996:
-      - formal paramters
-
-   22-26.5.1997  made by Mark Malakanov     [email protected]
-      - full ariphmetic and logic expressions in #define
-
-      - #define with params changes to function (first param
-        disappears by unknown reason!).
-        Adds func body into implementation section.
-
-      - real numbers
+ Revision 1.2  2000/01/07 16:46:04  daniel
+   * copyright 2000
 
 
-      - handling
        #ifdef ID  to {$ifdef ID}
        #ifdef ID  to {$ifdef ID}
        #ifundef ID  to {$ifundef ID}
        #ifundef ID  to {$ifundef ID}
        #else to {$else}
        #else to {$else}

+ 4 - 97
utils/h2pas/h2pas.y

@@ -2029,105 +2029,12 @@ end.
 (*
 (*
 
 
  $Log$
  $Log$
- Revision 1.2  2000-01-07 16:46:05  daniel
-   * copyright 2000
-
- Revision 1.1  1999/05/12 16:11:39  peter
-   * moved
-
- Revision 1.22  1998/11/12 11:38:21  peter
-   + new cdecl support
-   + ... -> array of const
-
- Revision 1.21  1998/09/10 13:52:42  peter
-   * removed warnings
-
- Revision 1.20  1998/09/04 17:26:32  pierre
-   * better packed field handling
-
- Revision 1.18  1998/08/05 15:50:09  florian
-   * small problems with // comments fixed (invalid line counting)
-   + SYS_TRAP support for PalmOS
-   + switch -x for PalmOS
-   + switch -i to generate include files instead of units
-
- Revision 1.17  1998/07/27 11:03:48  florian
-   * probelm with funtions which resturns a pointer solved
-
- Revision 1.16  1998/07/24 20:55:43  michael
- * Fixed some minor bugs in Pierres stuff
-
- Revision 1.15  1998/07/23 23:26:03  michael
- + added -D option instead of -d, restored old -d
-
- Revision 1.14  1998/06/12 16:53:52  pierre
-   + syntax of C var changed again !!
-     this reflect now the current state of the compiler
-   * improvements in & address operator handling
-
- Revision 1.12  1998/06/08 08:13:44  pierre
-   + merged version of h2pas
-   + added -w for special win32 header directives
-
-   5.1998 : reworked by Pierre Muller
+ Revision 1.3  2000-02-09 16:44:15  peter
+   * log truncated
 
 
-     - added better parsing of defines
-     - handles type casting
-     - error recovery partially implemented
-     - WIN32 specific stuff
-
-     still missing
-     - tags not stored
-     - conditionnals inside typed definitions
-     - complicated defines not supported
-     ( sets .. use of ## ... )
-     - what should we do about
-      const specifier ? can we ignored this
-      FAR modifier ?
-
- Revision 1.11  1998/04/30 11:22:20  florian
-   + support of direct struct declaration added
-
- Revision 1.10  1998/04/27 12:06:40  michael
- + Added GPL statement
-
- Revision 1.9  1998/04/24 22:34:40  florian
-   + enumerations with assigments implemented
-
- Revision 1.8  1998/04/24 18:23:46  florian
-   + parameter -v added (replaces pointer parameters by call by reference
-     parameters)
-     void p(int *i) =>   procedure p(var i : longint);
-
- History:
-   25.9.1996:
-      first version
-
-   26.9.1996:
-      - structs are supported
-      - unsigned implemented
-      - procedure variables implemented
-      - void * becomes pointer
-      - unions implemented
-      - enumerations
-      - number post- and prefixes
-      - operatores unary-, << and >>
-      - problem with the priority of [], (), and * fixed
-      - procedures and functions
-
-   28.9.1996:
-      - formal paramters
-
-   22-26.5.1997  made by Mark Malakanov     [email protected]
-      - full ariphmetic and logic expressions in #define
-
-      - #define with params changes to function (first param
-        disappears by unknown reason!).
-        Adds func body into implementation section.
-
-      - real numbers
+ Revision 1.2  2000/01/07 16:46:05  daniel
+   * copyright 2000
 
 
-      - handling
        #ifdef ID  to {$ifdef ID}
        #ifdef ID  to {$ifdef ID}
        #ifundef ID  to {$ifundef ID}
        #ifundef ID  to {$ifundef ID}
        #else to {$else}
        #else to {$else}

+ 4 - 34
utils/h2pas/options.pas

@@ -174,40 +174,10 @@ end.
 
 
 {
 {
    $Log$
    $Log$
-   Revision 1.2  2000-01-07 16:46:05  daniel
-     * copyright 2000
-
-   Revision 1.1  1999/05/12 16:11:39  peter
-     * moved
-
-   Revision 1.10  1999/04/08 20:47:02  florian
-     * misplaced line in the help screen fixed
-
-   Revision 1.9  1998/09/04 17:26:33  pierre
-     * better packed field handling
-
-   Revision 1.8  1998/08/05 15:50:10  florian
-     * small problems with // comments fixed (invalid line counting)
-     + SYS_TRAP support for PalmOS
-     + switch -x for PalmOS
-     + switch -i to generate include files instead of units
+   Revision 1.3  2000-02-09 16:44:15  peter
+     * log truncated
 
 
-   Revision 1.7  1998/07/24 20:55:44  michael
-   * Fixed some minor bugs in Pierres stuff
-
-   Revision 1.6  1998/07/23 23:26:04  michael
-   + added -D option instead of -d, restored old -d
-
-   Revision 1.5  1998/06/08 08:13:47  pierre
-     + merged version of h2pas
-     + added -w for special win32 header directives
-
-   Revision 1.4  1998/04/27 12:06:40  michael
-   + Added GPL statement
-
-   Revision 1.3  1998/04/24 18:23:46  florian
-     + parameter -v added (replaces pointer parameters by call by reference
-       parameters)
-       void p(int *i) =>   procedure p(var i : longint);
+   Revision 1.2  2000/01/07 16:46:05  daniel
+     * copyright 2000
 
 
 }
 }

+ 4 - 52
utils/ppdep.pp

@@ -579,58 +579,10 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.3  2000-01-07 16:46:02  daniel
-    * copyright 2000
-
-  Revision 1.2  1999/06/08 20:24:53  michael
-  * Fixed usage
-
-  Revision 1.1  1999/05/12 16:11:39  peter
-    * moved
-
-  Revision 1.1  1999/05/03 18:03:15  peter
-    * renamed mkdep -> ppdep
-    * removed obsolete units
-    * add .cod files
-
-  Revision 1.7  1998/11/18 11:15:14  michael
-  + Added support for different unit extensions
-
-  Revision 1.6  1998/10/22 23:51:35  peter
-    * better comment support
-
-  Revision 1.5  1998/08/10 09:55:21  peter
-    * fix for uses in rejected part
-
-  Revision 1.4  1998/06/24 14:02:17  peter
-    + (* *) support
+  Revision 1.4  2000-02-09 16:44:14  peter
+    * log truncated
 
 
-  Revision 1.3  1998/06/23 14:01:18  peter
-    + -F to add a line to only the first file
-
-  Revision 1.2  1998/03/27 18:39:20  peter
-    * fixed the preprocessor
-    + -A<call> to add the <call> to all the entries
-
-  Revision 1.1.1.1  1998/03/25 11:18:48  root
-  * Restored version
-
-  Revision 1.5  1998/03/15 15:39:23  peter
-    * fixed $ELSE
-
-  Revision 1.4  1998/03/10 12:53:24  peter
-    * much better preprocessor
-    + IFOPT skipping
-
-  Revision 1.3  1998/03/02 13:45:34  peter
-    * works better and exefile name is written when a program is parsed
-
-  Revision 1.2  1998/02/24 13:55:07  michael
-  + Added option to write to file. Default is to stdout
-  + Added option to write/not write a compiler call
-  + Nr of defines is now unlimited.
-  * Fixed bug with uppercase filenames under linux.
+  Revision 1.3  2000/01/07 16:46:02  daniel
+    * copyright 2000
 
 
-  Revision 1.1  1998/02/23 23:16:48  peter
-    + Initial implementation
 }
 }

+ 4 - 123
utils/ppudump.pp

@@ -1453,7 +1453,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.13  2000-01-23 16:34:36  peter
+  Revision 1.14  2000-02-09 16:44:14  peter
+    * log truncated
+
+  Revision 1.13  2000/01/23 16:34:36  peter
     * updated for new aktlocalindex
     * updated for new aktlocalindex
 
 
   Revision 1.12  2000/01/07 16:46:03  daniel
   Revision 1.12  2000/01/07 16:46:03  daniel
@@ -1477,126 +1480,4 @@ end.
   Revision 1.6  1999/07/27 23:45:29  peter
   Revision 1.6  1999/07/27 23:45:29  peter
     * updated for typesym writing
     * updated for typesym writing
 
 
-  Revision 1.5  1999/07/05 12:32:40  florian
-    * new property ppu writing implemented
-
-  Revision 1.4  1999/07/03 00:25:44  peter
-    * 0.99.13
-    * new link support
-
-  Revision 1.3  1999/06/08 22:16:06  peter
-    * version 0.99.12
-
-  Revision 1.2  1999/05/14 17:52:04  peter
-    * new deref
-
-  Revision 1.1  1999/05/12 16:11:39  peter
-    * moved
-
-  Revision 1.31  1999/04/29 17:22:34  peter
-    * fixed property sym
-
-  Revision 1.30  1999/04/26 18:27:39  peter
-    * more updates
-
-  Revision 1.29  1999/04/26 13:30:44  peter
-    * support new unit format
-
-  Revision 1.28  1999/04/26 09:35:04  peter
-    * support for v16
-
-  Revision 1.27  1999/03/16 21:00:03  peter
-    * fixed varsym
-
-  Revision 1.26  1999/03/02 22:54:54  peter
-    * merged some of my code back which was changed after pierres commit
-
-  Revision 1.25  1999/03/02 14:21:44  pierre
-   * adapted to symtable changes mainly local browser
-
-  Revision 1.24  1999/03/02 13:48:16  peter
-    * better procoptions display and easy maintainance
-    * removed implementation section printing, becuase it's not used
-    * linkunitfiles support
-
-  Revision 1.23  1999/02/22 13:22:00  pierre
-   + static browser reading
-
-  Revision 1.22  1999/02/16 00:48:42  peter
-    * updated for new flags
-
-  Revision 1.21  1998/11/28 16:21:02  peter
-    + support for dll variables
-
-  Revision 1.20  1998/11/12 11:36:43  peter
-    * fixed target name
-
-  Revision 1.19  1998/11/04 10:17:42  peter
-    + const,var,value is written for parameters
-
-  Revision 1.18  1998/10/13 13:06:14  peter
-    * updated for new target enum
-
-  Revision 1.17  1998/09/25 09:51:53  peter
-    + symtable size and # of symbols
-
-  Revision 1.16  1998/09/24 23:24:11  peter
-    * small update to support ibstartdef
-
-  Revision 1.12  1998/09/21 08:45:28  pierre
-    + added vmt_offset in tobjectdef.write for fututre use
-      (first steps to have objects without vmt if no virtual !!)
-    + added fpu_used field for tabstractprocdef  :
-      sets this level to 2 if the functions return with value in FPU
-      (is then set to correct value at parsing of implementation)
-      THIS MIGHT refuse some code with FPU expression too complex
-      that were accepted before and even in some cases
-      that don't overflow in fact
-      ( like if f : float; is a forward that finally in implementation
-       only uses one fpu register !!)
-      Nevertheless I think that it will improve security on
-      FPU operations !!
-    * most other changes only for UseBrowser code
-      (added symtable references for record and objects)
-      local switch for refs to args and local of each function
-      (static symtable still missing)
-      UseBrowser still not stable and probably broken by
-      the definition hash array !!
-
-  Revision 1.11  1998/09/18 08:01:42  pierre
-    + improvement on the usebrowser part
-      (does not work correctly for now)
-
-  Revision 1.10  1998/09/01 17:35:33  peter
-    * update for new po's
-
-  Revision 1.9  1998/09/01 12:46:52  peter
-    + enum savesize
-
-  Revision 1.8  1998/08/26 10:01:18  peter
-    + set support
-
-  Revision 1.7  1998/08/20 13:01:41  peter
-    + object_options, new enumdef
-
-  Revision 1.6  1998/08/17 10:26:28  peter
-    * updated for new shared/static style
-
-  Revision 1.5  1998/08/13 10:56:28  peter
-    * check if a whole entry is read
-    + support for constset
-
-  Revision 1.4  1998/08/11 15:31:44  peter
-    * write extended to ppu file
-    * new version 0.99.7
-
-  Revision 1.3  1998/07/10 10:59:17  peter
-    + m68k target support
-
-  Revision 1.2  1998/06/17 13:58:28  peter
-    + symbol/def nrs are now listed
-
-  Revision 1.1  1998/06/13 00:05:01  peter
-    + new util to dump v15+ ppu
-
 }
 }

+ 4 - 15
utils/ppumove.pp

@@ -596,7 +596,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.8  2000-01-07 16:46:04  daniel
+  Revision 1.9  2000-02-09 16:44:15  peter
+    * log truncated
+
+  Revision 1.8  2000/01/07 16:46:04  daniel
     * copyright 2000
     * copyright 2000
 
 
   Revision 1.7  1999/11/25 00:00:39  peter
   Revision 1.7  1999/11/25 00:00:39  peter
@@ -612,18 +615,4 @@ end.
     * updated for new linking, but still doesn't work because ld-linux.so.2
     * updated for new linking, but still doesn't work because ld-linux.so.2
       requires some more crt*.o files
       requires some more crt*.o files
 
 
-  Revision 1.3  1999/07/06 11:32:54  peter
-    * updated for new ppu.pas
-
-  Revision 1.2  1999/06/08 22:16:07  peter
-    * version 0.99.12
-
-  Revision 1.1  1999/05/12 16:11:39  peter
-    * moved
-
-  Revision 1.3  1998/08/17 10:26:30  peter
-    * updated for new shared/static style
-
-  Revision 1.2  1998/06/18 10:47:55  peter
-    * new for v15
 }
 }

+ 4 - 13
utils/ptop.pp

@@ -183,7 +183,10 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.5  2000-02-07 13:41:51  peter
+  Revision 1.6  2000-02-09 16:44:15  peter
+    * log truncated
+
+  Revision 1.5  2000/02/07 13:41:51  peter
     * fix wrong $ifdef tp
     * fix wrong $ifdef tp
 
 
   Revision 1.4  2000/02/06 19:58:24  carl
   Revision 1.4  2000/02/06 19:58:24  carl
@@ -192,16 +195,4 @@ end.
   Revision 1.3  2000/01/07 16:46:04  daniel
   Revision 1.3  2000/01/07 16:46:04  daniel
     * copyright 2000
     * copyright 2000
 
 
-  Revision 1.2  1999/07/08 21:17:10  michael
-  + Made output linesize variable
-
-  Revision 1.1  1999/05/12 16:11:39  peter
-    * moved
-
-  Revision 1.3  1999/03/25 16:52:29  michael
-  + Implemented Delphi keywords and delphi comments
-
-  Revision 1.2  1999/03/23 13:47:47  michael
-  Added GPL and log
-
 }
 }

+ 4 - 21
utils/ptopu.pp

@@ -1223,30 +1223,13 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.5  2000-02-06 19:57:45  carl
+  Revision 1.6  2000-02-09 16:44:15  peter
+    * log truncated
+
+  Revision 1.5  2000/02/06 19:57:45  carl
   + More TP syntax compatible
   + More TP syntax compatible
 
 
   Revision 1.4  2000/01/07 16:46:04  daniel
   Revision 1.4  2000/01/07 16:46:04  daniel
     * copyright 2000
     * copyright 2000
 
 
-  Revision 1.3  1999/07/08 21:17:11  michael
-  + Made output linesize variable
-
-  Revision 1.2  1999/05/31 10:08:36  michael
-  * Fix by Marco van de Voort to enable #13#10
-
-  Revision 1.1  1999/05/12 16:11:39  peter
-    * moved
-
-  Revision 1.4  1999/05/03 18:03:15  peter
-    * renamed mkdep -> ppdep
-    * removed obsolete units
-    * add .cod files
-
-  Revision 1.3  1999/03/25 16:52:30  michael
-  + Implemented Delphi keywords and delphi comments
-
-  Revision 1.2  1999/03/23 14:19:02  michael
-  Added GPL and log
-
 }
 }

+ 5 - 10
utils/simulator/alphasim.pas

@@ -1267,15 +1267,10 @@ program alphaemu;
   end.
   end.
 {
 {
   $Log$
   $Log$
-  Revision 1.2  2000-01-07 16:46:06  daniel
-    * copyright 2000
+  Revision 1.3  2000-02-09 16:44:15  peter
+    * log truncated
 
 
-  Revision 1.1  1999/06/14 11:49:48  florian
-    + initial revision, it runs simple Alpha Linux ELF executables
-       - integer operations are nearly completed (non with overflow checking)
-       - floating point operations aren't implemented (except loading and
-         storing)
-       - only the really necessary system calls are implemented by dummys
-         write syscalls are redirected to the console
+  Revision 1.2  2000/01/07 16:46:06  daniel
+    * copyright 2000
 
 
-}
+}

+ 5 - 10
utils/simulator/fastmm64.pas

@@ -200,15 +200,10 @@ unit fastmm64;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.2  2000-01-07 16:46:06  daniel
-    * copyright 2000
+  Revision 1.3  2000-02-09 16:44:15  peter
+    * log truncated
 
 
-  Revision 1.1  1999/06/14 11:49:48  florian
-    + initial revision, it runs simple Alpha Linux ELF executables
-       - integer operations are nearly completed (non with overflow checking)
-       - floating point operations aren't implemented (except loading and
-         storing)
-       - only the really necessary system calls are implemented by dummys
-         write syscalls are redirected to the console
+  Revision 1.2  2000/01/07 16:46:06  daniel
+    * copyright 2000
 
 
-}
+}

+ 5 - 10
utils/simulator/mm64.pas

@@ -296,15 +296,10 @@ unit mm64;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.2  2000-01-07 16:46:07  daniel
-    * copyright 2000
+  Revision 1.3  2000-02-09 16:44:15  peter
+    * log truncated
 
 
-  Revision 1.1  1999/06/14 11:49:48  florian
-    + initial revision, it runs simple Alpha Linux ELF executables
-       - integer operations are nearly completed (non with overflow checking)
-       - floating point operations aren't implemented (except loading and
-         storing)
-       - only the really necessary system calls are implemented by dummys
-         write syscalls are redirected to the console
+  Revision 1.2  2000/01/07 16:46:07  daniel
+    * copyright 2000
 
 
-}
+}

+ 5 - 10
utils/simulator/simbase.pas

@@ -111,15 +111,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.2  2000-01-07 16:46:07  daniel
-    * copyright 2000
+  Revision 1.3  2000-02-09 16:44:15  peter
+    * log truncated
 
 
-  Revision 1.1  1999/06/14 11:49:48  florian
-    + initial revision, it runs simple Alpha Linux ELF executables
-       - integer operations are nearly completed (non with overflow checking)
-       - floating point operations aren't implemented (except loading and
-         storing)
-       - only the really necessary system calls are implemented by dummys
-         write syscalls are redirected to the console
+  Revision 1.2  2000/01/07 16:46:07  daniel
+    * copyright 2000
 
 
-}
+}

+ 5 - 10
utils/simulator/simlib.pas

@@ -226,15 +226,10 @@ unit simlib;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.2  2000-01-07 16:46:07  daniel
-    * copyright 2000
+  Revision 1.3  2000-02-09 16:44:15  peter
+    * log truncated
 
 
-  Revision 1.1  1999/06/14 11:49:48  florian
-    + initial revision, it runs simple Alpha Linux ELF executables
-       - integer operations are nearly completed (non with overflow checking)
-       - floating point operations aren't implemented (except loading and
-         storing)
-       - only the really necessary system calls are implemented by dummys
-         write syscalls are redirected to the console
+  Revision 1.2  2000/01/07 16:46:07  daniel
+    * copyright 2000
 
 
-}
+}