Age | Commit message (Expand) | Author | Files | Lines |
2007-06-22 | * mingwex/Makefile.in (LIB_OBJS): Revert accidental removal. | Danny Smith | 2 | -0/+6 |
2007-06-22 | Add POSIX binary tree search API. | Danny Smith | 7 | -4/+269 |
2007-06-22 | * include/_mingw.h (__MINGW_NOTHROW): Define. | Danny Smith | 2 | -2/+25 |
2007-06-21 | * autoload.cc (WSAIoctl): Remove. | Corinna Vinschen | 10 | -452/+644 |
2007-06-21 | * cygwin.din: Export exp10, exp10f, pow10, pow10f, strcasestr, | Corinna Vinschen | 4 | -13/+45 |
2007-06-20 | * include/cygwin/if.h (IFF_POINTOPOINT): Fix typo. | Corinna Vinschen | 2 | -1/+5 |
2007-06-18 | * include/stdio.h (vsnprintf): Remove inline definition. | Danny Smith | 2 | -6/+10 |
2007-06-17 | * CRTfmode.c: Nit-pick comment fix. | Danny Smith | 2 | -1/+5 |
2007-06-17 | * CRTfmode.c: Fix nested comment. | Christopher Faylor | 2 | -1/+5 |
2007-06-17 | * include/string.h (strcasecmp): Fix typo in declaration prototype. | Christopher Faylor | 2 | -1/+5 |
2007-06-17 | * include/search.h: Reinstate node_t definition. | Christopher Faylor | 3 | -23/+16 |
2007-06-14 | * autoload.cc (GetIpForwardTable): Define. | Corinna Vinschen | 7 | -9/+75 |
2007-06-14 | * include/io.h (lseek64) : Add prototype. | Danny Smith | 2 | -0/+5 |
2007-06-14 | * include/string.h (strcasecmp): Add prototype. | Danny Smith | 2 | -0/+7 |
2007-06-13 | * Makefile.in (CRT0S): Revert last change. | Danny Smith | 3 | -4/+12 |
2007-06-13 | * Makefile.in (CRT0S): Add back CRTfmode.o. | Danny Smith | 2 | -1/+5 |
2007-06-13 | * include/stdlib.h: Don't include stdint.h. Conditionally define intptr_t. | Danny Smith | 3 | -3/+22 |
2007-06-12 | * signal.cc (usleep): Use useconds_t for the type as per POSIX. | Christopher Faylor | 2 | -1/+5 |
2007-06-12 | * Makefile.in (DLL_OFILES): Add xsique.o. | Corinna Vinschen | 9 | -65/+80 |
2007-06-12 | * fhandler.cc (fhandler_base::fstat): Set pipe permission bits more | Corinna Vinschen | 2 | -3/+8 |
2007-06-11 | * cygwin.din (confstr): Export. | Corinna Vinschen | 5 | -2/+59 |
2007-06-11 | * crt1.c (__mingw_CRTStartup): Add explicit call to libgcc's __main. | Danny Smith | 2 | -0/+13 |
2007-06-05 | * cygwin-api.in.sgml: Accommodate new "Compatibility" section layout. | Corinna Vinschen | 2 | -3/+11 |
2007-06-05 | * ansi.sgml: Delete. | Corinna Vinschen | 4 | -201/+1271 |
2007-06-04 | * cygcheck.cc (pathlike): New class. | Christopher Faylor | 3 | -183/+302 |
2007-05-29 | * dtable.cc (dtable::set_file_pointers_for_exec): Call SetFilePointer | Corinna Vinschen | 5 | -13/+34 |
2007-05-29 | * dumper.cc (dumper::prepare_core_dump): Record a phdr for each section. | Corinna Vinschen | 2 | -3/+62 |
2007-05-29 | * cygpath.cc (do_options): Allow outputflag combined with other | Corinna Vinschen | 2 | -9/+15 |
2007-05-24 | 2007-05-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | Chris Sutcliffe | 2 | -0/+9 |
2007-05-23 | * cygpath.cc: Include argz.h. | Corinna Vinschen | 2 | -127/+130 |
2007-05-22 | * path.cc (cwdstuff::set): Revert useless acquire check. | Corinna Vinschen | 2 | -2/+5 |
2007-05-22 | * path.cc (cwdstuff::set): Avoid double aquiring of cwd_lock. | Corinna Vinschen | 2 | -2/+8 |
2007-05-22 | * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Don't invalidate | Corinna Vinschen | 2 | -1/+20 |
2007-05-21 | * include/search.h (hsearch_r): Provide declaration. | Corinna Vinschen | 2 | -0/+5 |
2007-05-21 | * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Set buf size to | Corinna Vinschen | 2 | -4/+13 |
2007-05-19 | 2007-05-19 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | Chris Sutcliffe | 2 | -0/+6 |
2007-05-15 | * fhandler_socket.cc (adjust_socket_file_mode): New inline function. | Corinna Vinschen | 2 | -4/+24 |
2007-05-15 | * path.cc (fs_info::update): Set and use is_cdrom. | Christopher Faylor | 3 | -14/+54 |
2007-05-15 | * cygwin.din (asnprintf, dprint, _Exit, vasnprintf, vdprintf): Export. | Christopher Faylor | 3 | -1/+12 |
2007-05-08 | * include/stdint.h (intptr_t): Fix typo. | Danny Smith | 2 | -2/+7 |
2007-05-07 | * include/stdint.h (intptr_t): Protect with _INTPTR_T_DEFINED. | Danny Smith | 2 | -10/+43 |
2007-04-27 | * include/cygwin/time.h: Use __cdecl on declaration. Remove | Christopher Faylor | 1 | -7/+6 |
2007-04-22 | 2007-04-22 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | Chris Sutcliffe | 2 | -38/+50 |
2007-04-20 | 2007-04-20 Matthias Miller <matthiasmiller@users.sourceforge.net> | Chris Sutcliffe | 2 | -113/+128 |
2007-04-18 | * cygwin.sc: Remove duplicated .debug_macinfo section. | Brian Dessent | 3 | -2/+9 |
2007-04-15 | 2007-04-15 Piotr Wyderski <piotr.wyderski@wp.pl> | Chris Sutcliffe | 2 | -0/+7 |
2007-04-07 | 2007-04-07 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | Chris Sutcliffe | 2 | -12/+15 |
2007-04-06 | * include/stdint.h (WINT_MIN): Fix sign. | Corinna Vinschen | 2 | -1/+5 |
2007-04-05 | 2007-04-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | Chris Sutcliffe | 2 | -11/+24 |
2007-04-04 | * include/stdint.h (WINT_MIN, WINT_MAX): Fix definition. | Corinna Vinschen | 2 | -3/+7 |