mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 19:45:59 +02:00
* Renamefest. Compiler part. Not that hard.
This commit is contained in:
parent
738f0589d6
commit
ad6ba5dd70
@ -91,7 +91,7 @@ Implementation
|
||||
uses
|
||||
cutils,script,fmodule,systems,verbose
|
||||
{$ifdef unix}
|
||||
,linux
|
||||
,unix
|
||||
{$endif}
|
||||
{$ifdef i386}
|
||||
{$ifndef NoAg386Bin}
|
||||
@ -597,7 +597,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.9 2001-01-12 19:19:44 peter
|
||||
Revision 1.10 2001-01-21 20:32:45 marco
|
||||
* Renamefest. Compiler part. Not that hard.
|
||||
|
||||
Revision 1.9 2001/01/12 19:19:44 peter
|
||||
* fixed searching for utils
|
||||
|
||||
Revision 1.8 2000/12/25 00:07:25 peter
|
||||
|
@ -38,7 +38,7 @@ interface
|
||||
uses
|
||||
{$ifdef unix}
|
||||
{$define has_signal}
|
||||
linux,
|
||||
Unix,
|
||||
{$endif}
|
||||
{$ifdef go32v2}
|
||||
{$define has_signal}
|
||||
@ -101,7 +101,10 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.5 2000-11-13 15:26:12 marco
|
||||
Revision 1.6 2001-01-21 20:32:45 marco
|
||||
* Renamefest. Compiler part. Not that hard.
|
||||
|
||||
Revision 1.5 2000/11/13 15:26:12 marco
|
||||
* Renamefest
|
||||
|
||||
Revision 1.4 2000/09/24 15:06:11 peter
|
||||
|
@ -139,7 +139,7 @@ implementation
|
||||
|
||||
uses
|
||||
{$ifdef Unix}
|
||||
linux,
|
||||
Unix,
|
||||
{$endif}
|
||||
{$ifdef delphi}
|
||||
dmisc
|
||||
@ -363,7 +363,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.11 2000-12-26 15:58:29 peter
|
||||
Revision 1.12 2001-01-21 20:32:45 marco
|
||||
* Renamefest. Compiler part. Not that hard.
|
||||
|
||||
Revision 1.11 2000/12/26 15:58:29 peter
|
||||
* check for verbosity in verbose instead of comphook
|
||||
|
||||
Revision 1.10 2000/12/25 00:07:25 peter
|
||||
|
@ -31,7 +31,7 @@ interface
|
||||
windows,
|
||||
{$endif}
|
||||
{$ifdef unix}
|
||||
linux,
|
||||
unix,
|
||||
{$endif}
|
||||
{$ifdef os2}
|
||||
doscalls,
|
||||
@ -957,7 +957,7 @@ implementation
|
||||
{$endif}
|
||||
begin
|
||||
{$ifdef unix}
|
||||
GetEnvPchar:=Linux.Getenv(envname);
|
||||
GetEnvPchar:=Unix.Getenv(envname);
|
||||
{$define GETENVOK}
|
||||
{$endif}
|
||||
{$ifdef win32}
|
||||
@ -1017,7 +1017,7 @@ implementation
|
||||
expansion under linux }
|
||||
{$ifdef unix}
|
||||
begin
|
||||
Linux.Shell(command);
|
||||
Unix.Shell(command);
|
||||
end;
|
||||
{$else}
|
||||
var
|
||||
@ -1299,7 +1299,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.24 2001-01-20 18:32:52 hajny
|
||||
Revision 1.25 2001-01-21 20:32:45 marco
|
||||
* Renamefest. Compiler part. Not that hard.
|
||||
|
||||
Revision 1.24 2001/01/20 18:32:52 hajny
|
||||
+ APPTYPE support under OS/2, app_fs, GetEnvPChar for OS/2
|
||||
|
||||
Revision 1.23 2001/01/13 00:03:41 peter
|
||||
|
@ -68,7 +68,7 @@ implementation
|
||||
|
||||
uses
|
||||
{$ifdef Unix}
|
||||
linux,
|
||||
Unix,
|
||||
{$endif}
|
||||
globals,systems;
|
||||
|
||||
@ -237,7 +237,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.5 2000-12-25 00:07:29 peter
|
||||
Revision 1.6 2001-01-21 20:32:45 marco
|
||||
* Renamefest. Compiler part. Not that hard.
|
||||
|
||||
Revision 1.5 2000/12/25 00:07:29 peter
|
||||
+ new tlinkedlist class (merge of old tstringqueue,tcontainer and
|
||||
tlinkedlist objects)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user