summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * acinclude.m4 (CYG_AC_PATH_TCLCONFIG): Search the win/ directory,Keith Seitz2002-04-152-0/+34
| | | | | too. (CYG_AC_PATH_TKCONFIG): Likewise.
* Sync with gccDJ Delorie2002-04-154-183/+659
|
* 2002-04-15 Hans-Peter Nilsson <hp@bitrange.com>Jeff Johnston2002-04-152-7/+13
| | | | | * d30v/syscalls.c: #include <time.h>. Don't use multi-line strings.
* 2002-04-15 Hans-Peter Nilsson <hp@bitrange.com>Jeff Johnston2002-04-152-12/+16
| | | | * m32r/trapmon0.c (__trap0): Don't use multi-line strings.
* remove obsolete comment.Christopher Faylor2002-04-151-3/+0
|
* * libc/stdlib/mallocr.c (malloc_extend_top): If correction sbrkAlexandre Oliva2002-04-132-4/+16
| | | | fails, don't bail out, and try to correct next time.
* * libc/include/sys/config.h: Include limits.h.Alexandre Oliva2002-04-132-0/+6
|
* 2002-04-12 Eric Norum <eric.norum@usask.com>Jeff Johnston2002-04-122-0/+12
| | | | | | | | * libc/sys/rtems/crt0.c (rtems_gxx_mutex_init): Dummy routine to allow autoconf to determine that building executables for rtems works. (rtems_gxx_mutex_lock, rtems_gxx_mutex_unlock): Ditto. (rtems_gxx_mutex_once): Ditto.
* * net.cc (cygwin_accept): Set socket type for accepted socket.Corinna Vinschen2002-04-123-8/+40
| | | | | | | | | | | | | (socketpair): Set socket type for both sockets. From Egor Duda <deo@logos-m.ru>: * fhandler.h (class fhandler_socket): New member to store socket type. (fhandler_socket::get_socket_type): Access it. (fhandler_socket::set_socket_type): Ditto. * net.cc (cygwin_socket): Store socket type. (cygwin_connect): Disable security checks for connectionless sockets. (cygwin_accept): Ditto.
* sync with gccDJ Delorie2002-04-126-8/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk> * acinclude.m4: Fix spelling error of "separate" as "seperate". 2001-05-22 Jason Merrill <jason_merrill@redhat.com> * mt-linux (CXXFLAGS_FOR_TARGET): Lose -fvtable-thunks. 2001-01-27 Richard Henderson <rth@redhat.com> * mt-alphaieee: New file. 2001-01-02 Laurynas Biveinis <lauras@softhome.net> * mh-djgpp: do not set CFLAGS. 2000-08-04 Mark Elbrecht <snowball3@bigfoot.com> * mh-djgpp: Conditionally set 'target_alias' to djgpp. Conditionally modify 'gcc_version'. 2000-07-21 Andrew Haley <aph@cygnus.com> * mh-ia64pic: New file. * mt-ia64pic: New file.
* reorder cmpsd, movsdAlan Modra2002-04-112-3/+4
|
* * i386.h: Add intel mode cmpsd and movsd.Alan Modra2002-04-112-0/+10
|
* * configure.in: Add *-*-freebsd* configurations.DJ Delorie2002-04-102-0/+13
|
* * include/w32api.h: Increment version.Earnie Boyd2002-04-093-3/+8
| | | | * Makefile.in: Ditto.
* * cygwin.din: Add strptime.Christopher Faylor2002-04-093-1/+9
| | | | * include/cygwin/version.h: Increment API version number.
* * include/_mingw.h: Increment version.Earnie Boyd2002-04-093-3/+8
| | | | * Makefile.in: Ditto.
* * Makefile.in: Use bzip2 compression for Cygwin target.Earnie Boyd2002-04-092-3/+15
|
* * Makefile.in (bindist): Use * instead of . for file list for tarEarnie Boyd2002-04-092-1/+6
| | | | command.
* Fix typo.Tom Rix2002-04-092-1/+5
|
* * moldname-crtdll.def: Remove CR from end of line.Earnie Boyd2002-04-093-284/+289
| | | | * moldname-msvcrt.def: Ditto.
* 2002-04-09 Mark Bradshaw <bradshaw@staff.crosswalk.com>Jeff Johnston2002-04-095-3/+452
| | | | | | | * libc/include/time.h: Fix strptime declaration. * libc/time/Makefile.am: Add strptime.c. * libc/time/Makefile.in: Regenerated. * libc/time/strptime.c: New file.
* * fork.cc (fork_child): Call fixup_mmaps_after_fork() somewhat earlier.Corinna Vinschen2002-04-092-3/+7
|
* * fhandler.cc (fhandler_base::open): Set read-only bit inCorinna Vinschen2002-04-092-6/+15
| | | | file_attributes when adequate.
* 2002-04-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-04-085-7/+72
| | | | | | | | * libc/sys/linux/include/setjmp.h: Add sigjmp_buf type, siglongjmp prototype, and sigsetjmp macro definition. * libc/sys/linux/siglongjmp.c: New file. * libc/sys/linux/Makefile.am: Add support for siglongjmp. * libc/sys/linux/Makefile.in: Regenerated.
* * Makefile.in (do-tar-bz2): Delete rule. Replace with ...Andrew Cagney2002-04-072-9/+61
| | | | | | | | | | | (do-tar, do-bz2): New rules. (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2. (gdb-tar): New rule. (gdb-taz): Rewrite. Use gdb-tar and do-bz2. (insight_dejagnu.tar): New rule. (insight.tar): New rule. (gdb+dejagnu.tar): New rule. (gdb.tar): New rule.
* * MAINTAINERS: Update dejagnu/Andrew Cagney2002-04-072-3/+10
|
* 2002-04-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-04-0411-11/+453
| | | | | | | | | | | | | | | * Makefile.am: Add support for installing crt1.o if one exists. * configure.host: Specify crt1.o for linux. * configure.in: Expose CRT1 and CRT1_DIR for Makefile.am to use. * Makefile.in: Regenerated. * configure: Ditto. * libc/include/sys/unistd.h (_SC_STREAM_MAX, _SC_PRIORITY_SCHEDULING): Added for non-Cygwin, non-RTEMS configurations. * libc/sys/linux/Makefile.am: Add support for crt1 and sysconf. * libc/sys/linux/Makefile.in: Regenerated. * libc/sys/linux/crt1.c: New empty file to override one defaulted by gcc. This fixes problem with reconfiguring linux newlib build. * libc/sys/linux/sysconf.c: New file.
* * include/math.h (DOMAIN, SING, OVERFLOW, UNDERFLOW,Danny Smith2002-04-042-12/+19
| | | | | TLOSS, PLOSS): Move oldname defines back, following the underscored names.
* new description for old api.Christopher Faylor2002-04-041-0/+13
|
* 2002-04-03 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-04-0344-91/+8369
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.host: Add support for machine subdirectory of sys subdirectory. * configure.in: Add check for sys machine subdirectory. * Makefile.am: Ditto. * configure: Regenerated. * Makefile.in: Ditto. * libc/sys/linux/crt0.c: Moved to machine/i386 directory. * libc/sys/linux/sys/syscall.h: Ditto. * libc/sys/linux/sleep.c: New file. * libc/sys/linux/socket.c: Ditto. * libc/sys/linux/sockops.h: Ditto. * libc/sys/linux/stack.c: Ditto. * libc/sys/linux/usleep.c: Ditto. * libc/sys/linux/machine/Makefile.am: Ditto. * libc/sys/linux/machine/Makefile.in: Ditto. * libc/sys/linux/machine/aclocal.m4: Ditto. * libc/sys/linux/machine/configure: Ditto. * libc/sys/linux/machine/configure.in: Ditto. * libc/sys/linux/machine/i386/Makefile.am: Ditto. * libc/sys/linux/machine/i386/Makefile.in: Ditto. * libc/sys/linux/machine/i386/aclocal.m4: Ditto. * libc/sys/linux/machine/i386/configure: Ditto. * libc/sys/linux/machine/i386/configure.in: Ditto. * libc/sys/linux/machine/i386/crt0.c: Ditto. * libc/sys/linux/machine/i386/sigset.c: Ditto. * libc/sys/linux/machine/i386/sigstack.h: Ditto. * libc/sys/linux/machine/i386/socketcall.h: Ditto. * libc/sys/linux/machine/i386/syscall.h: Ditto. * libc/sys/linux/sys/select.h: Ditto. * libc/sys/linux/configure.in: Add support for machine directory. * libc/sys/linux/Makefile.am: Ditto plus add new files above. * libc/sys/linux/Makefile.in: Regenerated. * libc/sys/linux/configure: Ditto. * libc/sys/linux/brk.c: Use machine/syscall.h instead of sys/syscall.h. * libc/sys/linux/inode.c: Ditto. * libc/sys/linux/linux.c: Ditto. * libc/sys/linux/process.c: Ditto. * libc/sys/linux/systat.c: Ditto. * libc/sys/linux/time.c: Ditto. * libc/sys/linux/wait.c: Ditto. * libc/sys/linux/ids.c: Change header plus add setfsgid/setfsuid. * libc/sys/linux/io.c: Change header plus add readv/writev. * libc/sys/linux/signal.c: Change header plus change sigsuspend to use __sigsuspend syscall. * libc/sys/linux/select.c: Change header plus change select to use _newselect syscall. * libc/sys/linux/sys/cdefs.h: Add a number of standard definitions used by glibc header files. * libc/sys/linux/sys/types.h: Add __socklen_t and __useconds_t types.
* * include/objidl.h (IRunningObjectTable.Register): CorrectDanny Smith2002-04-023-3/+16
| | | | | | | prototype. * include/wtypes.h (ROTFLAGS_REGISTRATIONKEEPSALIVE, ROTFLAGS_ALLOWANYCLIENT): Add defines. * include/wtypes.h (enum tagCLSCTX): Change formatting.
* 2002-04-01 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-04-016-12/+139
| | | | | | | | | | | | | | | | | | | | | | | * libc/include/sys/reent.h (_REENT_INIT_PTR): New macro for initializing a struct _reent that has been dynamically allocated. (_REENT_CHECK_MISC): New macro that checks _misc struct for _REENT_SMALL and does nothing otherwise. (_REENT_STRTOK_LAST): New macro for reentrant strtok. (_REENT_MBLEN_STATE): New macro for reentrant mblen. (_REENT_MBTOWC_STATE): New macro for reentrant mbtowc. (_REENT_WCTOMB_STATE): New macro for reentrant wctomb. [_REENT_SMALL](struct _misc_reent): New structure containing miscellaneous reentrant areas needed by newlib. [_REENT_SMALL](struct _reent): Add _misc pointer. [_REENT_SMALL](_REENT_INIT_MISC): New macro. * libc/string/strtok (strtok): Change to use _REENT_CHECK_MISC and _REENT_STRTOK_LAST macros. * libc/stdlib/mblen (mblen): Change to use _REENT_CHECK_MISC and _REENT_MBLEN_STATE macros. * libc/stdlib/mbtowc (mbtowc): Change to use _REENT_CHECK_MISC and _REENT_MBTOWC_STATE macros. * libc/stdlib/wctomb (wctomb): Change to use _REENT_CHECK_MISC and _REENT_WCTOMB_STATE macros.
* 2002-04-01 Till Straumann <strauman@SLAC.Stanford.EDU>Jeff Johnston2002-04-012-1/+8
| | | | * libc/stdlib/getenv_r.c (_findenv_r): Add missing ENV_UNLOCK.
* merge from gccDJ Delorie2002-04-012-3/+7
|
* * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.Danny Smith2002-03-312-0/+5
|
* * include/stdio.h (_snwprintf): Correct spelling.Danny Smith2002-03-303-7/+14
| | | | | | (_vsnwprintf): Likewise. * include/wchar.h (_snwprintf): Correct spelling. (_vsnwprintf): Likewise.
* * include/wingdi.h (SetPixelFormat): Correct prototype.Danny Smith2002-03-303-2/+11
| | | | * include/richedit.h (EM_SHOWSCROLLBAR): Add define.
* * times.cc (gettimeofday): Fix typo in previous patch.Christopher Faylor2002-03-282-2/+6
|
* * times.cc (gettimeofday): Revert to setting timezone info if tz != NULL.Christopher Faylor2002-03-282-0/+17
|
* * libc/include/sys/features.h (_POSIX_SEMAPHORES): New Cygwin define.Christopher Faylor2002-03-282-0/+5
|
* * moldname.def.in (__MSVCRT__): Replace with !(__CRTDLL).Danny Smith2002-03-267-364/+388
| | | | | | | | | | | | | | | | (wpopen): Add if !(__CRTDLL). * Makefile.in (moldname-msvcrt.def rule): Use -C, not -c to preserve comments. (moldname-crtdll.def rule): Likewise. * moldname-msvcrt.def: Regenerate. * moldname-crtdll.def: Regenerate. * include/stdio.h (wpopen):Use prototype, not a define. (_swnprintf): Add prototype. (_vswnprintf): Likewise. Tidy up whitespace. * include/wchar.h (_swnprintf): Add prototype. (_vswnprintf): Likewise. Tidy up whitespace.
* * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):Danny Smith2002-03-262-0/+7
| | | | Add defines.
* * libc/machine/sh/memcpy.S (Large): Fix alignment rounding.Joern Rennecke2002-03-262-1/+7
| | | | Store high part of leading bytes too.
* * libm/math/ef_hypot.c: Increase scale factor to 68.Richard Sandiford2002-03-222-6/+10
|
* * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Always setChristopher Faylor2002-03-222-3/+8
| | | | st_[ug]id to value derived from get_file_attributes.
* * spawn.cc (find_exec): Return input if file not found.Christopher Faylor2002-03-222-1/+7
|
* add eol to endChristopher Faylor2002-03-211-1/+1
|
* expand entry on dir file, may need to update it after installing packages.David Starks-Browning2002-03-201-0/+4
|
* new subsection "Is there a Cygwin port of GNU Emacs?" with pointer toDavid Starks-Browning2002-03-201-0/+11
| | | | cygwin-mount.el, and details about "emacs -nw" vs. "xemacs -nw".
* add "cygwish80.exe" to list of tcl/tk apps that do not understand pathsDavid Starks-Browning2002-03-201-4/+4
|