2007-Jan-01 19:23 |
1.27
|
Check-in
[5677]:
Adjusted all copyright messages for new year 2007. By rse.
(diff)
|
2006-Jun-08 19:54 |
1.26
|
Check-in
[5405]:
Adjusted all copyright messages for new year 2006 By rse.
(diff)
|
2004-Dec-31 20:34 |
1.25
|
Check-in
[4944]:
Adjusted all copyright messages for new year 2005. By rse.
(diff)
|
2004-Jul-13 12:50 |
1.24
|
Check-in
[4639]:
Adjusted all copyright messages for new year 2004. By rse.
(diff)
|
2003-Jan-01 16:49 |
1.23
|
Check-in
[3061]:
Adjusted all copyright messages for new year 2003. By rse.
(diff)
|
2002-Oct-24 11:07 |
1.22
|
Check-in
[2657]:
Added POSIX-compliant sanity checks for bad filedescriptors
to mostly all filedescriptor-based I/O functions in pth_high.c By rse.
(diff)
|
2002-Jan-27 14:15 |
1.21
|
Check-in
[1662]:
Internally make sure an invalid file-descriptor (integer not
between 0 and (FD_SETSIZE-1) does not lead to any segfaults or
other undefined behaviour. Instead an error is returned and errno
is set to EBADF, similar to what the OS functions do. Especially
pth_poll() now return with this error (instead of skipping the fd)
if an fd in the "struct pollfd" is invalid.
Hint by: Archie Cobbs <archie@packetdesign.com> By rse.
(diff)
|
2002-Jan-27 12:03 |
1.20
|
Check-in
[1658]:
bump copyright year By rse.
(diff)
|
2001-Mar-24 15:51 |
1.19
|
Check-in
[419]:
*** empty log message *** By rse.
|