This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

More Signals info.


I have Sergey's latest coolview:

cygwin.dll  -Jul 23 596088 bytes
bash.exe - Jul 04 320512 bytes

If you compile the attached java program and run it (i.e. java Main) then
Ctrl-C does not kill it.  Previous versions of cygwin.dll did.

The program doesn't do anything except bring up a window with a title bar.

Aris.


import java.awt.*;


class Main extends Frame
{
  public static void main(String args[]) 
    {
      Main m = new Main();
      m.show();
      
    }
}

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]