diff --git a/rtl/linux/m68k/cprt21.as b/rtl/linux/m68k/cprt21.as index db50362aa8..d1b80c74c8 100644 --- a/rtl/linux/m68k/cprt21.as +++ b/rtl/linux/m68k/cprt21.as @@ -1,5 +1,4 @@ | -| $Id: cprt21.as,v 1.1.2.5 2002/02/28 22:44:44 pierre Exp $ | This file is part of the Free Pascal run time library. | Copyright (c) 1999-2000 by Michael Van Canneyt and Peter Vreman | members of the Free Pascal development team. @@ -99,46 +98,3 @@ ___fpc_ret_d1: ___fpc_ret_fp: .long 0 - -| -| $Log: cprt21.as,v $ -| Revision 1.1.2.5 2002/02/28 22:44:44 pierre -| + add some comments -| -| Revision 1.1.2.4 2001/08/02 21:23:59 pierre -| * fix the args to __libc_start_main -| -| Revision 1.1.2.3 2001/07/30 20:05:07 pierre -| * fix a assembler syntax eror in last commit -| -| Revision 1.1.2.2 2001/07/30 16:18:53 pierre -| * converted from i386 code -| -| Revision 1.1.2.2 2001/06/04 18:04:32 peter -| * use own dummies for _init and _fini -| -| Revision 1.1.2.1 2001/02/14 22:18:45 pierre -| * fix Sebastian's problem with HeapTrace -| -| Revision 1.1 2000/07/13 06:30:55 michael -| + Initial import -| -| Revision 1.3 2000/01/07 16:41:42 daniel -| * copyright 2000 -| -| Revision 1.2 2000/01/07 16:32:28 daniel -| * copyright 2000 added -| -| Revision 1.1 1999/05/03 21:29:36 peter -| + glibc 2.1 support -| -| Revision 1.3 1998/11/04 10:16:25 peter -| + xorl fp,fp to indicate end of backtrace -| -| Revision 1.2 1998/10/14 21:28:46 peter -| * initialize fpu so sigfpe is finally generated for fpu errors -| -| Revision 1.1 1998/08/12 19:16:09 peter -| + loader including libc init and exit -| -| diff --git a/rtl/linux/m68k/gprt0.as b/rtl/linux/m68k/gprt0.as index c80d171f4c..28a3ef7bcf 100644 --- a/rtl/linux/m68k/gprt0.as +++ b/rtl/linux/m68k/gprt0.as @@ -1,5 +1,4 @@ | -| $Id: gprt0.as,v 1.1.2.3 2001/08/01 13:26:17 pierre Exp $ | This file is part of the Free Pascal run time library. | Copyright (c) 2001 by Free Pascal Core Team | @@ -75,18 +74,3 @@ _haltproc: |___fpc_brk_addr: | .long 0 - -| -| $Log: gprt0.as,v $ -| Revision 1.1.2.3 2001/08/01 13:26:17 pierre -| * syntax adapted to GNU as -| -| Revision 1.1.2.2 2001/07/13 15:43:22 pierre -| assembler error corrected -| -| Revision 1.1.2.1 2001/07/13 15:38:54 pierre -| first version of gprt0.as file -| -| -| - diff --git a/rtl/linux/m68k/gprt21.as b/rtl/linux/m68k/gprt21.as index 8364400ebb..b8484d5a85 100644 --- a/rtl/linux/m68k/gprt21.as +++ b/rtl/linux/m68k/gprt21.as @@ -1,5 +1,4 @@ | -| $Id: gprt21.as,v 1.1.2.2 2001/08/01 13:26:17 pierre Exp $ | This file is part of the Free Pascal run time library. | Copyright (c) 2001 by Free Pascal Core Team | @@ -75,21 +74,3 @@ _haltproc: |___fpc_brk_addr: | .long 0 - -| -| $Log: gprt21.as,v $ -| Revision 1.1.2.2 2001/08/01 13:26:17 pierre -| * syntax adapted to GNU as -| -| Revision 1.1.2.1 2001/07/13 15:45:40 pierre -| simple copies of cprt0 and gprt0 added -| -| Revision 1.1.2.2 2001/07/13 15:43:22 pierre -| assembler error corrected -| -| Revision 1.1.2.1 2001/07/13 15:38:54 pierre -| first version of gprt0.as file -| -| -| - diff --git a/rtl/qnx/dos.inc b/rtl/qnx/dos.inc index e322d414c4..93315e2108 100644 --- a/rtl/qnx/dos.inc +++ b/rtl/qnx/dos.inc @@ -1,5 +1,4 @@ { - $Id: dos.inc,v 1.1.2.2 2002/05/01 14:09:49 carl Exp $ This file is part of the Free Pascal run time library. Copyright (c) 2002 by Carl Eric Codere @@ -150,13 +149,3 @@ begin GetTimezoneFile:=''; end; - -{ - $Log: dos.inc,v $ - Revision 1.1.2.2 2002/05/01 14:09:49 carl - + TZ is now taken from GetTimezoneSitrng instead of getenv - - Revision 1.1.2.1 2001/12/20 02:55:00 carl - + QNX versions (still untested) - -} diff --git a/rtl/qnx/errno.inc b/rtl/qnx/errno.inc index eddf449ae2..f0d8ccdd74 100644 --- a/rtl/qnx/errno.inc +++ b/rtl/qnx/errno.inc @@ -1,5 +1,4 @@ { - $Id: errno.inc,v 1.1.2.2 2001/12/20 02:55:00 carl Exp $ This file is part of the Free Pascal run time library. @@ -153,12 +152,3 @@ Sys_ESRVRFAULT = 312; { Server fault on msg pass } Sys_EENDIAN = 313; { Endian not supported } -{ - $Log: errno.inc,v $ - Revision 1.1.2.2 2001/12/20 02:55:00 carl - + QNX versions (still untested) - - Revision 1.1.2.1 2001/11/26 03:00:10 carl - + started qnx port - -} \ No newline at end of file diff --git a/rtl/qnx/osposix.inc b/rtl/qnx/osposix.inc index b1f3aed592..25a2e3709a 100644 --- a/rtl/qnx/osposix.inc +++ b/rtl/qnx/osposix.inc @@ -1,5 +1,4 @@ { - $Id: osposix.inc,v 1.1.2.2 2002/04/17 17:16:14 carl Exp $ Copyright (c) 2001 by Carl Eric Codere Implements POSIX 1003.1 conforming interface @@ -343,15 +342,3 @@ const wifsignaled := 0; end; - - -{ - - $Log: osposix.inc,v $ - Revision 1.1.2.2 2002/04/17 17:16:14 carl - * more fixes for QNX target - - Revision 1.1.2.1 2001/12/20 02:55:01 carl - + QNX versions (still untested) - -} diff --git a/rtl/qnx/osposixh.inc b/rtl/qnx/osposixh.inc index 24c2306e1f..8ca17c4091 100644 --- a/rtl/qnx/osposixh.inc +++ b/rtl/qnx/osposixh.inc @@ -1,5 +1,4 @@ { - $Id: osposixh.inc,v 1.1.2.5 2002/05/01 14:10:36 carl Exp $ This file is part of the Free Pascal run time library. Copyright (c) 2002 by Carl Eric Codere @@ -172,25 +171,3 @@ CONST {$i signal.inc} - -{ - $Log: osposixh.inc,v $ - Revision 1.1.2.5 2002/05/01 14:10:36 carl - * Correct structures for stat and dirent - * correct some compilation problems - * change types according to 80x86 version - - Revision 1.1.2.4 2002/04/17 17:16:14 carl - * more fixes for QNX target - - Revision 1.1.2.3 2001/12/20 02:55:01 carl - + QNX versions (still untested) - - Revision 1.1.2.2 2001/11/28 03:11:08 carl - + ustname structure max length - - Revision 1.1.2.1 2001/11/26 03:00:10 carl - + started qnx port - - -} \ No newline at end of file diff --git a/rtl/qnx/posix.pp b/rtl/qnx/posix.pp index 8e12ab698e..70f1a8a3d8 100644 --- a/rtl/qnx/posix.pp +++ b/rtl/qnx/posix.pp @@ -1,5 +1,4 @@ { - $Id: posix.pp,v 1.1.2.2 2002/05/01 14:10:36 carl Exp $ This file is part of the Free Pascal run time library. Copyright (c) 2001 by Carl Eric Codere development team @@ -387,17 +386,3 @@ const end. -{ - $Log: posix.pp,v $ - Revision 1.1.2.2 2002/05/01 14:10:36 carl - * Correct structures for stat and dirent - * correct some compilation problems - * change types according to 80x86 version - - Revision 1.1.2.1 2001/12/20 02:55:01 carl - + QNX versions (still untested) - - Revision 1.1.2.1 2001/12/09 03:25:17 carl - + reinstated - -} \ No newline at end of file diff --git a/rtl/qnx/qnx.inc b/rtl/qnx/qnx.inc index b3c6906e47..daa486f840 100644 --- a/rtl/qnx/qnx.inc +++ b/rtl/qnx/qnx.inc @@ -1,5 +1,4 @@ { - $Id: qnx.inc,v 1.1.2.2 2002/05/01 14:10:36 carl Exp $ Copyright (c) 2002 by Carl Eric Codere @@ -52,16 +51,3 @@ type function sys_statvfs(const path: pchar; var buf : statvfs_t): cint; cdecl; external name 'statvfs'; - - -{ - $Log: qnx.inc,v $ - Revision 1.1.2.2 2002/05/01 14:10:36 carl - * Correct structures for stat and dirent - * correct some compilation problems - * change types according to 80x86 version - - Revision 1.1.2.1 2001/12/20 02:55:01 carl - + QNX versions (still untested) - -} diff --git a/rtl/qnx/signal.inc b/rtl/qnx/signal.inc index 0c00e4b8cc..73e856c8d8 100644 --- a/rtl/qnx/signal.inc +++ b/rtl/qnx/signal.inc @@ -1,5 +1,4 @@ { - $Id: signal.inc,v 1.1.2.1 2001/12/20 02:55:01 carl Exp $ This file is part of the Free Pascal run time library. Copyright (c) 2001 by Free Pascal development team @@ -71,11 +70,4 @@ const SIGPROF =29; { profileing timer expired } SIGXCPU =30; { exceded cpu limit } SIGXFSZ =31; { exceded file size limit } - -{ - $Log: signal.inc,v $ - Revision 1.1.2.1 2001/12/20 02:55:01 carl - + QNX versions (still untested) - -} \ No newline at end of file diff --git a/rtl/qnx/system.pp b/rtl/qnx/system.pp index 1e26ff6c86..d426cebfb2 100644 --- a/rtl/qnx/system.pp +++ b/rtl/qnx/system.pp @@ -1,5 +1,4 @@ { - $Id: system.pp,v 1.1.2.2 2002/05/01 14:10:36 carl Exp $ This file is part of the Free Pascal run time library. Copyright (c) 1999-2000 by the Free Pascal development team. @@ -264,16 +263,3 @@ begin setupexecname; end. - -{ - $Log: system.pp,v $ - Revision 1.1.2.2 2002/05/01 14:10:36 carl - * Correct structures for stat and dirent - * correct some compilation problems - * change types according to 80x86 version - - Revision 1.1.2.1 2001/12/20 02:55:01 carl - + QNX versions (still untested) - - -}