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-06-03 * strfuncs.cc (sys_cp_wcstombs): Implement reverse functionalityCorinna Vinschen
2009-06-03 * fhandler_console.cc (fhandler_console::read): Convert Alt-BackspaceCorinna Vinschen
2009-06-02 * path.cc (path_conv::check): Don't call set_exec for files on "noacl"Corinna Vinschen
2009-05-31* strfuncs.cc (sys_cp_mbstowcs): Treat src as unsigned char *. Convert failureChristopher Faylor
2009-05-30* cygwin/include/sys/termios.h: Make default erase character "^?".Christopher Faylor
2009-05-30* fhandler_console.cc (fhandler_console::read): Convert backspace key to DEL.Christopher Faylor
2009-05-30* path.cc (cwdstuff::set): Rewrite previous change to properly test the end ofChristopher Faylor
2009-05-28* path.cc (cwdstuff::set): Avoid removing a nonexistent trailing slash.Christopher Faylor
2009-05-27Change explicitely to explicitly throughout.Christopher Faylor
2009-05-20* net.cc (gethostby_helper): Use correct signedness.Christopher Faylor
2009-05-19* mount.cc (mount_info::add_item): Avoid using any-old '/' as indicating root.Christopher Faylor
2009-05-18* mount.cc (mount_info::got_usr_bin): Mark as NO_COPY.Christopher Faylor
2009-05-17 * cygpath.cc (codepage): New variable.Corinna Vinschen
2009-05-16 * Makefile.in (cygpath.exe): Link against cygwin.a before linkingCorinna Vinschen
2009-05-15 * setup2.sgml (setup-locale-console): Disable section for now.Corinna Vinschen
2009-05-15 * cygpath.cc (main): Only setlocale for LC_CTYPE category. FallbackCorinna Vinschen
2009-05-15 * wchar.h (sys_mbstowcs): Add missing __stdcall attribute.Corinna Vinschen
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