summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix errorDavid Starks-Browning2001-09-211-1/+1
|
* Update contents.David Starks-Browning2001-09-211-27/+49
| | | | | Expanded anti-virus information. How to uninstall a package.
* new entry "Can I build a Cygwin program that does not require cygwin1.dll at ↵David Starks-Browning2001-09-211-0/+13
| | | | runtime?"
* Fix compile time warningsNick Clifton2001-09-212-1/+5
|
* fix compile time warning messagesNick Clifton2001-09-212-1/+5
|
* * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,Alexandre Oliva2001-09-212-14/+25
| | | | | | | | 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.
* * Makefile.in (MINGW_INCLUDES): Still need cygwin/include directory.Christopher Faylor2001-09-212-1/+5
|
* New entry "Why doesn't //c (for C:) work anymore?"David Starks-Browning2001-09-201-0/+9
|
* * fhandler.cc (fhandler_base::set_inheritance): Just use DUPLICATE_CLOSE_SOURCEChristopher Faylor2001-09-205-43/+24
| | | | | | 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.
* * libltp/lib/get_high_address.c (get_high_address): Get inaccessibleEgor Duda2001-09-204-9/+17
| | | | | | address more robustly. * winsup.api/ltp/stat06.c (high_address_setup): Use generic function from ltp library to obtain inaccessible address.
* * fhandler_socket.cc (fhandler_socket::fixup_after_exec): CloseCorinna Vinschen2001-09-202-1/+7
| | | | socket only when not using Winsock2.
* * fhandler.h (fhandler_socket::fixup_after_exec): Remove inlineCorinna Vinschen2001-09-204-2/+37
| | | | | | | | | | | | | 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().
* * fhandler.cc (fhandler_base::set_inheritance): If available,Corinna Vinschen2001-09-204-2/+27
| | | | | | | 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-18 Danny Smith <dannysmith@users.sourceforge.net>Earnie Boyd2001-09-196-5/+28
| | | | | | | | | | | | | | | | | | | | | | * 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.
* Add -t option.Christopher Faylor2001-09-191-1/+1
|
* * lib/getopt.c (__progname): Don't declare if not compiling for cygwin.Christopher Faylor2001-09-192-2/+6
|
* * Makefile.in: Filter newlib includes from mingw compilation.Christopher Faylor2001-09-192-3/+7
|
* * lib/getopt.c (getopt_long): Avoid compiler warning.Corinna Vinschen2001-09-192-1/+5
|
* * lib/getopt.c: Use __progname==__argv[0] when not compiling for cygwin.Christopher Faylor2001-09-193-10/+18
| | | | * scandir.cc (scandir): Use correct default when compar == NULL.
* * fhandler_socket.cc (fhandler_socket::fhandler_socket): RevertCorinna Vinschen2001-09-192-1/+6
| | | | memory allocation to use cmalloc again.
* 2001-09-19 Earnie Boyd <earnie@SF.net>Earnie Boyd2001-09-193-6/+12
| | | | | | * Makefile.in: Remove the /usr from the install target. (VERSION): Increment. include/_mingw.h: Ditto.
* 2001-09-19 Ben Elliston <bje@redhat.com>Ben Elliston2001-09-192-1/+7
| | | | | | * 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.
* * cygwin.din (__argv): Export.Christopher Faylor2001-09-194-298/+411
| | | | | | | (__argc): Ditto. (__progname): Ditto. * include/getopt.h (getopt_long): constify arguments. * lib/getopt.c: Import new file from NetBSD.
* merge from gccDJ Delorie2001-09-182-9/+20
|
* * mmap.cc (mmap): Don't reuse anonymous memory in MAP_FIXED case.Corinna Vinschen2001-09-182-1/+5
|
* oops omitted in previous deltaNick Clifton2001-09-181-14/+26
|
* * internal.h (elf_internal_rela): Make r_addend a bfd_vma.Alan Modra2001-09-182-2/+6
|
* * external.h (GET_LINENO_LNNO): Use H_GET_32/16.Alan Modra2001-09-185-88/+119
| | | | | | | | | | (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.
* * aout64.h: Formatting fixes.Alan Modra2001-09-183-42/+55
| | | | | | | (N_TXTADDR): Evaluate to a bfd_vma. (N_DATADDR): Avoid negative unsigned warning. * hp300hpux.h: Formatting fixes. (N_DATADDR): As above.
* * objalloc.h (OBJALLOC_ALIGN): Define using offsetof.Alan Modra2001-09-182-6/+9
|
* merge from gccDJ Delorie2001-09-172-0/+53
|
* * libc/include/process.h: Add getpid() declaration.Christopher Faylor2001-09-172-0/+5
|
* * include/io.h: Add access declaration.Christopher Faylor2001-09-172-0/+5
|
* * syscalls.cc (rmdir): Set cwd to some other location if attempting to rmdirChristopher Faylor2001-09-173-2/+42
| | | | current working directory.
* 2001-09-17 Earnie Boyd <earnie@sf.net>Earnie Boyd2001-09-174-5/+16
| | | | | | | | * 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.
* * Makefile.in: Increment version.Earnie Boyd2001-09-173-21/+46
| | | | * include/_mingw.h: Ditto.
* * dtable.h (not_open): Assure inline.Christopher Faylor2001-09-174-4/+14
| | | | | | * fhandler.h (operator []): Make const. * sync.cc (muto::~muto): Fix typo which stopped muto event handle from ever being closed.
* * path.cc (symlink): Check arguments for validity.Egor Duda2001-09-165-13/+39
| | | | | | | (getcwd): Ditto. * syscalls.cc (ftruncate): Ditto. * times.cc (times): Ditto. * uname.cc (uname): Ditto.
* * net.cc (dup_servent_ptr): Detect old Windows 95 misaligned structure andChristopher Faylor2001-09-162-2/+23
| | | | realign appropriately.
* minor typo fixes.Christopher Faylor2001-09-161-3/+3
|
* * winsup.api/ltp/sbrk01.c (main): Force output at startup toEgor Duda2001-09-155-12/+442
| | | | | | | | | | 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.
* Fix typo.Eric Christopher2001-09-153-2/+8
|
* * config.sub: Reverted the earlier change, this version is not theThiemo Seufer2001-09-152-9/+6
| | | | master file.
* * Makefile.in: Generate libcygwin.a during the link pass rather than as aChristopher Faylor2001-09-153-9/+15
| | | | | separate dlltool step. * dcrt0.cc (_dll_crt0): pppid_handle could be NULL. Don't close it if so.
* *** empty log message ***Christopher Faylor2001-09-151-1/+4
|
* * dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can beChristopher Faylor2001-09-157-21/+48
| | | | | | 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-14 Eric Christopher <echristo@redhat.com>Eric Christopher2001-09-145-7/+349
| | | | | | | * mips/configure.in: Add mipsisa32 support. * mips/configure: Regenerate. * mips/idt32.ld: New file. * mips/idt64.ld: New file.
* Hints and tips on debugging cygwinEgor Duda2001-09-141-0/+73
|
* add copyrights.Christopher Faylor2001-09-143-1/+5
|
* more wordsChristopher Faylor2001-09-141-1/+83
|