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
2009-08-312009-08-30 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2009-08-27 * path.h (INTERIX_SYMLINK_COOKIE): Define.Corinna Vinschen
2009-08-26 * fhandler.cc (fhandler_base::open): Only set R/O attribute if ACLsCorinna Vinschen
2009-08-26 * new-features.sgml (ov-new1.7-posix): Add "KOI8-R" and "KOI8-U"Corinna Vinschen
2009-08-25 * mount.cc (fs_info::update): Add comment.Corinna Vinschen
2009-08-24 * globals.cc (ro_u_volume): New R/O unicode string.Corinna Vinschen
2009-08-22* cygwin/strfuncs.cc (__set_charset_from_codepage): Add codepages 20866Christopher Faylor
2009-08-22 * setup2.sgml (setup-locale-charsetlist): Add description ofCorinna Vinschen
2009-08-22* dll_init.h (has_dtors): New flag.Christopher Faylor
2009-08-22* fcntl.cc (fcntl64): Detect negative fd as error.Christopher Faylor
2009-08-21 * mmap.cc (mmap64): Allocate fh_disk_file on cygheap. DeleteCorinna Vinschen
2009-08-20 * dtable.cc (build_fh_dev): Take additional bool parameter indicatingCorinna Vinschen
2009-08-18* dtable.cc (dtable::fixup_after_exec): Close any popen'ed file handles here.Christopher Faylor
2009-08-18 * Makefile.in (CXXFLAGS): Allow override.Corinna Vinschen
2009-08-18* syscalls.cc (popen): Reorganize slightly for clarity. Fix a comment.Christopher Faylor
2009-08-18* syscalls.cc (popen): Rewrite to accommodate situations where stdin, stdout,Christopher Faylor
2009-08-17* pipe.cc (fhandler_pipe::create_selectable): Add -pipe to default pipe names.Christopher Faylor
2009-08-152009-08-14 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2009-08-14 * fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix lengthCorinna Vinschen
2009-08-14 * fhandler_disk_file.cc (fhandler_disk_file::readdir): Change commentCorinna Vinschen
2009-08-14 * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): RemoveCorinna Vinschen
2009-08-14 * (fhandler_socket::getsockname): Fix length returned for unboundCorinna Vinschen
2009-08-13 * fhandler_socket.cc (fhandler_socket::accept): Use sizeof ratherCorinna Vinschen
2009-08-13 * fhandler.h (class fhandler_socket): Add peer_sun_path member.Corinna Vinschen
2009-08-13 * cxx.cc (default_cygwin_cxx_malloc): Enhance commenting.Corinna Vinschen
2009-08-13 * faq-using.xml (faq.using.bloda): Typofix MacAfee -> McAfee.Dave Korn
2009-08-12 * fhandler_socket.cc (fhandler_socket::accept): Always use localCorinna Vinschen
2009-08-11 * mkgroup.c (enum_local_groups): Avoid error message if given groupCorinna Vinschen
2009-08-11 * include/limits.h (NGROUPS_MAX): Set to a more sane value.Corinna Vinschen
2009-08-10 * spawn.cc (av::fixup): Check shell scripts for executability only onCorinna Vinschen
2009-08-10 * dtable.cc (DEV_SOCKET): New static WCHAR string. Name ofCorinna Vinschen
2009-08-10* fhandler_console.cc (create_invisible_console_workaround): Fix size of cmd inChristopher Faylor
2009-08-10 * fhandler_console.cc (create_invisible_console_workaround): FixCorinna Vinschen
2009-08-10 * mingw: Add fallbacks to search for MinGW components in standardDave Korn
2009-08-09 * mount.cc (do_mount): Don't exit, just return.Corinna Vinschen
2009-08-09 * include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE,Corinna Vinschen
2009-08-09 * dtable.cc (dtable::init_std_file_from_handle): Fix comment toCorinna Vinschen
2009-08-082009-08-08 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe
2009-08-06 * net.cc (cygwin_getnameinfo): Force setting NI_NUMERICSERV onlyCorinna Vinschen
2009-08-05* cygheap.h (cygheap_debug::endh): Delete.Christopher Faylor
2009-08-05* path.cc (patch_conv::check): Zero path before setting it.Christopher Faylor
2009-08-05* fhandler_socket.cc (fhandler_socket::send_internal): Just use wmem size ifChristopher Faylor
2009-08-04* fhandler.h (pdrive_buf): Defensively allocate one extra byte.Christopher Faylor
2009-08-04* fhandler.h (fhandler_cygdrive:DRVSZ): New enum.Christopher Faylor
2009-08-03* sigproc.cc (stopped_or_terminated): Don't return a match when stopsig ==Christopher Faylor
2009-08-01* cygheap_malloc.h: New file.Christopher Faylor
2009-08-01* path.h (path_conv::set_path): Change return value.Christopher Faylor
2009-08-01* spawn.cc (find_exec): Fix one more path where retval was not set.Christopher Faylor
2009-08-01* spawn.cc (find_exec): Stop relying on the ability to set retval to a fixedChristopher Faylor
2009-07-31 * path.h (cstrdup): Fix declaration.Corinna Vinschen