浏览代码

* Updated header comments

olle 20 年之前
父节点
当前提交
9c34d047ed
共有 6 个文件被更改,包括 35 次插入23 次删除
  1. 6 3
      rtl/macos/sysdir.inc
  2. 5 2
      rtl/macos/sysfile.inc
  3. 6 5
      rtl/macos/sysheap.inc
  4. 6 5
      rtl/macos/sysos.inc
  5. 6 5
      rtl/macos/sysosh.inc
  6. 6 3
      rtl/macos/systhrd.inc

+ 6 - 3
rtl/macos/sysdir.inc

@@ -1,10 +1,10 @@
 {
     $Id$
     This file is part of the Free Pascal run time library.
-    Copyright (c) 1999-2000 by Florian Klaempfl and Pavel Ozerski
+    Copyright (c) 1999-2005 by Florian Klaempfl and Pavel Ozerski
     member of the Free Pascal development team.
 
-    FPC Pascal system unit for the Win32 API.
+    Low level directory functions for MacOS
 
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.
@@ -121,7 +121,10 @@ end;
 
 {
   $Log$
-  Revision 1.2  2005-02-14 17:13:30  peter
+  Revision 1.3  2005-05-14 11:52:37  olle
+    * Updated header comments
+
+  Revision 1.2  2005/02/14 17:13:30  peter
     * truncate log
 
   Revision 1.1  2005/02/07 21:30:12  peter

+ 5 - 2
rtl/macos/sysfile.inc

@@ -3,7 +3,7 @@
     This file is part of the Free Pascal run time library.
     Copyright (c) 2001-2005 by Free Pascal development team
 
-    Low level file functions
+    Low level file functions for MacOS
 
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.
@@ -351,7 +351,10 @@ end;
 
 {
    $Log$
-   Revision 1.4  2005-04-28 18:21:04  olle
+   Revision 1.5  2005-05-14 11:52:37  olle
+     * Updated header comments
+
+   Revision 1.4  2005/04/28 18:21:04  olle
      * Set errno to zero after close
 
    Revision 1.3  2005/03/20 19:37:31  olle

+ 6 - 5
rtl/macos/sysheap.inc

@@ -1,11 +1,9 @@
 {
     $Id$
     This file is part of the Free Pascal run time library.
-    Copyright (c) 2001 by Free Pascal development team
+    Copyright (c) 2001-2005 by Free Pascal development team
 
-    This file implements all the base types and limits required
-    for a minimal POSIX compliant subset required to port the compiler
-    to a new OS.
+    Low level heap functions for MacOS
 
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.
@@ -38,7 +36,10 @@ end;
 
 {
    $Log$
-   Revision 1.1  2005-02-07 21:30:12  peter
+   Revision 1.2  2005-05-14 11:52:37  olle
+     * Updated header comments
+
+   Revision 1.1  2005/02/07 21:30:12  peter
      * system unit updated
 
    Revision 1.1  2005/02/06 16:57:18  peter

+ 6 - 5
rtl/macos/sysos.inc

@@ -1,11 +1,9 @@
 {
     $Id$
     This file is part of the Free Pascal run time library.
-    Copyright (c) 2001 by Free Pascal development team
+    Copyright (c) 2001-2005 by Free Pascal development team
 
-    This file implements all the base types and limits required
-    for a minimal POSIX compliant subset required to port the compiler
-    to a new OS.
+    Low level system functions for MacOS
 
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.
@@ -164,7 +162,10 @@ end;
 
 {
    $Log$
-   Revision 1.2  2005-03-20 19:35:24  olle
+   Revision 1.3  2005-05-14 11:52:37  olle
+     * Updated header comments
+
+   Revision 1.2  2005/03/20 19:35:24  olle
      - removed FSpLocationFromFullPath
 
    Revision 1.1  2005/02/07 21:30:12  peter

+ 6 - 5
rtl/macos/sysosh.inc

@@ -1,11 +1,9 @@
 {
     $Id$
     This file is part of the Free Pascal run time library.
-    Copyright (c) 2001 by Free Pascal development team
+    Copyright (c) 2001-2005 by Free Pascal development team
 
-    This file implements all the base types and limits required
-    for a minimal POSIX compliant subset required to port the compiler
-    to a new OS.
+    This file implements all the base types and limits for MacOS
 
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.
@@ -33,7 +31,10 @@ type
 
 {
    $Log$
-   Revision 1.2  2005-04-13 20:10:50  florian
+   Revision 1.3  2005-05-14 11:52:37  olle
+     * Updated header comments
+
+   Revision 1.2  2005/04/13 20:10:50  florian
      + TThreadID
 
    Revision 1.1  2005/02/07 21:30:12  peter

+ 6 - 3
rtl/macos/systhrd.inc

@@ -1,10 +1,10 @@
 {
     $Id$
     This file is part of the Free Pascal run time library.
-    Copyright (c) 2002 by Peter Vreman,
+    Copyright (c) 2002-2005 by Peter Vreman,
     member of the Free Pascal development team.
 
-    Linux (pthreads) threading support implementation
+    MacOS threading support implementation.
 
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.
@@ -25,7 +25,10 @@ end;
 
 {
   $Log$
-  Revision 1.1  2005-02-07 21:30:12  peter
+  Revision 1.2  2005-05-14 11:52:37  olle
+    * Updated header comments
+
+  Revision 1.1  2005/02/07 21:30:12  peter
     * system unit updated
 
   Revision 1.1  2005/02/06 16:57:18  peter