| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode. | Christopher Faylor | 2002-07-01 | 1 | -1/+1 |
* | * autoload (noload): Avoid clobbering bx register. | Christopher Faylor | 2002-06-26 | 1 | -12/+4 |
* | * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares. | Christopher Faylor | 2002-06-05 | 1 | -16/+3 |
* | Remove fcntl.h includes throughout. | Christopher Faylor | 2002-06-05 | 1 | -11/+7 |
* | * fhandler.cc (fhandler_base::open): Don't set binmode if already set. Don't | Christopher Faylor | 2002-06-04 | 1 | -0/+2 |
* | * fhandler_console.cc (fhandler_console::open): Reinstate setting of flags. | Christopher Faylor | 2002-05-31 | 1 | -0/+1 |
* | * fhandler_console.cc (fhandler_console::open): Always default to binmode. | Christopher Faylor | 2002-05-31 | 1 | -9/+8 |
* | * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro. | Christopher Faylor | 2002-05-28 | 1 | -1/+1 |
* | Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h, | Christopher Faylor | 2002-05-25 | 1 | -1/+0 |
* | Revert erroneous checkin. | Christopher Faylor | 2001-11-26 | 1 | -5/+0 |
* | * Makefile.in (libcygwin.a): Use ar commands to build libcygwin.a since adding | Christopher Faylor | 2001-11-26 | 1 | -0/+5 |
* | * fhandler_console.cc (fhandler_console::read): Revert 2001-10-23 change to | Christopher Faylor | 2001-11-12 | 1 | -3/+0 |
* | * Makefile.in: Only build testsuite directory on first 'make check'. | Christopher Faylor | 2001-10-24 | 1 | -1/+1 |
* | Ensure that all fhandler_*::read definitions are __stdcall throughout. | Christopher Faylor | 2001-10-24 | 1 | -5/+5 |
* | Remove 'cb' parameter and modify fhandler_* constructors throughout. | Christopher Faylor | 2001-10-22 | 1 | -16/+7 |
* | * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful | Christopher Faylor | 2001-10-13 | 1 | -2/+2 |
* | * autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler. | Christopher Faylor | 2001-10-13 | 1 | -1/+1 |
* | * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL. | Christopher Faylor | 2001-10-04 | 1 | -5/+5 |
* | Add "path.h" include throughout, where needed. Use new path_conv methods and | Christopher Faylor | 2001-10-01 | 1 | -0/+1 |
* | * Makefile.in: Build wincap.o. | Corinna Vinschen | 2001-09-12 | 1 | -1/+1 |
* | * cygheap.h (init_cygheap): Move heap pointers here. | Christopher Faylor | 2001-09-07 | 1 | -1/+1 |
* | Move appropriate variables to NO_COPY segment, throughout. | Christopher Faylor | 2001-09-06 | 1 | -1/+1 |
* | 2001-09-04 Kazuhiro Fujieda <fujieda@jaist.ac.jp> | Corinna Vinschen | 2001-09-04 | 1 | -2/+4 |
* | * fhandler_console.cc (get_tty_stuff): Don't initialize shared memory console | Christopher Faylor | 2001-08-07 | 1 | -3/+6 |
* | Throughout, change check for running under Windows NT to 'iswinnt'. | Christopher Faylor | 2001-08-04 | 1 | -1/+1 |
* | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 2001-07-26 | 1 | -1/+1 |
* | * fhandler_console.cc (fhandler_console::read): Detect AltGr more | Corinna Vinschen | 2001-06-22 | 1 | -2/+20 |
* | * exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actually | Christopher Faylor | 2001-06-16 | 1 | -2/+2 |
* | * fhandler_console.cc (fhandler_console::dup): Allocate space for | Corinna Vinschen | 2001-06-05 | 1 | -6/+6 |
* | * cygheap.cc (_cfree): Add regparm attribute. | Christopher Faylor | 2001-05-08 | 1 | -1/+1 |
* | Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. | Christopher Faylor | 2001-04-28 | 1 | -5/+11 |
* | Remove trailing underscore from fhandler_base and friends, throughout. | Christopher Faylor | 2001-04-24 | 1 | -0/+1 |
* | Throughout, change fdtab references to cygheap->fdtab. | Christopher Faylor | 2001-04-18 | 1 | -1/+2 |
* | * Makefile.in: Put -lgcc last in list of libraries, since stdc++ library needs | Christopher Faylor | 2001-04-09 | 1 | -66/+123 |
* | * fhandler.h (class fhandler_console): Add members `insert_mode'. | Corinna Vinschen | 2001-03-31 | 1 | -12/+33 |
* | * fhandler.h (class fhandler_console): Add members `savebufsiz' and | Corinna Vinschen | 2001-03-30 | 1 | -0/+51 |
* | * fhandler_console.cc (fhandler_console::set_default_attr): Update console | Christopher Faylor | 2001-03-22 | 1 | -0/+2 |
* | * fhandler.h (fhandler_termios::fhandler_termios): Enable fixup | Egor Duda | 2001-03-12 | 1 | -1/+0 |
* | * autoload.c (cygwin_premain0): Add missing parameter. | Corinna Vinschen | 2001-03-06 | 1 | -1/+15 |
* | * dlopen.c (dlopen): Return NULL when name is NULL (suggested by | Christopher Faylor | 2001-03-05 | 1 | -4/+13 |
* | *** empty log message *** | Christopher Faylor | 2001-03-03 | 1 | -82/+82 |
* | * fhandler.h (class fhandler_console): Make all variables that | Egor Duda | 2001-02-27 | 1 | -86/+158 |
* | * fhandler_console.cc (fhandler_console::char_command): Ignore unknown | Christopher Faylor | 2001-02-14 | 1 | -7/+0 |
* | Throughout, change 'cygwin_shared.mount' to 'mount_table'. | Christopher Faylor | 2001-01-28 | 1 | -4/+3 |
* | * autoload.cc (LoadDLLinitfunc): Remove debugging statement. | Christopher Faylor | 2001-01-17 | 1 | -1/+1 |
* | * pinfo.cc (codepage_init): Move function. | Christopher Faylor | 2001-01-08 | 1 | -1/+1 |
* | * fhandler_console.cc (fhandler_console::read): Restore missing test for code | Christopher Faylor | 2001-01-03 | 1 | -1/+1 |
* | * fhandler_console.cc (read): Add support for xterm-style mouse event | Christopher Faylor | 2000-12-16 | 1 | -38/+146 |
* | * fhandler.h (fhandler_console): Add additional argument to char_command | Christopher Faylor | 2000-12-15 | 1 | -126/+40 |
* | * autoload.cc: Autoload CharToOemA. | Christopher Faylor | 2000-12-10 | 1 | -2/+5 |