aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-13This commit was manufactured by cvs2svn to create branch 'gdb_7_5-branch'.gdb_7_5_1-2012-11-29-releasegdb_7_5-2012-08-17-releasegdb_7_5-2012-07-18-branchpointgithub/gdb_7_5-branchgdb_7_5-branchcvs2svn7101-2304204/+0
2012-07-13 include/Doug Evans2-0/+11
2012-07-132012-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel2-0/+5
2012-07-132012-07-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+8
2012-07-13 Fix copy-paste errorCorinna Vinschen1-3/+0
2012-07-12 * winlean.h: Make sure certain Windows macros are undefined again.Corinna Vinschen4-5/+49
2012-07-12 * pseudo-reloc.cc: Drop including wchar.h.Corinna Vinschen4-5/+8
2012-07-11 * Makefile.in (cygcheck.exe): Link against psapi.dll.Corinna Vinschen6-43/+113
2012-07-11 * cygtls.cc (well_known_dlls): Add ole32.dll and wbemprox.dll.Corinna Vinschen2-0/+6
2012-07-09 * cygwin.sc (.rdata): Revert patch from 2012-07-06.Corinna Vinschen2-1/+5
2012-07-09 * passwd.cc (getpass): Make check for closed stream more reliable.Corinna Vinschen2-8/+19
2012-07-09 * libc/stdio/fileno.c (fileno): Check if f is a valid stream. If not,Corinna Vinschen2-1/+16
2012-07-09 * Makefile.in, configure.in, mkvers.sh: Revert accidental checkin fromCorinna Vinschen4-11/+8
2012-07-08* Makefile.in: Change mingw_lib (temporarily?) back to w32api_lib.Christopher Faylor2-1/+5
2012-07-06 * cygpath.cc: Change including headers to allow building againstCorinna Vinschen6-38/+45
2012-07-06 * winlean.h (__STRALIGN_H_): Drop definition.Corinna Vinschen5-6/+16
2012-07-06 * mips.h: Fix a typo in description.Maciej W. Rozycki2-1/+5
2012-07-06 * fhandler_procnet.cc: Fix copyright.Corinna Vinschen5-4/+11
2012-07-06Add files missing in previous checkinCorinna Vinschen2-65/+52
2012-07-06 In terms of network related functionality, rely on Winsock definitionsCorinna Vinschen13-37/+70
2012-07-06 * include/winsock.h: Keep IP_OPTIONS and SO_xxx definitions whenCorinna Vinschen3-4/+11
2012-07-06 * winbase.h: Throughout use LONG rather than long type to prepare forCorinna Vinschen2-15/+26
2012-07-06 * fhandler_registry.cc (RegOpenUserClassesRoot): Only define whenCorinna Vinschen6-5/+48
2012-07-06 * advapi32.cc (_ADVAPI32_): Drop definition.Corinna Vinschen3-13/+24
2012-07-06 * winsup.h (_WIN32_WINNT): Define. Explain why.Corinna Vinschen2-1/+9
2012-07-06 * libc/rcmd.cc: Don't undef __INSIDE_CYGWIN_NET__.Corinna Vinschen2-0/+5
2012-07-06 * cygwin.sc (.rdata): Include all sections starting with .rdata.Corinna Vinschen2-1/+8
2012-07-06 Allow building of Cygwin using Mingw64 SDK headers:Corinna Vinschen4-5/+14
2012-07-06 * Makefile.common (ALL_CFLAGS): Change := to = to allow overriding inCorinna Vinschen2-1/+6
2012-07-05gas/config/Sean Keys1-1/+1
2012-07-04* dcrt0.cc (build_argv): Guard against NULL pointer dereference found by Clang.Christopher Faylor2-1/+7
2012-07-04* exceptions.cc (setup_handler): Remove unneeded assignment found by Clang.Christopher Faylor2-1/+6
2012-07-04* hookapi.cc (find_first_notloaded_dll): Remove unused assignment ofChristopher Faylor2-2/+5
2012-07-04* fhandler_tty.cc (fhandler_pty_slave::read): Remove duplicate assignment toChristopher Faylor2-1/+5
2012-07-04fix typoChristopher Faylor1-1/+1
2012-07-03* exceptions.cc (exception::handle): Use error_code in klog, as intended.Christopher Faylor2-2/+6
2012-07-02 * fhandler.h (class fhandler_dev_clipboard): Remove member eof.Corinna Vinschen4-77/+87
2012-07-02* fhandler_virtual.cc (fhandler_virtual::opendir): Eliminate duplicateChristopher Faylor2-1/+5
2012-07-02* fhandler_registry.cc (fhandler_registry::open): Handle missing EROFS errorChristopher Faylor2-0/+6
2012-07-02* pinfo.cc (_pinfo::commune_request): Eliminate unneeded assignment found byChristopher Faylor2-2/+5
2012-07-02* external.cc (fillout_pinfo): Return NULL rather than 0.Christopher Faylor2-5/+12
2012-07-02* mount.cc (mount_info::conv_to_win32_path): Eliminate unneeded assignmentChristopher Faylor2-2/+7
2012-07-02* path.cc (symlink_info::check): Remove unneeded/unused variable.Christopher Faylor2-3/+4
2012-07-02 * dll_init.cc (dll_list::alloc): Take long UNC paths into account.Corinna Vinschen2-1/+12
2012-07-02* Makefile.in: Add some more optimization flags for cygwait, malloc and path....Christopher Faylor9-16/+53
2012-07-02* path.cc: Perform some whitespace fixups throughout.Christopher Faylor2-21/+26
2012-06-28 * kernel32.cc (_KERNEL32_): Define. Explain why.Corinna Vinschen2-3/+12
2012-06-28 * fhandler_serial.cc: Fix includes for IOCTL codes to support Mingw64.Corinna Vinschen5-32/+20
2012-06-28 * exceptions.cc (RtlUnwind): Align declaration with MSDN.Corinna Vinschen4-1/+43
2012-06-28* configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sureAlexandre Oliva3-8/+14