mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 12:49:24 +02:00
+ missing CVS logs added
This commit is contained in:
parent
581c8a68e2
commit
4e64f86456
@ -1,7 +1,12 @@
|
|||||||
{
|
{
|
||||||
|
$Id$
|
||||||
|
This file is part of the Free Pascal run time library.
|
||||||
|
Copyright (c) 2000, 2001 by madded2 (madded@vao.udmnet.ru).
|
||||||
|
Copyright (c) 2002, 2004 Yuri Prokushev (prokushev@freemail.ru).
|
||||||
|
|
||||||
/c/ 2000, 2001 by madded2 (madded@vao.udmnet.ru).
|
Interface to OS/2 32-bit sockets library
|
||||||
(C) 2002, 2004 Yuri Prokushev (prokushev@freemail.ru
|
|
||||||
|
**********************************************************************
|
||||||
|
|
||||||
Inet & Sockets Unit v1.04.
|
Inet & Sockets Unit v1.04.
|
||||||
/c/ 2000, 2001 by madded2 (madded@vao.udmnet.ru).
|
/c/ 2000, 2001 by madded2 (madded@vao.udmnet.ru).
|
||||||
@ -10,13 +15,12 @@
|
|||||||
for help use tcppr.inf and C samples from toolkit.
|
for help use tcppr.inf and C samples from toolkit.
|
||||||
|
|
||||||
without res_* and dh_* funcs, and have very
|
without res_* and dh_* funcs, and have very
|
||||||
bad suppot for select() and ioctl() funcs
|
bad support for select() and ioctl() funcs
|
||||||
|
|
||||||
new in ver 1.04 : little ioctl() & iptrace support + errors SOCE* constants
|
new in ver 1.04 : little ioctl() & iptrace support + errors SOCE* constants
|
||||||
new in ver 1.03 : used inet_lib.lib file for fixing VP linker bug
|
new in ver 1.03 : used inet_lib.lib file for fixing VP linker bug
|
||||||
new in ver 1.02 : $saves sections, need for correct registers operations
|
new in ver 1.02 : $saves sections, need for correct registers operations
|
||||||
new in ver 1.01 : ip header struct
|
new in ver 1.01 : ip header struct
|
||||||
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
@abstract(a unit to handle sockets)
|
@abstract(a unit to handle sockets)
|
||||||
@ -1573,4 +1577,12 @@ const
|
|||||||
³ 00038 ³ WINSOCKCLEANUPSOCKETS
|
³ 00038 ³ WINSOCKCLEANUPSOCKETS
|
||||||
³ 00039 ³ GETSOCKETFROMLIST
|
³ 00039 ³ GETSOCKETFROMLIST
|
||||||
À´Done
|
À´Done
|
||||||
*)
|
*)
|
||||||
|
|
||||||
|
{
|
||||||
|
$Log$
|
||||||
|
Revision 1.2 2004-07-17 10:13:09 hajny
|
||||||
|
+ missing CVS logs added
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
@ -1,8 +1,18 @@
|
|||||||
{
|
{
|
||||||
|
$Id$
|
||||||
|
This file is part of the Free Pascal run time library.
|
||||||
|
Copyright (c) 2002 Yuri Prokushev
|
||||||
|
|
||||||
(C) 2002 Yuri Prokushev
|
Sockets implementation for OS/2
|
||||||
|
|
||||||
}
|
See the file COPYING.FPC, included in this distribution,
|
||||||
|
for details about the copyright.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
|
||||||
|
**********************************************************************}
|
||||||
|
|
||||||
{$MODE ObjFPC}
|
{$MODE ObjFPC}
|
||||||
unit Sockets;
|
unit Sockets;
|
||||||
@ -295,3 +305,11 @@ end;
|
|||||||
Begin
|
Begin
|
||||||
so32dll.sock_init;
|
so32dll.sock_init;
|
||||||
End.
|
End.
|
||||||
|
|
||||||
|
{
|
||||||
|
$Log$
|
||||||
|
Revision 1.2 2004-07-17 10:13:09 hajny
|
||||||
|
+ missing CVS logs added
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user