Commit Graph

  • cdfd7f6a49 2005-07-18 Michael Gerdau <mgdde@users.sourceforge.net> Danny Smith 2005-07-18 09:04:25 +0000
  • 90e7ba4fd5 2005-07-18 Daniel Atallah <datallah@users.sourceforge.net> Danny Smith 2005-07-18 08:52:29 +0000
  • 9d219da08a include/opcode/ 2005-07-18 Jan Beulich <jbeulich@novell.com> Jan Beulich 2005-07-18 06:11:00 +0000
  • 389f1a9687 Typo fix. Ben Elliston 2005-07-18 05:45:50 +0000
  • 44947f6562 2005-07-18 Michael Gerdau <mgdde@users.sourceforge.net> Danny Smith 2005-07-18 05:43:22 +0000
  • c8c81bb738 binutils/ * readelf.c (read_and_display_attr_value): Handle a DW_AT_encoding value of DW_ATE_decimal_float instead of DW_ATE_GNU_decimal_float. include/elf/ * dwarf2.h (enum dwarf_type): Remove DW_AT_GNU_decimal_float. Replace with DW_ATE_decimal_float (now in DWARF 3). Ben Elliston 2005-07-18 04:13:05 +0000
  • 9d3e15bef5 2005-07-17 Benoit Blanchon <bblanchon@users.sourceforge.net> Earnie Boyd 2005-07-17 18:58:12 +0000
  • 28f99e38ad . Christopher Faylor 2005-07-17 02:12:04 +0000
  • e8454a3400 * child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo. (child_info::child_info): Accept an argument controlling whether to create proc_subproc. (child_info_spawn::child_info_spawn): Ditto. * sigproc.cc (child_info::child_info): Ditto. (child_info_spawn::child_info_spawn): Ditto. (child_info::sync): Use passed in pid and HANDLE. * fork.cc (fork_parent): Reflect additional arguments required for child_info::sync. * hookapi.cc (hook_or_detect_cygwin): Rename. Change so that NULL 'fn' argument just returns "true", indicating that program uses cygwin1.dll. * spawn.cc (av::win16_exe): New element. * spawn.cc (av::iscygwin): New element. (av::fixup): New function. (spawn_guts): Protect against SEGV. Use fixup function to detect when it is safe to wait for a spawned (as opposed to an execed) program. Reflect changes in child_info::sync arguments. * external.cc (cygwin_internal): Reflect function renaming to hook_or_detect_cygwin. * cygheap.cc (cygheap_fixup_in_child): Close handle after debug fixup has been done to prevent false positives in handle collision. * exceptions.cc (try_to_debug): Notify debugger if already being debugged. Christopher Faylor 2005-07-17 00:51:03 +0000
  • cd929277d6 fix whitespace Christopher Faylor 2005-07-16 22:01:50 +0000
  • 5fc585f645 2005-07-16 Kelley Cook <kcook@gcc.gnu.org> R. Kelley Cook 2005-07-16 02:41:34 +0000
  • f6cab85f3a gas/ H.J. Lu 2005-07-15 13:49:53 +0000
  • 7feeb04353 ChangeLog: 2005-07-14 Jim Blandy <jimb@redhat.com> Jim Blandy 2005-07-14 22:52:16 +0000
  • f9f093f1e8 Add code to detect and either handle or issue an error message for binaries created by the DEC ALPHA compilers. Nick Clifton 2005-07-14 07:07:46 +0000
  • 8058791e8f 2005-07-14 Kelley Cook <kcook@gcc.gnu.org> R. Kelley Cook 2005-07-14 01:24:56 +0000
  • 3d93afbc76 2005-07-13 Eric Christopher <echristo@redhat.com> Eric Christopher 2005-07-14 00:12:07 +0000
  • 46deb14e85 2005-07-13 Benoit Blanchon <bblanchon@users.sourceforge.net> Earnie Boyd 2005-07-13 23:16:19 +0000
  • 9fa04b085a merge from gcc DJ Delorie 2005-07-12 10:34:51 +0000
  • 2c193664e3 merge from gcc: 2005-07-11 Jakub Jelinek <jakub@redhat.com> DJ Delorie 2005-07-11 16:48:34 +0000
  • 4c3e061cd2 2005-07-11 Paolo Bonzini <bonzini@gnu.org> Paolo Bonzini 2005-07-11 08:03:32 +0000
  • 84761d7a22 * hppa.h (pa_opcode): Don't set FLAG_STRICT in pa10 loads and stores. John David Anglin 2005-07-11 02:31:34 +0000
  • e18a40d8cb * callback.h: Remove ANSI_PROTOTYPES conditional code. Ben Elliston 2005-07-10 23:26:04 +0000
  • 12d53ce6a0 2005-07-10 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> Joshua Daniel Franklin 2005-07-10 19:39:31 +0000
  • f79359a5bc * path.cc (mount): Only check win32_path when we know we need it. Christopher Faylor 2005-07-09 17:15:38 +0000
  • 4cc9a82e3e * cygwin.din (getline): Export. (getdelim): Export. * include/sys/stdio.h (getline): Replace macro with function prototype. (getdelim): Likewise. * include/cygwin/version.h: Bump API minor number. Corinna Vinschen 2005-07-09 08:22:39 +0000
  • 88540e248e 2005-07-08 Ola Hugosson <Ola.Hugosson@anoto.com> Jeff Johnston 2005-07-08 18:28:46 +0000
  • 2413281e13 * include/objsafe.h: New file. Dimitri Papadopoulos 2005-07-08 13:37:31 +0000
  • 57d80429b2 * how-using.texinfo: Fix typos. Corinna Vinschen 2005-07-08 08:42:40 +0000
  • 2f5de4af55 * cygwin.din (__getline): Export. (__getdelim): Export. * include/sys/stdio.h (getline): Define as __getline. (getdelim): Define as __getdelim. * include/cygwin/version.h: Bump API minor number. Corinna Vinschen 2005-07-08 08:24:13 +0000
  • ff5f15a91d Kaveh Ghazi's printf format attribute checking patch. bfd: * elf32-xtensa.c (vsprint_msg): Add format attribute. Fix format bugs. * vms.h (_bfd_vms_debug): Add format attribute. (_bfd_vms_debug, _bfd_hexdump): Fix typos. Jim Wilson 2005-07-07 19:27:44 +0000
  • 85d621900c Fix date of last entry. Jeff Johnston 2005-07-07 17:29:35 +0000
  • b32adfc5cf *** empty log message *** Jeff Johnston 2005-07-07 17:29:13 +0000
  • 469b489504 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD. * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here. * Makefile.in: Regenerated. Andreas Schwab 2005-07-07 15:38:42 +0000
  • fa19ba072d * configure.in: Add --enable-libssp and --disable-libssp. * configure: Regenerate with autoconf-2.13. Kazu Hirata 2005-07-07 02:24:02 +0000
  • bbaae19bd1 * configure.in: Don't build sim or rda when targetting darwin. * configure: Regenerate. Geoffrey Keating 2005-07-07 01:14:34 +0000
  • 0c55f6ed60 Eliminate (void) cast on standalone function calls throughout. Christopher Faylor 2005-07-06 20:05:03 +0000
  • dee9edd9ed * configure.host: Added entry for ms1*. * libc/include/machine/ieeefp.h: Handle ms1. * libc/include/machine/setjmp.h (_JBLEN): Define for ms1. * libc/machine/ms1/aclocal.m4: New. * libc/machine/ms1/configure: New. * libc/machine/ms1/configure.in: New. * libc/machine/ms1/Makefile.am: New. * libc/machine/ms1/Makefile.in: New. * libc/machine/ms1/setjmp.S: New. Aldy Hernandez 2005-07-06 13:14:10 +0000
  • f24fd73b0a Fix date in ChangeLog entry Aldy Hernandez 2005-07-06 12:59:51 +0000
  • 3f4df6211e * configure.in: Add ms1 case. * configure: Regenerate. * ms1/16-002.ld: New. * ms1/16-003.ld: New. * ms1/64-001.ld: New. * ms1/access.c: New. * ms1/chmod.c: New. * ms1/close.c: New. * ms1/configure: New. * ms1/configure.in: New. * ms1/crt0-16-002.S: New. * ms1/crt0-16-003.S: New. * ms1/crt0-64-001.S: New. * ms1/crt0.S: New. * ms1/exit-16-002.c: New. * ms1/exit-16-003.c: New. * ms1/exit-64-001.c: New. * ms1/exit.c: New. * ms1/fstat.c: New. * ms1/getpid.c: New. * ms1/gettime.c: New. * ms1/isatty.c: New. * ms1/kill.c: New. * ms1/lseek.c: New. * ms1/Makefile.in: New. * ms1/open.c: New. * ms1/read.c: New. * ms1/sbrk.c: New. * ms1/startup-16-002.S: New. * ms1/startup-16-003.S: New. * ms1/startup-64-001.S: New. * ms1/stat.c: New. * ms1/time.c: New. * ms1/times.c: New. * ms1/trap.h: New. * ms1/trap.S: New. * ms1/unlink.c: New. * ms1/utime.c: New. * ms1/write.c: New. Aldy Hernandez 2005-07-06 12:58:12 +0000
  • 27eb5dbc70 * cygcheck.cc (track_down, cygcheck): Return true on success. (main): Reflect cygcheck failures in exit status. Christopher Faylor 2005-07-05 21:41:37 +0000
  • d3b593aa44 * dcrt0.cc (cygwin_exit): Mark as "noreturn". * sigproc.cc (child_info::ready): Don't signal parent that we are a cygwin process if we are dynamically loaded. Christopher Faylor 2005-07-05 20:20:48 +0000
  • 57000a5d5c * malloc.cc: Update to version 2.8.2. Christopher Faylor 2005-07-05 15:11:49 +0000
  • 4ae72e8c0e * fhandler_tape.cc (fhandler_dev_tape::close): Don't do "extra stuff" when we know we're execing. Corinna Vinschen 2005-07-05 07:28:52 +0000
  • 35e456b7f5 gas/ 2005-07-05 Jan Beulich <jbeulich@novell.com> Jan Beulich 2005-07-05 07:16:53 +0000
  • 2f9ae2ed94 Change foo (void) to foo () for all c++ functions throughout. Remove all fhandler_*::dump functions throughout. * fhandler.h (fhandler_dev_mem::close): Remove pass-through function in favor of virtual method. (handler_dev_raw::close): Ditto. (fhandler_dev_clipboard::fixup_after_exec): New method. * fhandler_dev_mem.cc (fhandler_dev_mem::close): Eliminate pass through * fhandler_dev_raw.cc (fhandler_dev_raw::close): Ditto. * fhandler_clipboard.cc (fhandler_dev_clipboard::close): Don't go to extra effort when execing. (fhandler_dev_clipboard::fixup_after_exec): New function. * fhandler_console.cc (fhandler_console::close): Don't do "extra stuff" when we know we're execing. * fhandler_disk_file.cc (fhandler_disk_file::close): Ditto. * fhandler_dsp.cc (fhandler_dev_dsp::close): Ditto. * fhandler_fifo.cc (fhandler_fifo.cc::close): Ditto. function in favor of base function. * fhandler_random.cc (fhandler_dev_random::close): Ditto. * fhandler_registry.cc (fhandler_registry::close): Ditto. * fhandler_tty.cc (fhandler_tty_slave::close): Ditto. * fhandler_virtual.cc (fhandler_virtual::close): Ditto. * pinfo.cc (proc_waiter): Remove unneeded hExeced declaration. * sigproc.cc: Ditto. * winsup.h (hExeced): Define here. * fhandler_virtual.cc (fhandler_virtual::fixup_after_exec): Just call close() to reinitialize things to known state. Christopher Faylor 2005-07-05 03:16:46 +0000
  • 26edeb6a7f * cygtls.h (_cygtls): Perform minor reformatting. * winsup.h (close_all_files): Reflect argument change. * dtable.cc (close_all_files): Ditto. * dtable.h: Ditto. * fhandler.h: Ditto. * spawn.cc (spawn_guts): Move close_all_files back to its original location in first P_OVERLAY test but use argument denoting that handles are only supposed to be closed, not released (more work to be done here). * syscalls.cc (close_all_files): Take an argument denoting whether to release closed files or not. * path.cc (symlink): Change argument names to reflect linux man page. (symlink_worker): Ditto. Also appropriately set ENOENT for empty strings. Christopher Faylor 2005-07-05 02:05:07 +0000
  • a64b8b2dec ARGH. Check in previous uncommitted-but-ChangeLog'ed entry. Christopher Faylor 2005-07-05 02:02:23 +0000
  • cec1d3b414 2005-07-04 Mark Mitchell <mark@codesourcery.com> Jeff Johnston 2005-07-05 00:11:50 +0000
  • 0740b418fc * cygheap.h (struct init_cygheap): Delete cygwin_regname member. * external.cc (cygwin_internal): Use cygpsid::get_id for CW_GET_UID_FROM_SID and CW_GET_GID_FROM_SID. Turn CW_SET_CYGWIN_REGISTRY_NAME and CW_GET_CYGWIN_REGISTRY_NAME into noops. Corinna Vinschen 2005-07-04 08:44:06 +0000
  • 0d8a558ed2 * src-release (do-proto-toplev): Remove dejagnu bits. (DEJAGNU_SUPPORT_DIRS): Remove. (dejagnu.tar.bz2, dejagnu.tar): Likewise. (GDBD_SUPPORT_DIRS): Likewise. (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise. (INSIGHTD_SUPPORT_DIRS): Likewise. (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise. Ben Elliston 2005-07-03 20:43:40 +0000
  • 1863470077 merge from gcc DJ Delorie 2005-07-03 19:16:16 +0000
  • aaa4ee1b89 * thread.cc (pthread_mutex::init): Remove unneeded efault/mutex check. Christopher Faylor 2005-07-03 04:05:00 +0000
  • 9d2a12f47a add missing ChangeLog entries Christopher Faylor 2005-07-03 03:44:56 +0000
  • 4c157aa9e5 * thread.h (verifyable_object_state verifyable_object_isvalid): Delete function declaration that should have been static. * thread.cc (verifyable_object_state verifyable_object_isvalid): Make inline static. (pthread*::is_good_object): Move to directly after verifyable_object_state verifyable_object_isvalid and make inline. Christopher Faylor 2005-07-03 03:25:19 +0000
  • 893ac8e03c Replace valid memory checks with new myfault class "exception handling", almost everywhere. Leave some thread.cc stuff alone for now. * cygtls.h: Kludge some definitions to avoid including a problematic windows header. (_cygtls::_myfault): New entry. (_cygtls::_myfault_errno): Ditto. (_cygtls::fault_guarded): New function. (_cygtls::setup_fault): Ditto. (_cygtls::return_from_fault): Ditto. (_cygtls::clear_fault): Ditto. (myfault): New class. * exceptions.cc (handle_exceptions): Handle case of guarded fault in system routine. * gendef: Add another entry point for setjmp that the compiler doesn't know about and won't complain about. * gentls_offsets: Just include windows.h rather than kludging a HANDLE def. * miscfuncs.cc (check_null_str): Delete. (check_null_empty_str): Ditto. (check_null_empty_str_errno): Ditto. (check_null_str_errno): Ditto. (__check_null_invalid_struct): Ditto. (__check_null_invalid_struct_errno): Ditto. (__check_invalid_read_ptr): Ditto. (__check_invalid_read_ptr_errno): Ditto. (dummytest): New function. (check_iovec_for_read): Delete. (chec_iovec): Rename from check_iovec_for_write. Take a read/write parameter. * tlsoffsets.h: Regenerate. * winsup.h: Remove check_* declarations. (check_iovec_for_read): Delete declaration. Turn into a define instead. (check_iovec_for_write): Ditto. (check_iovec): New declaration. * thread.h: Use ifdef guard name consistent with other header files. Christopher Faylor 2005-07-03 02:40:30 +0000
  • 766bda7133 should have been checked in on 2005-06-29 Christopher Faylor 2005-07-03 02:28:14 +0000
  • 3513b0478a * include/cygwin/version.h: Bump DLL minor number to 19. Christopher Faylor 2005-07-03 02:03:58 +0000
  • 310932f740 Update function declarations to ISO C90 formatting Nick Clifton 2005-07-01 11:16:27 +0000
  • 371e383f89 merge from gcc DJ Delorie 2005-06-30 23:02:54 +0000
  • f2abf3173b * fhandler.cc (fhandler_base::readv): Use malloc/free instead of alloca. (fhandler_base::writev): Ditto. Corinna Vinschen 2005-06-30 17:00:10 +0000
  • 5b3e1f7358 * cygerrno.h: Make multi-inclusion safe. * fhandler_termios.cc (fhandler_termios::tcsetpgrp): Deal with EINTR. * dcrt0.cc (dll_crt0_0): Accommodate init_console_handler argument change. * winsup.h: Ditto. * fhandler_tty.cc (fhandler_tty_slave::open): Ditto. * exceptions.cc (init_console_handler): Ditto. Ignore console events if we're not attached to a terminal. * fhandler_tty.cc (fhandler_tty_slave::open): Ditto. * wincap.cc: Implement has_null_console_handler_routine throughout. * wincap.h: Ditto. Christopher Faylor 2005-06-30 02:52:14 +0000
  • d573a471af revert erroneous checkin Christopher Faylor 2005-06-30 02:51:31 +0000
  • 87e8bd37a0 * autoload.cc (LoadDLLprime): Use a more descriptive name for autoload text sections. * cygwin.sc: Ditto. Christopher Faylor 2005-06-29 23:05:41 +0000
  • 2067349a52 * setup.com (mpw): Remove unused directive. Ben Elliston 2005-06-29 19:12:31 +0000
  • 7d3f4c164b Remove dejagnu/ entry. Ben Elliston 2005-06-29 02:05:07 +0000
  • 25d209f13d 2005-06-28 Dave Korn <dave.korn@artimi.com> Jeff Johnston 2005-06-28 17:03:18 +0000
  • f1fb564952 * fhandler_disk_file.cc (fhandler_disk_file::facl): Add missing break. Corinna Vinschen 2005-06-27 14:18:13 +0000
  • 677ded600c * path.cc (path_conv::check): Don't strip trailing dots and spaces at the start of the path. Corinna Vinschen 2005-06-24 09:15:05 +0000
  • 3b12a57cb6 * fhandler.cc (rootdir): Don't set errno. * syscalls.cc (statvfs): Set errno to ENOTDIR if rootdir() failed. Corinna Vinschen 2005-06-24 09:12:15 +0000
  • 6bfab24ef3 2005-06-22 Paolo Bonzini <bonzini@gnu.org> Paolo Bonzini 2005-06-23 07:34:15 +0000
  • d9c1b93d19 * fhandler.h (class fhandler_dev_tape): Add declaration for fixup_after_fork and set_close_on_exec. * fhandler_tape.cc (fhandler_dev_tape::open): Create mt_mtx mutex inheritable. (fhandler_dev_tape::close): Close mt_mtx. (fhandler_dev_tape::dup): Duplicate mt_mtx and mt_evt as necessary. (fhandler_dev_tape::fixup_after_fork): New method. (fhandler_dev_tape::set_close_on_exec): New method. Corinna Vinschen 2005-06-22 19:59:19 +0000
  • 2a770b2a6f * security.cc (get_initgroups_sidlist): Drop special_pgrp parameter. (get_setgroups_sidlist): Avoid duplicate groups in group list. (create_token): Remove special_pgrp local variable. Accomodate change to get_initgroups_sidlist call. Corinna Vinschen 2005-06-21 20:38:05 +0000
  • 4adc3db74e * uinfo.cc (uinfo_init): Call reimpersonate to set the main thread's impersonation token. Corinna Vinschen 2005-06-21 20:09:31 +0000
  • 8d5988eff8 * how-using.texinfo: Add FAQ about firewall software. Update section on mounting and specifically note using managed mounts. Joshua Daniel Franklin 2005-06-21 05:52:25 +0000
  • 15b15f49cd Index: include/ChangeLog 2005-06-20 Geoffrey Keating <geoffk@apple.com> Geoffrey Keating 2005-06-21 00:28:25 +0000
  • 1d74c8ce77 gas/ H.J. Lu 2005-06-20 23:18:38 +0000
  • 74041a3a74 * fhandler_proc.cc (format_proc_partitions): Only list recognized partitions. Use partition number given by PartitionNumber member. Corinna Vinschen 2005-06-20 19:58:26 +0000
  • 7b02cb3038 fix indentation Christopher Faylor 2005-06-20 15:33:50 +0000
  • 8c83fb05f1 * include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW, ldap_bindW, ldap_bind_sW): Change PCHAR arg to PWCHAR. Thanks to: Christian <chhd at users dot sf dot net> Danny Smith 2005-06-19 07:25:11 +0000
  • fa2d9fc528 * glob.c: (glob0): New local variable `limit`. Use in calls to glob1 and globextend. (glob1): Add `limit' parameter. (glob2): Ditto. (glob3): Ditto. (globextend): Ditto. Implement GLOB_LIMIT handling. * include/glob.h (GLOB_LIMIT): New define. * include/cygwin/version.h: Bump API minor number. Corinna Vinschen 2005-06-18 19:04:25 +0000
  • dae4a4c93c Correct typo in ChangeLog Danny Smith 2005-06-18 07:53:49 +0000
  • ec3b6d6f26 * include/winbase.h (GETTEXTEX): Correct name of lpUsedDefChar field. Thanks to: Saulius Menkevicius <bobas at users dot sf dot net> Danny Smith 2005-06-18 07:51:33 +0000
  • 00110273cc * include/winbase.h (GolbalDiscard): Define as macro. Thanks to: David Golub <david_golub at users dot sf dot net> Danny Smith 2005-06-18 07:36:02 +0000
  • 91717fb806 * wincap.h (wincaps::detect_win16_exe): Declare. (wincapc::detect_win16_exe): Implement. * wincap.cc: Populate detect_win16_exe where appropriate. * spawn.cc (spawn_guts): Only go out of the way to detect 16-bit apps on systems which are flummoxed by them. Christopher Faylor 2005-06-18 01:36:18 +0000
  • 2bc6be1eda * spawn.cc (spawn_guts): Detect when executing a 16-bit application and avoid setting the process pipe since this causes conniptions in Windows 9x. Christopher Faylor 2005-06-18 01:27:06 +0000
  • b3ba5059da * cygwin.din (inet_pton): Export. (inet_ntop): Export. * net.cc (cygwin_inet_pton): Implement inet_pton for AF_INET for now. (cygwin_inet_ntop): Implement inet_ntop for AF_INET for now. * include/arpa/inet.h (inet_pton): Declare. (inet_ntop): Declare. * include/cygwin/version.h: Bump API minor number. Corinna Vinschen 2005-06-17 20:01:59 +0000
  • 2778b3e2b6 * elf/external.h (GRP_ENTRY_SIZE): Define. Jakub Jelinek 2005-06-17 13:37:23 +0000
  • 29b111ce59 * fhandler.h (fhandler_union): Add missing members corresponding to fhandler_fifo and fhandler_netdrive. Corinna Vinschen 2005-06-17 11:44:45 +0000
  • 721862f496 bfd/ 2005-06-17 Jan Beulich <jbeulich@novell.com> Jan Beulich 2005-06-17 08:03:59 +0000
  • 68cdbb18da 2005-06-16 Christopher Faylor <cgf@timesys.com> Jeff Johnston 2005-06-16 19:14:01 +0000
  • ec3b136a64 * syscalls.cc (statvfs): Handle the case when GetDiskFreeSpaceEx succeeds but GetDiskFreeSpace fails by faking bytes-per-sector and sectors-per-cluster values. Corinna Vinschen 2005-06-16 15:46:40 +0000
  • 842db59275 * profile/profile.h (_MCOUNT_CALL): Define as regparm(2) (_MCOUNT_DECL): Use it. (MCOUNT): Save and restore eax, ecx, edx registers. * profile/mcount.c (_mcount): ANSI-fy. Danny Smith 2005-06-16 12:14:21 +0000
  • dcd6cb4308 * include/_mingw.h (__MINGW_GNUC_PREREQ): Define. Use to guard __MINGW_ATTRIB macro definitions. * include/math.h (logb[fl]): Don't define inlines for GCC-4.0+ && __FAST_MATH__. (rint[fl], lrint[fl], llrint[fl]); Likewise. Clean up line-continuation backslashes. Danny Smith 2005-06-16 11:41:49 +0000
  • 7a9b2d82ec add missing entry Christopher Faylor 2005-06-15 22:51:05 +0000
  • a9c461626e * cygthread.cc (cygthread::detach): Fix debugging output. * dcrt0.cc (dll_crt0_1): Create signal_arrived early -- before any filename manipulation. * sigproc.cc (sigproc_init): Don't create signal_arrived here. * fork.cc (fork_child): Ditto. Christopher Faylor 2005-06-15 22:50:31 +0000
  • 0fc9cf11f8 * path.cc (path_conv::check): Always reset to FH_FS when component != 0 and FH_NETDRIVE to fix problems with strict case checking. Christopher Faylor 2005-06-14 23:52:53 +0000
  • fbc0e572ce PR libgcj/19877: * no-executables.m4: Call real AC_FUNC_MMAP when cache variable is set but not 'no'. Tom Tromey 2005-06-14 20:27:38 +0000
  • d1ce2c4a15 * parse_pe.c (exclusion::sort_and_check): Remove crude cast. Corinna Vinschen 2005-06-14 12:42:57 +0000
  • 435227352b * sysv_sem.cc (semu_list): Define static to avoid gcc 4.x compiler warning. Corinna Vinschen 2005-06-14 12:22:14 +0000
  • 2a0f12ac09 * depstand.m4, lead-dot.m4: New files. DJ Delorie 2005-06-13 18:06:59 +0000