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
2008-12-23This commit was manufactured by cvs2svn to create branchreverse-20081226-branchpointreverse-20081226-branchcvs2svn
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
2008-02-05 * autoload.cc (CharToOemA): Remove.Corinna Vinschen
2008-01-31 * dcrt0.cc (dll_crt0_1): Use GetCommandLineW and convert to currentCorinna Vinschen
2007-11-27Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor
2007-02-23 * fhandler_console.cc (fhandler_console::need_invisible): DropCorinna Vinschen
2007-02-22 * fhandler_console.cc (fhandler_console::read): Drop 9x specificCorinna Vinschen
2007-02-20Remove extraneous whitespace.Christopher Faylor
2006-11-23 * fhandler_console.cc (set_color): Avoid (again) inappropriateCorinna Vinschen
2006-07-03 * fhandler.h (class dev_console): Add `metabit' indicating theCorinna Vinschen
2006-06-04* dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.Christopher Faylor
2006-05-19* fhandler_console.cc (fhandler_console::need_invisible): Allocate an invisibleChristopher Faylor
2006-04-21* tty.h (tty::hwnd): Move to tty_min.Christopher Faylor
2006-03-24* fhandler_console.cc (fhandler_console::fixup_after_fork_exec): Make errorChristopher Faylor
2006-03-16* cygheap.cc (init_cygheap::manage_console_count): Turn console control handlerChristopher Faylor
2006-01-12* fhandler_console.cc (set_console_state_for_spawn): Fix to recognize ttys >=Christopher Faylor
2006-01-12* fhandler.h (set_console_state_for_spawn): Whackamole the argument back to aChristopher Faylor
2006-01-07* fhandler_console.cc (fhandler_console::need_invisible): Remove duplicateChristopher Faylor
2006-01-07* fhandler.h (set_console_state_for_spawn): Eliminate argument fromChristopher Faylor
2006-01-05(fix ChangeLog and check in remaining files)Christopher Faylor
2006-01-05* fhandler_console.cc (fhandler_console::need_invisible): Only try to openChristopher Faylor
2006-01-05* fhandler_console.cc (fhandler_console::need_invisible): Open up the securityChristopher Faylor
2006-01-04* fhandler_console.cc (beep): Use MB_OK which is documented as using theChristopher Faylor
2006-01-04* fhandler_process.cc (fhandler_process::readdir): Add missing argument toChristopher Faylor
2006-01-03* dir.cc (readdir_worker): Minor code cleanup.Christopher Faylor
2006-01-03* fhandler_console.cc (beep): New function. Restores missing "Default Beep",Christopher Faylor
2005-12-19* fhandler.h (set_console_state_for_spawn): Add an argument to the declaration.Christopher Faylor
2005-12-19* fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.Christopher Faylor
2005-11-14* fhandler.h (fhandler_console::fixup_after_fork_exec): Define with additionalChristopher Faylor
2005-11-14* fhandler.h (fhandler_console::fixup_after_fork_exec): Declare new function.Christopher Faylor
2005-11-14* cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor
2005-09-28 Revert erroneous checkin.Corinna Vinschen
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen
2005-09-13* dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor
2005-07-07Eliminate (void) cast on standalone function calls throughout.Christopher Faylor
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor
2005-06-11* fhandler_console.cc (fhandler_console::read): Fix a compiler warning.Christopher Faylor
2005-05-11* cygtls.cc (_cygtls::remove): Clear exitsock after close.Christopher Faylor
2005-04-29* shared_info.h (cygwin_shared_address): Bump to a higher value to avoidChristopher Faylor