mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 13:59:28 +02:00
+ Removed log from before restored version.
This commit is contained in:
parent
69a42cc570
commit
3e2e27d313
@ -1461,7 +1461,10 @@ Begin
|
||||
End.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.3 1998-04-16 07:49:11 michael
|
||||
Revision 1.4 1998-05-06 12:35:26 michael
|
||||
+ Removed log from before restored version.
|
||||
|
||||
Revision 1.3 1998/04/16 07:49:11 michael
|
||||
* fixed bug. Clrscr and Clreol didn't take change in textattr in account.
|
||||
|
||||
Revision 1.2 1998/04/05 13:56:54 peter
|
||||
@ -1470,89 +1473,4 @@ End.
|
||||
|
||||
Revision 1.1.1.1 1998/03/25 11:18:43 root
|
||||
* Restored version
|
||||
|
||||
Revision 1.10 1998/03/16 23:38:52 peter
|
||||
+ support for textattr:= setting between writes
|
||||
|
||||
Revision 1.9 1998/01/26 12:00:45 michael
|
||||
+ Added log at the end
|
||||
|
||||
revision 1.8
|
||||
date: 1998/01/20 00:18:14; author: peter; state: Exp; lines: +2 -2
|
||||
* column 80 works now the same as under dos (wraps to next line)
|
||||
----------------------------
|
||||
revision 1.7
|
||||
date: 1998/01/19 10:04:02; author: michael; state: Exp; lines: +2 -2
|
||||
* Bugfix from Peter Vreman.
|
||||
----------------------------
|
||||
revision 1.6
|
||||
date: 1998/01/05 13:43:17; author: michael; state: Exp; lines: +129 -109
|
||||
* Minor bugfixes, bugs appeared when making/compiling examples.
|
||||
(by Peter Vreman)
|
||||
----------------------------
|
||||
revision 1.5
|
||||
date: 1997/12/28 17:53:04; author: michael; state: Exp; lines: +52 -4
|
||||
* Bug fixed : CR now sends CR/LF; importat for Readln. (Peter Vreman fixed
|
||||
this)
|
||||
* GetXY function now tries to read initial conditions.
|
||||
----------------------------
|
||||
revision 1.4
|
||||
date: 1997/12/19 15:22:14; author: michael; state: Exp; lines: +10 -22
|
||||
* changed setrawmode to use termios functions in linux unit.
|
||||
----------------------------
|
||||
revision 1.3
|
||||
date: 1997/12/15 12:44:56; author: michael; state: Exp; lines: +6 -1
|
||||
* added key handling for xterm.
|
||||
----------------------------
|
||||
revision 1.2
|
||||
date: 1997/12/01 12:31:14; author: michael; state: Exp; lines: +12 -16
|
||||
+ Added copyright reference in header.
|
||||
----------------------------
|
||||
revision 1.1
|
||||
date: 1997/11/27 08:33:54; author: michael; state: Exp;
|
||||
Initial revision
|
||||
----------------------------
|
||||
revision 1.1.1.1
|
||||
date: 1997/11/27 08:33:54; author: michael; state: Exp; lines: +0 -0
|
||||
FPC RTL CVS start
|
||||
=============================================================================
|
||||
|
||||
|
||||
Pre CVS Log:
|
||||
|
||||
|
||||
Version Date What/who
|
||||
------- ---- -------
|
||||
|
||||
0.1 96/97 Written by Mark May (mmay@ndaco.com)
|
||||
Major overhaul to improve screen output performance by
|
||||
|
||||
Michael Van Canneyt (michael@tfdec1.fys.kuleuven.ac.be)
|
||||
Also added some documentation.
|
||||
Balazs Scheidler changed color handling to lookup-table
|
||||
0.2 7/97 changes by Hans-Peter Zorn <hzorn@aixterm1.urz.uni-heidelberg.de>
|
||||
to make key-handling work in an xterm.
|
||||
Alt-key becomes ESC + Key.
|
||||
|
||||
0.3 10/97 Modified by Matthias K"oppe
|
||||
|
||||
<mkoeppe@csmd.cs.uni-magdeburg.de> :
|
||||
Fixed key decoding for function keys F6..F12
|
||||
|
||||
|
||||
0.4 11/97 Modified by Peter Vreman <pfv@worldonline.nl>
|
||||
Optimised keyboard handling.
|
||||
|
||||
|
||||
0.5 11/97 Modified by Peter Vreman <pfv@worldonline.nl>
|
||||
Inplemented bigger buffer for output, ANSI codes
|
||||
are handled too.
|
||||
|
||||
Unit now depends on linux unit only.
|
||||
|
||||
0.6 01/98 Modified by Peter Vreman
|
||||
Implemented missing function/procedures, the interface
|
||||
is now 100% the same BP7.
|
||||
The screen is not cleared at startup anymore. The
|
||||
cursor stays at the current position.
|
||||
}
|
||||
|
@ -1040,66 +1040,12 @@ End.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.2 1998-05-04 17:40:43 peter
|
||||
Revision 1.3 1998-05-06 12:35:26 michael
|
||||
+ Removed log from before restored version.
|
||||
|
||||
Revision 1.2 1998/05/04 17:40:43 peter
|
||||
* findfirst did some strange init with searchpos
|
||||
|
||||
Revision 1.1.1.1 1998/03/25 11:18:43 root
|
||||
* Restored version
|
||||
|
||||
Revision 1.11 1998/03/10 14:46:09 michael
|
||||
+ better checking in weekday function
|
||||
|
||||
Revision 1.10 1998/01/27 17:47:42 peter
|
||||
* Speeeeedup of Findfirst with no wildcards
|
||||
|
||||
Revision 1.9 1998/01/26 12:01:28 michael
|
||||
+ Added log at the end
|
||||
|
||||
Working file: rtl/linux/dos.pp
|
||||
description:
|
||||
----------------------------
|
||||
revision 1.8
|
||||
date: 1998/01/19 16:21:33; author: peter; state: Exp; lines: +58 -117
|
||||
+ Weekday from mailinglist which is a lot smaller and faster
|
||||
* FExpand now uses the FExpand from linux.pp
|
||||
----------------------------
|
||||
revision 1.7
|
||||
date: 1998/01/19 10:03:00; author: michael; state: Exp; lines: +6 -1
|
||||
* BugFix for findfirst/findnext routines. (From Peter Vreman)
|
||||
----------------------------
|
||||
revision 1.6
|
||||
date: 1998/01/13 17:14:37; author: michael; state: Exp; lines: +3 -3
|
||||
+ Entered new FStat call using File or Text var.
|
||||
+ GetTme call in DOS now refers to Linux.gettime !
|
||||
----------------------------
|
||||
revision 1.5
|
||||
date: 1998/01/09 13:12:38; author: michael; state: Exp; lines: +20 -20
|
||||
* Fixed some bugs that showed when writing examples (From Peter Vreman)
|
||||
----------------------------
|
||||
revision 1.4
|
||||
date: 1997/12/10 12:22:26; author: michael; state: Exp; lines: +2 -2
|
||||
+ changed longint(f) to word(f) in getfattr;
|
||||
----------------------------
|
||||
revision 1.3
|
||||
date: 1997/12/04 13:43:50; author: michael; state: Exp; lines: +23 -15
|
||||
* changed attribute and time functions.
|
||||
----------------------------
|
||||
revision 1.2
|
||||
date: 1997/12/01 12:31:14; author: michael; state: Exp; lines: +14 -21
|
||||
+ Added copyright reference in header.
|
||||
----------------------------
|
||||
revision 1.1
|
||||
date: 1997/11/27 08:33:54; author: michael; state: Exp;
|
||||
Initial revision
|
||||
----------------------------
|
||||
revision 1.1.1.1
|
||||
date: 1997/11/27 08:33:54; author: michael; state: Exp; lines: +0 -0
|
||||
FPC RTL CVS start
|
||||
=============================================================================
|
||||
Date Version Who Comments
|
||||
1996 0.8 Michael Initial implementation
|
||||
11/97 0.9 Peter Vreman <pfv@worldonline.nl>
|
||||
Unit now depends on the
|
||||
linux unit only.
|
||||
Cleaned up code.
|
||||
}
|
||||
|
@ -144,27 +144,9 @@ Sys_EDQUOT = 122; { Quota exceeded }
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1998-03-25 11:18:43 root
|
||||
Initial revision
|
||||
Revision 1.2 1998-05-06 12:38:22 michael
|
||||
+ Removed log from before restored version.
|
||||
|
||||
Revision 1.3 1998/01/26 12:00:40 michael
|
||||
+ Added log at the end
|
||||
|
||||
|
||||
|
||||
Working file: rtl/linux/errno.inc
|
||||
description:
|
||||
----------------------------
|
||||
revision 1.2
|
||||
date: 1997/12/01 12:31:18; author: michael; state: Exp; lines: +14 -1
|
||||
+ Added copyright reference in header.
|
||||
----------------------------
|
||||
revision 1.1
|
||||
date: 1997/11/27 08:33:55; author: michael; state: Exp;
|
||||
Initial revision
|
||||
----------------------------
|
||||
revision 1.1.1.1
|
||||
date: 1997/11/27 08:33:55; author: michael; state: Exp; lines: +0 -0
|
||||
FPC RTL CVS start
|
||||
=============================================================================
|
||||
Revision 1.1.1.1 1998/03/25 11:18:43 root
|
||||
* Restored version
|
||||
}
|
||||
|
@ -171,10 +171,9 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1998-03-25 11:18:43 root
|
||||
Initial revision
|
||||
|
||||
Revision 1.1 1998/02/13 08:49:46 michael
|
||||
+ Initial implementation
|
||||
Revision 1.2 1998-05-06 12:35:26 michael
|
||||
+ Removed log from before restored version.
|
||||
|
||||
Revision 1.1.1.1 1998/03/25 11:18:43 root
|
||||
* Restored version
|
||||
}
|
@ -3221,7 +3221,10 @@ End.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.6 1998-04-15 11:23:53 michael
|
||||
Revision 1.7 1998-05-06 12:35:26 michael
|
||||
+ Removed log from before restored version.
|
||||
|
||||
Revision 1.6 1998/04/15 11:23:53 michael
|
||||
+ Added some calls to make common API more efficient
|
||||
|
||||
Revision 1.5 1998/04/10 15:23:03 michael
|
||||
@ -3239,91 +3242,4 @@ End.
|
||||
|
||||
Revision 1.1.1.1 1998/03/25 11:18:43 root
|
||||
* Restored version
|
||||
|
||||
Revision 1.17 1998/02/23 14:17:51 michael
|
||||
* Fixed pclose bug. Programs went into a neverending loop.
|
||||
|
||||
Revision 1.16 1998/02/08 01:58:11 peter
|
||||
+ Overloaded functions Dup/Dup2 for longint,file
|
||||
* Better Pipe support
|
||||
* Some cleanup
|
||||
|
||||
Revision 1.15 1998/01/26 12:01:18 michael
|
||||
+ Added log at the end
|
||||
|
||||
revision 1.14
|
||||
date: 1998/01/19 10:03:01; author: michael; state: Exp; lines: +2 -2
|
||||
* BugFix for findfirst/findnext routines. (From Peter Vreman)
|
||||
----------------------------
|
||||
revision 1.13
|
||||
date: 1998/01/16 00:02:57; author: michael; state: Exp; lines: +25 -9
|
||||
FExpand expands ~/ to HOME (Fro Peter Vreman)
|
||||
----------------------------
|
||||
revision 1.12
|
||||
date: 1998/01/13 17:14:38; author: michael; state: Exp; lines: +23 -1
|
||||
+ Entered new FStat call using File or Text var.
|
||||
+ GetTme call in DOS now refers to Linux.gettime !
|
||||
----------------------------
|
||||
revision 1.11
|
||||
date: 1998/01/11 02:49:36; author: michael; state: Exp; lines: +29 -19
|
||||
+ Fixed bugs discoverd when writing examples, changed procedure to
|
||||
function : boolean in some cases.
|
||||
----------------------------
|
||||
revision 1.10
|
||||
date: 1998/01/08 00:18:13; author: michael; state: Exp; lines: +17 -7
|
||||
* Made Dup,Dup2 functions retuning Boolean;
|
||||
* Name in Dirent is now Array [0..255] of char instead of string.
|
||||
+ Implemented OpenDir with string as path, instead of pchar.
|
||||
----------------------------
|
||||
revision 1.9
|
||||
date: 1998/01/06 15:04:50; author: michael; state: Exp; lines: +5 -5
|
||||
* Some boolean functions had an undefined result. Fixed that.
|
||||
----------------------------
|
||||
revision 1.8
|
||||
date: 1998/01/05 16:43:19; author: michael; state: Exp; lines: +19 -5
|
||||
* Nicer implementation of GetDate and GetTime, using a newly implemented
|
||||
GetTimeOfDay function (overloaded). (From Peter Vreman)
|
||||
----------------------------
|
||||
revision 1.7
|
||||
date: 1997/12/22 18:50:31; author: michael; state: Exp; lines: +8 -5
|
||||
* Bug fixed in fexpand, extra / was sometimes added for filename
|
||||
* fdsets are treated correctly now.
|
||||
----------------------------
|
||||
revision 1.6
|
||||
date: 1997/12/19 15:23:02; author: michael; state: Exp; lines: +9 -9
|
||||
* changed some termios functions to procedures.
|
||||
----------------------------
|
||||
revision 1.5
|
||||
date: 1997/12/15 12:56:19; author: michael; state: Exp; lines: +4 -4
|
||||
* fixed bug in fdset handling functions.
|
||||
----------------------------
|
||||
revision 1.4
|
||||
date: 1997/12/10 13:32:43; author: michael; state: Exp; lines: +558 -326
|
||||
+ added termios functies
|
||||
* epochtolocal geeft nu tijd in Local time...
|
||||
----------------------------
|
||||
revision 1.3
|
||||
date: 1997/12/04 13:43:51; author: michael; state: Exp; lines: +61 -73
|
||||
* changed attribute and time functions.
|
||||
----------------------------
|
||||
revision 1.2
|
||||
date: 1997/12/01 12:31:15; author: michael; state: Exp; lines: +15 -22
|
||||
+ Added copyright reference in header.
|
||||
----------------------------
|
||||
revision 1.1
|
||||
date: 1997/11/27 08:33:54; author: michael; state: Exp;
|
||||
Initial revision
|
||||
----------------------------
|
||||
revision 1.1.1.1
|
||||
date: 1997/11/27 08:33:54; author: michael; state: Exp; lines: +0 -0
|
||||
FPC RTL CVS start
|
||||
=============================================================================
|
||||
|
||||
Date Version Who Comments
|
||||
96/97 0.8 Michael Initial implementation
|
||||
Code cleanup
|
||||
11/97 0.9 Peter <pfv@worldonline.nl>
|
||||
Code cleanup, added
|
||||
some calls
|
||||
---------------------------------------------------------------------
|
||||
}
|
||||
|
@ -1119,31 +1119,9 @@ END.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1998-03-25 11:18:43 root
|
||||
Initial revision
|
||||
Revision 1.2 1998-05-06 12:35:26 michael
|
||||
+ Removed log from before restored version.
|
||||
|
||||
Revision 1.4 1998/01/26 12:01:22 michael
|
||||
+ Added log at the end
|
||||
|
||||
|
||||
|
||||
Working file: rtl/linux/objects.pp
|
||||
description:
|
||||
----------------------------
|
||||
revision 1.3
|
||||
date: 1998/01/08 23:38:48; author: michael; state: Exp; lines: +49 -917
|
||||
+ implemented the disk stream functions.
|
||||
----------------------------
|
||||
revision 1.2
|
||||
date: 1997/12/01 12:31:16; author: michael; state: Exp; lines: +13 -0
|
||||
+ Added copyright reference in header.
|
||||
----------------------------
|
||||
revision 1.1
|
||||
date: 1997/11/27 08:33:54; author: michael; state: Exp;
|
||||
Initial revision
|
||||
----------------------------
|
||||
revision 1.1.1.1
|
||||
date: 1997/11/27 08:33:54; author: michael; state: Exp; lines: +0 -0
|
||||
FPC RTL CVS start
|
||||
=============================================================================
|
||||
Revision 1.1.1.1 1998/03/25 11:18:43 root
|
||||
* Restored version
|
||||
}
|
||||
|
@ -19,27 +19,9 @@
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1998-03-25 11:18:43 root
|
||||
Initial revision
|
||||
Revision 1.2 1998-05-06 12:38:22 michael
|
||||
+ Removed log from before restored version.
|
||||
|
||||
Revision 1.3 1998/01/26 12:00:49 michael
|
||||
+ Added log at the end
|
||||
|
||||
|
||||
|
||||
Working file: rtl/linux/os.inc
|
||||
description:
|
||||
----------------------------
|
||||
revision 1.2
|
||||
date: 1997/12/01 12:31:19; author: michael; state: Exp; lines: +13 -0
|
||||
+ Added copyright reference in header.
|
||||
----------------------------
|
||||
revision 1.1
|
||||
date: 1997/11/27 08:33:55; author: michael; state: Exp;
|
||||
Initial revision
|
||||
----------------------------
|
||||
revision 1.1.1.1
|
||||
date: 1997/11/27 08:33:55; author: michael; state: Exp; lines: +0 -0
|
||||
FPC RTL CVS start
|
||||
=============================================================================
|
||||
Revision 1.1.1.1 1998/03/25 11:18:43 root
|
||||
* Restored version
|
||||
}
|
||||
|
@ -254,35 +254,9 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1998-03-25 11:18:43 root
|
||||
Initial revision
|
||||
Revision 1.2 1998-05-06 12:35:26 michael
|
||||
+ Removed log from before restored version.
|
||||
|
||||
Revision 1.5 1998/01/26 12:00:53 michael
|
||||
+ Added log at the end
|
||||
|
||||
|
||||
|
||||
Working file: rtl/linux/printer.pp
|
||||
description:
|
||||
----------------------------
|
||||
revision 1.4
|
||||
date: 1998/01/11 02:53:26; author: michael; state: Exp; lines: +7 -4
|
||||
* Corrected small things discovered when making examples.
|
||||
----------------------------
|
||||
revision 1.3
|
||||
date: 1998/01/06 00:29:34; author: michael; state: Exp; lines: +11 -13
|
||||
Implemented a system independent sequence of reset/rewrite/append fileopenfunc etc system \n (from Peter Vreman)
|
||||
----------------------------
|
||||
revision 1.2
|
||||
date: 1997/12/01 12:31:17; author: michael; state: Exp; lines: +12 -19
|
||||
+ Added copyright reference in header.
|
||||
----------------------------
|
||||
revision 1.1
|
||||
date: 1997/11/27 08:33:55; author: michael; state: Exp;
|
||||
Initial revision
|
||||
----------------------------
|
||||
revision 1.1.1.1
|
||||
date: 1997/11/27 08:33:55; author: michael; state: Exp; lines: +0 -0
|
||||
FPC RTL CVS start
|
||||
=============================================================================
|
||||
Revision 1.1.1.1 1998/03/25 11:18:43 root
|
||||
* Restored version
|
||||
}
|
||||
|
@ -366,27 +366,9 @@ end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1998-03-25 11:18:43 root
|
||||
Initial revision
|
||||
Revision 1.2 1998-05-06 12:38:22 michael
|
||||
+ Removed log from before restored version.
|
||||
|
||||
Revision 1.3 1998/01/26 12:00:56 michael
|
||||
+ Added log at the end
|
||||
|
||||
|
||||
|
||||
Working file: rtl/linux/syscalls.inc
|
||||
description:
|
||||
----------------------------
|
||||
revision 1.2
|
||||
date: 1997/12/01 12:31:19; author: michael; state: Exp; lines: +14 -0
|
||||
+ Added copyright reference in header.
|
||||
----------------------------
|
||||
revision 1.1
|
||||
date: 1997/11/27 08:33:55; author: michael; state: Exp;
|
||||
Initial revision
|
||||
----------------------------
|
||||
revision 1.1.1.1
|
||||
date: 1997/11/27 08:33:55; author: michael; state: Exp; lines: +0 -0
|
||||
FPC RTL CVS start
|
||||
=============================================================================
|
||||
Revision 1.1.1.1 1998/03/25 11:18:43 root
|
||||
* Restored version
|
||||
}
|
||||
|
@ -79,27 +79,9 @@ Const
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1998-03-25 11:18:43 root
|
||||
Initial revision
|
||||
Revision 1.2 1998-05-06 12:38:22 michael
|
||||
+ Removed log from before restored version.
|
||||
|
||||
Revision 1.3 1998/01/26 12:01:01 michael
|
||||
+ Added log at the end
|
||||
|
||||
|
||||
|
||||
Working file: rtl/linux/sysconst.inc
|
||||
description:
|
||||
----------------------------
|
||||
revision 1.2
|
||||
date: 1997/12/01 12:31:20; author: michael; state: Exp; lines: +15 -0
|
||||
+ Added copyright reference in header.
|
||||
----------------------------
|
||||
revision 1.1
|
||||
date: 1997/11/27 08:33:55; author: michael; state: Exp;
|
||||
Initial revision
|
||||
----------------------------
|
||||
revision 1.1.1.1
|
||||
date: 1997/11/27 08:33:55; author: michael; state: Exp; lines: +0 -0
|
||||
FPC RTL CVS start
|
||||
=============================================================================
|
||||
Revision 1.1.1.1 1998/03/25 11:18:43 root
|
||||
* Restored version
|
||||
}
|
||||
|
@ -671,72 +671,9 @@ End.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1998-03-25 11:18:43 root
|
||||
Initial revision
|
||||
Revision 1.2 1998-05-06 12:35:26 michael
|
||||
+ Removed log from before restored version.
|
||||
|
||||
Revision 1.15 1998/03/11 23:07:42 peter
|
||||
* exit call moved to prt1/gprt1, halt() jmps to it
|
||||
|
||||
Revision 1.14 1998/02/08 21:52:54 peter
|
||||
* Fixed a wrong result type by using Unusedhandle
|
||||
|
||||
Revision 1.13 1998/02/03 14:00:42 peter
|
||||
* Faster getdir() and fixed memory leak in it
|
||||
|
||||
Revision 1.12 1998/01/27 17:48:30 peter
|
||||
* faster FileSize() by using FStat() instead of LSeeks
|
||||
|
||||
Revision 1.11 1998/01/26 12:01:09 michael
|
||||
+ Added log at the end
|
||||
|
||||
revision 1.10
|
||||
date: 1998/01/25 21:53:33; author: peter; state: Exp; lines: +21 -15
|
||||
+ Universal Handles support for StdIn/StdOut/StdErr
|
||||
* Updated layout of sysamiga.pas
|
||||
----------------------------
|
||||
revision 1.9
|
||||
date: 1998/01/11 02:47:33; author: michael; state: Exp; lines: +287 -429
|
||||
* Changed files to use the new filestructure in /inc directory.
|
||||
(By Peter Vreman)
|
||||
----------------------------
|
||||
revision 1.8
|
||||
date: 1998/01/07 00:05:03; author: michael; state: Exp; lines: +17 -2
|
||||
+ Final adjustments for a uniform file handling interface.
|
||||
(From Peter Vreman)
|
||||
----------------------------
|
||||
revision 1.7
|
||||
date: 1998/01/06 00:29:34; author: michael; state: Exp; lines: +260 -272
|
||||
Implemented a system independent sequence of reset/rewrite/append fileopenfunc etc system \n (from Peter Vreman)
|
||||
----------------------------
|
||||
revision 1.6
|
||||
date: 1998/01/05 16:51:22; author: michael; state: Exp; lines: +2 -28
|
||||
+ Moved init of heap to heap.inc: INITheap() (From Peter Vreman)
|
||||
----------------------------
|
||||
revision 1.5
|
||||
date: 1998/01/05 13:42:28; author: michael; state: Exp; lines: +85 -72
|
||||
* Changes to implement a more uniform file opening scheme (by Peter Vreman)
|
||||
Minor adjustments (unneeded vars etc.)
|
||||
----------------------------
|
||||
revision 1.4
|
||||
date: 1998/01/01 16:53:02; author: michael; state: Exp; lines: +9 -1
|
||||
* Bug fixes in Blockread/Write and Chdir, they now return sensible error
|
||||
numbers.
|
||||
----------------------------
|
||||
revision 1.3
|
||||
date: 1997/12/23 16:30:14; author: michael; state: Exp; lines: +78 -74
|
||||
* more efficient opening of stdin, stdout and stderr (from Peter Vreman)
|
||||
+ Added correct IOresult return value for open function. (from Peter Vreman)
|
||||
----------------------------
|
||||
revision 1.2
|
||||
date: 1997/12/01 12:31:18; author: michael; state: Exp; lines: +12 -19
|
||||
+ Added copyright reference in header.
|
||||
----------------------------
|
||||
revision 1.1
|
||||
date: 1997/11/27 08:33:55; author: michael; state: Exp;
|
||||
Initial revision
|
||||
----------------------------
|
||||
revision 1.1.1.1
|
||||
date: 1997/11/27 08:33:55; author: michael; state: Exp; lines: +0 -0
|
||||
FPC RTL CVS start
|
||||
=============================================================================
|
||||
Revision 1.1.1.1 1998/03/25 11:18:43 root
|
||||
* Restored version
|
||||
}
|
||||
|
@ -360,27 +360,9 @@ const
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1998-03-25 11:18:43 root
|
||||
Initial revision
|
||||
Revision 1.2 1998-05-06 12:38:22 michael
|
||||
+ Removed log from before restored version.
|
||||
|
||||
Revision 1.3 1998/01/26 12:01:04 michael
|
||||
+ Added log at the end
|
||||
|
||||
|
||||
|
||||
Working file: rtl/linux/sysnr.inc
|
||||
description:
|
||||
----------------------------
|
||||
revision 1.2
|
||||
date: 1997/12/01 12:31:20; author: michael; state: Exp; lines: +13 -6
|
||||
+ Added copyright reference in header.
|
||||
----------------------------
|
||||
revision 1.1
|
||||
date: 1997/11/27 08:33:55; author: michael; state: Exp;
|
||||
Initial revision
|
||||
----------------------------
|
||||
revision 1.1.1.1
|
||||
date: 1997/11/27 08:33:55; author: michael; state: Exp; lines: +0 -0
|
||||
FPC RTL CVS start
|
||||
=============================================================================
|
||||
Revision 1.1.1.1 1998/03/25 11:18:43 root
|
||||
* Restored version
|
||||
}
|
||||
|
@ -119,37 +119,9 @@ type
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1998-03-25 11:18:43 root
|
||||
Initial revision
|
||||
Revision 1.2 1998-05-06 12:38:22 michael
|
||||
+ Removed log from before restored version.
|
||||
|
||||
Revision 1.5 1998/01/26 12:01:13 michael
|
||||
+ Added log at the end
|
||||
|
||||
|
||||
|
||||
Working file: rtl/linux/systypes.inc
|
||||
description:
|
||||
----------------------------
|
||||
revision 1.4
|
||||
date: 1998/01/11 02:53:27; author: michael; state: Exp; lines: +7 -2
|
||||
* Corrected small things discovered when making examples.
|
||||
----------------------------
|
||||
revision 1.3
|
||||
date: 1998/01/08 00:18:12; author: michael; state: Exp; lines: +4 -4
|
||||
* Made Dup,Dup2 functions retuning Boolean;
|
||||
* Name in Dirent is now Array [0..255] of char instead of string.
|
||||
+ Implemented OpenDir with string as path, instead of pchar.
|
||||
----------------------------
|
||||
revision 1.2
|
||||
date: 1997/12/01 12:31:20; author: michael; state: Exp; lines: +14 -0
|
||||
+ Added copyright reference in header.
|
||||
----------------------------
|
||||
revision 1.1
|
||||
date: 1997/11/27 08:33:56; author: michael; state: Exp;
|
||||
Initial revision
|
||||
----------------------------
|
||||
revision 1.1.1.1
|
||||
date: 1997/11/27 08:33:56; author: michael; state: Exp; lines: +0 -0
|
||||
FPC RTL CVS start
|
||||
=============================================================================
|
||||
Revision 1.1.1.1 1998/03/25 11:18:43 root
|
||||
* Restored version
|
||||
}
|
||||
|
@ -514,31 +514,12 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.2 1998-03-27 00:50:22 peter
|
||||
Revision 1.3 1998-05-06 12:36:50 michael
|
||||
+ Removed log from before restored version.
|
||||
|
||||
Revision 1.2 1998/03/27 00:50:22 peter
|
||||
* small fixes so it compiles
|
||||
|
||||
Revision 1.1.1.1 1998/03/25 11:18:46 root
|
||||
* Restored version
|
||||
|
||||
Revision 1.5 1998/01/26 12:02:21 michael
|
||||
+ Added log at the end
|
||||
|
||||
revision 1.4
|
||||
date: 1997/12/01 12:42:46; author: michael; state: Exp; lines: +10 -15
|
||||
+ added copyright reference in header.
|
||||
|
||||
revision 1.3
|
||||
date: 1997/11/27 23:28:30; author: florian; state: Exp; lines: +14 -14
|
||||
- Win32: base.pp compilable, but there is a compiler bug, so wrong assembler
|
||||
is created
|
||||
- Win32: API interface units renamed to *.pp
|
||||
|
||||
revision 1.2
|
||||
date: 1997/11/27 23:11:56; author: florian; state: Exp; lines: +2 -2
|
||||
- Win32: some errors of base removed
|
||||
- Win32: unit base to makefile added
|
||||
|
||||
revision 1.1
|
||||
date: 1997/11/27 10:15:30; author: florian; state: Exp;
|
||||
Win32 files added (they are untested)
|
||||
}
|
||||
|
@ -4418,25 +4418,9 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1998-03-25 11:18:46 root
|
||||
Initial revision
|
||||
Revision 1.2 1998-05-06 12:36:50 michael
|
||||
+ Removed log from before restored version.
|
||||
|
||||
Revision 1.3 1998/01/26 12:02:10 michael
|
||||
+ Added log at the end
|
||||
|
||||
|
||||
|
||||
Working file: rtl/win32/defines.pp
|
||||
description:
|
||||
----------------------------
|
||||
revision 1.2
|
||||
date: 1997/12/01 12:42:46; author: michael; state: Exp; lines: +10 -17
|
||||
+ added copyright reference in header.
|
||||
----------------------------
|
||||
revision 1.1
|
||||
date: 1997/11/27 23:28:31; author: florian; state: Exp;
|
||||
- Win32: base.pp compilable, but there is a compiler bug, so wrong assembler
|
||||
is created
|
||||
- Win32: API interface units renamed to *.pp
|
||||
=============================================================================
|
||||
Revision 1.1.1.1 1998/03/25 11:18:46 root
|
||||
* Restored version
|
||||
}
|
||||
|
@ -638,7 +638,10 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.4 1998-04-27 14:01:38 florian
|
||||
Revision 1.5 1998-05-06 12:36:50 michael
|
||||
+ Removed log from before restored version.
|
||||
|
||||
Revision 1.4 1998/04/27 14:01:38 florian
|
||||
* was uncompilable
|
||||
|
||||
Revision 1.3 1998/04/26 22:37:02 florian
|
||||
@ -649,10 +652,4 @@ end.
|
||||
|
||||
Revision 1.1.1.1 1998/03/25 11:18:47 root
|
||||
* Restored version
|
||||
|
||||
Revision 1.2 1998/03/10 13:23:56 florian
|
||||
* just a few things adapted to win32
|
||||
|
||||
Revision 1.1 1998/03/09 23:19:12 florian
|
||||
+ Initial revision, just copied from the DOS version
|
||||
}
|
||||
|
@ -1048,25 +1048,9 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1998-03-25 11:18:46 root
|
||||
Initial revision
|
||||
Revision 1.2 1998-05-06 12:36:50 michael
|
||||
+ Removed log from before restored version.
|
||||
|
||||
Revision 1.3 1998/01/26 12:02:17 michael
|
||||
+ Added log at the end
|
||||
|
||||
|
||||
|
||||
Working file: rtl/win32/messages.pp
|
||||
description:
|
||||
----------------------------
|
||||
revision 1.2
|
||||
date: 1997/12/01 12:42:48; author: michael; state: Exp; lines: +10 -16
|
||||
+ added copyright reference in header.
|
||||
----------------------------
|
||||
revision 1.1
|
||||
date: 1997/11/27 23:28:32; author: florian; state: Exp;
|
||||
- Win32: base.pp compilable, but there is a compiler bug, so wrong assembler
|
||||
is created
|
||||
- Win32: API interface units renamed to *.pp
|
||||
=============================================================================
|
||||
Revision 1.1.1.1 1998/03/25 11:18:46 root
|
||||
* Restored version
|
||||
}
|
||||
|
@ -20,23 +20,9 @@
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1998-03-25 11:18:47 root
|
||||
Initial revision
|
||||
Revision 1.2 1998-05-06 12:37:22 michael
|
||||
+ Removed log from before restored version.
|
||||
|
||||
Revision 1.3 1998/01/26 12:02:26 michael
|
||||
+ Added log at the end
|
||||
|
||||
|
||||
|
||||
Working file: rtl/win32/os.inc
|
||||
description:
|
||||
----------------------------
|
||||
revision 1.2
|
||||
date: 1997/12/01 12:42:45; author: michael; state: Exp; lines: +14 -0
|
||||
+ added copyright reference in header.
|
||||
----------------------------
|
||||
revision 1.1
|
||||
date: 1997/11/27 10:15:32; author: florian; state: Exp;
|
||||
Win32 files added (they are untested)
|
||||
=============================================================================
|
||||
Revision 1.1.1.1 1998/03/25 11:18:47 root
|
||||
* Restored version
|
||||
}
|
||||
|
@ -4552,25 +4552,9 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1998-03-25 11:18:47 root
|
||||
Initial revision
|
||||
Revision 1.2 1998-05-06 12:36:50 michael
|
||||
+ Removed log from before restored version.
|
||||
|
||||
Revision 1.3 1998/01/26 12:02:36 michael
|
||||
+ Added log at the end
|
||||
|
||||
|
||||
|
||||
Working file: rtl/win32/struct.pp
|
||||
description:
|
||||
----------------------------
|
||||
revision 1.2
|
||||
date: 1997/12/01 12:42:49; author: michael; state: Exp; lines: +10 -16
|
||||
+ added copyright reference in header.
|
||||
----------------------------
|
||||
revision 1.1
|
||||
date: 1997/11/27 23:28:32; author: florian; state: Exp;
|
||||
- Win32: base.pp compilable, but there is a compiler bug, so wrong assembler
|
||||
is created
|
||||
- Win32: API interface units renamed to *.pp
|
||||
=============================================================================
|
||||
Revision 1.1.1.1 1998/03/25 11:18:47 root
|
||||
* Restored version
|
||||
}
|
||||
|
@ -543,7 +543,10 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.6 1998-04-27 18:29:09 florian
|
||||
Revision 1.7 1998-05-06 12:36:51 michael
|
||||
+ Removed log from before restored version.
|
||||
|
||||
Revision 1.6 1998/04/27 18:29:09 florian
|
||||
+ do_open implemented, the file-I/O should be now complete
|
||||
|
||||
Revision 1.5 1998/04/27 13:58:21 florian
|
||||
@ -560,62 +563,4 @@ end.
|
||||
|
||||
Revision 1.1.1.1 1998/03/25 11:18:47 root
|
||||
* Restored version
|
||||
|
||||
Revision 1.13 1998/03/05 22:37:36 florian
|
||||
* some stuff added
|
||||
|
||||
Revision 1.12 1998/01/26 12:02:28 michael
|
||||
+ Added log at the end
|
||||
|
||||
Working file: rtl/win32/syswin32.pp
|
||||
description:
|
||||
----------------------------
|
||||
revision 1.11
|
||||
date: 1998/01/25 21:53:37; author: peter; state: Exp; lines: +415 -408
|
||||
+ Universal Handles support for StdIn/StdOut/StdErr
|
||||
* Updated layout of sysamiga.pas
|
||||
----------------------------
|
||||
revision 1.10
|
||||
date: 1998/01/16 22:22:59; author: michael; state: Exp; lines: +408 -544
|
||||
* Synchronised with other system files (Peter Vreman)
|
||||
----------------------------
|
||||
revision 1.9
|
||||
date: 1998/01/07 00:04:55; author: michael; state: Exp; lines: +84 -124
|
||||
+ Final adjustments for a uniform file handling interface.
|
||||
(From Peter Vreman)
|
||||
----------------------------
|
||||
revision 1.8
|
||||
date: 1998/01/05 16:51:26; author: michael; state: Exp; lines: +18 -52
|
||||
+ Moved init of heap to heap.inc: INITheap() (From Peter Vreman)
|
||||
----------------------------
|
||||
revision 1.7
|
||||
date: 1997/12/19 11:47:08; author: florian; state: Exp; lines: +2 -2
|
||||
*** empty log message ***
|
||||
----------------------------
|
||||
revision 1.6
|
||||
date: 1997/12/01 12:42:52; author: michael; state: Exp; lines: +12 -5
|
||||
+ added copyright reference in header.
|
||||
----------------------------
|
||||
revision 1.5
|
||||
date: 1997/11/27 23:04:10; author: florian; state: Exp; lines: +1 -13
|
||||
Old log entries to log-file added
|
||||
----------------------------
|
||||
revision 1.4
|
||||
date: 1997/11/27 23:01:09; author: florian; state: Exp; lines: +8 -3
|
||||
This was a test
|
||||
----------------------------
|
||||
revision 1.3
|
||||
date: 1997/11/27 22:49:06; author: florian; state: Exp; lines: +12 -9
|
||||
- CPU.PP added
|
||||
- some bugs in DOS fixed (espsecially for go32v1)
|
||||
- the win32 system unit is now compilable
|
||||
----------------------------
|
||||
revision 1.2
|
||||
date: 1997/11/27 17:40:12; author: florian; state: Exp; lines: +8 -1
|
||||
Added log and id to syswin32.pp for test purposes
|
||||
----------------------------
|
||||
revision 1.1
|
||||
date: 1997/11/27 10:15:33; author: florian; state: Exp;
|
||||
Win32 files added (they are untested)
|
||||
=============================================================================
|
||||
}
|
||||
|
@ -199,7 +199,10 @@
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.5 1998-04-27 18:25:36 florian
|
||||
Revision 1.6 1998-05-06 12:37:22 michael
|
||||
+ Removed log from before restored version.
|
||||
|
||||
Revision 1.5 1998/04/27 18:25:36 florian
|
||||
+ constants for CreateFile added
|
||||
|
||||
Revision 1.4 1998/04/26 22:37:22 florian
|
||||
@ -213,28 +216,4 @@
|
||||
|
||||
Revision 1.1.1.1 1998/03/25 11:18:47 root
|
||||
* Restored version
|
||||
|
||||
Revision 1.5 1998/03/05 22:37:37 florian
|
||||
* some stuff added
|
||||
|
||||
Revision 1.4 1998/01/26 12:02:33 michael
|
||||
+ Added log at the end
|
||||
|
||||
|
||||
|
||||
Working file: rtl/win32/win32.inc
|
||||
description:
|
||||
----------------------------
|
||||
revision 1.3
|
||||
date: 1997/12/19 11:47:09; author: florian; state: Exp; lines: +2 -2
|
||||
*** empty log message ***
|
||||
----------------------------
|
||||
revision 1.2
|
||||
date: 1997/12/01 12:42:45; author: michael; state: Exp; lines: +15 -0
|
||||
+ added copyright reference in header.
|
||||
----------------------------
|
||||
revision 1.1
|
||||
date: 1997/11/27 10:15:33; author: florian; state: Exp;
|
||||
Win32 files added (they are untested)
|
||||
=============================================================================
|
||||
}
|
||||
|
@ -94,10 +94,9 @@ function growheap(size:longint):integer;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1998-03-25 11:18:47 root
|
||||
Initial revision
|
||||
|
||||
Revision 1.2 1998/03/05 22:39:06 florian
|
||||
+ log and history
|
||||
Revision 1.2 1998-05-06 12:37:22 michael
|
||||
+ Removed log from before restored version.
|
||||
|
||||
Revision 1.1.1.1 1998/03/25 11:18:47 root
|
||||
* Restored version
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user