mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 08:08:36 +02:00
* Updated header comments
This commit is contained in:
parent
2b0b6ff306
commit
9c34d047ed
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user