Commit Graph

  • d63279febe fix comment Christopher Faylor 2005-05-19 20:34:42 +0000
  • 57bcaf2d91 2005-05-19 Paul Brook <paul@codesourcery.com> Paul Brook 2005-05-19 20:25:24 +0000
  • 776b73dd33 * include/limits.h: Include features.h, as on linux. Christopher Faylor 2005-05-19 19:45:28 +0000
  • 071f64d934 * include/endian.h: New file. Christopher Faylor 2005-05-19 19:44:31 +0000
  • 424946e8ab * cygwin.sc: Add Dwarf-2 debug sections. Corinna Vinschen 2005-05-19 17:04:28 +0000
  • 989ea1c99e * mmap.cc (mmap64): Make granularity an automatic variable. Corinna Vinschen 2005-05-19 08:43:17 +0000
  • 4390dc9df5 * ppc.h (PPC_OPCODE_POWER5): Define. Alan Modra 2005-05-19 06:59:36 +0000
  • 969d6089ce * fhandler.h (fhandler_cygdrive::seekdir): Delete declaration. (fhandler_cygdrive::seekdir): Delete. * fhandler.h (fhandler_cygdrive::iscygdrive_root): Delete method. (fhandler_cygdrive::telldir): Delete declaration. * fhandler_disk_file.cc: Remove all uses of fhandler_cygdrive::iscygdrive_root. (fhandler_disk_file::mkdir): New method. (fhandler_disk_file::rmdir): Ditto. (fhandler_cygdrive::telldir): Delete. Christopher Faylor 2005-05-19 05:43:55 +0000
  • bfcec8f1d8 2005-05-19 Kelley Cook <kcook@gcc.gnu.org> R. Kelley Cook 2005-05-19 03:50:19 +0000
  • ac437c3e0c * external.cc: Move pids declaration to file scope and use less enthusiastic constructor. * pinfo.h (winpids::winpids): Remove default setting. * fhandler_fifo.cc (fhandler_fifo::open_not_mine): Accommodate removal of default setting. * fhandler_proc.cc (fhandler_proc::readdir): Ditto. Christopher Faylor 2005-05-19 01:25:20 +0000
  • 24515d6563 * cygtls.h (_local_storage::unknown_thread_name): New buffer. * tlsoffsets.h: Regenerate. * cygthread.cc (cygthread::name): Use new thread-local buffer. * exceptions.cc (handle_exceptions): Avoid unnecessary initialization of static variables to zero. * fork.cc (slow_pid_reuse) Ditto. Christopher Faylor 2005-05-18 23:30:02 +0000
  • 0a99fce172 binutils/ChangeLog * readelf.c (read_and_display_attr_value): Handle a DW_AT_encoding value of DW_ATE_GNU_decimal_float. Ben Elliston 2005-05-18 22:42:09 +0000
  • 692fccabfb * mmap.cc (mmap64): Avoid compiler warning. * ntea.cc (NTReadEA): Ditto. * hires.h (hires_base): Remove useless usecs function. Corinna Vinschen 2005-05-18 17:23:17 +0000
  • d621341de7 * bfd/elf32-arm.c: Make all #ifndef OLD_ARM_ABI blocks unconditional. * include/elf/arm.h: Make all #ifndef OLD_ARM_ABI blocks unconditional, delete all #ifdef OLD_ARM_ABI blocks. Zack Weinberg 2005-05-18 16:48:15 +0000
  • 022e11fb49 2005-05-18 Brian Dessent <brian@dessent.net> Brian Dessent 2005-05-18 11:56:27 +0000
  • 49cc728adc * fhandler_netdrive.cc (fhandler_netdrive::telldir): Remove since it's equivalent to fhandler_virtual::telldir now anyway. * fhandler.h (class fhandler_netdrive): Remove telldir. Corinna Vinschen 2005-05-18 10:32:37 +0000
  • bffaf54d76 * fhandler_netdrive.cc (fhandler_netdrive::telldir): Implement. (fhandler_netdrive::seekdir): Implement. (fhandler_netdrive::closedir): Call rewinddir to have only one point of calling WNetCloseEnum. Corinna Vinschen 2005-05-18 10:23:40 +0000
  • f2b664e0dd include/elf: * arm.h: Import complete list of official relocation names and numbers from AAELF. Define FAKE_RELOCs for old names. Remove a few old names no longer used anywhere. Zack Weinberg 2005-05-18 05:40:10 +0000
  • 7f21d805a3 2005-05-17 Brian Dessent <brian@dessent.net> Brian Dessent 2005-05-18 01:10:06 +0000
  • 5b59a2cc0d * fhandler.h (class fhandler_netdrive): Add method rewinddir. * fhandler_netdrive.cc (struct netdriveinf): New structure to store thread arguments. (thread_netdrive): Thread handling all potentially blocking WNet... calls. (create_thread_and_wait): Start and wait for above thread. (fhandler_netdrive::exists): Change to call create_thread_and_wait instead of calling WNet... function. (fhandler_netdrive::readdir): Ditto. Fix error handling. (fhandler_netdrive::rewinddir): New method. Corinna Vinschen 2005-05-17 20:34:15 +0000
  • 0d5ba26ccd * external.cc (cygwin_internal): Avoid compiler warning. Corinna Vinschen 2005-05-17 08:46:41 +0000
  • dce0c241ef white space Christopher Faylor 2005-05-17 01:29:27 +0000
  • 4f7544bc97 * dcrt0.cc (dll_crt0_0): Don't do fixup_after_exec if dynamically loaded since the state of fds is unknown at this point. Christopher Faylor 2005-05-17 01:27:31 +0000
  • ac674bc896 * cygcheck.cc (cygwin_internal): Define as a "C" function. * strace.cc (cygwin_internal): Ditto. * cygpath.cc (print_version): Update copyright. Christopher Faylor 2005-05-17 01:26:16 +0000
  • 5c8e6fbd8c * include/sys/cygwin.h (enum cygwin_getinfo_types): Add CW_DEBUG_SELF. * external.cc (cygwin_internal): Implement CW_DEBUG_SELF. * init.cc (dll_entry): Minor rearrangement of code. Christopher Faylor 2005-05-17 01:21:06 +0000
  • b55ba2f3da * path.cc (path_conv::check): Remove embedded dots before slashes. Christopher Faylor 2005-05-17 01:08:58 +0000
  • 451c738bef * environ.cc (conv_envvars): Remove LD_LIBRARY_PATH entirely. It doesn't belong here. Corinna Vinschen 2005-05-16 15:48:36 +0000
  • 41dcb6199c * cygcheck.cc (load_cygwin): Avoid calling putenv with a NULL path. Christopher Faylor 2005-05-16 03:18:29 +0000
  • 2c64ff5451 ./ * ylwrap: Import from Automake 1.9.5. binutils/ * acinclude.m4: Remove obsolete code. * configure.in: Update AC_PREREQ. * doc/Makefile.am (binutils_TEXINFOS): Define. (config.texi): Depend on distributed files instead of built files. (binutils.dvi, binutils.info): Remove unnecessary rules. (DISTCLEANFILES): Remove. (install-data-local): Renamed from install. (info-local): Renamed from info. * Makefile.in, aclocal.m4, config.in, configure, doc/Makefile.in: Regenerated. gas/ * Makefile.am (m68k-parse.c, itbl-parse.c): Update ylwrap invocation. * Makefile.in: Regenerated. ld/ * Makefile.am (AM_MAKEINFOFLAGS): Define. (TEXI2DVI): Define. (ldver.texi): Depend on distributed files instead of built files. (ld.info): Include $(srcdir) in the rule target. Remove actions. (ld.dvi): Remove actions. (MAINTAINERCLEANFILES): Add configdoc.texi. (CONFIG_STATUS_DEPENDENCIES): Add bfd/configure.in. (install-data-local): Renamed from install. (Makefile): Remove explicit dependency. * acinclude.m4: Remove obsolete code. * configure.in: Update AC_PREREQ. Remove extra $CONFIG_SHELL. * Makefile.in, aclocal.m4, config.in, configure: Regenerated. gdb/ * Makefile.in (.y.c): Update ylwrap invocation. Daniel Jacobowitz 2005-05-15 18:19:37 +0000
  • 90253b8276 * cygcheck.cc (load_cygwin): Don't touch $PATH for now. (print_version): Fix copyright. * strace.cc (print_version): Ditto. Corinna Vinschen 2005-05-15 12:29:47 +0000
  • 1f7b9e8bc6 * environ.cc (conv_envvars): Treat LD_LIBRARY_PATH as path list. Corinna Vinschen 2005-05-15 12:04:13 +0000
  • dad546a5eb * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Check return code from GetFileSize and set file size to 0 if necessary. * fhandler_netdrive.cc (fhandler_netdrive::fstat): Set permissions to read/execute for all. Corinna Vinschen 2005-05-14 21:12:10 +0000
  • 6dd9ec6c58 include/elf/ * ppc.h (DT_PPC_GOT): Rename from DT_PPC_GLINK. bfd/ * elf32-ppc.c (ppc_elf_size_dynamic_sections): Set DT_PPC_GOT, not DT_PPC_GLINK. (ppc_elf_finish_dynamic_sections): Likewise. binutils/ * readelf.c (get_ppc_dynamic_type): Display DT_PPC_GOT, not DT_PPC_GLINK. Alan Modra 2005-05-14 05:07:15 +0000
  • 84778b9d8c really fix typo. Christopher Faylor 2005-05-13 22:40:19 +0000
  • 9156326733 fix typo Christopher Faylor 2005-05-13 22:09:32 +0000
  • 17e5c6a8f0 * path.cc (normalize_posix_path): Do normalization on . and .. after a '//'. Christopher Faylor 2005-05-13 21:05:46 +0000
  • 1402b12a09 Add missing ChangeLog entry. Corinna Vinschen 2005-05-13 21:01:32 +0000
  • 50361e07d1 * fhandler.h (fhandler_netdrive::readdir): Remove useless comment. Corinna Vinschen 2005-05-13 20:29:31 +0000
  • b4d72bae47 * include/winnetwk.h (WNetGetResourceParentA): Add missing declaration. (WNetGetResourceParentW): Ditto. * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Define. Corinna Vinschen 2005-05-13 20:28:00 +0000
  • 180cd17fa1 * mount.cc (mount_commands): Display "-X" option when appropriate. Christopher Faylor 2005-05-13 20:24:20 +0000
  • e01eac68ed * autoload.cc (WNetGetResourceParentA): Import. (WNetOpenEnumA): Import. (WNetEnumResourceA): Import. (WNetCloseEnum): Import. * fhandler.h (fhandler_netdrive::telldir): Add declaration. (fhandler_netdrive::seekdir): Ditto. (fhandler_netdrive::closedir): Ditto. * fhandler_netdrive.cc: Drop explicit including windows.h. Include winnetwk.h instead of shlwapi.h. Include dirent.h. (fhandler_netdrive::readdir): Implement. (fhandler_netdrive::telldir): New method. (fhandler_netdrive::seekdir): New method. (fhandler_netdrive::closedir): Ditto. Corinna Vinschen 2005-05-13 20:20:02 +0000
  • 063f1df2aa Remove PC_FULL from path_conv usage throughout. * path.h (enum pathconv_arg): Change PC_FULL to PC_NOUILL. * path.cc (path_conv::check): Test for PC_NOFULL rather than !PC_FULL. (cygwin_conv_to_win32_path): Use PC_NOFULL to force non-absolute path. Christopher Faylor 2005-05-13 15:46:07 +0000
  • eb6cd95fec * fhandler_netdrive.cc (fhandler_netdrive::exists): Assert that "//" exists. Christopher Faylor 2005-05-13 13:23:38 +0000
  • 66582dd6e7 * cygtls.cc (_cygtls::remove): Eliminate compiler warning. * dir.cc (mkdir): Check path for writability. (rmdir): Ditto. Remove check for special directories. * path.cc (path_conv::check): Set PATH_RO for virtual devices. Set error if read-only and asked for writability. * path.h (pathconv_arg): Add PC_WRITABLE. (path_types): Add PATH_RO. (path_conv::isro): Add (currently unused) check for read-only filesystem. Return "ENOSHARE" when we know a share doesn't exist. * include/sys/mount.h: Add MOUNT_RO flag. * autoload.cc (WNetGetResourceInformationA): Import. * fhandler_netdrive.cc (fhandler_netdrive::exists): Detect actual existence of remote system rather than always assuming that it exists. Christopher Faylor 2005-05-13 03:21:39 +0000
  • cf55bf5ee8 2005-05-12 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2005-05-12 22:10:26 +0000
  • b6e654c498 2005-05-12 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2005-05-12 22:06:26 +0000
  • 58fc7cdaf9 merge from gcc DJ Delorie 2005-05-12 20:00:35 +0000
  • cda9ed9077 PR bootstrap/21230 * warnings.m4 (ACX_PROG_CC_WARNING_ALMOST_PEDANTIC): Add double quotes around GCC variable. DJ Delorie 2005-05-12 16:35:35 +0000
  • 3ac78fd612 * dcrt0.cc (do_global_dtors): Don't call dll_global_dtors here. (__main): Reinstate atexit of do_global_dtors. (cygwin_exit): Call dll_global_dtors here. (do_exit): And here. Christopher Faylor 2005-05-11 21:53:54 +0000
  • 98c2367bf4 * ppc.h (R_PPC_RELAX32, R_PPC_RELAX32PC, R_PPC_RELAX32_PLT, R_PPC_RELAX32PC_PLT) Adjust. (R_PPC_REL16, R_PPC_REL16_LO, R_PPC_REL16_HI, R_PPC_REL16_HA): Define. (DT_PPC_GLINK): Define. Alan Modra 2005-05-11 14:08:45 +0000
  • 8ad65ff049 * cygtls.cc (_cygtls::remove): Clear exitsock after close. * fhandler_console.cc (fhandler_console::write_normal): Store character in a local variable for potential future inspection. Christopher Faylor 2005-05-11 03:33:38 +0000
  • 13505ca8fc * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o. * devices.h (FH_KMSG): Define new device. * devices.in: Add "/dev/kmsg" entry. * devices.cc: Regenerate. * dtable.cc (build_fh_pc): Handle case FH_KMSG. * fhandler.h (class fhandler_mailslot): New class. (class select_stuff): Add device_specific_mailslot pointer. * fhandler_mailslot.cc: New file. * select.cc (peek_mailslot): New function. (verify_mailslot): Ditto. (struct mailslotinf): New stuct to handle select on mailslots. (thread_mailslot): New function. (start_thread_mailslot): Ditto. (mailslot_cleanup): Ditto. (fhandler_mailslot::select_read): New method. * syslog.cc (klog_guard): New muto. (dev_kmsg): Local mailslot for kernel message device. (vklog): New function. (klog): Ditto. * winsup.h (vklog): Declare. (klog): Ditto. * include/sys/syslog.h: Define _PATH_KLOG. Corinna Vinschen 2005-05-10 20:56:07 +0000
  • a586e5b6ae * dcrt0.cc (dll_crt0_1): Call cygwin_exit to ensure that destructors are handled correctly. Christopher Faylor 2005-05-10 16:08:46 +0000
  • d699bc988f Update the address and phone number of the FSF organization Nick Clifton 2005-05-10 10:21:13 +0000
  • 94fed6a1f3 * path.cc (path_conv::check): Set correct file attributes for socket files. Corinna Vinschen 2005-05-10 09:08:20 +0000
  • 96c837f0ca * mingwex/math/nexttoward.c: New file. * mingwex/math/nexttowardf.c: New file. * mingwex/math/nextafterl.c: Add nexttowardl aliaa. * mingwex/Makefile.in (MATH_DISTFILES): Add nexttoward.c, mexttowardf.c, (MATH_OBJS): Add nexttoward.o, mexttowardf.o, * include/math.h (nexttoward, nextowardf, nexttowardl): Add prototypes. Danny Smith 2005-05-10 08:39:07 +0000
  • 5b91f0a6ef * mingwex/math/nextafterf.c (nextafterf): Correct handling of -0.0. * mingwex/math/nextafterl.c: New file. * mingwex/Makefile.in (MATH_DISTFILES): Add nextafterl.c. (MATH_OBJS): Add nextafterl.o. * include/math.h (nextafterl): Uncomment prototype. Danny Smith 2005-05-09 09:36:10 +0000
  • b6487cdedb gas/ 2005-05-09 Jan Beulich <jbeulich@novell.com> Jan Beulich 2005-05-09 06:49:01 +0000
  • adef8db0ae 2005-05-09 Pierre Humblet <pierre.humblet@ieee.org> Pierre Humblet 2005-05-09 02:39:34 +0000
  • f991d0e53e * cygcheck.cc (nuke): New function. (load_cygwin): New function. (main): Use load_cygwin to load argv/envp from cygwin environment, if appropriate. Christopher Faylor 2005-05-09 01:56:34 +0000
  • 26c07f704b * strace.cc (attach_process): Don't call load_cygwin(). Assume that it's already happened. (dotoggle): Ditto. (main): Set argv from cygwin environment, if it exists. Christopher Faylor 2005-05-09 01:21:43 +0000
  • 1cd8ccec87 * dcrt0.cc (get_cygwin_startup_info): New function pulled from dll_crt0_0. (dll_crt0_0): Use get_cygwin_startup_info to retrieve cygwin-specific startup pointer. * external.cc (cygwin_internal): Implement CW_ARGV and CW_ENVP. * include/sys/cygwin.h: Implement CW_ARGV and CW_ENVP. Christopher Faylor 2005-05-09 01:19:38 +0000
  • 61931ed5dc * how-programming.texinfo: Replace MAKE_MODE entry with FAQ about execvp errors and cygexec. Joshua Daniel Franklin 2005-05-08 19:43:35 +0000
  • 02626f616d * mingwex/math/erfl.c: New file. * mingwex/Makefile.i (MATH_DISTFILES): Add erfl.c. (MATH_OBJS): Add erfl.o. * include/math.h (erfl, erfcl): Uncomment prototypes. Danny Smith 2005-05-08 08:07:18 +0000
  • 3f6494e216 * path.cc (normalize_posix_path): Don't treat '//' specially since newer versions of bash now get this right. Christopher Faylor 2005-05-07 21:06:08 +0000
  • bbb3381289 * devices.cc: Regenerate with correct name for dev_netdrive_storage. Christopher Faylor 2005-05-07 20:20:51 +0000
  • bcd1a9b6d1 move comment Christopher Faylor 2005-05-06 21:09:58 +0000
  • e73f487b3c fix breakpoint example Christopher Faylor 2005-05-06 21:09:35 +0000
  • 8cdcc8803a * Makefile.in (DLL_O_FILES): Add fhandler_netdrive.o. * fhandler_netdrive.cc: Placeholder file for future development. * devices.h (FH_NETDRIVE): Define new virtual device type. (netdrive_dev): Define. * devices.in (dev_netdrive_storage): Define. * devices.cc: Regenerate. Christopher Faylor 2005-05-06 04:06:17 +0000
  • 9cc53904f6 2005-05-05 Tobias Anderberg <tobias.anderberg@axis.com> Jeff Johnston 2005-05-05 23:15:53 +0000
  • 320be0a149 2005-05-05 J"orn Rennecke <joern.rennecke@st.com> Jeff Johnston 2005-05-05 23:07:08 +0000
  • 297306009e * configure.in: Always pass --target to target configures as otherwise rebuilds that do --recheck will fail. * confiugure: Rebuilt. Mike Stump 2005-05-05 01:36:32 +0000
  • a8a968789f 2005-05-04 Paolo Bonzini <bonzini@gnu.org> Paolo Bonzini 2005-05-04 15:42:05 +0000
  • 56f235345d * cygerrno.h (__set_errno): Remove useless parentheses. Corinna Vinschen 2005-05-04 11:05:11 +0000
  • 5d4750a996 * cygerrno.h (__set_errno): Define as inline function here. (set_errno): Always define as call to __set_errno. * debug.cc (__set_errno): Move to cygerrno.h. Corinna Vinschen 2005-05-04 11:00:22 +0000
  • f3b0036304 * include/wchar.h (WCHAR_MAX): Define as 0xffff, so preprocessor #if (WCHAR_MAX <= WCHAR_MIN) is false. * include/stdint.h (WCHAR_MAX): Likwise. (WINT_MAX): Likewise. Danny Smith 2005-05-04 09:29:09 +0000
  • 530d0e0191 * shared.cc (user_shared_initialize): Rework locking so that nothing is checked until cb is non-zero. Christopher Faylor 2005-05-04 01:20:05 +0000
  • 782e53ca69 * shared.cc (user_shared_initialize): Rework locking so that nothing is checked until cb is non-zero. Christopher Faylor 2005-05-04 01:14:47 +0000
  • 21b9fe3e33 * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Don't treat inability to open file as failure if only SetFileAttributes is going to be called. Only call set_file_attribute if really necessary. Corinna Vinschen 2005-05-03 19:03:20 +0000
  • 2ba719de27 * fhandler_socket.cc (get_inet_addr): Add missing __seterrno call. Corinna Vinschen 2005-05-03 14:07:19 +0000
  • 8559dd92d0 * mingwex/math/signbit.c (__signbit): Make return value consistent with GCC's __builtin_signbit. * mingwex/math/signbitf.c (__signbitf): Likewise. * mingwex/math/signbitf.c (__signbitl): Likewise. * include/math.h (__signbit, __signbitf, __signbitl): Likewise for inlines. Danny Smith 2005-05-03 08:39:19 +0000
  • 38efa5f128 * include/_mingw.h (__MINGW_ATTRIB_NONNULL): Don't define as variadic macro. * mingwex/mbrtowc.c (__mbrtowc_cp): Use __MINGW_ATTRIB_NONNULL. Remove unused MBTOWC_FLAGS define. Danny Smith 2005-05-02 08:03:34 +0000
  • 05726ddd86 white space and minor comment cleanup. Christopher Faylor 2005-05-02 03:50:11 +0000
  • b9b1b38358 * fhandler_tty.cc (fhandler_tty_slave::read): Actually read input when vmin == vtime == 0. Christopher Faylor 2005-05-02 00:17:45 +0000
  • 0d235234c5 * mount.cc (usage): Clarify action of -m option. Christopher Faylor 2005-05-01 15:50:02 +0000
  • f0b14f146e * environ.cc (spenv::force_into_environment): Rename from add_always. (spenv::add_if_exists): Rename from force. (build_env): Accommodate name changes. Make sure that stuff that is always supposed to be in the environment is actually added to the environment. * shared.cc (open_shared): Restore VirtualFree eliminated by 2005-04-28 change. Christopher Faylor 2005-04-30 17:07:05 +0000
  • 06e0dc9a46 * errno.cc (errmap): Sort table. Christopher Faylor 2005-04-30 04:10:39 +0000
  • 7b076c36fc * errno.cc (errmap): Map ERROR_NETNAME_DELETED to ENOSHARE. Christopher Faylor 2005-04-30 03:40:26 +0000
  • 65e941162d * path.cc (getmntent): Add previously-omitted 'noexec' and 'managed'flags to mnt_opts string if present in mount flags. Dave Korn 2005-04-29 16:39:34 +0000
  • 0d3442bf36 2005-04-29 Paolo Bonzini <bonzini@gnu.org> Paolo Bonzini 2005-04-29 14:00:03 +0000
  • c4ffa3c427 * shared_info.h (cygwin_shared_address): Bump to a higher value to avoid collision with large data areas. * fhandler_console.cc (fhandler_console::get_tty_stuff): Accommodate changes to open_shared arguments. * fhandler_tape.cc (mtinfo_init): Ditto. * pinfo.cc (pinfo::init): Use open_shared rather than win32 mmap calls. * shared.cc (user_shared_initialize): Ditto. (memory_init): Ditto. (open_shared): Change to allow use a smore general mmap handler. * shared_info.h (shared_locations): Add SH_JUSTCREATE, SH_JUSTOPEN. (open_shared): Change declaration to match new usage. * autoload.cc (LoadDLLfuncEx2): Define in terms of LoadDLLfuncEx3. (LoadDLLfuncEx3): New macro. Christopher Faylor 2005-04-28 23:59:44 +0000
  • e525f6d51a 2005-04-28 Shaun Jackman <sjackman@gmail.com> Jeff Johnston 2005-04-28 18:40:39 +0000
  • 5456408b84 2005-04-28 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2005-04-28 18:26:08 +0000
  • 5c70f2f92e (check in files that should have been checked in previously) * fhandler.cc (fhandler_base::open_9x): Remove (broken) check for O_CREAT|O_EXCL. * syscalls.cc (open): Do O_CREAT|O_EXCL check here first. Christopher Faylor 2005-04-28 03:41:09 +0000
  • faae8c50a5 * fhandler.cc (fhandler_base::open_9x): Remove (broken) check for O_CREAT|O_EXCL. * syscalls.cc (open): Do O_CREAT|O_EXCL check here first. Christopher Faylor 2005-04-28 03:33:19 +0000
  • dd991a7572 * environ.cc (build_env): Ensure that win32 array is properly filled in when a missing value has to be generated. Christopher Faylor 2005-04-27 03:09:59 +0000
  • 0aedc5e99a * include/cygwin/version.h: Bump DLL minor number to 17. Christopher Faylor 2005-04-26 17:27:40 +0000
  • 4db7d42977 * include/wininet.h (FtpGetFileSize): Add prototype. (FtpCommand[AW]): Correct prototypes. Reported by <siger at users dot sf dot net> Danny Smith 2005-04-26 08:18:27 +0000
  • 88f6628ca8 merge from gcc DJ Delorie 2005-04-26 01:01:49 +0000
  • 6f4a176f07 * mount.cc (mount_commands): Display "-X" option when appropriate. Christopher Faylor 2005-04-25 14:40:53 +0000