summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * fhandler.h (fhandler_termios::line_edit): Replace third argument withChristopher Faylor2002-12-275-35/+53
* 2002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>Danny Smith2002-12-262-3/+7
* 2002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>Danny Smith2002-12-263-3/+7
* * include/dbt.h (DEV_BROADCAST_PORT): Add UNICODE version.Danny Smith2002-12-262-2/+19
* 2002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>Danny Smith2002-12-261-4/+4
* * include/unknwn.h: Include windows.h and ole2.h before headerDanny Smith2002-12-262-5/+15
* 2002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>Danny Smith2002-12-262-4/+11
* * include/commcat.h: Don't include windows.h or ole2.h ifdefDanny Smith2002-12-263-0/+12
* * include/imm.h (ImmGetCompositionFont[AW],Danny Smith2002-12-262-0/+11
* minor reformattingChristopher Faylor2002-12-251-0/+2
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2002-12-252-1/+5
* * exceptions.cc (events_init): Initialize critical section to control exitingChristopher Faylor2002-12-253-0/+14
* * cygthread.cc (cygthread::detach): Set errno with set_sig_errno so that EINTRChristopher Faylor2002-12-252-1/+6
* * Makefile.in: Default fhandler objects to -fomit-frame-pointer. EliminateChristopher Faylor2002-12-212-1/+26
* * Makefile.common: Don't attempt to pretty-print c++ errors.Christopher Faylor2002-12-212-1/+5
* * fhandler.h (line_edit_status): Reorganize so that tests for error conditionChristopher Faylor2002-12-214-10/+21
* * include/_mingw.h: Increment version to 2.4.Earnie Boyd2002-12-203-3/+8
* 2002-12-19 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2002-12-202-1/+8
* 2002-12-19 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2002-12-202-2/+7
* * fhandler.h (line_edit_status): Add a new element.Christopher Faylor2002-12-204-6/+25
* * overview2.sgml: Remove CTRL-Z discussion.Christopher Faylor2002-12-193-6/+15
* * include/ddk/hidusage.h: Remove unneccessary #pragma pack's.Danny Smith2002-12-1921-42/+115
* 2002-12-18 James E. Lucas <xelloss@users.sourceforge.net>Danny Smith2002-12-184-2/+29
* * fhandler_termios.cc (fhandler_termios::line_edit): Return line_edit_error andChristopher Faylor2002-12-173-31/+42
* * pinfo.cc (_pinfo::cmdline): Allocate sufficient space for myself command lineChristopher Faylor2002-12-162-1/+6
* * include/windows.h: Guard inclusion of wingdi.h,Danny Smith2002-12-153-15/+42
* * setfacl.c (main): Place a single : after other and mask.Corinna Vinschen2002-12-153-5/+11
* * fhandler_termios.cc (fhandler_termios::line_edit): Call accept_input() inChristopher Faylor2002-12-142-8/+16
* * fhandler.cc (fhandler_base::read): Signal event, if necessary, and raw_readChristopher Faylor2002-12-142-0/+10
* * fhandler.cc (fhandler_base::raw_read): Reset priorities to minimize windowChristopher Faylor2002-12-142-54/+57
* 2002-12-14 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2002-12-144-12/+48
* * netdb.cc: Remove strtok_r comment.Corinna Vinschen2002-12-142-9/+5
* * security.cc (get_user_local_groups): Use LookupAccountSid to find theCorinna Vinschen2002-12-142-6/+14
* * pipe.cc (make_pipe): Set fork fixup flag for read pipe.Christopher Faylor2002-12-142-0/+5
* add FIXMEChristopher Faylor2002-12-141-0/+1
* * winbase.h: Turn on inline versions of Interlocked* by default.Christopher Faylor2002-12-143-23/+45
* Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor2002-12-1419-189/+295
* 2002-12-12 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>Danny Smith2002-12-132-9/+17
* * include/malloc.h (_alloca): Add definition.Earnie Boyd2002-12-122-0/+11
* * Makefile.common: Define MINGW_LDFLAGS.Corinna Vinschen2002-12-126-3/+14
* * include/shlobj.h (IShellLinkW::GetPath): Correct prototype.Danny Smith2002-12-122-2/+7
* whitespaceChristopher Faylor2002-12-128-15/+21
* * cygthread.h (cygthread::stack_ptr): New element.Christopher Faylor2002-12-117-33/+146
* * net.cc (free_protoent_ptr): Add missing free() for base structure.Corinna Vinschen2002-12-102-0/+9
* * netdb.cc (parse_alias_list, parse_services_line)Corinna Vinschen2002-12-102-14/+19
* 2002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen2002-12-1010-195/+258
* correct dateChristopher Faylor2002-12-091-1/+1
* * lib/pseudo-reloc.c: New file.Christopher Faylor2002-12-094-0/+101
* * include/shellapi.h (ExtractIconEx[AW]): Correct return typeDanny Smith2002-12-092-2/+8
* * mingwex/math/s_erf.c: New file.Danny Smith2002-12-085-9/+629