* added logs, fixed email address of Armin, it is

diehl@nordrhein.de
This commit is contained in:
florian 2001-04-11 14:17:00 +00:00
parent 3143b484c4
commit 9929a33475
6 changed files with 39 additions and 6 deletions

View File

@ -850,8 +850,11 @@ end;
end.
{
$Log$
Revision 1.1 2001-04-11 14:14:12 florian
* initial commit, thanks to Armin Diehl (diehl@nordrhein)
Revision 1.2 2001-04-11 14:17:00 florian
* added logs, fixed email address of Armin, it is
diehl@nordrhein.de
Revision 1.1 2001/04/11 14:14:12 florian
* initial commit, thanks to Armin Diehl (diehl@nordrhein.de)
}

View File

@ -136,3 +136,10 @@
SYS_ENONEXTANT = 104;
SYS_ENOCONTEXT = 105; // no thread library context present
SYS_ELASTERR = SYS_ENOCONTEXT;
{
$Log$
Revision 1.2 2001-04-11 14:17:00 florian
* added logs, fixed email address of Armin, it is
diehl@nordrhein.de
}

View File

@ -123,3 +123,10 @@ END;
end.
{
$Log$
Revision 1.2 2001-04-11 14:17:00 florian
* added logs, fixed email address of Armin, it is
diehl@nordrhein.de
}

View File

@ -251,3 +251,11 @@ TYPE NWDirEnt =
VAR availableDirSlots : WORD;
VAR volumeisRemovable : WORD) : LONGINT; CDECL; EXTERNAL NitNlm NAME 'GetVolumeInfoWithNumber';
FUNCTION _GetNumberOfVolumes : LONGINT; CDECL; EXTERNAL NitNlm NAME 'GetNumberOfVolumes';
{
$Log$
Revision 1.2 2001-04-11 14:17:00 florian
* added logs, fixed email address of Armin, it is
diehl@nordrhein.de
}

View File

@ -548,8 +548,12 @@ Begin
End.
{
$Log$
Revision 1.1 2001-04-11 14:14:12 florian
* initial commit, thanks to Armin Diehl (diehl@nordrhein)
Revision 1.2 2001-04-11 14:17:00 florian
* added logs, fixed email address of Armin, it is
diehl@nordrhein.de
Revision 1.1 2001/04/11 14:14:12 florian
* initial commit, thanks to Armin Diehl (diehl@nordrhein.de)
Revision 1.2 2000/07/13 11:33:56 michael
+ removed logs

View File

@ -468,8 +468,12 @@ end.
{
$Log$
Revision 1.1 2001-04-11 14:14:12 florian
* initial commit, thanks to Armin Diehl (diehl@nordrhein)
Revision 1.2 2001-04-11 14:17:00 florian
* added logs, fixed email address of Armin, it is
diehl@nordrhein.de
Revision 1.1 2001/04/11 14:14:12 florian
* initial commit, thanks to Armin Diehl (diehl@nordrhein.de)
Revision 1.8 2001/02/20 22:19:38 peter
* always test before commiting after merging, linux -> unix change