| Commit message (Expand) | Author | Age | Files | Lines |
* | * cygwin.din: Export wcstol, wcstoll, wcstoul, wcstoull, wcsxfrm. | Corinna Vinschen | 2007-07-06 | 3 | -1/+12 |
* | * CYGWIN_LICENSE: Fix URL to world-wide offices. | Corinna Vinschen | 2007-07-06 | 2 | -2/+6 |
* | * CYGWIN_LICENSE: Fix URL to open source definition. | Corinna Vinschen | 2007-07-06 | 2 | -2/+6 |
* | * fhandler_disk_file.cc (fhandler_disk_file::opendir): Add missing | Corinna Vinschen | 2007-07-05 | 2 | -2/+10 |
* | Check in missing cygwin.din change from 2007-06-29. | Corinna Vinschen | 2007-07-05 | 1 | -0/+1 |
* | * times.cc: Define __timezonefunc__ before including time.h to protect | Corinna Vinschen | 2007-07-04 | 2 | -0/+6 |
* | * include/cygwin/time.h: Switch to timezone variable by default. Add | Corinna Vinschen | 2007-07-04 | 2 | -1/+8 |
* | * include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO. | Corinna Vinschen | 2007-07-02 | 2 | -0/+6 |
* | * include/oaidl.h: Include windows.h and ole2.h, | Danny Smith | 2007-07-02 | 2 | -1/+17 |
* | * include/ws2tcpip.h (s6_addr32): Correct definition, | Danny Smith | 2007-07-01 | 2 | -1/+6 |
* | * cygwin.din: Export fdopendir. | Corinna Vinschen | 2007-06-29 | 11 | -61/+127 |
* | * mingwex/gdtoa/mingw_snprintf.c: New file. | Danny Smith | 2007-06-29 | 3 | -3/+1251 |
* | * cygwin-api.in.sgml: Remove authorgroup and revhistory. | Corinna Vinschen | 2007-06-29 | 4 | -41/+12 |
* | * include/cygwin/version.h: Fix comment typo. | Brian Dessent | 2007-06-28 | 2 | -1/+5 |
* | * cygwin.din: Export stpcpy, stpncpy. | Corinna Vinschen | 2007-06-28 | 4 | -1/+13 |
* | * msvcrt.def.in: Update comment. | Danny Smith | 2007-06-28 | 4 | -7/+24 |
* | * shared_info.h (SHARED_INFO_CB): Accommodate change to shared_info. | Corinna Vinschen | 2007-06-27 | 3 | -8/+15 |
* | * assert.cc (__assert_func): New function, to match newlib header | Eric Blake | 2007-06-27 | 4 | -7/+25 |
* | *include/wctpe.h: Likewise. | Danny Smith | 2007-06-23 | 3 | -592/+628 |
* | *include/assert.h: Qualify all functions with __MINGW_NOTHROW. | Danny Smith | 2007-06-23 | 27 | -899/+901 |
* | * mingwex/Makefile.in (LIB_OBJS): Revert accidental removal. | Danny Smith | 2007-06-22 | 2 | -0/+6 |
* | Add POSIX binary tree search API. | Danny Smith | 2007-06-22 | 7 | -4/+269 |
* | * include/_mingw.h (__MINGW_NOTHROW): Define. | Danny Smith | 2007-06-22 | 2 | -2/+25 |
* | * autoload.cc (WSAIoctl): Remove. | Corinna Vinschen | 2007-06-21 | 10 | -452/+644 |
* | * cygwin.din: Export exp10, exp10f, pow10, pow10f, strcasestr, | Corinna Vinschen | 2007-06-21 | 4 | -13/+45 |
* | * include/cygwin/if.h (IFF_POINTOPOINT): Fix typo. | Corinna Vinschen | 2007-06-20 | 2 | -1/+5 |
* | * include/stdio.h (vsnprintf): Remove inline definition. | Danny Smith | 2007-06-18 | 2 | -6/+10 |
* | * CRTfmode.c: Nit-pick comment fix. | Danny Smith | 2007-06-17 | 2 | -1/+5 |
* | * CRTfmode.c: Fix nested comment. | Christopher Faylor | 2007-06-17 | 2 | -1/+5 |
* | * include/string.h (strcasecmp): Fix typo in declaration prototype. | Christopher Faylor | 2007-06-17 | 2 | -1/+5 |
* | * include/search.h: Reinstate node_t definition. | Christopher Faylor | 2007-06-17 | 3 | -23/+16 |
* | * autoload.cc (GetIpForwardTable): Define. | Corinna Vinschen | 2007-06-14 | 7 | -9/+75 |
* | * include/io.h (lseek64) : Add prototype. | Danny Smith | 2007-06-14 | 2 | -0/+5 |
* | * include/string.h (strcasecmp): Add prototype. | Danny Smith | 2007-06-14 | 2 | -0/+7 |
* | * Makefile.in (CRT0S): Revert last change. | Danny Smith | 2007-06-13 | 3 | -4/+12 |
* | * Makefile.in (CRT0S): Add back CRTfmode.o. | Danny Smith | 2007-06-13 | 2 | -1/+5 |
* | * include/stdlib.h: Don't include stdint.h. Conditionally define intptr_t. | Danny Smith | 2007-06-13 | 3 | -3/+22 |
* | * signal.cc (usleep): Use useconds_t for the type as per POSIX. | Christopher Faylor | 2007-06-12 | 2 | -1/+5 |
* | * Makefile.in (DLL_OFILES): Add xsique.o. | Corinna Vinschen | 2007-06-12 | 9 | -65/+80 |
* | * fhandler.cc (fhandler_base::fstat): Set pipe permission bits more | Corinna Vinschen | 2007-06-12 | 2 | -3/+8 |
* | * cygwin.din (confstr): Export. | Corinna Vinschen | 2007-06-11 | 5 | -2/+59 |
* | * crt1.c (__mingw_CRTStartup): Add explicit call to libgcc's __main. | Danny Smith | 2007-06-11 | 2 | -0/+13 |
* | * cygwin-api.in.sgml: Accommodate new "Compatibility" section layout. | Corinna Vinschen | 2007-06-05 | 2 | -3/+11 |
* | * ansi.sgml: Delete. | Corinna Vinschen | 2007-06-05 | 4 | -201/+1271 |
* | * cygcheck.cc (pathlike): New class. | Christopher Faylor | 2007-06-04 | 3 | -183/+302 |
* | * dtable.cc (dtable::set_file_pointers_for_exec): Call SetFilePointer | Corinna Vinschen | 2007-05-29 | 5 | -13/+34 |
* | * dumper.cc (dumper::prepare_core_dump): Record a phdr for each section. | Corinna Vinschen | 2007-05-29 | 2 | -3/+62 |
* | * cygpath.cc (do_options): Allow outputflag combined with other | Corinna Vinschen | 2007-05-29 | 2 | -9/+15 |
* | 2007-05-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | Chris Sutcliffe | 2007-05-24 | 2 | -0/+9 |
* | * cygpath.cc: Include argz.h. | Corinna Vinschen | 2007-05-23 | 2 | -127/+130 |