Christopher Faylor
53df7e2aaf
* Makefile.in (mingw_getopt.o): Ensure that newlib include directories are not
...
searched.
2001-09-22 00:40:37 +00:00
David Starks-Browning
a997e6ea10
fix error
2001-09-21 20:42:47 +00:00
David Starks-Browning
38300b88f1
Update contents.
...
Expanded anti-virus information.
How to uninstall a package.
2001-09-21 20:40:50 +00:00
David Starks-Browning
99059a8c38
new entry "Can I build a Cygwin program that does not require cygwin1.dll at runtime?"
2001-09-21 18:20:21 +00:00
Nick Clifton
fc08ed56c3
Fix compile time warnings
2001-09-21 14:25:09 +00:00
Nick Clifton
8d9a59afb1
fix compile time warning messages
2001-09-21 06:52:20 +00:00
Alexandre Oliva
4a30982664
* Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
...
DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
avoid quotes nesting problems.
(NATIVE_CHECK_MODULES): Ditto, just for consistency.
(DO_X): Export only variables that are set.
2001-09-21 05:14:32 +00:00
Christopher Faylor
7700f3718e
* Makefile.in (MINGW_INCLUDES): Still need cygwin/include directory.
2001-09-21 01:01:27 +00:00
David Starks-Browning
24f19d84e0
New entry "Why doesn't //c (for C:) work anymore?"
2001-09-20 21:23:17 +00:00
Christopher Faylor
c50d56bc43
* fhandler.cc (fhandler_base::set_inheritance): Just use DUPLICATE_CLOSE_SOURCE
...
to change inheritance. Eliminate all other logic dealing with closed handles.
* fhandler.h (fhandler_base::set_inheritance): Reflect above change.
* fhandler_tty.cc (fhandler_tty_common::set_close_on_exec): Ditto.
2001-09-20 20:58:29 +00:00
Egor Duda
b1711a1f96
* libltp/lib/get_high_address.c (get_high_address): Get inaccessible
...
address more robustly.
* winsup.api/ltp/stat06.c (high_address_setup): Use generic function
from ltp library to obtain inaccessible address.
2001-09-20 15:44:41 +00:00
Corinna Vinschen
a2db3c9288
* fhandler_socket.cc (fhandler_socket::fixup_after_exec): Close
...
socket only when not using Winsock2.
2001-09-20 11:35:49 +00:00
Corinna Vinschen
8e54fb88f3
* fhandler.h (fhandler_socket::fixup_after_exec): Remove inline
...
implementation.
(fhandler_dev_raw::fixup_after_exec): Ditto.
* fhandler_raw.cc (fhandler_dev_raw::fixup_after_fork): Don't
duplicate buffer on fork to avoid memory leak.
(fhandler_dev_raw::fixup_after_exec): New implementation equal to
former fixup_after_fork() implementation.
* fhandler_socket.cc (fhandler_socket::fixup_after_fork): Do
nothing when not using Winsock2.
(fhandler_socket::fixup_after_exec): New implementation.
(fhandler_socket::set_close_on_exec): Never call set_inheritance().
2001-09-20 11:29:48 +00:00
Corinna Vinschen
f4e6b76a05
* fhandler.cc (fhandler_base::set_inheritance): If available,
...
use SetHandleInformation() to set inheritance.
* wincap.cc: Set flag has_set_handle_information_on_console_handles
appropriately.
* wincap.h: Add flag has_set_handle_information_on_console_handles.
2001-09-20 08:02:01 +00:00
Earnie Boyd
7141383a86
2001-09-18 Danny Smith <dannysmith@users.sourceforge.net>
...
* include/winnt.h (_[U]LARGE_INTEGER): Mark nameless structure
field as _ANONYMOUS_STRUCT.
* include/setupapi.h (SP_DEVINSTALL_PARAMS): Add missing typedef
for UNICODE.
* include/ipexport.h (icmp_echo_reply): Remove extra ';'.
* lib/makefile.in: Add -pedantic switch to TEST_OPTIONS for header
test.
2001-09-17 Mattia Barbon <mbarbon@dsi.unive.it>
* include/commctrl.h: Add some ListView constants.
2001-09-17 Earnie Boyd <earnie@sf.net>
* lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/
portion of the directory from the install.
(inst_libdir): Ditto.
* Makefile.in (VERSION): Increment.
* include/w32api.h: Increment version.
2001-09-19 23:56:12 +00:00
Christopher Faylor
2f02f21831
Add -t option.
2001-09-19 22:06:33 +00:00
Christopher Faylor
9e5ad282f0
* lib/getopt.c (__progname): Don't declare if not compiling for cygwin.
2001-09-19 16:24:10 +00:00
Christopher Faylor
de6305a0e4
* Makefile.in: Filter newlib includes from mingw compilation.
2001-09-19 16:22:47 +00:00
Corinna Vinschen
09376842d4
* lib/getopt.c (getopt_long): Avoid compiler warning.
2001-09-19 16:08:33 +00:00
Christopher Faylor
596f3269b0
* lib/getopt.c: Use __progname==__argv[0] when not compiling for cygwin.
...
* scandir.cc (scandir): Use correct default when compar == NULL.
2001-09-19 15:54:12 +00:00
Corinna Vinschen
487fb5f1c4
* fhandler_socket.cc (fhandler_socket::fhandler_socket): Revert
...
memory allocation to use cmalloc again.
2001-09-19 15:50:54 +00:00
Earnie Boyd
18508302f9
2001-09-19 Earnie Boyd <earnie@SF.net>
...
* Makefile.in: Remove the /usr from the install target.
(VERSION): Increment.
include/_mingw.h: Ditto.
2001-09-19 15:37:19 +00:00
Ben Elliston
5df2a48314
2001-09-19 Ben Elliston <bje@redhat.com>
...
* configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
semantics. Use the shell built-in "type" command instead.
2001-09-19 06:07:36 +00:00
Christopher Faylor
5733509e25
* cygwin.din (__argv): Export.
...
(__argc): Ditto.
(__progname): Ditto.
* include/getopt.h (getopt_long): constify arguments.
* lib/getopt.c: Import new file from NetBSD.
2001-09-19 01:07:11 +00:00
DJ Delorie
439defa230
merge from gcc
2001-09-18 21:02:02 +00:00
Corinna Vinschen
7cffc34564
* mmap.cc (mmap): Don't reuse anonymous memory in MAP_FIXED case.
2001-09-18 17:10:09 +00:00
Nick Clifton
b244a68909
oops omitted in previous delta
2001-09-18 15:42:41 +00:00
Alan Modra
8b77cd2503
* internal.h (elf_internal_rela): Make r_addend a bfd_vma.
2001-09-18 10:01:41 +00:00
Alan Modra
44346d6912
* external.h (GET_LINENO_LNNO): Use H_GET_32/16.
...
(PUT_LINENO_LNNO): Use H_PUT_32/16.
* m88k.h (GET_LNSZ_SIZE, GET_LNSZ_LNNO, GET_SCN_NRELOC,
GET_SCN_NLINNO): Use H_GET_32.
(PUT_LNSZ_LNNO, PUT_LNSZ_SIZE, PUT_SCN_NRELOC, PUT_SCN_NLINNO):
Use H_PUT_32.
* ti.h: Formatting fixes. Make use of H_GET_* and H_PUT_* throughout.
* xcoff.h: White space changes.
2001-09-18 10:01:08 +00:00
Alan Modra
09cc7651e5
* aout64.h: Formatting fixes.
...
(N_TXTADDR): Evaluate to a bfd_vma.
(N_DATADDR): Avoid negative unsigned warning.
* hp300hpux.h: Formatting fixes.
(N_DATADDR): As above.
2001-09-18 10:00:23 +00:00
Alan Modra
e513b5f9b7
* objalloc.h (OBJALLOC_ALIGN): Define using offsetof.
2001-09-18 09:59:28 +00:00
DJ Delorie
4a1dd97454
merge from gcc
2001-09-17 23:10:37 +00:00
Christopher Faylor
d2d5eb41e4
* libc/include/process.h: Add getpid() declaration.
2001-09-17 21:30:58 +00:00
Christopher Faylor
c98b577d40
* include/io.h: Add access declaration.
2001-09-17 21:29:19 +00:00
Christopher Faylor
8238a68bb2
* syscalls.cc (rmdir): Set cwd to some other location if attempting to rmdir
...
current working directory.
2001-09-17 18:10:02 +00:00
Earnie Boyd
3e985c99c0
2001-09-17 Earnie Boyd <earnie@sf.net>
...
* lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/
portion of the directory from the install.
(inst_libdir): Ditto.
* Makefile.in (VERSION): Increment.
* include/w32api.h: Increment version.
2001-09-17 16:15:54 +00:00
Earnie Boyd
f244c34bae
* Makefile.in: Increment version.
...
* include/_mingw.h: Ditto.
2001-09-17 12:38:45 +00:00
Christopher Faylor
60136eb0b2
* dtable.h (not_open): Assure inline.
...
* fhandler.h (operator []): Make const.
* sync.cc (muto::~muto): Fix typo which stopped muto event handle from ever
being closed.
2001-09-17 03:05:05 +00:00
Egor Duda
0aca521ab8
* path.cc (symlink): Check arguments for validity.
...
(getcwd): Ditto.
* syscalls.cc (ftruncate): Ditto.
* times.cc (times): Ditto.
* uname.cc (uname): Ditto.
2001-09-16 14:26:11 +00:00
Christopher Faylor
d595839939
* net.cc (dup_servent_ptr): Detect old Windows 95 misaligned structure and
...
realign appropriately.
2001-09-16 02:56:58 +00:00
Christopher Faylor
1d1c6baa7b
minor typo fixes.
2001-09-16 02:56:48 +00:00
Egor Duda
615643cb12
* winsup.api/ltp/sbrk01.c (main): Force output at startup to
...
make sure that stdio file buffer get allocated.
* winsup.api/ltp/stat06.c (high_address_setup): On cygwin, area
after sbrk(0) may be available, use 0xffff0000 as "high address".
* winsup.api/ltp/symlink01.c: Perform all tests. Mark those tests that
don't work on cygwin with '-1'. Close open files so that temporary
directory can be deleted on exit.
* winsup.api/ltp/vfork01.c: New test.
2001-09-15 19:54:04 +00:00
Eric Christopher
542097acd0
Fix typo.
2001-09-15 07:47:52 +00:00
Thiemo Seufer
d55d85113c
* config.sub: Reverted the earlier change, this version is not the
...
master file.
2001-09-15 04:42:11 +00:00
Christopher Faylor
74509af276
* Makefile.in: Generate libcygwin.a during the link pass rather than as a
...
separate dlltool step.
* dcrt0.cc (_dll_crt0): pppid_handle could be NULL. Don't close it if so.
2001-09-15 04:36:43 +00:00
Christopher Faylor
d409c077df
*** empty log message ***
2001-09-15 00:50:28 +00:00
Christopher Faylor
9661a0c8b7
* dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can be
...
queried in waitsig later.
* sigproc.cc (wait_sig): Don't deliver a signal if in a vfork.
* fork.cc (vfork): Deliver all signals on parent return from vfork.
2001-09-15 00:47:44 +00:00
Eric Christopher
bf0338856a
2001-09-14 Eric Christopher <echristo@redhat.com>
...
* mips/configure.in: Add mipsisa32 support.
* mips/configure: Regenerate.
* mips/idt32.ld: New file.
* mips/idt64.ld: New file.
2001-09-14 18:40:47 +00:00
Egor Duda
696a88a431
Hints and tips on debugging cygwin
2001-09-14 17:43:17 +00:00
Christopher Faylor
772944d3a5
add copyrights.
2001-09-14 16:57:32 +00:00