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
2007-07-05 * fhandler_disk_file.cc (fhandler_disk_file::opendir): Add missingCorinna Vinschen
2007-07-05 Check in missing cygwin.din change from 2007-06-29.Corinna Vinschen
2007-07-04 * times.cc: Define __timezonefunc__ before including time.h to protectCorinna Vinschen
2007-07-04 * include/cygwin/time.h: Switch to timezone variable by default. AddCorinna Vinschen
2007-07-02 * include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO.Corinna Vinschen
2007-07-02 * include/oaidl.h: Include windows.h and ole2.h,Danny Smith
2007-07-01 * include/ws2tcpip.h (s6_addr32): Correct definition,Danny Smith
2007-06-29 * cygwin.din: Export fdopendir.Corinna Vinschen
2007-06-29 * mingwex/gdtoa/mingw_snprintf.c: New file.Danny Smith
2007-06-29 * cygwin-api.in.sgml: Remove authorgroup and revhistory.Corinna Vinschen
2007-06-29 * include/cygwin/version.h: Fix comment typo.Brian Dessent
2007-06-28 * cygwin.din: Export stpcpy, stpncpy.Corinna Vinschen
2007-06-28 * msvcrt.def.in: Update comment.Danny Smith
2007-06-27 * shared_info.h (SHARED_INFO_CB): Accommodate change to shared_info.Corinna Vinschen
2007-06-27 * assert.cc (__assert_func): New function, to match newlib headerEric Blake
2007-06-23*include/wctpe.h: Likewise.Danny Smith
2007-06-23 *include/assert.h: Qualify all functions with __MINGW_NOTHROW.Danny Smith
2007-06-22 * mingwex/Makefile.in (LIB_OBJS): Revert accidental removal.Danny Smith
2007-06-22 Add POSIX binary tree search API.Danny Smith
2007-06-22 * include/_mingw.h (__MINGW_NOTHROW): Define.Danny Smith
2007-06-21 * autoload.cc (WSAIoctl): Remove.Corinna Vinschen
2007-06-21 * cygwin.din: Export exp10, exp10f, pow10, pow10f, strcasestr,Corinna Vinschen
2007-06-20 * include/cygwin/if.h (IFF_POINTOPOINT): Fix typo.Corinna Vinschen
2007-06-18 * include/stdio.h (vsnprintf): Remove inline definition.Danny Smith
2007-06-17 * CRTfmode.c: Nit-pick comment fix.Danny Smith
2007-06-17* CRTfmode.c: Fix nested comment.Christopher Faylor
2007-06-17* include/string.h (strcasecmp): Fix typo in declaration prototype.Christopher Faylor
2007-06-17* include/search.h: Reinstate node_t definition.Christopher Faylor
2007-06-14 * autoload.cc (GetIpForwardTable): Define.Corinna Vinschen
2007-06-14 * include/io.h (lseek64) : Add prototype.Danny Smith
2007-06-14 * include/string.h (strcasecmp): Add prototype.Danny Smith
2007-06-13 * Makefile.in (CRT0S): Revert last change.Danny Smith
2007-06-13 * Makefile.in (CRT0S): Add back CRTfmode.o.Danny Smith
2007-06-13 * include/stdlib.h: Don't include stdint.h. Conditionally define intptr_t.Danny Smith
2007-06-13* signal.cc (usleep): Use useconds_t for the type as per POSIX.Christopher Faylor
2007-06-12 * Makefile.in (DLL_OFILES): Add xsique.o.Corinna Vinschen
2007-06-12 * fhandler.cc (fhandler_base::fstat): Set pipe permission bits moreCorinna Vinschen
2007-06-11 * cygwin.din (confstr): Export.Corinna Vinschen
2007-06-11 * crt1.c (__mingw_CRTStartup): Add explicit call to libgcc's __main.Danny Smith
2007-06-05 * cygwin-api.in.sgml: Accommodate new "Compatibility" section layout.Corinna Vinschen
2007-06-05 * ansi.sgml: Delete.Corinna Vinschen
2007-06-04* cygcheck.cc (pathlike): New class.Christopher Faylor
2007-05-29 * dtable.cc (dtable::set_file_pointers_for_exec): Call SetFilePointerCorinna Vinschen
2007-05-29 * dumper.cc (dumper::prepare_core_dump): Record a phdr for each section.Corinna Vinschen
2007-05-29 * cygpath.cc (do_options): Allow outputflag combined with otherCorinna Vinschen
2007-05-242007-05-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2007-05-23 * cygpath.cc: Include argz.h.Corinna Vinschen
2007-05-22 * path.cc (cwdstuff::set): Revert useless acquire check.Corinna Vinschen
2007-05-22 * path.cc (cwdstuff::set): Avoid double aquiring of cwd_lock.Corinna Vinschen
2007-05-22 * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Don't invalidateCorinna Vinschen