libc/winsup
Christopher Faylor 14a3bc2fa1 * Makefile.in: Use variables rather than configure constructs where
appropriate.
(LIBCOS): Find additional stub library stuff in their own subdirectory.
* dcrt0.cc: Convert user_data pointer to static __cygwin_user_data area.
(do_global_ctors): Check magic_bisquit for initialization.
(dll_crt0_1): First group of premain functions prior to fd initialization.  Run
second group before calling main.
(dll_crt0 ()): New function, called from new initialization code.
(dll_crt0 (per_process *uptr)): Call new dll_crt0 () function on
initialization.
* debug.cc (thread_stub): Initialize bottom of stack with per-thread info.
* environ.cc (parse_thing): Use binmode global to control CYGWIN=binmode
behavior.
* fhandler.cc (fhandler_base::open): Allow explicit setting of __fmode to
O_BINARY or O_TEXT to override disk mount settings.
* libcmain.cc: Move to lib subdirectory.
* libccrt0.cc: Ditto.
* dll_main.cc: Ditto.
* dll_entry.cc: Ditto.
* getopt.c: Ditto.
* thread.cc (thread_init_wrapper): Call ExitThread explicitly rather than
returning, as a preliminary step towards placing per thread info at the bottom
of the stack.
* winsup.h: Move per_process class to include/sys/cygwin.h.  Declare new
dll_crt0().
* include/cygwin/version.h: Bump API minor version.
* binmode.c: New file.
* textmode.c: Ditto.
* lib/_cygwin_crt0_common.cc: Ditto.
* lib/crt0.h: Ditto.
* lib/cygwin_attach_dll.c: Ditto.
* lib/cygwin_crt0.c: Ditto.
* lib/dll_entry.cc: Ditto.
* lib/dll_main.cc: Ditto.
* lib/getopt.c: Ditto.
* lib/libcmain.c: Ditto.
* lib/premain0.c: Ditto.
* lib/premain1.c: Ditto.
* lib/premain2.c: Ditto.
* lib/premain3.c: Ditto.
2000-07-01 03:51:55 +00:00
..
cygwin * Makefile.in: Use variables rather than configure constructs where 2000-07-01 03:51:55 +00:00
doc Rewrote "Adding or updating packages", 2000-06-14 20:56:56 +00:00
mingw Add comment. 2000-06-18 01:53:10 +00:00
testsuite * testsuite/winsup.api/crlf.c: New 2000-05-17 17:21:36 +00:00
utils * cygcheck.cc (cygwin_info): New function. Scans DLL for Cygwin version info. 2000-06-25 03:18:54 +00:00
w32api * include/winbase.h: Add stream ids BACKUP_OBJECT_ID, 2000-06-27 18:21:31 +00:00
CYGWIN_LICENSE import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
ChangeLog * Makefile.in: Add dummy info targets. 2000-06-22 22:28:35 +00:00
MAINTAINERS * MAINTAINERS: Add Corinna to general list. 2000-05-18 18:34:02 +00:00
Makefile.common * Makefile.common (%.o): further simplify, add "..." to make it 2000-05-24 18:54:10 +00:00
Makefile.in * Makefile.in: Add dummy info targets. 2000-06-22 22:28:35 +00:00
configure * configure.in: Bow to necessity and build w32api before anything else. 2000-06-20 17:37:22 +00:00
configure.in * configure.in: Bow to necessity and build w32api before anything else. 2000-06-20 17:37:22 +00:00