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
*
* cygheap.cc (cygheap_init): Set Cygwin default locale values.
Corinna Vinschen
2009-05-14
1
-22
/
+5
*
* fhandler_console.cc (fhandler_console::ioctl): Properly treat TIOCLINUX
Christopher Faylor
2009-05-06
1
-2
/
+2
*
* fhandler_console.cc (fhandler_console::write_console): Eliminate unneeded
Christopher Faylor
2009-05-04
1
-3
/
+0
*
* fhandler.h (fhandler_console::MAX_WRITE_CHARS): Declare.
Christopher Faylor
2009-05-04
1
-14
/
+32
*
* fhandler.h (class dev_console): Add members con_mbtowc, con_wctomb,
Corinna Vinschen
2009-04-07
1
-12
/
+35
*
* environ.cc (environ_init): Break from locale loop after first hit.
Corinna Vinschen
2009-03-25
1
-1
/
+19
*
* ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.
Corinna Vinschen
2009-03-24
1
-33
/
+55
*
* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.
Christopher Faylor
2008-09-11
1
-11
/
+13
*
* fhandler.h (set_console_state_for_spawn): Drop declaration.
Corinna Vinschen
2008-06-12
1
-35
/
+6
*
remove obsolete comment
Christopher Faylor
2008-06-12
1
-1
/
+0
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-3
/
+0
*
Add miscfuncs.h to files as needed throughout.
Christopher Faylor
2008-04-07
1
-0
/
+1
*
* Fix copyright dates.
Corinna Vinschen
2008-04-01
1
-1
/
+1
*
* fhandler.h (class fhandler_console): Add write_buf as pointer to
Corinna Vinschen
2008-03-10
1
-7
/
+14
*
* fhandler_console.cc (fhandler_console::write_normal): Don't print
Corinna Vinschen
2008-03-10
1
-1
/
+1
*
* fhandler.h (dev_console::con_to_str): Declare returning DWORD.
Corinna Vinschen
2008-03-10
1
-13
/
+15
*
* Makefile.in (DLL_OFILES): Add tls_pbuf.o.
Corinna Vinschen
2008-03-07
1
-2
/
+2
*
Perform whitespace cleanup throughout.
Christopher Faylor
2008-02-15
1
-4
/
+4
*
* fhandler.h (fhandler_console::trunc_buf): Add to use as cache for
Corinna Vinschen
2008-02-06
1
-24
/
+75
*
* autoload.cc (CharToOemA): Remove.
Corinna Vinschen
2008-02-05
1
-71
/
+61
*
* dcrt0.cc (dll_crt0_1): Use GetCommandLineW and convert to current
Corinna Vinschen
2008-01-31
1
-1
/
+0
*
Change many cygheap allocation routines to their *_abort analogs.
Christopher Faylor
2007-11-26
1
-1
/
+1
*
* fhandler_console.cc (fhandler_console::need_invisible): Drop
Corinna Vinschen
2007-02-23
1
-1
/
+1
*
* fhandler_console.cc (fhandler_console::read): Drop 9x specific
Corinna Vinschen
2007-02-22
1
-11
/
+3
*
Remove extraneous whitespace.
Christopher Faylor
2007-02-20
1
-2
/
+2
*
* fhandler_console.cc (set_color): Avoid (again) inappropriate
Corinna Vinschen
2006-11-23
1
-1
/
+8
*
* fhandler.h (class dev_console): Add `metabit' indicating the
Corinna Vinschen
2006-07-03
1
-0
/
+20
*
* dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.
Christopher Faylor
2006-06-03
1
-4
/
+1
*
* fhandler_console.cc (fhandler_console::need_invisible): Allocate an invisible
Christopher Faylor
2006-05-19
1
-5
/
+5
*
* tty.h (tty::hwnd): Move to tty_min.
Christopher Faylor
2006-04-21
1
-0
/
+1
*
* fhandler_console.cc (fhandler_console::fixup_after_fork_exec): Make error
Christopher Faylor
2006-03-23
1
-2
/
+2
*
* cygheap.cc (init_cygheap::manage_console_count): Turn console control handler
Christopher Faylor
2006-03-16
1
-3
/
+1
*
* fhandler_console.cc (set_console_state_for_spawn): Fix to recognize ttys >=
Christopher Faylor
2006-01-12
1
-1
/
+1
*
* fhandler.h (set_console_state_for_spawn): Whackamole the argument back to a
Christopher Faylor
2006-01-12
1
-2
/
+3
*
* fhandler_console.cc (fhandler_console::need_invisible): Remove duplicate
Christopher Faylor
2006-01-07
1
-2
/
+2
*
* fhandler.h (set_console_state_for_spawn): Eliminate argument from
Christopher Faylor
2006-01-07
1
-16
/
+33
*
(fix ChangeLog and check in remaining files)
Christopher Faylor
2006-01-05
1
-1
/
+1
*
* fhandler_console.cc (fhandler_console::need_invisible): Only try to open
Christopher Faylor
2006-01-05
1
-4
/
+6
*
* fhandler_console.cc (fhandler_console::need_invisible): Open up the security
Christopher Faylor
2006-01-05
1
-1
/
+1
*
* fhandler_console.cc (beep): Use MB_OK which is documented as using the
Christopher Faylor
2006-01-04
1
-1
/
+1
*
* fhandler_process.cc (fhandler_process::readdir): Add missing argument to
Christopher Faylor
2006-01-04
1
-2
/
+2
*
* dir.cc (readdir_worker): Minor code cleanup.
Christopher Faylor
2006-01-03
1
-5
/
+12
*
* fhandler_console.cc (beep): New function. Restores missing "Default Beep",
Christopher Faylor
2006-01-03
1
-1
/
+13
*
* fhandler.h (set_console_state_for_spawn): Add an argument to the declaration.
Christopher Faylor
2005-12-19
1
-4
/
+3
*
* fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.
Christopher Faylor
2005-12-19
1
-3
/
+61
*
* fhandler.h (fhandler_console::fixup_after_fork_exec): Define with additional
Christopher Faylor
2005-11-14
1
-2
/
+2
*
* fhandler.h (fhandler_console::fixup_after_fork_exec): Declare new function.
Christopher Faylor
2005-11-14
1
-32
/
+6
*
* cygheap.h (init_cygheap::manage_console_count): Declare new function.
Christopher Faylor
2005-11-14
1
-13
/
+15
*
Revert erroneous checkin.
Corinna Vinschen
2005-09-28
1
-1
/
+1
*
* fhandler.h (class fhandler_dev_raw): Delete current_position and
Corinna Vinschen
2005-09-28
1
-1
/
+1
[next]