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-07-06This commit was manufactured by cvs2svn to create tag 'sid-sid-snapshot-20140801cvs2svn
2014-07-06 * configure.ac: Don't accept isl 0.10.Rainer Orth
2014-07-042014-07-04 Bin Cheng <bin.cheng@arm.com>Jeff Johnston
2014-07-03 * fhandler_disk_file.cc (fhandler_disk_file::fstatvfs): Add debugCorinna Vinschen
2014-06-26 * legal.xml: Fix copyright.Corinna Vinschen
2014-06-25 * errno.cc (errmap): Fix order of SERVICE_REQUEST_TIMEOUT.Corinna Vinschen
2014-06-25 * errno.cc (errmap): Handle Windows error codes ERROR_CANCELLED,Corinna Vinschen
2014-06-25 * ldap.cc (cyg_ldap::map_ldaperr_to_errno): Explicitely map LDAP_TIMEOUTCorinna Vinschen
2014-06-25 * autoload.cc (ldap_search_sW): Replace ldap_search_stW.Corinna Vinschen
2014-06-24 * libc/argz/envz_merge.c (envz_merge): Fix memory leak (Cygwin CoverityCorinna Vinschen
2014-06-23 * spawn.cc (find_exec): Initialize err (CID 60111).Corinna Vinschen
2014-06-23 * bsd_helper.cc (ipcexit_creat_hookthread): Delete shs in another errorCorinna Vinschen
2014-06-23 * select.cc (start_thread_socket): Delete si on early return in case ofCorinna Vinschen
2014-06-23 * regex/regcomp.c (computematchjumps): Free local memory in case ofCorinna Vinschen
2014-06-23 * mount.cc (fs_info::update): Define dir in the outermost scope to avoidCorinna Vinschen
2014-06-23 * malloc_wrapper.cc (mallinfo): Initialize m if external malloc is used,Corinna Vinschen
2014-06-23 * localtime.cc (tzload): Fix leaking memory (CID 60001).Corinna Vinschen
2014-06-23 * exceptions.cc (try_to_debug): Free environment pointer when not usedCorinna Vinschen
2014-06-23 * net.cc (cygwin_getaddrinfo): Fix value of hint->ai_addrlen on 64 bit.Corinna Vinschen
2014-06-23 * environ.cc (regopt): Allocate small local buffer to avoid copyingCorinna Vinschen
2014-06-23 * dll_init.cc (dll_list::alloc): Fix buffer overrun (CID 59940).Corinna Vinschen
2014-06-23 * dcrt0.cc (insert_file): Fix resource leaks (CIDs 59987, 59988).Corinna Vinschen
2014-06-23 * client.cc: Throughout, fix debug output of signed byte count value.Corinna Vinschen
2014-06-23 * ldap.cc (CYG_LDAP_TIMEOUT): Set to 5 secs.Corinna Vinschen
2014-06-18 * ldap.cc (CYG_LDAP_TIMEOUT): Define as timeout value. Set to 30 secsCorinna Vinschen
2014-06-17* faq-programming.xml: Add gettext-devel to list of packages needed to buildChristopher Faylor
2014-06-17Fix timestampCorinna Vinschen
2014-06-17 * libc/rexec.cc (cygwin_rexec): Make ahostbuf static to avoid returningCorinna Vinschen
2014-06-16* passwd.c (main): Fix typo in error output.Corinna Vinschen
2014-06-16 * fhandler_socket.cc (fhandler_socket::evaluate_events): CallCorinna Vinschen
2014-06-16 * grp.cc (getgrouplist): Fix setting ngroups to make sure to returnCorinna Vinschen
2014-06-11merge from gccDJ Delorie
2014-06-11 * libc/machine/aarch64/strchrnul.S: New file.Richard Earnshaw
2014-06-10 * libc/machine/aarch64/strchr.S: New fileRichard Earnshaw
2014-06-10* configure.host (default_newlib_nano_malloc): New.DJ Delorie
2014-06-05* timer.cc (timer_tracker::cancel): Demote api_fatal to system_printf, printingChristopher Faylor
2014-05-23 * autoload.cc (ldap_memfreeW): Remove.Corinna Vinschen
2014-05-23*** empty log message ***Corinna Vinschen
2014-05-23 * autoload.cc (ldap_abandon): Remove.Corinna Vinschen
2014-05-22 * sec_auth.cc (get_server_groups): Call get_user_local_groups only ifCorinna Vinschen
2014-05-22merge from gccDJ Delorie
2014-05-22 * ldap.cc (cyg_ldap::fetch_ad_account): Take additional domain stringCorinna Vinschen
2014-05-22 * gmon.h: Pull in profile.h. Explain why.Corinna Vinschen
2014-05-22 * uinfo.cc (pwdgrp::fetch_account_from_windows): Fix potential SEGVCorinna Vinschen
2014-05-22 * libc/bsdlib.cc (forkpty): Close master and slave if fork fails toCorinna Vinschen
2014-05-20 * flock.cc (delete_lock_in_parent): Use LIST_FOREACH_SAFE to avoidCorinna Vinschen
2014-05-20 * fhandler_procsysvipc.cc (format_procsysvipc_msg): Rearrange code toCorinna Vinschen
2014-05-20 * fhandler_process.cc (get_mem_values): Rearrange code slightly toCorinna Vinschen
2014-05-20 * fhandler_proc.cc (format_proc_swaps): Use tmp_pathbuf for filename,Corinna Vinschen
2014-05-20 * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): Fix floppyCorinna Vinschen