summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'pre-cgf-merge'.pre-cgf-mergecvs2svn2003-09-234727-1147333/+735
* * dcrt0.cc (do_exit): Eliminate "C" linkage. Call events_terminate early.Christopher Faylor2003-09-235-24/+36
* 2003-09-22 Roland Schwingel <rolandschwingel@users.sourceforge.net>Danny Smith2003-09-222-5/+10
* 2003-09-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-222-1/+8
* * configure.in: Pass a computed --program-transform-nameDaniel Jacobowitz2003-09-213-35/+91
* * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.Nathanael Nerode2003-09-203-6/+8
* * kill.cc (main): Allow negative pids (indicates process groups).Christopher Faylor2003-09-202-3/+18
* * spawn.cc (pthread_cleanup): New struct.Christopher Faylor2003-09-202-13/+37
* * include/cygwin/version.h: Bump DLL minor number to 6.Christopher Faylor2003-09-202-1/+5
* * thread.h (__reent_t::init_clib): Declare new function.Christopher Faylor2003-09-203-2/+20
* fix accidental checkinChristopher Faylor2003-09-201-1/+1
* * syscalls.cc (system): Strip signal considerations from here so that they areChristopher Faylor2003-09-208-31/+901
* * fhandler_tty.cc (fhandler_pty_master::process_slave_output):Corinna Vinschen2003-09-183-12/+73
* * parse_pe.cc (exclusion::sort_and_check): Make error message a little moreChristopher Faylor2003-09-183-9/+16
* * syscalls.cc (gethostid): Add lpFreeBytesAvailable argument toChristopher Faylor2003-09-172-1/+9
* * include/winuser.h (UpdateLayeredWindow): Protect against NOGDI.Danny Smith2003-09-172-0/+7
* * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): FixDaniel Jacobowitz2003-09-173-65/+65
* * fhandler_process.cc (fhandler_process::fill_filebuf): Open pinfo withChristopher Faylor2003-09-173-3/+11
* fix stupid typoChristopher Faylor2003-09-171-1/+1
* * pinfo.h (winpids::pid_access): New element.Christopher Faylor2003-09-177-20/+53
* * cygheap.cc (cygheap_user::set_saved_sid): Rename from set_orig_sid.Corinna Vinschen2003-09-166-19/+31
* fix typoChristopher Faylor2003-09-161-1/+1
* * getopt.cc (opterr): Reinstate initialization.Christopher Faylor2003-09-164-4/+13
* * exceptions.cc (sig_handle_tty_stop): Fix boneheaded mistake by using correctChristopher Faylor2003-09-162-1/+6
* Index: include/ChangeLogAndrew Cagney2003-09-162-3/+8
* 2003-09-15 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-167-32/+52
* 2003-09-15 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-152-2/+10
* * floatformat.h (floatformat_is_valid): Add prototype.Daniel Jacobowitz2003-09-152-1/+10
* * include/_mingw.h: Increment version to 3.2.Earnie Boyd2003-09-153-3/+8
* * include/w32api.h: Increment version to 2.5.Earnie Boyd2003-09-153-3/+8
* 2003-09-15 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-09-155-17/+65
* 2003-09-12 Michael Chastain <mec@shout.net>Michael Chastain2003-09-142-0/+19
* 2003-09-14 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-142-3/+14
* * Makefile.in: Make malloc_wrapper -fomit-frame-pointer.Christopher Faylor2003-09-146-18/+28
* * fhandler_disk_file.cc (path_conv::ndisk_links): Fix potential off-by-oneChristopher Faylor2003-09-142-1/+7
* * kill.c (forcekill): Wait for process to terminate even if TerminateProcessChristopher Faylor2003-09-132-3/+9
* * include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW.Christopher Faylor2003-09-136-8/+19
* * include/cygwin/version.h: Bump DLL minor number to 5.Christopher Faylor2003-09-132-1/+5
* * include/olectl.h (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,Danny Smith2003-09-133-63/+93
* * include/winuser.h (_WIN32_WINNT, _WIN32_WINDOWS, WINVER):Danny Smith2003-09-132-10/+15
* * thread.cc (MTinterface::fixup_after_fork): Remove code which potentiallyChristopher Faylor2003-09-132-4/+7
* * fhandler_disk_file.cc (path_conv::ndisk_links): Fix problem where searchChristopher Faylor2003-09-122-2/+8
* * dcrt0.cc (_dll_crt0): Accommodate breaking apart of early_stuff_init.Christopher Faylor2003-09-125-9/+36
* * Makefile.in: Tweak mingw libz.a detection to make it more reliably detectChristopher Faylor2003-09-122-5/+10
* * fhandler_disk_file.cc (path_conv::ndisk_links): Rename from num_entries.Christopher Faylor2003-09-113-25/+60
* * MAINTAINERS: Update my e-mail address.Jim Wilson2003-09-112-1/+5
* * path.cc (normalize_posix_path): Put check for '//' prefix back to denote aChristopher Faylor2003-09-112-5/+10
* * cygcheck.cc (dump_only): New global variable.Corinna Vinschen2003-09-112-3/+20
* * dir.cc (rmdir): Add more samba workarounds.Christopher Faylor2003-09-112-2/+11
* Add enum values for HP extensions to DWARF standardNick Clifton2003-09-112-7/+52