a489b37643elf/dwarf2.h: Sync with gcc version.
Jason Merrill
2002-01-28 23:26:53 +0000
9775e5a156merge from gcc
DJ Delorie
2002-01-28 22:03:14 +0000
52d91f56942002-01-27 David O'Brien <obrien@FreeBSD.org> * cgen.h (BFD_VERSION): Use BFD_VERSION_DATE instead.
David O'Brien
2002-01-28 19:15:46 +0000
4bb6112fb1* libc/include/sys/signal.h [__CYGWIN__]: Issue error message when _CYGWIN_TYPES_H is not defined.
Thomas Fitzsimmons
2002-01-28 18:03:54 +0000
5aa2ffa9622002-01-27 Daniel Jacobowitz <drow@mvista.com>
Daniel Jacobowitz
2002-01-28 04:59:30 +0000
3be1ef991b* include/winuser.h (GetWindowLongPtr[AW], SetWindowLongPtr[AW]): Add prototypes for _WIN64.
Danny Smith
2002-01-28 01:31:00 +0000
28a632779a* include/winuser.h (GWLP_*,DWLP_*): Add missing constants. (GetWindowLongPtr[AW], SetWindowLongPtr[AW]): Map them to {Get Set}WindowLong[AW], as in Win32 they are equivalent. (GetWindowLongPtr, SetWindowLongPtr): Add Unicode mappings.
Danny Smith
2002-01-27 23:42:49 +0000
a4f2440619* lib/test.c: Include wsnetbsd.h. * include/wsnetbs.h: New file.
Danny Smith
2002-01-27 23:20:56 +0000
88a820dbcc* include/malloc.h (_heapinfo): Correct structure definition. (_USEDENTRY,_FREEENTRY): Add defines. Add comment on platform support for _heap* functions. (_get_sbh_threshold): Add prototype. (_set_sbh_threshold): Likewise. (_expand): Likewise.
Danny Smith
2002-01-27 22:54:54 +0000
0dbef4a192* configure.in (*-*-netbsd*): New. Skip target-newlib, target-libiberty, and target-libgloss. Skip Java-related libraries if not supported for NetBSD on target CPU.
Jason Thorpe
2002-01-27 02:14:43 +0000
b6d314495bRemove duplicate changelog entry.
Danny Smith
2002-01-25 03:34:12 +0000
a3e23446e2* profile/profil.c: Update copyright info. * profile/profil.h: Likewise. * profile/gcrt0.c: Likewise. * profile/profil.h (PROFADDR): Cast idx to unsigned long long to avoid overflow. * profile/gmon.c: Define bzero as memset if mingw32. (monstartup): Use it.
Danny Smith
2002-01-25 03:29:55 +0000
628ef8b6bb* include/tchar.h (_TCHAR): Add missing ;.
Danny Smith
2002-01-25 03:04:46 +0000
159743c264* include/tchar.h (_TCHAR): Add typedefs.
Danny Smith
2002-01-25 03:00:36 +0000
aed69a5b0d* cygmagic: Suppress error output when figuring out if sum takes an option.
Christopher Faylor
2002-01-22 03:48:16 +0000
2c2473bcac* Makefile.in (CXXFLAGS): Ensure that important settings are preserved even when overriden by command line.
Christopher Faylor
2002-01-22 03:22:55 +0000
ad466e2f75* Makefile.in: Build intermediate cygcheck.o to force use of MINGW_CXXFLAGS. * cygcheck.cc (cygwin_info): Intitialize variable to quiet g++ warning. (dump_sysinfo): Make variables unsigned to quiet g++ warnings. * strace.cc (version_string): Rename from SCCSid. (add_child): Remove unused variable. (version): Use version_string. Avoid use of fprintf.
Christopher Faylor
2002-01-22 03:17:59 +0000
f3647dd7e6* cygmagic: Attempt to figure out if sum takes an option.
Christopher Faylor
2002-01-22 03:02:00 +0000
51076b7360* Makefile.in (libpthread.a): Pass the assembler also. (libm.a): Ditto. (libc.a): Ditto. * speclib: Specify the assembler to dlltool.
Christopher Faylor
2002-01-22 01:40:11 +0000
2290b86637* Makefile.in: Use CXX instead of CC to compile C++ sources.
Christopher Faylor
2002-01-21 21:35:55 +0000
0ac2abea6c* include/cygwin/version.h: Bump DLL minor number.
Christopher Faylor
2002-01-21 20:55:59 +0000
ac11ec8845* grp.cc (getgrent): Don't return default gid entry when ntsec is on. * syscalls.cc (setegid): Don't set primary group in process token.
Corinna Vinschen
2002-01-21 20:51:30 +0000
1c6577408eAdd newline at EOF.
Christopher Faylor
2002-01-21 17:47:53 +0000
8ef47135dd* speclib: Don't use /dev/null as DLL name. Just default to what's already in .def file. * exceptions.cc (sig_handle): Remove last vestiges of SA_NOCLDSTOP code which caused SIGCHLD to be ignored.
Christopher Faylor
2002-01-21 17:42:08 +0000
3ba05c0f92comment typo fixes
Alan Modra
2002-01-21 14:03:26 +0000
07cc1f1fd8* include/cygwin/version.h: Bump DLL minor number.
Christopher Faylor
2002-01-21 03:36:16 +0000
385437d4c5* syscalls.cc (regfree): Make dll_export.
Christopher Faylor
2002-01-21 03:15:24 +0000
d7c16d8da3* exceptions.cc (ctrl_c_handler): Convert windows pid to cygwin pid when detecting if we should actually handle CTRL-C.
Christopher Faylor
2002-01-20 23:13:03 +0000
186f78be192002-01-21 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2002-01-20 15:20:02 +0000
216109a824* Makefile.in (new-cygwin1.dll): Revert previous change. libsupc++.a is only available in libstdc++-v3.
Christopher Faylor
2002-01-20 03:39:36 +0000
9e73b3397b* exceptions.cc (sig_handle_tty_stop): Don't send SIGCHLD if parent doesn't want it. (sig_handle): Don't check for SA_NOCLDSTOP here. We don't have enough information.
Christopher Faylor
2002-01-19 23:57:45 +0000
5946622e72* include/cygwin/version.h: Bump DLL minor number.
Christopher Faylor
2002-01-19 23:06:28 +0000
994fe87b6e* Makefile.in (new-cygwin1.dll): Just use -lsupc++ for link. * sigproc.cc (proc_exists): Change existence criteria. * sync.h (new_muto): Add volatile to definition to avoid gcc optimization problems.
Christopher Faylor
2002-01-19 18:15:23 +0000
df3af7731e* include/cygwin/version.h: Bump API minor version to 51.
Corinna Vinschen
2002-01-19 16:17:59 +0000
7d6be0d616* cygwin.din: Add recvmsg and sendmsg. * net.cc: Add cygwin_recvmsg and cygwin_sendmsg. * /usr/include/sys/socket.h: Add recvmsg and sendmsg.
Corinna Vinschen
2002-01-19 16:11:00 +0000
2d3dab2ea5* security.cc (create_token): Close processes token handle as soon as it's not used anymore.
Corinna Vinschen
2002-01-19 16:06:11 +0000
13baedeb74* libc/include/time.h: Add prototype for strptime for Cygwin.
Christopher Faylor
2002-01-18 16:25:50 +0000
e47cd9cd5f* cygcheck.cc (already_did): Avoid default constructors, which may require exception support.
Christopher Faylor
2002-01-18 02:57:10 +0000
ebf139fbb8Fix bug when len == 1 and dst was not word aligned.
Nick Clifton
2002-01-17 17:02:08 +0000
3cdacffcb2* cygpath.cc (main): Add options to show Desktop and Start Menu's Programs directory for current user or all users. Move bulk of DPWS options outside the getopt case statement. * utils.sgml: Update cygpath section for ADPWS options.
Corinna Vinschen
2002-01-17 16:54:01 +0000
b2db0ebcfe_sbrk(): Return -1 rather than aborting if too much memory is requested.
Nick Clifton
2002-01-17 16:39:53 +0000
104c3be681* Makefile.in: Add fnmatch.o to DLL_OFILES. * cygwin.din: Add fnmatch export symbol. * fnmatch.c: New file. * include/fnmatch.h: Ditto. * include/cygwin/version.h: Bump API minor version to 50.
Corinna Vinschen
2002-01-17 10:39:37 +0000
33ad2bf9d1Add copyright stuff
Christopher Faylor
2002-01-13 20:03:03 +0000
5daa0835e3* dcrt0.cc (multiple_cygwin_problem): Clarify logic and make CYGWIN_MISMATCH_OK more powerful.
Christopher Faylor
2002-01-13 16:55:32 +0000
0d9cc95e90* overview.sgml: Fix Red Hat cygwin contract link. * what.texinfo: Ditto.
Christopher Faylor
2002-01-12 21:36:44 +0000
798c015d112002-01-11 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-01-11 22:06:09 +0000
175f01bc172002-01-11 Ralf Habacker <Ralf.Habacker@freenet.de>
Robert Collins
2002-01-11 10:23:20 +0000
f827d65e122001-12-30 Guido Serassio <serassio@libero.it>
Robert Collins
2002-01-11 10:17:27 +0000
d3ea25cb83Add ia64-hpux target. LD and GDB are not currently supported.
Nick Clifton
2002-01-11 09:29:18 +0000
06486d9e55* exceptions.cc (sig_handle): Accept a second argument indicating whether the signal came from this process or not. * sigproc.h: Reflect sig_handle arg change. * signal.cc (kill_pgrp): Add sigframe info. (abort): New function. Eliminates newlib function of same name. * sigproc.cc (wait_sig): Pass "signal from this process" value as arg 2.
Christopher Faylor
2002-01-11 02:24:06 +0000
c0a8e8d0f9* exceptions.cc (early_stuff_init): Rename from misnamed set_console_handler. (ctrl_c_handler): Attempt to work around potential signal duplication during process startup. (sig_handle): Ignore SIGINT when we're just an "exec stub". * spawn.cc (spawn_guts): Store pid of spawned process in global for use by ctrl_c_handler. * dcrt0.cc (dll_crt0_1): Call renamed initialization function. * winsup.h: Reflect function name change.
Christopher Faylor
2002-01-10 03:21:27 +0000
fe37dd79ec* net.cc (cygwin_accept): Set sun_path for newly connected socket.
Corinna Vinschen
2002-01-09 20:57:55 +0000
a717363576include/elf: * common.h: Update copyright years. (NT_NETBSDCORE_PROCINFO): Define. (NT_NETBSDCORE_FIRSTMACH): Define.
Jason Thorpe
2002-01-09 18:59:10 +0000
cbf7a9eb4a* Makefile.in: Add uninstall target.
Christopher Faylor
2002-01-08 04:51:01 +0000
a2e12d0c37* sigproc.cc (getsem): Clean up debugging output.
Christopher Faylor
2002-01-07 22:18:36 +0000
93f1818c052002-01-07 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-01-07 19:44:59 +0000
04fb071c382002-01-07 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-01-07 19:40:40 +0000
46ad2ef4362002-01-07 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-01-07 19:37:42 +0000