|
@@ -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
|