Commit Graph

  • b9726f76c7 * MAINTAINERS: Update dejagnu/ Andrew Cagney 2002-04-07 19:17:07 +0000
  • 6e6cd5bde6 2002-04-04 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-04-04 22:41:11 +0000
  • 244a8fae42 * include/math.h (DOMAIN, SING, OVERFLOW, UNDERFLOW, TLOSS, PLOSS): Move oldname defines back, following the underscored names. Danny Smith 2002-04-04 08:54:50 +0000
  • 932e88a3bc new description for old api. Christopher Faylor 2002-04-04 05:28:49 +0000
  • fa4a16a17a 2002-04-03 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-04-03 22:46:21 +0000
  • e432b38efe * include/objidl.h (IRunningObjectTable.Register): Correct prototype. * include/wtypes.h (ROTFLAGS_REGISTRATIONKEEPSALIVE, ROTFLAGS_ALLOWANYCLIENT): Add defines. * include/wtypes.h (enum tagCLSCTX): Change formatting. Danny Smith 2002-04-02 09:00:14 +0000
  • d4dca0e42e 2002-04-01 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-04-01 23:06:21 +0000
  • 54a7c6d2be 2002-04-01 Till Straumann <strauman@SLAC.Stanford.EDU> Jeff Johnston 2002-04-01 22:29:40 +0000
  • 3b71b99abd merge from gcc DJ Delorie 2002-04-01 22:01:10 +0000
  • cb01b9eadb * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define. Danny Smith 2002-03-31 20:45:38 +0000
  • 06bdee1cf6 * include/stdio.h (_snwprintf): Correct spelling. (_vsnwprintf): Likewise. * include/wchar.h (_snwprintf): Correct spelling. (_vsnwprintf): Likewise. Danny Smith 2002-03-30 01:38:27 +0000
  • 6c893868bf * include/wingdi.h (SetPixelFormat): Correct prototype. * include/richedit.h (EM_SHOWSCROLLBAR): Add define. Danny Smith 2002-03-30 01:03:22 +0000
  • 8996623b78 * times.cc (gettimeofday): Fix typo in previous patch. Christopher Faylor 2002-03-28 05:20:53 +0000
  • 7d7524e57d * times.cc (gettimeofday): Revert to setting timezone info if tz != NULL. Christopher Faylor 2002-03-28 04:56:06 +0000
  • c82479b1e3 * libc/include/sys/features.h (_POSIX_SEMAPHORES): New Cygwin define. Christopher Faylor 2002-03-28 04:26:49 +0000
  • eba631d6a9 * moldname.def.in (__MSVCRT__): Replace with !(__CRTDLL). (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. Danny Smith 2002-03-26 22:23:25 +0000
  • fb1c4e20f4 * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS): Add defines. Danny Smith 2002-03-26 21:20:53 +0000
  • 43ecf6e828 * libc/machine/sh/memcpy.S (Large): Fix alignment rounding. Store high part of leading bytes too. Joern Rennecke 2002-03-26 17:22:16 +0000
  • a485d93f10 * libm/math/ef_hypot.c: Increase scale factor to 68. Richard Sandiford 2002-03-22 11:25:15 +0000
  • 2f3126f6ec * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Always set st_[ug]id to value derived from get_file_attributes. Christopher Faylor 2002-03-22 04:27:52 +0000
  • 45d2ea8a52 * spawn.cc (find_exec): Return input if file not found. Christopher Faylor 2002-03-22 03:24:30 +0000
  • e7ac2b2299 add eol to end Christopher Faylor 2002-03-21 05:52:21 +0000
  • 4728007427 expand entry on dir file, may need to update it after installing packages. David Starks-Browning 2002-03-20 23:53:50 +0000
  • ba2e67d174 new subsection "Is there a Cygwin port of GNU Emacs?" with pointer to cygwin-mount.el, and details about "emacs -nw" vs. "xemacs -nw". David Starks-Browning 2002-03-20 23:48:16 +0000
  • 3d27e4aaa5 add "cygwish80.exe" to list of tcl/tk apps that do not understand paths David Starks-Browning 2002-03-20 23:14:30 +0000
  • d5ded091b6 remove "not yet updated" for preprocessor, GUI programming entries. David Starks-Browning 2002-03-20 23:12:26 +0000
  • bab8194c80 remove "Where can I get f77 and objc components for B20 EGCS 1.1?" (it can't possibly be relevant any more...) David Starks-Browning 2002-03-20 23:02:51 +0000
  • 00a4a21d24 update (make problem solved, cvs+ssh problem solved) David Starks-Browning 2002-03-20 23:01:09 +0000
  • cfaf7d8891 remove "not yet updated" warning for queue slots, df entries. David Starks-Browning 2002-03-20 22:34:40 +0000
  • 99dbafacb6 * poll.cc (poll): Add support for invalid descriptors. Corinna Vinschen 2002-03-19 17:12:49 +0000
  • 7a9f3efb1b * mkgroup.c (usage): Use one just fprintf + string concatenation for output message. (print_version): Add void to function type and update copyright. Christopher Faylor 2002-03-19 15:48:40 +0000
  • 22a9157c7c * mkgroup.c (usage): Simplify usage output. Generalize to allow use for help. Correct '?' typo to 'h'. (longopts): Add version option. (opts): Add 'v' version option. (print_version): New function. (main): Accommodate new version option. Accommodate usage parameter changes. Use usage to output help message. Corinna Vinschen 2002-03-19 15:28:13 +0000
  • b035997120 2002-03-15 Robert Collins <rbtcollins@hotmail.com> Robert Collins 2002-03-19 04:39:01 +0000
  • 0379a6552d Add AIX 64 shared library support and emulation layer for binutils Nick Clifton 2002-03-18 12:46:15 +0000
  • 089b3bd71b * ltmain.sh (relink_command): Fix typo in previous change. Alexandre Oliva 2002-03-16 14:43:09 +0000
  • 0be8bd321b [ gas/ChangeLog ] 2002-03-15 Chris G. Demetriou <cgd@broadcom.com> Chris Demetriou 2002-03-16 03:09:18 +0000
  • d40c5645f1 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it. (relink_command): Added --tag flags. (mode=install): If relinking fails; error out. Alexandre Oliva 2002-03-15 23:05:24 +0000
  • 59a2339f27 * cygserver.cc: Include stdlib.h for exit declaration. * threaded_queue.cc: Ditto. Christopher Faylor 2002-03-15 21:52:05 +0000
  • ca17537785 * pinfo.cc (pinfo::init): Use PID_ALLPIDS flag to control when a redirected block should be marked as nonexistent. (winpids::add): Use PID_ALLPIDS when looking for all pids. * cygwin.h (PID_ALLPIDS): New enum element. Christopher Faylor 2002-03-15 21:49:12 +0000
  • eeec2a4835 2002-03-15 Corinna Vinschen <corinna@vinschen.de> Corinna Vinschen 2002-03-15 14:53:55 +0000
  • 2f26318784 * glob.c (stat32_to_STAT): New function. (g_lstat): Call user space functions always with 32 bit struct stat as a workaround. (g_stat): Ditto. * include/glob.h (struct glob): Don't prototype function pointers when compiling Cygwin. Corinna Vinschen 2002-03-15 10:12:31 +0000
  • 4af6d4a9ab * pinfo.cc (pinfo::init): Properly handle execed process stub when PID_NOREDIR is specified. Christopher Faylor 2002-03-14 23:14:19 +0000
  • e10c087bd6 Fix ChangeLog Christopher Faylor 2002-03-14 15:34:32 +0000
  • 6ea9c71656 * poll.cc: Remove variable open_fds, rearrange and add code to fix settings of revents. Corinna Vinschen 2002-03-14 12:15:31 +0000
  • 62a963ee4d * libc/machine/mips/strlen.c (strlen) [__mips16]: Fix off-by-two error. Alexandre Oliva 2002-03-14 02:41:43 +0000
  • bbe0913914 * mmap.cc (mmap_record::map_map): Return -1 if VirtualProtect fails. (list::erase): New method with no argument. Erase latest record added. (mmap64): Fail if map_map() fails. Corinna Vinschen 2002-03-13 20:54:57 +0000
  • 5289f34254 * include/richedit.h (RICHEDIT_CLASS): UNICODE it. * include/shlobj.h (IContextMenu2): Put methods in right order. * include/basetyps.h (REFGUID, REFIID, REFCLSID): Check for CINTERFACE before defining. Danny Smith 2002-03-13 20:00:16 +0000
  • 73ea29f42c whitespace cleanup, update copyright Christopher Faylor 2002-03-13 02:34:05 +0000
  • 2b1c041081 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit .NOTPARALLEL tag. (do-check): Rename from check. (check): Allow parallel check. Richard Henderson 2002-03-13 01:19:29 +0000
  • c53d845331 2002-03-12 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-03-12 21:31:56 +0000
  • d2a246ad72 2002-03-12 Richard Earnshaw <rearnsha@arm.com> Jeff Johnston 2002-03-12 21:25:12 +0000
  • cb4589f49d * sysconf.cc (sysconf): Fix condition. Corinna Vinschen 2002-03-12 08:57:22 +0000
  • 1f77d71b4c remove erroneous part of comment Christopher Faylor 2002-03-12 03:36:01 +0000
  • de8af572fd * Makefile.in (.NOTPARALLEL): Add fake tag. Richard Henderson 2002-03-12 01:07:47 +0000
  • 168f27437f Fix my last ChangeLog entry. Danny Smith 2002-03-11 20:58:00 +0000
  • 2817e0dc89 * mmap.cc (msync): Check area given by addr and len for being a contigeous mmap'd region. Corinna Vinschen 2002-03-11 20:23:09 +0000
  • af53a09c70 * kill.cc (usage): Move to top of file. (getsig): Ditto. (forcekill): Ditto. Christopher Faylor 2002-03-11 18:33:02 +0000
  • 713fb38b7c * fork.cc (fork_child): Call fixup_mmaps_after_fork() before closing parent process handle. Call fixup_mmaps_after_fork() with parent process handle as parameter. * mmap.cc (mmap_record::access): New method. (fixup_mmaps_after_fork): Take process handle as parameter. In case of FILE_MAP_COPY access, copy valid memory regions to child. * pinfo.h (fixup_mmaps_after_fork): Change prototype accordingly. Corinna Vinschen 2002-03-11 17:57:22 +0000
  • eabb48d53d Add MIPS specific string/memory functions Michael Meissner 2002-03-11 15:44:35 +0000
  • a4e142b6bc gdb/: 2002-03-10 Daniel Jacobowitz <drow@mvista.com> Daniel Jacobowitz 2002-03-11 00:01:11 +0000
  • cf62424b92 * include/accctrl.h, aclapi.h, basetsd.h, basetyps.h, cderr.h, cguid.h, commctrl.h, commdlg.h, cpl.h, cplext.h, custcntl.h, dbt.h, dde.h, ddeml.h, dlgs.h, excpt.h, httpext.h, imagehlp.h, imm.h, initguid.h, intshcut.h, ipexport.h, iphlpapi.h, ipifcons.h, iprtrmib.h, iptypes.h, isguids.h, largeint.h, lm.h, lmaccess.h, lmalert.h, lmapibuf.h, lmat.h, lmaudit.h, lmbrowsr.h, lmchdev.h, lmconfig.h, lmcons.h, lmerr.h, lmerrlog.h, lmmsg.h, lmremutl.h, lmrepl.h, lmserver.h, lmshare.h, lmsname.h, lmstats.h, lmsvc.h, lmuse.h, lmuseflg.h, lmwksta.h, lzexpand.h, mapi.h, mciavi.h, mcx.h, mmsystem.h, mswsock.h, nb30.h, nddeapi.h, nspapi.h, ntdef.h, ntsecapi.h, ntsecpkg.h, oaidl.h, objbase.h, objfwd.h, objidl.h, odbcinst.h, ole.h, ole2.h, ole2ver.h, oleauto.h, olectl.h, olectlid.h, oledlg.h, oleidl.h, pbt.h, prsht.h, psapi.h, rapi.h, ras.h, raserror.h, rassapi.h, regstr.h, richedit.h, richole.h, rpc.h, rpcdce.h, rpcdce2.h, rpcdcep.h, rpcndr.h, rpcnsi.h, rpcnsip.h, rpcnterr.h, rpcproxy.h, schannel.h, schnlsp.h, scrnsave.h, security.h, setupapi.h, shellapi.h, shlguid.h, shlobj.h, sql.h, sqlext.h, sqltypes.h, sqlucode.h, sspi.h, subauth.h, tlhelp32.h, unknwn.h, userenv.h, w32api.h, winbase.h, wincon.h, wincrypt.h, windef.h, windows.h, windowsx.h, winerror.h, wingdi.h, wininet.h, winioctl.h, winnetwk.h, winnls.h, winnt.h, winperf.h, winreg.h, winresrc.h, winsock.h, winsock2.h, winspool.h, winsvc.h, winuser.h, winver.h, ws2tcpip.h, wsnetbs.h, wtypes.h, zmouse.h: Add #pragma GCC system_header if __GNUC__ >= 3. * include/mapi.h: Change header guard name to _MAPI_H for consistency. Danny Smith 2002-03-09 09:04:10 +0000
  • 96a3b54498 * include/accctrl.h (_ACCCTRL_H): Correct typo. Remove unnecessary inclusion of <wtypes.h> * ChangeLog: Fix omission of name in recent entries. Danny Smith 2002-03-08 08:17:19 +0000
  • 63acbade27 2002-03-07 H.J. Lu (hjl@gnu.org) H.J. Lu 2002-03-07 17:47:03 +0000
  • c8c3824dc8 * autoload.cc (NetGetDCName): Add symbol. (NetServerEnum): Remove symbol. * security.cc (get_lsa_srv_inf): Call NetGetDCName() instead of NetServerEnum() since it's faster. Don't call it at all if machine is not a domain member. Corinna Vinschen 2002-03-07 14:32:53 +0000
  • b56dedef3e * cygcheck.cc: Reformat. Christopher Faylor 2002-03-07 03:13:17 +0000
  • b9262dd919 * cygcheck.cc (longopts): Use correct short option for --version. Christopher Faylor 2002-03-07 03:06:28 +0000
  • 6a34460970 * cygpath.cc: Reformat. * cygpath.cc (print_version): New function. (main): Accommodate new version function. Initialize 'o' to prevent warning. * cygcheck.cc (main): Eliminate non-GNU formatting glitch. Christopher Faylor 2002-03-07 03:00:14 +0000
  • 9420d2b833 * path.cc (normalize_posix_path): Avoid runs of '.'s > 2. Christopher Faylor 2002-03-07 01:31:08 +0000
  • 2a606041a1 2002-03-06 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-03-06 23:14:17 +0000
  • b7410006b9 * include/mswsock.h: Group winsock2 dependants together and protect with #ifdef _WINSOCK2_H. * lib/test.c: Only test ws2tcpip.h if winsock2.h has been included. Danny Smith 2002-03-06 11:31:47 +0000
  • 55f26f1194 * Makefile.am (lib_a_SOURCES, SH64 case): Add memcpy.S, memset.S and strcpy.S. * Makefile.in: Regenerate. * asm.h (_ENTRY): Set SH5 alignment to 8 bytes. (SHHI, SHLO): Define. * memcpy.S: Add code for SH5. * memset.S: Likewise. * strcpy.S: Likewise. Joern Rennecke 2002-03-06 10:43:18 +0000
  • 6f6aa16f75 Remove floatformat_arm_ext. Andrew Cagney 2002-03-06 06:29:41 +0000
  • 8d3db0afbe * include/mswsock.h (TP_*): Add new defines. (TRANSMIT_PACKETS_ELEMENT): Define new structure. (WSAMSG): Likewise. (WSACMSGHDR): Likewise. (DisconnectEx): Add new prototype. (WSARecvMsg): Likewise. (WSA_CMSG_*) Add empty macros, guarded by #if 0. Danny Smith 2002-03-05 22:40:30 +0000
  • 07a21bce5b * errno.cc: Change EPERM associated text to "Operation not permitted" throughout. Christopher Faylor 2002-03-05 18:11:20 +0000
  • 1d25d6f87e Update copyright. Christopher Faylor 2002-03-05 18:03:32 +0000
  • eeac69d835 * fhandler_socket.cc (fhandler_socket::close): Respond to signals while looping, waiting for socket to close. Superstitiously clear last error when WSAEWOULDBLOCK. Christopher Faylor 2002-03-05 18:02:53 +0000
  • 241a7c5a8c 2002-03-05 Robert Collins <rbtcollins@hotmail.com> Robert Collins 2002-03-05 12:58:24 +0000
  • ad2864f4c8 * include/sys/termios.h: Define _POSIX_VDISABLE. Define CCEQ macro. * fhandler_termios.cc: Include <sys/termios.h>. (line_edit): Recognize disabled c_cc[] chars. Ignore VDISCARD when not in ICANON mode. Corinna Vinschen 2002-03-05 08:15:28 +0000
  • 8cd4824313 * pdp11.h: Add format codes for float instruction formats. Alan Modra 2002-03-05 03:09:01 +0000
  • 96ef4a6d4d bump copyright Christopher Faylor 2002-03-05 02:23:39 +0000
  • 59149930a3 * syscalls.cc (truncate64): Use ftruncate64 directly to not lose upper 32 bits. Corinna Vinschen 2002-03-04 16:47:41 +0000
  • 7c3617cc0a 2002-03-04 Robert Collins <rbtcollins@hotmail.com> Robert Collins 2002-03-04 08:45:40 +0000
  • 038c71f10c 2002-03-04 Robert Collins <rbtcollins@hotmail.com> Robert Collins 2002-03-04 08:12:53 +0000
  • 67be0adb71 2002-03-04 Robert Collins <rbtcollins@hotmail.com> Robert Collins 2002-03-04 07:22:08 +0000
  • 74c3173ade 2002-03-04 Robert Collins <rbtcollins@hotmail.com> Robert Collins 2002-03-03 21:46:38 +0000
  • 009314a45d 2002-03-03 Robert Collins <rbtcollins@hotmail.com> Robert Collins 2002-03-03 12:52:59 +0000
  • 70228d7e07 fix reg key typo "Red Hat, Inc." -> "Cygnus Solutions" David Starks-Browning 2002-03-03 11:44:46 +0000
  • 42b5d90c0a add details about missing cygintl.dll, cygreadline5.dll, ... David Starks-Browning 2002-03-03 11:37:35 +0000
  • 82de6f7027 update bash+nt-emacs entry for Emacs 21.1 and JDE->JDEE. David Starks-Browning 2002-03-03 11:13:21 +0000
  • 2550d8015b "setup.exe" -> "Cygwin Setup" throughout. Other minor changes throughout. David Starks-Browning 2002-03-03 10:57:57 +0000
  • 6c766d2095 * ChangeLog: Fix typo in last entry. * include/winsock2.h (IPPROTO_*): Add IPv6 defines. * include/ws2tcpip.h: (IP_*): Add new defines. (INET_ADDRSTRLEN, INET6_ADDRSTRLEN): Add defines. (NI_*): Add getnameinfo constants and bitmasks. (AI_*): Add getaddrinfo flags. (EAI_*): Add getaddrinfo error codes. (ip_mreq_source): Add new structure. (ip_msfilter): Add new structure. (IP_MSFILTER_SIZE): Add new macro. (in_pktinfo): Add new structure. Add preliminary IPv6 support. (in6_addr): Add new structure and some defines. (sockaddr_in6): Add new structure. (in6addr_any, in6addr_loopback): Declare extern structures. (IN6ADDR_ANY_INIT,IN6ADDR_LOOPBACK_INIT): Add initialization macros for above. (IN6_ARE_ADDR_EQUAL): Define macro. (IN6_IS_ADDR_*): Define address testing macros. (socklen_t) Add new typedef. (ipv6_mreq): Add new structure. (in6_pktinfo): Same. (addrinfo): Same. (freeaddrinfo):Add new prototype. (getaddrinfo): Same. (gai_strerror[AW]): Same. (getnameinfo): Same. (sockaddr_in6_old): Add structure. (sockaddr_gen): Add union definition. (INTERFACE_INFO): Use sockaddr_gen as members. (INTERFACE_INFO_OLD): Add comment on workaround for problems with INTERFACE_INFO on NT4 prior to sp4. . Danny Smith 2002-03-02 10:49:56 +0000
  • ee6cc465f6 * overview.sgml: Fix 'more more' typo. Christopher Faylor 2002-03-01 21:40:45 +0000
  • 06e2f4c39e * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for libjava. (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava. Alexandre Oliva 2002-03-01 00:52:59 +0000
  • e77292877c * times.cc: Remove if 0'd code. Clean up slightly. Christopher Faylor 2002-02-28 19:36:11 +0000
  • 7a43dbe39b * times.cc: Remove if 0'd code. Clean up slightly. Christopher Faylor 2002-02-28 19:06:42 +0000
  • f449bfef40 2002-02-28 Robert Collins <rbtcollins@hotmail.com> Robert Collins 2002-02-28 14:30:38 +0000
  • 062401c9b4 2002-02-28 Robert Collins <rbtcollins@hotmail.com> Robert Collins 2002-02-28 13:50:41 +0000
  • 5c48da9a28 * fdl.texi: New file. Andrew Cagney 2002-02-28 03:34:36 +0000
  • 14fdd4415f Update options Christopher Faylor 2002-02-28 00:08:52 +0000
  • fd2ded00a7 * include/windows.h; Remove test for __W32API_MAJOR_VERSION when selecting winsock interface. * include/winsock.h (SOCKET_ADDRESS_LIST): Add structure definition and typedefs. Expand FIXME comment. (WSACOMPLETIONTYPE): Add enum. (WSACOMPLETION): Add structure and typedefs. (WSANSPIoctl): Add function prototpe and callback typedef. (SIO_NSP_NOTIFY_CHANGE): Add define. (sockaddr_storage): Add structure and typedefs. Danny Smith 2002-02-28 00:03:11 +0000