| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * winlean.h: Make sure certain Windows macros are undefined again. | Corinna Vinschen | 2012-07-12 | 4 | -5/+49 |
* | * pseudo-reloc.cc: Drop including wchar.h. | Corinna Vinschen | 2012-07-12 | 4 | -5/+8 |
* | * Makefile.in (cygcheck.exe): Link against psapi.dll. | Corinna Vinschen | 2012-07-11 | 6 | -43/+113 |
* | * cygtls.cc (well_known_dlls): Add ole32.dll and wbemprox.dll. | Corinna Vinschen | 2012-07-11 | 2 | -0/+6 |
* | * cygwin.sc (.rdata): Revert patch from 2012-07-06. | Corinna Vinschen | 2012-07-09 | 2 | -1/+5 |
* | * passwd.cc (getpass): Make check for closed stream more reliable. | Corinna Vinschen | 2012-07-09 | 2 | -8/+19 |
* | * libc/stdio/fileno.c (fileno): Check if f is a valid stream. If not, | Corinna Vinschen | 2012-07-09 | 2 | -1/+16 |
* | * Makefile.in, configure.in, mkvers.sh: Revert accidental checkin from | Corinna Vinschen | 2012-07-09 | 4 | -11/+8 |
* | * Makefile.in: Change mingw_lib (temporarily?) back to w32api_lib. | Christopher Faylor | 2012-07-08 | 2 | -1/+5 |
* | * cygpath.cc: Change including headers to allow building against | Corinna Vinschen | 2012-07-06 | 6 | -38/+45 |
* | * winlean.h (__STRALIGN_H_): Drop definition. | Corinna Vinschen | 2012-07-06 | 5 | -6/+16 |
* | * mips.h: Fix a typo in description. | Maciej W. Rozycki | 2012-07-06 | 2 | -1/+5 |
* | * fhandler_procnet.cc: Fix copyright. | Corinna Vinschen | 2012-07-06 | 5 | -4/+11 |
* | Add files missing in previous checkin | Corinna Vinschen | 2012-07-06 | 2 | -65/+52 |
* | In terms of network related functionality, rely on Winsock definitions | Corinna Vinschen | 2012-07-06 | 13 | -37/+70 |
* | * include/winsock.h: Keep IP_OPTIONS and SO_xxx definitions when | Corinna Vinschen | 2012-07-06 | 3 | -4/+11 |
* | * winbase.h: Throughout use LONG rather than long type to prepare for | Corinna Vinschen | 2012-07-06 | 2 | -15/+26 |
* | * fhandler_registry.cc (RegOpenUserClassesRoot): Only define when | Corinna Vinschen | 2012-07-06 | 6 | -5/+48 |
* | * advapi32.cc (_ADVAPI32_): Drop definition. | Corinna Vinschen | 2012-07-06 | 3 | -13/+24 |
* | * winsup.h (_WIN32_WINNT): Define. Explain why. | Corinna Vinschen | 2012-07-06 | 2 | -1/+9 |
* | * libc/rcmd.cc: Don't undef __INSIDE_CYGWIN_NET__. | Corinna Vinschen | 2012-07-06 | 2 | -0/+5 |
* | * cygwin.sc (.rdata): Include all sections starting with .rdata. | Corinna Vinschen | 2012-07-06 | 2 | -1/+8 |
* | Allow building of Cygwin using Mingw64 SDK headers: | Corinna Vinschen | 2012-07-06 | 4 | -5/+14 |
* | * Makefile.common (ALL_CFLAGS): Change := to = to allow overriding in | Corinna Vinschen | 2012-07-06 | 2 | -1/+6 |
* | gas/config/ | Sean Keys | 2012-07-05 | 1 | -1/+1 |
* | * dcrt0.cc (build_argv): Guard against NULL pointer dereference found by Clang. | Christopher Faylor | 2012-07-04 | 2 | -1/+7 |
* | * exceptions.cc (setup_handler): Remove unneeded assignment found by Clang. | Christopher Faylor | 2012-07-04 | 2 | -1/+6 |
* | * hookapi.cc (find_first_notloaded_dll): Remove unused assignment of | Christopher Faylor | 2012-07-04 | 2 | -2/+5 |
* | * fhandler_tty.cc (fhandler_pty_slave::read): Remove duplicate assignment to | Christopher Faylor | 2012-07-04 | 2 | -1/+5 |
* | fix typo | Christopher Faylor | 2012-07-04 | 1 | -1/+1 |
* | * exceptions.cc (exception::handle): Use error_code in klog, as intended. | Christopher Faylor | 2012-07-03 | 2 | -2/+6 |
* | * fhandler.h (class fhandler_dev_clipboard): Remove member eof. | Corinna Vinschen | 2012-07-02 | 4 | -77/+87 |
* | * fhandler_virtual.cc (fhandler_virtual::opendir): Eliminate duplicate | Christopher Faylor | 2012-07-02 | 2 | -1/+5 |
* | * fhandler_registry.cc (fhandler_registry::open): Handle missing EROFS error | Christopher Faylor | 2012-07-02 | 2 | -0/+6 |
* | * pinfo.cc (_pinfo::commune_request): Eliminate unneeded assignment found by | Christopher Faylor | 2012-07-02 | 2 | -2/+5 |
* | * external.cc (fillout_pinfo): Return NULL rather than 0. | Christopher Faylor | 2012-07-02 | 2 | -5/+12 |
* | * mount.cc (mount_info::conv_to_win32_path): Eliminate unneeded assignment | Christopher Faylor | 2012-07-02 | 2 | -2/+7 |
* | * path.cc (symlink_info::check): Remove unneeded/unused variable. | Christopher Faylor | 2012-07-02 | 2 | -3/+4 |
* | * dll_init.cc (dll_list::alloc): Take long UNC paths into account. | Corinna Vinschen | 2012-07-02 | 2 | -1/+12 |
* | * Makefile.in: Add some more optimization flags for cygwait, malloc and path.... | Christopher Faylor | 2012-07-02 | 9 | -16/+53 |
* | * path.cc: Perform some whitespace fixups throughout. | Christopher Faylor | 2012-07-02 | 2 | -21/+26 |
* | * kernel32.cc (_KERNEL32_): Define. Explain why. | Corinna Vinschen | 2012-06-28 | 2 | -3/+12 |
* | * fhandler_serial.cc: Fix includes for IOCTL codes to support Mingw64. | Corinna Vinschen | 2012-06-28 | 5 | -32/+20 |
* | * exceptions.cc (RtlUnwind): Align declaration with MSDN. | Corinna Vinschen | 2012-06-28 | 4 | -1/+43 |
* | * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure | Alexandre Oliva | 2012-06-28 | 3 | -8/+14 |
* | * common.h (AT_L1I_CACHESHAPE, AT_L1D_CACHESHAPE, | Iain D Sandoe | 2012-06-28 | 2 | -1/+18 |
* | * doc/Makefile.am (makedoc): Use LDFLAGS_FOR_BUILD not LDFLAGS. | Corinna Vinschen | 2012-06-28 | 3 | -2/+7 |
* | * cygwait.h (cancelable_wait): Make extern to avoid always including. | Christopher Faylor | 2012-06-27 | 4 | -33/+51 |
* | * exceptions.cc (exception::handle): Cast exception code to NTSTATUS | Corinna Vinschen | 2012-06-27 | 3 | -60/+12 |
* | * miscfuncs.cc (WritePipeOverlapped): Define second parameter LPCVOID, | Corinna Vinschen | 2012-06-27 | 3 | -3/+9 |