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
2014-05-20 * scandir.cc (scandir): Assume namelist is always valid, per POSIX.Corinna Vinschen
2014-05-19 * pseudo-reloc.cc (__report_error): Raise size of module name buffer toCorinna Vinschen
2014-05-19 * net.cc (call_gaa): Fix setting pa_ret pointer in case of an errorCorinna Vinschen
2014-05-19* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 31.Corinna Vinschen
2014-05-19 * dtable.cc (handle_to_fn): Fix length parameter in call toCorinna Vinschen
2014-05-19 * pinfo.cc (pinfo_basic::pinfo_basic): Fix size of progname array inCorinna Vinschen
2014-05-19 * smallprintf.cc (__small_vsprintf): Add missing break in 'C' case.Corinna Vinschen
2014-05-19 * exceptions.cc (try_to_debug): Fix size of dbg_cmd (CID 59929).Corinna Vinschen
2014-05-19 * bsd_mutex.cc (msleep_sync_array::~msleep_sync_array): New destructorCorinna Vinschen
2014-05-19 * bsd_helper.cc (ipcexit_creat_hookthread): Delete shs to makeCorinna Vinschen
2014-05-19 * syscalls.cc (getusershell): Fix buffer overrun (Coverity ID 59932).Corinna Vinschen
2014-05-16 * external.cc (cygwin_internal): Use local name buffer instead ofCorinna Vinschen
2014-05-15 * libc/machine/sparc/setjmp.S (longjmp): Use register g1 instead of g6.Corinna Vinschen
2014-05-15 * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump to 273.Corinna Vinschen
2014-05-15 * external.cc (cygwin_internal): Implement CW_CYGNAME_FROM_WINNAME.Corinna Vinschen
2014-05-152014-05-14 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore
2014-05-14merge from gccDJ Delorie
2014-05-14 * libc/include/machine/ieeefp.h: Define _DOUBLE_IS_32BITS when doubleCorinna Vinschen
2014-05-14 * sec_auth.cc (get_server_groups): Call get_logon_server only forCorinna Vinschen
2014-05-13 * fhandler_socket.cc (fhandler_socket::ioctl): Handle the differentCorinna Vinschen
2014-05-13 * minidumper.cc (filter_minidump_type): New function.Jon TURNEY
2014-05-13 * Makefile.in (minidumper.exe): Link directly with dbghelp.Jon TURNEY
2014-05-12 * libc/include/stdint.h (WCHAR_MIN): Copy definition from wchar.h.Corinna Vinschen
2014-05-11clarify checkin commentChristopher Faylor
2014-05-09* signal.cc (sigprocmask): Fix strace output to include "how".Christopher Faylor
2014-05-09 * libc/include/stdio.h (tempnam): Declare as __BSD_VISIBLE orCorinna Vinschen
2014-05-09 * libc/include/stdio.h (fcloseall): Declare as __GNU_VISIBLE only.Corinna Vinschen
2014-05-08 * uinfo.cc (cygheap_user::init): Fix formatting in debug output.Corinna Vinschen
2014-05-08 * grp.cc (gr_ent::enumerate_caches): Fix copy/paste bug introducingCorinna Vinschen
2014-05-07 * passwd.cc (pwdgrp::parse_passwd): Fix an off by one computing theCorinna Vinschen
2014-05-07 * uinfo.cc (pwdgrp::fetch_account_from_windows): Tweak SID<->uidCorinna Vinschen
2014-05-07 * grp.cc (pwdgrp::parse_group): Set grp.len. Drop generating anyCorinna Vinschen
2014-05-06 * security.h (MAX_SUBAUTH_CNT): Drop. Use SID_MAX_SUB_AUTHORITIESCorinna Vinschen
2014-05-06 * grp.cc (internal_getgroups): Drop unused cygsid variable.Corinna Vinschen
2014-05-05 * net.cc (cygwin_getsockopt): Rearrange code slightly and handleCorinna Vinschen
2014-05-05 * libc/include/stdio.h: Declare various C99 printf/scanf functions forCorinna Vinschen
2014-05-03* spawn.cc (av::setup): Eat trailing whitespace on #! script.Christopher Faylor
2014-05-02* fhandler_dsp.cc (ioctl): Use _ioctl for recursive call.Christopher Faylor
2014-04-30 * msp430/Makefile.in (NOSYS_OBJS): Add unlink.o.Nick Clifton
2014-04-26* DevNotes: Add entry cgf-000026.Christopher Faylor
2014-04-25 * syscalls.cc (NT_TRANSACTIONAL_ERROR): Cover all status codes up toCorinna Vinschen
2014-04-24 * fhandler_socket.cc: On x86_64, define u_long as __ms_u_long beforeCorinna Vinschen
2014-04-23 * miscfuncs.cc (check_iovec): Allow 0 as valid iovcnt value.Corinna Vinschen
2014-04-22 * libc/machine/arm/strcmp-arm-tiny.S: New file.Richard Earnshaw
2014-04-22 * ldap.cc (user_attr): Remove "uid" attribute.Corinna Vinschen
2014-04-21* minidumper.cc (minidump): Fix copy and paste error in checkingJon TURNEY
2014-04-18 * winf.cc (linebuf::fromargv): Temporarily revert patch from 2014-01-24.Corinna Vinschen
2014-04-18 * cygtls.h (TP_NUM_C_BUFS): Raise to 50 to allow SYMLOOP_MAX recursionsCorinna Vinschen
2014-04-16 * pwdgrp.cc (client_request_pwdgrp::pwd_serve): Add 1 to the messageCorinna Vinschen
2014-04-16*** empty log message ***Corinna Vinschen