index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
fhandler_console.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-7
/
+7
*
* dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to be
Christopher Faylor
2003-09-09
1
-1
/
+1
*
* dcrt0.cc (__argc_safe): New variable.
Christopher Faylor
2003-09-05
1
-2
/
+2
*
Throughout, remove "include <errno.h>" from files which already include
Christopher Faylor
2003-06-16
1
-1
/
+0
*
* fhandler_console.cc (fhandler_console::read) Handle certain key up events, to
Christopher Faylor
2003-04-08
1
-3
/
+15
*
* external.cc (check_ntsec): New function.
Christopher Faylor
2003-04-02
1
-1
/
+1
*
* cygwin.din: Export btowc, trunc.
Christopher Faylor
2003-03-17
1
-3
/
+3
*
* include/cygwin/version.h: Bump DLL minor number to 23.
Christopher Faylor
2003-03-13
1
-1
/
+5
*
* fhandler_console.cc (fhandler_console::close): Don't decrement in use counter
Christopher Faylor
2003-03-03
1
-1
/
+2
*
* dll_init.cc (dll_list::load_after_fork): Don't revert to LoadLibrary if
Christopher Faylor
2003-03-02
1
-0
/
+7
*
* fhandler_console.cc (fhandler_console::write_normal): Use MessageBeep for
Christopher Faylor
2003-02-13
1
-1
/
+1
*
Eliminate most unneeded this-> pointers throughout.
Christopher Faylor
2003-02-04
1
-2
/
+2
*
* fhandler_console.cc (fhandler_console::send_winch_maybe): Reset scroll region
Christopher Faylor
2003-01-25
1
-0
/
+2
*
Split ChangeLog, create ChangeLog-2002.
Corinna Vinschen
2003-01-10
1
-1
/
+1
*
* fhandler.h (fhandler_tty_master::set_winsize): Declare new function.
Christopher Faylor
2002-12-27
1
-1
/
+7
*
* fhandler.h (fhandler_termios::line_edit): Replace third argument with
Christopher Faylor
2002-12-27
1
-1
/
+2
*
Throughout, change fhandler_*::read and fhandler_*::raw_read to void functions
Christopher Faylor
2002-12-14
1
-10
/
+21
*
* fhandler.h (fhandler_termios::line_edit): Change return from an int to an
Christopher Faylor
2002-12-05
1
-3
/
+3
*
* exceptions.cc (setup_handler): Add debugging output. Set thread priority to
Christopher Faylor
2002-11-15
1
-3
/
+1
*
checking previously ChangeLog'ed file.
Christopher Faylor
2002-11-14
1
-1
/
+1
*
* miscfuncs.cc (low_priority_sleep): New function. Use throughout where code
Christopher Faylor
2002-11-13
1
-2
/
+2
*
* fhandler_console.cc (keytable[]): Revert previous change. It would break too
Christopher Faylor
2002-11-07
1
-5
/
+5
*
* syscalls.cc (getutid): Use UT_IDLEN where appropriate.
Christopher Faylor
2002-11-07
1
-5
/
+5
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2002-10-15
1
-9
/
+2
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2002-10-14
1
-3
/
+5
*
* cygheap.cc (dup_now): Make fatal error a little more informative.
Christopher Faylor
2002-10-09
1
-2
/
+3
*
* fhandler.h (dev_console): New class.
Christopher Faylor
2002-10-08
1
-297
/
+265
*
* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has
Christopher Faylor
2002-09-22
1
-4
/
+4
*
Cleanup calls to CreateFile throughout.
Christopher Faylor
2002-09-19
1
-10
/
+10
*
* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threads
Christopher Faylor
2002-09-19
1
-1
/
+1
*
* fhandler.h (fhandler_console::send_winch_maybe): New method.
Christopher Faylor
2002-08-19
1
-16
/
+19
*
* Makefile.in (DLL_OFILES): Add cygthread.o.
Christopher Faylor
2002-08-01
1
-1
/
+2
*
* fhandler_console.cc (fhandler_console::read): Use appropriate kill_pgrp
Christopher Faylor
2002-07-29
1
-1
/
+1
*
* debug.h (handle_list): Move here from debug.cc. Add "inherit" flag
Christopher Faylor
2002-07-13
1
-1
/
+1
*
* 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
[next]