ソースを参照

* Updated header comments

olle 20 年 前
コミット
9c34d047ed

+ 6 - 3
rtl/macos/sysdir.inc

@@ -1,10 +1,10 @@
 {
 {
     $Id$
     $Id$
     This file is part of the Free Pascal run time library.
     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.
     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,
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.
     for details about the copyright.
@@ -121,7 +121,10 @@ end;
 
 
 {
 {
   $Log$
   $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
     * truncate log
 
 
   Revision 1.1  2005/02/07 21:30:12  peter
   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.
     This file is part of the Free Pascal run time library.
     Copyright (c) 2001-2005 by Free Pascal development team
     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,
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.
     for details about the copyright.
@@ -351,7 +351,10 @@ end;
 
 
 {
 {
    $Log$
    $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
      * Set errno to zero after close
 
 
    Revision 1.3  2005/03/20 19:37:31  olle
    Revision 1.3  2005/03/20 19:37:31  olle

+ 6 - 5
rtl/macos/sysheap.inc

@@ -1,11 +1,9 @@
 {
 {
     $Id$
     $Id$
     This file is part of the Free Pascal run time library.
     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,
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.
     for details about the copyright.
@@ -38,7 +36,10 @@ end;
 
 
 {
 {
    $Log$
    $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
      * system unit updated
 
 
    Revision 1.1  2005/02/06 16:57:18  peter
    Revision 1.1  2005/02/06 16:57:18  peter

+ 6 - 5
rtl/macos/sysos.inc

@@ -1,11 +1,9 @@
 {
 {
     $Id$
     $Id$
     This file is part of the Free Pascal run time library.
     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,
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.
     for details about the copyright.
@@ -164,7 +162,10 @@ end;
 
 
 {
 {
    $Log$
    $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
      - removed FSpLocationFromFullPath
 
 
    Revision 1.1  2005/02/07 21:30:12  peter
    Revision 1.1  2005/02/07 21:30:12  peter

+ 6 - 5
rtl/macos/sysosh.inc

@@ -1,11 +1,9 @@
 {
 {
     $Id$
     $Id$
     This file is part of the Free Pascal run time library.
     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,
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.
     for details about the copyright.
@@ -33,7 +31,10 @@ type
 
 
 {
 {
    $Log$
    $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
      + TThreadID
 
 
    Revision 1.1  2005/02/07 21:30:12  peter
    Revision 1.1  2005/02/07 21:30:12  peter

+ 6 - 3
rtl/macos/systhrd.inc

@@ -1,10 +1,10 @@
 {
 {
     $Id$
     $Id$
     This file is part of the Free Pascal run time library.
     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.
     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,
     See the file COPYING.FPC, included in this distribution,
     for details about the copyright.
     for details about the copyright.
@@ -25,7 +25,10 @@ end;
 
 
 {
 {
   $Log$
   $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
     * system unit updated
 
 
   Revision 1.1  2005/02/06 16:57:18  peter
   Revision 1.1  2005/02/06 16:57:18  peter