aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2002-12-04 * cxx.cc: New file. Implement new, new[], delete and delete[]Corinna Vinschen3-2/+58
2002-12-022002-12-02 Andrew Stadt <acstadt@sympatico.ca>Danny Smith2-0/+7
2002-12-022002-12-02 Ken Fitlike <kenfitlike@users.sourceforge.net>Danny Smith2-1/+63
2002-11-30* fhandler_tty.cc (fhandler_pty_master::accept_input): Move read_retvalChristopher Faylor2-4/+15
2002-11-29* pinfo.h (winpids::set): Renamed from init.Christopher Faylor6-5/+32
2002-11-29* sigproc.cc (sig_dispatch_pending): Remove assertion.Christopher Faylor2-1/+4
2002-11-28revert botched checkinChristopher Faylor1-6/+6
2002-11-28* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor3-7/+11
2002-11-27* fhandler_socket.cc (fhandler_socket::sendto): Fix potential unitialized valueChristopher Faylor2-3/+8
2002-11-27* cygwin.din: Export pthread_getsequence_np.Christopher Faylor3-1/+8
2002-11-27 * mingwex/math/lgamma.c: New file.Danny Smith9-5/+2300
2002-11-27white spaceChristopher Faylor1-1/+1
2002-11-27* cygwin.din: Export nl_langinfo().Christopher Faylor3-1/+9
2002-11-26* fhandler_tty.cc (fhandler_pty_master::accept_input): Just use a normal SleepChristopher Faylor3-4/+10
2002-11-26Add strtold and wcstold to libmingwex.aDanny Smith9-9/+3147
2002-11-25 * include/w32api.h: Increment to version 2.2Earnie Boyd3-3/+8
2002-11-25 * lib/Makefile.in (dist, install): Correct the install destinations.Earnie Boyd3-13/+25
2002-11-25 * mkpasswd.c (main): Set pw_passwd field to '*' on 9x/Me.Corinna Vinschen2-5/+9
2002-11-25 * passwd.cc (read_etc_passwd): Never add an entry when startingCorinna Vinschen3-4/+14
2002-11-25 * sec_acl.cc (getacl): Set errno to ENOSPC if command is GETACL andCorinna Vinschen2-1/+9
2002-11-242002-11-24 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2-142/+153
2002-11-24 * setfacl.c (getperm): Set only `other' permission bits.Corinna Vinschen2-4/+9
2002-11-24 * getfacl.c (permstr): Use `other' permission bits for requestingCorinna Vinschen2-3/+8
2002-11-242002-11-05 Thomas Pfaff <tpfaff@gmx.net>Robert Collins5-78/+110
2002-11-242002-11-25 Robert Collins <rbtcollins@hotmail.com>Robert Collins4-0/+108
2002-11-23* wait.cc (wait4): Force pending signal delivery before waiting for processChristopher Faylor2-0/+6
2002-11-23* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2-1/+5
2002-11-23fix typoChristopher Faylor1-1/+1
2002-11-22* exceptions.cc (handle_sigsuspend): Force pending signal delivery beforeChristopher Faylor7-2/+66
2002-11-22* include/cygwin/version.h: Fix comment.Christopher Faylor2-3/+7
2002-11-22* external.cc (cygwin_internal): Fix va_arg references.Christopher Faylor2-4/+7
2002-11-22* exceptions.cc (sigthread::get_winapi_lock): Just do standard 'give upChristopher Faylor7-61/+97
2002-11-20 * security.h: Declare internal_getpwsid and internal_getgrsid.Corinna Vinschen6-234/+205
2002-11-20 * poll.cc (poll): ...but set POLLIN instead.Corinna Vinschen2-1/+7
2002-11-20 * security.cc (get_attribute_from_acl): Always test "anti",Corinna Vinschen3-96/+107
2002-11-20 * poll.cc (poll): Don't set POLLERR if a listening socket has aCorinna Vinschen2-13/+37
2002-11-19* net.cc: Sprinkle sigframes throughout.Christopher Faylor2-0/+14
2002-11-19remove unneeded commentsChristopher Faylor1-6/+0
2002-11-18new entry: "Is there a better alternative to the standard console window?" (y...David Starks-Browning1-0/+12
2002-11-17re. copy/paste in console window: use rxvt insteadDavid Starks-Browning1-0/+4
2002-11-17indicate ntsec now on by defaultDavid Starks-Browning1-1/+2
2002-11-16* tty.cc (tty::make_pipes): Make pipe buffer larger.Christopher Faylor2-2/+6
2002-11-16* grp.cc (getgroups32): Protect against closing cygheap->user.token.Christopher Faylor2-1/+6
2002-11-16 * lib/uuid.c (CATID_InternetAware,CLSID_HttpSProtocol,Danny Smith2-10/+16
2002-11-15* lib/uuid.c (IID_IRunnableObject): Remove duplicate definition.Christopher Faylor2-2/+5
2002-11-15* lib/uuid.c (IID_IOleInPlaceSite): Remove duplicate definition.Christopher Faylor2-2/+5
2002-11-15* include/cygwin/version.h: Bump API_MINOR to accommodate below changes.Christopher Faylor4-1/+27
2002-11-15* select.cc (peek_serial): Don't call PurgeComm() to avoid characters loss.Christopher Faylor2-6/+7
2002-11-152002-11-15 Weiqi Gao <weiqigao@users.sourceforge.net>Danny Smith2-11/+19
2002-11-15* exceptions.cc (setup_handler): Add debugging output. Set thread priority toChristopher Faylor5-9/+27