Mail Archives: cygwin-developers/1998/12/30/20:54:58
> It's time for the last winsup snapshot of 1998.
OK, so there was a serious problem that prevented telnetd from working
correctly, among other things. So I've replaced the last snapshot of
1998 with the last, last snapshot of 1998 which should fix it. :-)
I also updated the prebuilt cygwin1.dll and libcygwin.a.
ChangeLog entries since yesterday's follow:
--
Geoffrey Noer
noer AT cygnus DOT com
-------------------------------> snip <-------------------------------
Wed Dec 30 20:33:09 1998 Geoffrey Noer <noer AT cygnus DOT com>
* utils/cygcheck.cc: clean up misc. warnings relating to
signed vs. unsigned, char * vs. const char *, etc...
Wed Dec 30 21:41:25 1998 Christopher Faylor <cgf AT cygnus DOT com>
* dcrt0.cc (do_exit): Remove previous dwProcessId
change as it presumes too much knowledge about signalling
in the wrong place in the code.
* sigproc.cc (sigproc_terminate): Move the dwProcessId
assignment here but only do it when it is necessary or
programs will die abnormally.
* fhandler.h: Add raw_write method to fhandler_serial.
* fhandler_serial.cc (raw_write): New method. Accomodates
overlapped I/O that now must be used with serial.
* utils/kill.cc (main): Allow `0' signal. Just checks
for existence of process.
- Raw text -