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
2013-04-23This commit was manufactured by cvs2svn to create tag 'cygwin-64bit-cygwin-64bit-postmergecvs2svn
2013-04-22 * include/sys/queue.h: Delete in favor of more complete newlib file.Corinna Vinschen
2013-04-22 Adapt to changes in newlib's sys/cdefs.h:Corinna Vinschen
2013-04-22 * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 19.Corinna Vinschen
2013-04-16 * glob.cc: Include winsup.h before anything else.Corinna Vinschen
2013-04-12 * path.cc (symlink_info::check): Drop PC_KEEP_HANDLE flag forCorinna Vinschen
2013-04-11 * hires.h (hires_ns::nsecs): Declare with bool parameter.Corinna Vinschen
2013-04-09fix YA typoChristopher Faylor
2013-04-09* cygtls.h (_cygtls::reset_signal_arrived): Actually reset the signal_arrivedChristopher Faylor
2013-04-08fix typoChristopher Faylor
2013-04-08 * fhandler_socket.cc (get_inet_addr): Handle abstract AF_LOCAL socket.Corinna Vinschen
2013-04-08* cygheap.cc (init_cygheap::find_tls): Add a comment.Christopher Faylor
2013-04-06 * mmap.cc (is_mmapped_region): Call LIST_UNLOCK on premature return.Corinna Vinschen
2013-04-03 * fhandler_proc.cc (format_proc_loadavg): Raise too small buffer sizeCorinna Vinschen
2013-04-03 * path.cc (class suffix_scan): Add member namelen.Corinna Vinschen
2013-04-01.Christopher Faylor
2013-03-31whitespaceChristopher Faylor
2013-03-31* child_info.h (cygheap_exec_info::sigmask): Declare new field.Christopher Faylor
2013-03-31whitespaceChristopher Faylor
2013-03-29 * cygthread.cc (cygthread::terminate_thread): Only try to freeCorinna Vinschen
2013-03-29* pinfo.h (pinfo::status_exit): Rename from former static function in pinfo.cc.Christopher Faylor
2013-03-29* sigproc.cc (wait_sig): Avoid uninitialized use of nb when retrying.Christopher Faylor
2013-03-29* sigproc.cc (pending_signals::retry): Declare new element.Christopher Faylor
2013-03-28* exceptions.cc (exception::handle): Generalize comment.Christopher Faylor
2013-03-19test checkinChristopher Faylor
2013-03-10add newsChristopher Faylor
2013-03-10* cygtls.h (_cygtls::signal_debugger): Change argument type.Christopher Faylor
2013-03-09* spawn.cc (child_info_spawn::worker): Save and restore my_wr_proc_pipe aroundChristopher Faylor
2013-03-07 * include/sys/un.h (UNIX_PATH_MAX): Rename from UNIX_PATH_LEN toCorinna Vinschen
2013-03-07 * fhandler_socket.cc (fhandler_socket::bind): Fix check for AF_LOCALCorinna Vinschen
2013-03-06 * mount.cc (fs_names): Add trailing NULL element to avoid potentialCorinna Vinschen
2013-03-01Remove now-inappropriate comment.Christopher Faylor
2013-03-01fix latest changelog descriptionChristopher Faylor
2013-03-01* exceptions.cc (exception::handle): Eliminate buggy recursed value and justChristopher Faylor
2013-02-26 * include/pthread.h (pthread_atfork): Add missing declaration.Corinna Vinschen
2013-02-21* include/error.h (error_message_count): Declare as dllimport.Yaakov Selkowitz
2013-02-09 * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen
2013-02-04 * fhandler_socket.cc (fhandler_socket::bind): Fix error code forCorinna Vinschen
2013-02-04 * fhandler_socket.cc (fhandler_socket::bind): Fix length check ofCorinna Vinschen
2013-01-31* DevNotes: Add entry cgf-000022.Christopher Faylor
2013-01-23* miscfuncs.cc (__import_address): Check if malloc field points directly atChristopher Faylor
2013-01-23* miscfuncs.cc (__import_address): On second thought, the chance that thisChristopher Faylor
2013-01-23* exceptions.cc (exception::handle): Make attempt to recursively dump stackChristopher Faylor
2013-01-23* miscfuncs.cc (__import_address): Avoid NULL explicitly.Christopher Faylor
2013-01-23* miscfuncs.cc (__import_address): Avoid treating random instructions as importChristopher Faylor
2013-01-21* dcrt0.cc (dll_crt0_1): Comment assumption.Christopher Faylor
2013-01-21* dcrt0.cc (dll_crt0_1): Flag that we are working "incyg". Handle any signalsChristopher Faylor
2013-01-21Update copyrightsChristopher Faylor
2013-01-21* update-copyright: Recognize configure.ac scripts too.Christopher Faylor
2013-01-21Use same fix to silence newer gcc as in 64 bit branchCorinna Vinschen