summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * faq-setup.xml (faq.setup.mirror): Fix URL to wget.Corinna Vinschen2009-12-142-1/+5
|
* * libc/getopt.c (getopt_internal): Set optreset according to optindCorinna Vinschen2009-12-142-11/+20
| | | | | setting earlier. Reevaluate POSIXLY_CORRECT if optreset is set to !0. Handle a leading '-' in options independently of posixly_correct.
* Fix reference to putchar.o and puts.o which were moved to newlib as part ofJeff Johnston2009-12-101-2/+2
| | | | initial check-in.
* 2009-12-10 Conny Marco Menebrocker <c-m-m@gmx.de>Jeff Johnston2009-12-1016-3881/+11740
| | | | | | | | | | | | | | | | | | * configure.host: Add xc16x support. * libc/include/machine/ieeefp.h: Ditto. * libc/include/sys/config.h: Ditto. * libc/machine/configure.in: Ditto. * libc/machine/Makefile.in: Regenerated. * libc/machine/aclocal.m4: Ditto. * libc/machine/configure: Ditto. * libc/machine/xc16x/Makefile.am: New file. * libc/machine/xc16x/Makefile.in: Ditto. * libc/machine/xc16x/aclocal.m4: Ditto. * libc/machine/xc16x/configure: Ditto. * libc/machine/xc16x/configure.in: Ditto. * libc/machine/xc16x/putchar.c: Ditto. * libc/machine/xc16x/puts.c: Ditto. * libc/machine/xc16x/setjmp.S: Ditto.
* 2009-12-10 Conny Marco Menebrocker <c-m-m@gmx.de>Jeff Johnston2009-12-1023-1655/+7581
| | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Add xc16x support. * configure: Regenerated. * xc16x/Makefile.in: New file for xc16x port. * xc16x/aclocal.m4: Ditto. * xc16x/close.S: Ditto. * xc16x/configure: Ditto. * xc16x/configure.in: Ditto. * xc16x/create.c: Ditto. * xc16x/crt0.S: Ditto. * xc16x/fstat.S: Ditto. * xc16x/getchar1.c: Ditto. * xc16x/isatty.c: Ditto. * xc16x/lseek.c: Ditto. * xc16x/mem-layout.c: Ditto. * xc16x/misc.c: Ditto. * xc16x/open.c: Ditto. * xc16x/read.c: Ditto. * xc16x/sbrk.c: Ditto. * xc16x/syscalls.c: Ditto. * xc16x/trap_handle.c: Ditto. * xc16x/write.c: Ditto. * xc16x/sys/syscall.h: Ditto.
* * fhandler_fifo.cc (fhandler_fifo::open): Avoid resetting errno after it hasChristopher Faylor2009-12-094-5/+17
| | | | | been explicitly set. * include/cygwin/version.h: Bump DLL minor version number to 2.
* Fix some *at declarations.Eric Blake2009-12-084-2/+12
| | | | | | | * libc/include/stdio.h (symlinkat): Move this... * libc/include/sys/_default_fcntl.h (unlinkat): ...and this... * libc/include/sys/unistd.h (symlinkat, unlinkat): ...here, to match POSIX.
* Sync with GCC:Kaveh Ghazi2009-12-073-148/+80
| | | | | | | | | | | | PR middle-end/30447 PR middle-end/30789 PR other/40302 * configure.ac: Require MPC. * configure: Regenerate. * configure.ac: Update minimum MPC version to 0.8. * configure: Regenerate.
* * include/cygwin/version.h: Bump DLL minor version number to 1.Corinna Vinschen2009-12-062-1/+5
|
* include/David Daney2009-12-032-0/+6
| | | | | | | | | | | | 2009-12-03 David Daney <ddaney@caviumnetworks.com> Adam Nemet <adambnemet@gmail.com> * elf/mips.h (E_MIPS_MACH_OCTEON2): New machine flag. binutils/ 2009-12-03 David Daney <ddaney@caviumnetworks.com> Adam Nemet <adambnemet@gmail.com> * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON2 case.
* 2009-12-03 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2009-12-034-3/+9
| | | | | | * libc/stdlib/strtod.c: Correct "NO_REENT" to "_REENT_ONLY". * libc/stdlib/wcstod.c: Ditto. * libc/stdlib/dtoastub.c: Ditto.
* * fhandler_socket.cc (send_internal): Don't split datagram messagesCorinna Vinschen2009-12-023-5/+23
| | | | | | | into pieces. * syslog.cc (vsyslog): Set default facility to LOG_USER if it hasn't been set yet.
* PR binutils/11017Nick Clifton2009-12-023-14/+24
| | | | | | | | | | | * dlltool.c (PAGE_SIZE): Delete. (PAGE_MASK): Provide default definition based on COFF_PAGE_SIZE. Check for DLLTOOL_DEFAULT_MX86_64 and DLLTOOL_DEFAULT_I386. * coff-i386.h (COFF_PAGE_SIZE): Definition moved to coff/i386.h * i386lh (COFF_PAGE_SIZE): Define. * x86_64.h (COFF_PAGE_SIZE): Define.
* * setup2.sgml (setup-env): Clarify that Windows environment getsCorinna Vinschen2009-12-022-1/+36
| | | | copied over. Add paragraph about TMP, TEMP, and TMPDIR.
* * fhandler_registry.cc (fhandler_registry::open): Mark /proc/registryCorinna Vinschen2009-12-012-0/+7
| | | | directory and siblings as nohandle fhandler.
* config:Joseph Myers2009-11-302-0/+10
| | | | | | | | | | | | | | | | | | | | | | | * largefile.m4 (ACX_LARGEFILE): Require AC_CANONICAL_HOST and AC_CANONICAL_TARGET. bfd: * configure: Regenerate. binutils: * configure: Regenerate. gas: * configure: Regenerate. gdb: * configure: Regenerate. gprof: * configure: Regenerate. ld: * configure: Regenerate.
* * speclib: Use last dll found since that's the real name of the cygwin DLL.Christopher Faylor2009-11-302-1/+6
|
* * setfacl.c (getaclentry): Allow to delete default entries for theCorinna Vinschen2009-11-292-3/+17
| | | | owner and owner group.
* 2009-11-29 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2009-11-282-2/+6
| | | | * include/_mingw.h: Increment version to 3.17.
* 2009-11-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2009-11-282-1/+40
| | | | | * mingwex/gdtoa/misc.c: Fix security vulnerability in gdtoa: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0689
* * common.h (ELFOSABI_FENIXOS, EM_TI_C6000, EM_TI_C2000,Joseph Myers2009-11-282-3/+11
| | | | | EM_TI_C5500, EM_CUDA): Define. (EM_res140, EM_res141, EM_res142): Remove.
* * fhandler_disk_file.cc (fhandler_base::fstat_helper): Fix typos inCorinna Vinschen2009-11-272-5/+12
| | | | | comments. Always open file synchronized when reading header bytes, otherwise suffer stack corruption.
* * cygcheck.cc (dump_sysinfo): Fix typo in products.Corinna Vinschen2009-11-272-1/+5
|
* * dtable.cc (dtable::stdio_init): Use GetCurrentProcess() rather thanCorinna Vinschen2009-11-262-3/+13
| | | | | hMainProc as process handle when duplicating the stdout handle. Explain why. Add Win32 error code to debug output.
* * rx/rx.ld: Place .sbss properly.DJ Delorie2009-11-253-0/+7
| | | | * rx/rx-sim.ld: Likewise.
* * zlib.m4: New file.Joel Brobecker2009-11-242-0/+22
|
* [sim]DJ Delorie2009-11-242-0/+59
| | | | | | | | | * rx: New directory. * configure.ac: Add entry for Renesas RX. * configure: Regenerate. [include/gdb] * sim-rx.h: New.
* Use NetBSD fix for CVE-2009-0689 security vulnerability.Corinna Vinschen2009-11-234-2/+20
| | | | | | | | * libc/include/sys/reent.h (_Kmax): Define here based on the sizeof size_t, as in latest NetBSD. * libc/reent/reent.c (_reclaim_reent): Use _Kmax rather than constant value 15. * libc/stdlib/mprec.c (_Kmax): Don't define here. Explain why.
* * fhandler_socket.cc (fhandler_socket::fixup_before_fork_exec): AddCorinna Vinschen2009-11-233-5/+25
| | | | | | | | socket handle value to debug output. (fhandler_socket::fixup_after_fork): Ditto. Make new socket handle OVERLAPPED, just as if it has been created with socket(). * net.cc (fdsock): Close duplicated socket and explain why. Disable the entire WSADuplicateSocket test for now and explain why.
* * fhandler_socket.cc (fhandler_socket::set_close_on_exec): Only callCorinna Vinschen2009-11-232-2/+12
| | | | fhandler_base::set_close_on_exec for inheritable sockets.
* * cgen.h: Include bfd_stdint.h.Doug Evans2009-11-232-0/+11
| | | | (CGEN_INSN_LGSINT, CGEN_INSN_LGUINT): New types.
* * globals.cc (ro_u_dll): New R/O unicode string.Corinna Vinschen2009-11-213-0/+13
| | | | | * syscalls.cc (nt_path_has_executable_suffix): Add ro_u_dll to blessed_executable_suffixes array. Explain why.
* 2009-20-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2009-11-212-1/+5
| | | | * include/shlobj.h (SHParseDisplayName): Fix definition.
* 2009-20-10 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe2009-11-213-3/+8
| | | | | * include/w32api.h: Increment version to 3.14. * Makefile.in: Ditto.
* 2009-20-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2009-11-212-0/+7
| | | | | | * include/shlobj.h (SHParseDisplayName): Define. Thanks to James Roberts-Thomson for the report.
* 2009-20-10 Chris Sutcliffe <ir0n3h4d@users.sourceforge.net>Chris Sutcliffe2009-11-212-1/+7
| | | | | | * include/wingdi.h (ENHMFENUMPROC): Correct definition. Thanks to Alexander Vassilev for the report.
* 2009-20-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2009-11-212-1/+7
| | | | | | * include/iprtrmib.h (MIB_IPADDRROW): Correct definition. Thanks to Thomas Denk for the report.
* 2009-20-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2009-11-212-1/+7
| | | | | | * include/winbase.h (UnmapViewOfFile): Correct definition. Thanks to Dimitry Sibiryakov for the report.
* 2009-20-10 Aleksey Chernov <virxkane@users.sourceforge.net>Chris Sutcliffe2009-11-202-0/+6
| | | | * include/sspi.h: Include ntsecapi.h to correct postgresql build error.
* 2009-20-10 Heiko Hund <heiko@ist.eigentlich.net>Chris Sutcliffe2009-11-203-0/+13
| | | | | * include/commctrl.h (GetMUILanguage, InitMUILanguage): Add prototypes. * lib/comctl32.def (GetMUILanguage, InitMUILanguage): Define.
* 2009-20-10 Michael James <james.me@gmail.com>Chris Sutcliffe2009-11-204-1/+23
| | | | | | | | | | * include/wingdi.h (CLEARTYPE_QUALITY): Define. * include/winuser.h (WM_KEYLAST): Alternative definition when _WIN32_WINNT >= 0x0501. (WM_UNICHAR,UNICODE_NOCHAR): Define. * lib/comctl32.def (DefSubclassProc@16,GetWindowSubclass@16, RemoveWindowSubclass@12): Add exports. * lib/gdi32.def (GetDCBrushColor@4,GetDCPenColor@4): Add exports.
* 2009-20-10 Jarkko Sakkinen <jarkko.sakkinen@iki.fi>Chris Sutcliffe2009-11-203-0/+61
| | | | | | | | | | | | * include/winuser.h (WM_TOUCHMOVE, WM_TOUCHDOWN, WM_TOUCHUP, TOUCHEVENTF_DOWN, TOUCHEVENTF_INRANGE, TOUCHEVENTF_MOVE, TOUCHEVENTF_NOCOALESCE, TOUCHEVENTF_PALM, TOUCHEVENTF_PEN, TOUCHEVENTF_PRIMARY, TOUCHEVENTF_UP, TOUCHEVENTMASKF_CONTACTAREA, TOUCHEVENTMASKF_EXTRAINFO, TOUCHEVENTMASKF_TIMEFROMSYSTEM, TOUCHINPUT, CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow, RegisterTouchWindow, UnregisterTouchWindow): Define. * lib/user32.def (CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow, RegisterTouchWindow, UnregisterTouchWindow): Define.
* 2009-20-10 Dmitry Potapov <dpotapov@users.sourceforge.net>Chris Sutcliffe2009-11-202-2/+6
| | | | * include/winver.h (VerQueryValue[AW]): Correct definition.
* 2009-20-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2009-11-202-2/+22
| | | | | | | * include/shlobj.h (SHARD): Add enum. (SHARD_PATH): Define based on UNICODE. Thanks to Jacek Caban for the report.
* * libc/machine/rx/strncat.S (_strncat): Replace use of r6Nick Clifton2009-11-202-4/+9
| | | | (call-saved) with r14 (call-used).
* sync config with gcc:Paolo Bonzini2009-11-202-1/+5
| | | | | | 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * acx.m4 (ACX_CHECK_CYGWIN_CAT_WORKS): Use = with test.
* 2009-11-20 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2009-11-203-12/+23
| | | | | * config.guess: Sync with upstream and gcc. * config.sub: Sync with upstream and gcc.
* * flock.cc (fhandler_disk_file::lock): Disable a shortcut from theCorinna Vinschen2009-11-182-0/+11
| | | | original BSD code, but keep it in and documented why we can't use it.
* 2009-11-18 Dave Korn <dave.korn.cygwin@googlemail.com>Jeff Johnston2009-11-183-0/+8
| | | | | | * libm/machine/i386/f_tan.S (_f_tan): Free fp stack register containing useless constant before advancing fp sp over it. (_f_tanf): Likewise.
* * overview2.sgml (ov-hi-files): Remove reference to root directory whenCorinna Vinschen2009-11-182-13/+24
| | | | | explaining fstab content. Add paragraph about Extended Attributes. Discourage chroot.