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
path: root/winsup
AgeCommit message (Expand)Author
2002-12-28remove from trunkChristopher Faylor
2002-12-28* Makefile.in: Add devices.gperf.Christopher Faylor
2002-12-28* fhandler_termios.cc (fhandler_termios::line_edit): Perform echo before inputChristopher Faylor
2002-12-28Move ChangeLog entry from toplevel, where it didn't belong.Nathanael Nerode
2002-12-27* fhandler.h (fhandler_tty_master::set_winsize): Declare new function.Christopher Faylor
2002-12-27* fhandler_tty.cc (fhandler_tty_master::init): Set initial size of tty to thatChristopher Faylor
2002-12-27correct typoChristopher Faylor
2002-12-27* fhandler.h (fhandler_termios::line_edit): Replace third argument withChristopher Faylor
2002-12-262002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>Danny Smith
2002-12-262002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>Danny Smith
2002-12-26 * include/dbt.h (DEV_BROADCAST_PORT): Add UNICODE version.Danny Smith
2002-12-262002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>Danny Smith
2002-12-26 * include/unknwn.h: Include windows.h and ole2.h before headerDanny Smith
2002-12-262002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>Danny Smith
2002-12-26 * include/commcat.h: Don't include windows.h or ole2.h ifdefDanny Smith
2002-12-26 * include/imm.h (ImmGetCompositionFont[AW],Danny Smith
2002-12-26minor reformattingChristopher Faylor
2002-12-26* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor
2002-12-25* exceptions.cc (events_init): Initialize critical section to control exitingChristopher Faylor
2002-12-25* cygthread.cc (cygthread::detach): Set errno with set_sig_errno so that EINTRChristopher Faylor
2002-12-21* Makefile.in: Default fhandler objects to -fomit-frame-pointer. EliminateChristopher Faylor
2002-12-21* Makefile.common: Don't attempt to pretty-print c++ errors.Christopher Faylor
2002-12-21* fhandler.h (line_edit_status): Reorganize so that tests for error conditionChristopher Faylor
2002-12-20 * include/_mingw.h: Increment version to 2.4.Earnie Boyd
2002-12-202002-12-19 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2002-12-202002-12-19 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2002-12-20* fhandler.h (line_edit_status): Add a new element.Christopher Faylor
2002-12-19* overview2.sgml: Remove CTRL-Z discussion.Christopher Faylor
2002-12-19 * include/ddk/hidusage.h: Remove unneccessary #pragma pack's.Danny Smith
2002-12-182002-12-18 James E. Lucas <xelloss@users.sourceforge.net>Danny Smith
2002-12-17* fhandler_termios.cc (fhandler_termios::line_edit): Return line_edit_error andChristopher Faylor
2002-12-16* pinfo.cc (_pinfo::cmdline): Allocate sufficient space for myself command lineChristopher Faylor
2002-12-15 * include/windows.h: Guard inclusion of wingdi.h,Danny Smith
2002-12-15 * setfacl.c (main): Place a single : after other and mask.Corinna Vinschen
2002-12-14* fhandler_termios.cc (fhandler_termios::line_edit): Call accept_input() inChristopher Faylor
2002-12-14* fhandler.cc (fhandler_base::read): Signal event, if necessary, and raw_readChristopher Faylor
2002-12-14* fhandler.cc (fhandler_base::raw_read): Reset priorities to minimize windowChristopher Faylor
2002-12-142002-12-14 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
2002-12-14 * netdb.cc: Remove strtok_r comment.Corinna Vinschen
2002-12-14 * security.cc (get_user_local_groups): Use LookupAccountSid to find theCorinna Vinschen
2002-12-14* pipe.cc (make_pipe): Set fork fixup flag for read pipe.Christopher Faylor
2002-12-14add FIXMEChristopher Faylor
2002-12-14* winbase.h: Turn on inline versions of Interlocked* by default.Christopher Faylor
2002-12-14Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor
2002-12-132002-12-12 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>Danny Smith
2002-12-13 * include/malloc.h (_alloca): Add definition.Earnie Boyd
2002-12-12 * Makefile.common: Define MINGW_LDFLAGS.Corinna Vinschen
2002-12-12 * include/shlobj.h (IShellLinkW::GetPath): Correct prototype.Danny Smith
2002-12-12whitespaceChristopher Faylor
2002-12-11* cygthread.h (cygthread::stack_ptr): New element.Christopher Faylor