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-05-14 * cygheap.cc (cygheap_init): Set Cygwin default locale values.Corinna Vinschen
2009-05-14* mount.cc (mount_info::init): Remove MOUNT_CYGWIN_EXEC setting whenChristopher Faylor
2009-05-14 * faq-setup.xml (faq.setup.upgrade-mountpoints): New entry.Corinna Vinschen
2009-05-14 * new-features.sgml: Add automounting of /, /usr/bin, and /usr/lib.Corinna Vinschen
2009-05-14 * mount.cc (oopts): Add a no-op "auto" option.Corinna Vinschen
2009-05-14cygwin ChangeLogChristopher Faylor
2009-05-13 * pathnames.sgml (pathnames-unusual): Talk about using UTF-8 in CCorinna Vinschen
2009-05-13 * cygheap.h (cwdstuff): Convert to class. Make posix and dir private.Corinna Vinschen
2009-05-11 * Makefile.in: Link ps.exe agains ntdll.dll.Corinna Vinschen
2009-05-10* cygwin/version.h (CYGWIN_VERSION_CYGWIN_CONV): New define.Christopher Faylor
2009-05-09 * dtable.cc (dtable::init_std_file_from_handle): Add workaround forCorinna Vinschen
2009-05-09 * sec_auth.cc (str2uni_cat): Move from here...Corinna Vinschen
2009-05-09 * strfuncs.cc (sys_cp_wcstombs): save and restore previous errno value.Corinna Vinschen
2009-05-08 * strfuncs.cc (sys_cp_wcstombs): Set errno to 0 before convertingCorinna Vinschen
2009-05-08 * include/sys/select.h: Guard definitions with __USE_W32_SOCKETS asCorinna Vinschen
2009-05-06* fhandler_console.cc (fhandler_console::ioctl): Properly treat TIOCLINUXChristopher Faylor
2009-05-06 * Move ChangeLog entry.Corinna Vinschen
2009-05-06 * libc/minires.c (scanline): Fix type in calls to ctype functionsCorinna Vinschen
2009-05-06 * faq-setup.xml: Fix entry explaing how the homedir is evaluatedCorinna Vinschen
2009-05-06 * mkpasswd.c (current_user): Don't use HOMEDRIVE/HOMEPATH to generateCorinna Vinschen
2009-05-06 * cygheap.cc (cygheap_init): Set umask to a sane default.Corinna Vinschen
2009-05-04* cygcheck.cc (find_app_on_path): Avoid using NULL pointer if find_on_pathChristopher Faylor
2009-05-04 * cygcheck.cc (usage): Fix option order and print.Corinna Vinschen
2009-05-04 * security.cc (set_file_sd): Drop using FILE_OPEN_FOR_RECOVERY flag inCorinna Vinschen
2009-05-04* fhandler_console.cc (fhandler_console::write_console): Eliminate unneededChristopher Faylor
2009-05-04* libc/minires.c (scanline): Accommodate ctype changes which disallow use of anChristopher Faylor
2009-05-04* fhandler.h (fhandler_console::MAX_WRITE_CHARS): Declare.Christopher Faylor
2009-05-022009-05-01 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2009-04-27* include/cygwin/socket.h: Define SOL_IPV6.Christopher Faylor
2009-04-22* strace.cc (create_child): Set CYGWIN=noglob when starting new process so thatChristopher Faylor
2009-04-22 * ctype.cc (__set_ctype): Copy exact part of the current activeCorinna Vinschen
2009-04-20 * flock.cc (lf_setlock): Handle border case which results in WFMO loopCorinna Vinschen
2009-04-18* mkimport: Specify .text for stub explicitly.Christopher Faylor
2009-04-18 * dcrt0.cc (globify): Only call mbtowc for non-ascii chars.Corinna Vinschen
2009-04-17 * dcrt0.cc (globify): Make multibyte-aware.Corinna Vinschen
2009-04-17 * flock.cc (class inode_t): Add i_wait member and matching methodsCorinna Vinschen
2009-04-16 * dlfcn.cc (get_full_path_of_dll): Just return a bool value. DropCorinna Vinschen
2009-04-16 * ntdll.h (STATUS_LOCK_NOT_GRANTED): Define.Corinna Vinschen
2009-04-15 * cygpath.cc (do_pathconv): Only skip \\?\ prefix if it's reallyCorinna Vinschen
2009-04-15 * path.cc (path_conv::get_wide_win32_path): Allow relative paths.Corinna Vinschen
2009-04-15 * libc/bsdlib.cc: Align copyright with upstream.Corinna Vinschen
2009-04-14* speclib: Really revert to using tempdir.Christopher Faylor
2009-04-14* speclib: Revert to using tempdir.Christopher Faylor
2009-04-14 * localtime.cc (tzload): Implement setting __tzrule's offset memberCorinna Vinschen
2009-04-14 * include/stdint.h (intptr_t): Remove long from type.Dave Korn
2009-04-14 * Makefile.in (dumper.exe): Add -lz to ALL_LDFLAGS.Dave Korn
2009-04-12* speclib: Initial stab at cleaning up temp files. More work needed.Christopher Faylor
2009-04-12* Makefile.in (clean): Clean globals.h.Christopher Faylor
2009-04-12* mkimport: New script to perform all operations necessary to createChristopher Faylor
2009-04-112009-04-11 Danny Smith <dannsymith@users.sourceforge.net>Chris Sutcliffe