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
2004-02-11 * strace.cc (opts): Add leading '+' to force posixly correctCorinna Vinschen
2004-02-11 * utils.sgml: Update cygcheck optionsJoshua Daniel Franklin
2004-02-11* strace.cc (main): Guard against previous setting of POSIXLY_CORRECT.Christopher Faylor
2004-02-10* strace.cc: Update copyrights.Christopher Faylor
2004-02-10* strace.cc (main): Ensure POSIXLY_CORRECT argument ordering.Christopher Faylor
2004-02-09 * fhandler_socket.cc (fhandler_socket::ioctl): Add FIONREAD handling.Corinna Vinschen
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor
2004-02-08* localtime.cc (localtime_r): Call tzset.Christopher Faylor
2004-02-07 * bsd_mutex.cc (win_priority): Move to msleep helper function section.Corinna Vinschen
2004-02-072004-02-07 Dan Aloni <da-x@gmx.net>Danny Smith
2004-02-06 * bsd_mutex.cc (_msleep): Handle PCATCH using signal_arrived event.Corinna Vinschen
2004-02-06 * cygserver.h (CYGWIN_SERVER_VERSION_API): Bump.Corinna Vinschen
2004-02-06 * uinfo.cc (cygheap_user::init): Use sec_user_nih to build aCorinna Vinschen
2004-02-05* cygwin.din: Make many more functions SIGFE.Christopher Faylor
2004-02-05 * security.h (SID): New macro.Corinna Vinschen
2004-02-052004-02-04 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin
2004-02-05 * mingwex/getopt.c: Define IS_POSIXLY_CORRECT as perDanny Smith
2004-02-05 * mingwex/strtold.c (__asctoe64) Reorganise. Fix setting errorDanny Smith
2004-02-05update copyrightChristopher Faylor
2004-02-04* tlsoffsets.h: Regenerate.Christopher Faylor
2004-02-04* cygtls.h (_local_storage::signamebuf): Increase size to prevent overflow onChristopher Faylor
2004-02-04* Makefile.in (DLL_OFILES): Add strsig.o.Christopher Faylor
2004-02-03* window.cc (Winmain): Show windows error code in error output whenChristopher Faylor
2004-02-03* fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor
2004-02-02Throughout, change name from set_inheritance to set_no_inheritance to betterChristopher Faylor
2004-02-02 * cygerrno.h (set_errno): Replace semicolon with comma in non-DEBUGGINGCorinna Vinschen
2004-02-02 * include/stdio.h (feof): Add inlined definition.Danny Smith
2004-02-02 * include/oleacc.h (LIBID_Accessibility): Declare.Danny Smith
2004-02-02 * include/winioctl.h ( NTFS_VOLUME_DATA_BUFFER): Add structure.Danny Smith
2004-02-02 * include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): AddDanny Smith
2004-02-01* cygerrno.h (set_errno): Set global errno whenever setting thread specificChristopher Faylor
2004-02-01 * mingwex/math/ldexpl.c (ldexpl): Call __asm__("fscale")Danny Smith
2004-02-01 * mingwex/math/powl.c (powl): Return infinity ifDanny Smith
2004-01-312004-01-31 Jiri Malak <Jiri.Malak@geac.cz>Danny Smith
2004-01-31 * mingwex/math/cephes_emath.h (__enan_64): Fix thinko.Danny Smith
2004-01-27* exceptions.cc (sig_handle_tty_stop): Avoid races by waiting for bothChristopher Faylor
2004-01-26* cygtls.cc (_threadinfo::init_thread): Add more local reent stdioChristopher Faylor
2004-01-26* fhandler.cc (fhandler_base::fhaccess): Avoid always setting errno to EACCESSChristopher Faylor
2004-01-25* sigproc.cc (proc_subproc): Don't protect *child's* handle.Christopher Faylor
2004-01-24* fhandler.h (fhandler_base::fhaccess): Return int for compatibility withChristopher Faylor
2004-01-24Cleanup minor markup problems.Joshua Daniel Franklin
2004-01-242004-01-24 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin
2004-01-24* cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor
2004-01-242004-01-23 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-01-24* configure.in: Remove NEWVFORK default.Christopher Faylor
2004-01-24* cygcheck.cc (pretty_id): Make more robust in absence of id.exe.Christopher Faylor
2004-01-23* exceptions.cc (sig_handle_tty_stop): Fix boneheaded mistake by using correctChristopher Faylor
2004-01-23* fhandler_serial.cc (fhandler_serial::raw_write): Prevent a deadlock when theChristopher Faylor
2004-01-22change comment.Christopher Faylor
2004-01-22* dcrt0.cc (reent_data): Make global.Christopher Faylor