Age | Commit message (Expand) | Author | Files | Lines |
2001-11-26 | Revert erroneous checkin. | Christopher Faylor | 1 | -5/+0 |
2001-11-26 | * Makefile.in (libcygwin.a): Use ar commands to build libcygwin.a since adding | Christopher Faylor | 1 | -0/+5 |
2001-11-12 | * fhandler_console.cc (fhandler_console::read): Revert 2001-10-23 change to | Christopher Faylor | 1 | -3/+0 |
2001-10-24 | * Makefile.in: Only build testsuite directory on first 'make check'. | Christopher Faylor | 1 | -1/+1 |
2001-10-24 | Ensure that all fhandler_*::read definitions are __stdcall throughout. | Christopher Faylor | 1 | -5/+5 |
2001-10-22 | Remove 'cb' parameter and modify fhandler_* constructors throughout. | Christopher Faylor | 1 | -16/+7 |
2001-10-13 | * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful | Christopher Faylor | 1 | -2/+2 |
2001-10-13 | * autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler. | Christopher Faylor | 1 | -1/+1 |
2001-10-04 | * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL. | Christopher Faylor | 1 | -5/+5 |
2001-10-01 | Add "path.h" include throughout, where needed. Use new path_conv methods and | Christopher Faylor | 1 | -0/+1 |
2001-09-12 | * Makefile.in: Build wincap.o. | Corinna Vinschen | 1 | -1/+1 |
2001-09-07 | * cygheap.h (init_cygheap): Move heap pointers here. | Christopher Faylor | 1 | -1/+1 |
2001-09-06 | Move appropriate variables to NO_COPY segment, throughout. | Christopher Faylor | 1 | -1/+1 |
2001-09-04 | 2001-09-04 Kazuhiro Fujieda <fujieda@jaist.ac.jp> | Corinna Vinschen | 1 | -2/+4 |
2001-08-07 | * fhandler_console.cc (get_tty_stuff): Don't initialize shared memory console | Christopher Faylor | 1 | -3/+6 |
2001-08-04 | Throughout, change check for running under Windows NT to 'iswinnt'. | Christopher Faylor | 1 | -1/+1 |
2001-07-26 | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 1 | -1/+1 |
2001-06-22 | * fhandler_console.cc (fhandler_console::read): Detect AltGr more | Corinna Vinschen | 1 | -2/+20 |
2001-06-16 | * exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actually | Christopher Faylor | 1 | -2/+2 |
2001-06-05 | * fhandler_console.cc (fhandler_console::dup): Allocate space for | Corinna Vinschen | 1 | -6/+6 |
2001-05-08 | * cygheap.cc (_cfree): Add regparm attribute. | Christopher Faylor | 1 | -1/+1 |
2001-04-28 | Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. | Christopher Faylor | 1 | -5/+11 |
2001-04-24 | Remove trailing underscore from fhandler_base and friends, throughout. | Christopher Faylor | 1 | -0/+1 |
2001-04-18 | Throughout, change fdtab references to cygheap->fdtab. | Christopher Faylor | 1 | -1/+2 |
2001-04-09 | * Makefile.in: Put -lgcc last in list of libraries, since stdc++ library needs | Christopher Faylor | 1 | -66/+123 |
2001-03-31 | * fhandler.h (class fhandler_console): Add members `insert_mode'. | Corinna Vinschen | 1 | -12/+33 |
2001-03-30 | * fhandler.h (class fhandler_console): Add members `savebufsiz' and | Corinna Vinschen | 1 | -0/+51 |
2001-03-22 | * fhandler_console.cc (fhandler_console::set_default_attr): Update console | Christopher Faylor | 1 | -0/+2 |
2001-03-12 | * fhandler.h (fhandler_termios::fhandler_termios): Enable fixup | Egor Duda | 1 | -1/+0 |
2001-03-06 | * autoload.c (cygwin_premain0): Add missing parameter. | Corinna Vinschen | 1 | -1/+15 |
2001-03-05 | * dlopen.c (dlopen): Return NULL when name is NULL (suggested by | Christopher Faylor | 1 | -4/+13 |
2001-03-03 | *** empty log message *** | Christopher Faylor | 1 | -82/+82 |
2001-02-27 | * fhandler.h (class fhandler_console): Make all variables that | Egor Duda | 1 | -86/+158 |
2001-02-14 | * fhandler_console.cc (fhandler_console::char_command): Ignore unknown | Christopher Faylor | 1 | -7/+0 |
2001-01-28 | Throughout, change 'cygwin_shared.mount' to 'mount_table'. | Christopher Faylor | 1 | -4/+3 |
2001-01-17 | * autoload.cc (LoadDLLinitfunc): Remove debugging statement. | Christopher Faylor | 1 | -1/+1 |
2001-01-08 | * pinfo.cc (codepage_init): Move function. | Christopher Faylor | 1 | -1/+1 |
2001-01-03 | * fhandler_console.cc (fhandler_console::read): Restore missing test for code | Christopher Faylor | 1 | -1/+1 |
2000-12-16 | * fhandler_console.cc (read): Add support for xterm-style mouse event | Christopher Faylor | 1 | -38/+146 |
2000-12-15 | * fhandler.h (fhandler_console): Add additional argument to char_command | Christopher Faylor | 1 | -126/+40 |
2000-12-10 | * autoload.cc: Autoload CharToOemA. | Christopher Faylor | 1 | -2/+5 |
2000-12-09 | * path.cc (normalize_win32_path): Check for explicit use of two slashes at the | Christopher Faylor | 1 | -35/+124 |
2000-11-17 | * fhandler_console.cc: New member variable `dwBufferSize' for `info'. | Christopher Faylor | 1 | -2/+4 |
2000-10-23 | * fork.cc (fork): Set sigframe here, since it can pause for a considerable | Christopher Faylor | 1 | -1/+1 |
2000-10-21 | * fhandler.h (fhandler_console): Remove tcsetpgrp. | Christopher Faylor | 1 | -8/+1 |
2000-10-19 | * Makefile.in: add miscfuncs.cc | DJ Delorie | 1 | -1/+1 |
2000-10-12 | * errno.cc (seterrno_from_win_error): Fix debugging output. | Christopher Faylor | 1 | -4/+3 |
2000-09-08 | Break out more header info into separate files. Use appropriate header files | Christopher Faylor | 1 | -1/+2 |
2000-09-07 | Split out tty and shared_info stuff into their own headers and use throughout. | Christopher Faylor | 1 | -0/+17 |
2000-09-03 | * Makefile.in: Add cygheap.o. | Christopher Faylor | 1 | -9/+4 |