Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-03This commit was manufactured by cvs2svn to create branch 'binutils-binutils-2_21-branchpointcvs2svn
2010-10-23* fhandler.h (fhandler_termios::tcinit): Make second argument non-optional.Christopher Faylor
2010-10-02* dcrt0.cc (dll_crt0_0): Move _main_tls initialization here.Christopher Faylor
2010-09-12* cygthread.h (cygthread::cygthread): Reorganize slightly.Christopher Faylor
2010-04-11 * fhandler.h (class dev_console): Add backspace_keycode member.Corinna Vinschen
2010-04-10* fhandler_console.cc (fhandler_console::read): Default to sending CERASEChristopher Faylor
2010-03-302010-03-30 Thomas Wolff <towo@towo.net>Corinna Vinschen
2010-03-10* shared_info.h (open_shared): Create function wrapper for common use case.Christopher Faylor
2010-01-14 * cygwin.din (dup3): Export.Corinna Vinschen
2009-12-25* fhandler_console.cc (handler_console::read): Use the tty's VERASE characterChristopher Faylor
2009-12-21 * fhandler_console.cc (get_nonascii_key): Generate ESC prefixCorinna Vinschen
2009-12-19 * fhandler_console.cc (__vt100_conv): Minor formatting change.Corinna Vinschen
2009-12-19 * fhandler_console.cc (write_console): Check for VT100Corinna Vinschen
2009-12-16 * fhandler_console.cc (read): Detect and handle mouse wheel scrollingCorinna Vinschen
2009-12-15 * fhandler_console.cc (char_command): Fix code to select dim modeCorinna Vinschen
2009-11-10 * fhandler_console.cc (fhandler_console::read): Revert change fromCorinna Vinschen
2009-11-09 * fhandler_console.cc (fhandler_console::read): Restrict generatingCorinna Vinschen
2009-09-30 * fhandler_console.cc (beep): Move up to avoid forward declaration.Corinna Vinschen
2009-09-28 * fhandler.h (class dev_console): Constify charset parameter ofCorinna Vinschen
2009-08-10* fhandler_console.cc (create_invisible_console_workaround): Fix size of cmd inChristopher Faylor
2009-08-10 * fhandler_console.cc (create_invisible_console_workaround): FixCorinna Vinschen
2009-07-25 * fhandler_console.cc (set_console_title): Set buffer size toCorinna Vinschen
2009-07-25* sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor
2009-07-05* fhandler_console.cc: Change workstation -> windows station throughout.Christopher Faylor
2009-07-05* autoload.cc (SetParent): Add new import.Christopher Faylor
2009-07-03* dcrt0.cc (jit_debug): New global.Christopher Faylor
2009-07-03 * autoload.cc: Fix typo in comment.Corinna Vinschen
2009-06-04 * fhandler_console.cc (set_console_title): Convert title string toCorinna Vinschen
2009-06-04 * fhandler_console.cc (fhandler_console::read): Allow Ctrl-Space toCorinna Vinschen
2009-06-03 * fhandler_console.cc (fhandler_console::read): Convert Alt-BackspaceCorinna Vinschen
2009-05-30* fhandler_console.cc (fhandler_console::read): Convert backspace key to DEL.Christopher Faylor
2009-05-14 * cygheap.cc (cygheap_init): Set Cygwin default locale values.Corinna Vinschen
2009-05-06* fhandler_console.cc (fhandler_console::ioctl): Properly treat TIOCLINUXChristopher Faylor
2009-05-04* fhandler_console.cc (fhandler_console::write_console): Eliminate unneededChristopher Faylor
2009-05-04* fhandler.h (fhandler_console::MAX_WRITE_CHARS): Declare.Christopher Faylor
2009-04-07 * fhandler.h (class dev_console): Add members con_mbtowc, con_wctomb,Corinna Vinschen
2009-03-25 * environ.cc (environ_init): Break from locale loop after first hit.Corinna Vinschen
2009-03-24 * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor
2008-06-12 * fhandler.h (set_console_state_for_spawn): Drop declaration.Corinna Vinschen
2008-06-12remove obsolete commentChristopher Faylor
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-04-07Add miscfuncs.h to files as needed throughout.Christopher Faylor
2008-04-01 * Fix copyright dates.Corinna Vinschen
2008-03-10 * fhandler.h (class fhandler_console): Add write_buf as pointer toCorinna Vinschen
2008-03-10 * fhandler_console.cc (fhandler_console::write_normal): Don't printCorinna Vinschen
2008-03-10 * fhandler.h (dev_console::con_to_str): Declare returning DWORD.Corinna Vinschen
2008-03-07 * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor
2008-02-06 * fhandler.h (fhandler_console::trunc_buf): Add to use as cache forCorinna Vinschen