From: noer AT cygnus DOT com (Geoffrey Noer) Subject: Winsup code reorg? 16 Apr 1998 16:54:34 -0700 Message-ID: <199804162346.QAA09251.cygnus.cygwin32.developers@skaro.cygnus.com> Content-Type: text To: cygwin32-developers AT cygnus DOT com Cc: noer AT cygnus DOT com (Geoffrey Noer) I'm planning on another code reorg. Here's what I'm thinking: 1) The fhandler class should be kept in fhandler_ files. Then we'd have fhandler_base.cc fhandler_console.cc fhandler_pipe.cc fhandler_tty.cc fhandler_socket.cc [...] fhandler.h 2) Remove misc.cc and syscalls.cc. Move functions to filenames based on function-type. A good example of how things should end up is times.cc which contains time-related functions. Sound useful? Any other similar changes to suggest? -- Geoffrey Noer noer AT cygnus DOT com