* renamefest in packages

This commit is contained in:
marco 2001-01-21 21:38:52 +00:00
parent 9669c1cad3
commit 41648a95f7
7 changed files with 33 additions and 15 deletions

View File

@ -1,5 +1,5 @@
#
# Makefile generated by fpcmake v1.00 [2000/12/19]
# Makefile generated by fpcmake v1.00 [2000/12/23]
#
defaultrule: all

View File

@ -21,7 +21,7 @@ Program fd2pascal;
{ $Id$ }
Uses linux;
Uses Unix;
Const RevString = '$Revision$';
NrOptions = 4;
@ -1118,7 +1118,10 @@ begin
EmitFooter;
CloseOutFile;
end. $Log$
end. Revision 1.2 2000-07-13 11:33:11 michael
end. Revision 1.3 2001-01-21 21:38:52 marco
end. * renamefest in packages
end.
end. Revision 1.2 2000/07/13 11:33:11 michael
end. + removed logs
end.
}

View File

@ -344,7 +344,7 @@ uses
initc,
{$endif win32}
{$ifdef linux}
linux,
Unix,
{$endif}
{$ifdef go32v2}
go32,
@ -2391,7 +2391,10 @@ begin
end.
{
$Log$
Revision 1.3 2000-10-08 10:07:22 peter
Revision 1.4 2001-01-21 21:38:52 marco
* renamefest in packages
Revision 1.3 2000/10/08 10:07:22 peter
* merged fixes from Pierre
Revision 1.2 2000/07/13 11:33:15 michael

View File

@ -24,7 +24,7 @@ Unit nCrt;
}
Interface
Uses linux,ncurses;
Uses Unix,ncurses;
{$i ncrt.inc}
@ -38,7 +38,10 @@ Begin
End. { of Unit nCrt }
{
$Log$
Revision 1.3 2000-08-29 05:51:09 michael
Revision 1.4 2001-01-21 21:38:52 marco
* renamefest in packages
Revision 1.3 2000/08/29 05:51:09 michael
+ Merged changes and additions from fixbranch
Revision 1.2 2000/07/13 11:33:27 michael

View File

@ -148,7 +148,7 @@ Unit oCrt;
}
Interface
Uses linux,ncurses,panel,menu;
Uses Unix,ncurses,panel,menu;
Const
@ -3258,7 +3258,10 @@ End. { of Unit oCrt }
{
$Log$
Revision 1.4 2000-08-29 05:51:09 michael
Revision 1.5 2001-01-21 21:38:52 marco
* renamefest in packages
Revision 1.4 2000/08/29 05:51:09 michael
+ Merged changes and additions from fixbranch
Revision 1.3 2000/08/20 10:11:41 jonas
* added missing open comment at start of log section

View File

@ -9,8 +9,8 @@ unit uncgi;
interface
uses
strings
{$ifdef linux}
,linux
{$ifdef Unix}
,Unix
{$endif}
{$IFDEF OS2}
, DosCalls
@ -430,7 +430,10 @@ end.
{
HISTORY
$Log$
Revision 1.3 2000-12-19 00:47:11 hajny
Revision 1.4 2001-01-21 21:38:52 marco
* renamefest in packages
Revision 1.3 2000/12/19 00:47:11 hajny
+ OS/2 support added
Revision 1.2 2000/07/13 11:33:32 michael

View File

@ -3,7 +3,7 @@ unit Utmp;
interface
uses
Linux;
Unix;
const
Device_name_length = 12;
@ -241,7 +241,7 @@ var
S : Stat;
begin
Linux.FStat(Utmp_file, S);
Unix.FStat(Utmp_file, S);
Number_of_utmp_entries := S.Size div System.SizeOf(tLL_Utmp);
end;
@ -319,7 +319,10 @@ begin
Set_search_parameters(Include,DefaultLoginType);
end.
$Log$
Revision 1.2 2000-07-13 11:33:33 michael
Revision 1.3 2001-01-21 21:38:52 marco
* renamefest in packages
Revision 1.2 2000/07/13 11:33:33 michael
+ removed logs
}