summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * fhandler_disk_file.cc (fhandler_disk_file::opendir): Add missingCorinna Vinschen2007-07-052-2/+10
* Check in missing cygwin.din change from 2007-06-29.Corinna Vinschen2007-07-051-0/+1
* * times.cc: Define __timezonefunc__ before including time.h to protectCorinna Vinschen2007-07-042-0/+6
* * include/cygwin/time.h: Switch to timezone variable by default. AddCorinna Vinschen2007-07-042-1/+8
* * include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO.Corinna Vinschen2007-07-022-0/+6
* * include/oaidl.h: Include windows.h and ole2.h,Danny Smith2007-07-022-1/+17
* * include/ws2tcpip.h (s6_addr32): Correct definition,Danny Smith2007-07-012-1/+6
* * cygwin.din: Export fdopendir.Corinna Vinschen2007-06-2911-61/+127
* * mingwex/gdtoa/mingw_snprintf.c: New file.Danny Smith2007-06-293-3/+1251
* * cygwin-api.in.sgml: Remove authorgroup and revhistory.Corinna Vinschen2007-06-294-41/+12
* * include/cygwin/version.h: Fix comment typo.Brian Dessent2007-06-282-1/+5
* * cygwin.din: Export stpcpy, stpncpy.Corinna Vinschen2007-06-284-1/+13
* * msvcrt.def.in: Update comment.Danny Smith2007-06-284-7/+24
* * shared_info.h (SHARED_INFO_CB): Accommodate change to shared_info.Corinna Vinschen2007-06-273-8/+15
* * assert.cc (__assert_func): New function, to match newlib headerEric Blake2007-06-274-7/+25
* *include/wctpe.h: Likewise.Danny Smith2007-06-233-592/+628
* *include/assert.h: Qualify all functions with __MINGW_NOTHROW.Danny Smith2007-06-2327-899/+901
* * mingwex/Makefile.in (LIB_OBJS): Revert accidental removal.Danny Smith2007-06-222-0/+6
* Add POSIX binary tree search API.Danny Smith2007-06-227-4/+269
* * include/_mingw.h (__MINGW_NOTHROW): Define.Danny Smith2007-06-222-2/+25
* * autoload.cc (WSAIoctl): Remove.Corinna Vinschen2007-06-2110-452/+644
* * cygwin.din: Export exp10, exp10f, pow10, pow10f, strcasestr,Corinna Vinschen2007-06-214-13/+45
* * include/cygwin/if.h (IFF_POINTOPOINT): Fix typo.Corinna Vinschen2007-06-202-1/+5
* * include/stdio.h (vsnprintf): Remove inline definition.Danny Smith2007-06-182-6/+10
* * CRTfmode.c: Nit-pick comment fix.Danny Smith2007-06-172-1/+5
* * CRTfmode.c: Fix nested comment.Christopher Faylor2007-06-172-1/+5
* * include/string.h (strcasecmp): Fix typo in declaration prototype.Christopher Faylor2007-06-172-1/+5
* * include/search.h: Reinstate node_t definition.Christopher Faylor2007-06-173-23/+16
* * autoload.cc (GetIpForwardTable): Define.Corinna Vinschen2007-06-147-9/+75
* * include/io.h (lseek64) : Add prototype.Danny Smith2007-06-142-0/+5
* * include/string.h (strcasecmp): Add prototype.Danny Smith2007-06-142-0/+7
* * Makefile.in (CRT0S): Revert last change.Danny Smith2007-06-133-4/+12
* * Makefile.in (CRT0S): Add back CRTfmode.o.Danny Smith2007-06-132-1/+5
* * include/stdlib.h: Don't include stdint.h. Conditionally define intptr_t.Danny Smith2007-06-133-3/+22
* * signal.cc (usleep): Use useconds_t for the type as per POSIX.Christopher Faylor2007-06-122-1/+5
* * Makefile.in (DLL_OFILES): Add xsique.o.Corinna Vinschen2007-06-129-65/+80
* * fhandler.cc (fhandler_base::fstat): Set pipe permission bits moreCorinna Vinschen2007-06-122-3/+8
* * cygwin.din (confstr): Export.Corinna Vinschen2007-06-115-2/+59
* * crt1.c (__mingw_CRTStartup): Add explicit call to libgcc's __main.Danny Smith2007-06-112-0/+13
* * cygwin-api.in.sgml: Accommodate new "Compatibility" section layout.Corinna Vinschen2007-06-052-3/+11
* * ansi.sgml: Delete.Corinna Vinschen2007-06-054-201/+1271
* * cygcheck.cc (pathlike): New class.Christopher Faylor2007-06-043-183/+302
* * dtable.cc (dtable::set_file_pointers_for_exec): Call SetFilePointerCorinna Vinschen2007-05-295-13/+34
* * dumper.cc (dumper::prepare_core_dump): Record a phdr for each section.Corinna Vinschen2007-05-292-3/+62
* * cygpath.cc (do_options): Allow outputflag combined with otherCorinna Vinschen2007-05-292-9/+15
* 2007-05-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2007-05-242-0/+9
* * cygpath.cc: Include argz.h.Corinna Vinschen2007-05-232-127/+130
* * path.cc (cwdstuff::set): Revert useless acquire check.Corinna Vinschen2007-05-222-2/+5
* * path.cc (cwdstuff::set): Avoid double aquiring of cwd_lock.Corinna Vinschen2007-05-222-2/+8
* * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Don't invalidateCorinna Vinschen2007-05-222-1/+20