aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-01-05Replace is_fs_device with is_fs_special throughout.github/unlabeled-1.44.4unlabeled-1.44.4Christopher Faylor1-45/+63
2003-01-03* dtable.h (dtable::in_vfork_cleanup): New function. True if vfork cleanupChristopher Faylor1-1/+1
2002-12-28Eliminate device number argument from fhandler constructors throughout.Christopher Faylor1-1/+1
2002-12-28Eliminate unit argument and special unit fields from fhandler classes andChristopher Faylor1-2/+2
2002-12-28Introduce device class to cygwin throughout. Rename FH_DISK to FH_FSChristopher Faylor1-2/+2
2002-12-14This commit was manufactured by cvs2svn to create branch 'unlabeled-1.44.4'.cvs2svn4497-1090099/+0
2002-12-14* pipe.cc (make_pipe): Set fork fixup flag for read pipe.Christopher Faylor2-0/+5
2002-12-14add FIXMEChristopher Faylor1-0/+1
2002-12-14* winbase.h: Turn on inline versions of Interlocked* by default.Christopher Faylor3-23/+45
2002-12-14Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor19-189/+295
2002-12-132002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode5-73/+6
2002-12-132002-12-12 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>Danny Smith2-9/+17
2002-12-132002-12-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-1/+259
2002-12-12 * pj.h (pj_opc_info_t): Add union.Alan Modra2-2/+9
2002-12-12 * include/malloc.h (_alloca): Add definition.Earnie Boyd2-0/+11
2002-12-12 * Makefile.common: Define MINGW_LDFLAGS.Corinna Vinschen6-3/+14
2002-12-12 * include/shlobj.h (IShellLinkW::GetPath): Correct prototype.Danny Smith2-2/+7
2002-12-12* Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).Alexandre Oliva3-0/+7
2002-12-12whitespaceChristopher Faylor8-15/+21
2002-12-11 * configure: Fix bug put in by gremlins.Nathanael Nerode2-1/+3
2002-12-112002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode4-41/+21
2002-12-11* cygthread.h (cygthread::stack_ptr): New element.Christopher Faylor7-33/+146
2002-12-102002-12-10 Joel Sherrill <joel@OARcorp.com>Jeff Johnston2-2/+7
2002-12-10Add support for displaying extension to DWARF2 used by Unified Parallel CNick Clifton2-6/+20
2002-12-10 * net.cc (free_protoent_ptr): Add missing free() for base structure.Corinna Vinschen2-0/+9
2002-12-10 * netdb.cc (parse_alias_list, parse_services_line)Corinna Vinschen2-14/+19
2002-12-102002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen10-195/+258
2002-12-09correct dateChristopher Faylor1-1/+1
2002-12-09* lib/pseudo-reloc.c: New file.Christopher Faylor4-0/+101
2002-12-09 * include/shellapi.h (ExtractIconEx[AW]): Correct return typeDanny Smith2-2/+8
2002-12-08* Makefile.tpl (all-sim): Depend on maybe-configure-gdb.DJ Delorie3-2/+7
2002-12-08 * mingwex/math/s_erf.c: New file.Danny Smith5-9/+629
2002-12-07 * include/math.h: Add traditional/XOPEN math constants.Danny Smith2-0/+37
2002-12-07 * include/winuser.h (AllowSetForegroundWindow,Danny Smith3-0/+20
2002-12-07fix dateChristopher Faylor1-1/+1
2002-12-06* Makefile.tpl: Change configure dependencies to not have realDJ Delorie3-46/+51
2002-12-06* cygwin.din: Reflect name change from strtodf to strtof. Export strtof.Christopher Faylor3-3/+11
2002-12-062002-12-06 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston6-13/+31
2002-12-062002-12-06 Ken Fitlike <kenfitlike@users.sourceforge.net>Danny Smith2-11/+36
2002-12-05 * configure.in: Revert unintentional change.Nathanael Nerode2-1/+3
2002-12-05 * src-release: Configure host subdirs.Nathanael Nerode2-1/+3
2002-12-052002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode5-221/+156
2002-12-05* fhandler.h (fhandler_termios::line_edit): Change return from an int to anChristopher Faylor5-12/+40
2002-12-05Patch to update IA-64 port to SDM 2.1.Jim Wilson2-6/+11
2002-12-04fix commentChristopher Faylor1-2/+2
2002-12-04* netdb.cc: New file.Christopher Faylor5-11/+455
2002-12-04 * cxx.cc: New file. Implement new, new[], delete and delete[]Corinna Vinschen3-2/+58
2002-12-04 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,Nathanael Nerode3-0/+2935
2002-12-03 * configure.in (host_tools): Order binutils, gas and ld forNathanael Nerode2-1/+6
2002-12-03 * Makefile.tpl: Introduce rules to serialize subconfigure runs.Nathanael Nerode4-4/+60