aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-12-28Eliminate device number argument from fhandler constructors throughout.github/unlabeled-1.100.2unlabeled-1.100.2Christopher Faylor1-1/+1
2002-12-28Eliminate unit argument and special unit fields from fhandler classes andChristopher Faylor1-1/+1
2002-12-27This commit was manufactured by cvs2svn to create branchcvs2svn4375-1081531/+0
2002-12-27* fhandler.h (fhandler_tty_master::set_winsize): Declare new function.Christopher Faylor4-5/+30
2002-12-27* fhandler_tty.cc (fhandler_tty_master::init): Set initial size of tty to thatChristopher Faylor2-2/+12
2002-12-27correct typoChristopher Faylor1-1/+1
2002-12-27* fhandler.h (fhandler_termios::line_edit): Replace third argument withChristopher Faylor5-35/+53
2002-12-262002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>Danny Smith2-3/+7
2002-12-262002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>Danny Smith3-3/+7
2002-12-26 * sim-h8300.h: Remove ^M.Kazu Hirata2-33/+37
2002-12-26 * include/dbt.h (DEV_BROADCAST_PORT): Add UNICODE version.Danny Smith2-2/+19
2002-12-262002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>Danny Smith1-4/+4
2002-12-26 * include/unknwn.h: Include windows.h and ole2.h before headerDanny Smith2-5/+15
2002-12-262002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>Danny Smith2-4/+11
2002-12-26 * include/commcat.h: Don't include windows.h or ole2.h ifdefDanny Smith3-0/+12
2002-12-26 * include/imm.h (ImmGetCompositionFont[AW],Danny Smith2-0/+11
2002-12-25minor reformattingChristopher Faylor1-0/+2
2002-12-25* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2-1/+5
2002-12-25* exceptions.cc (events_init): Initialize critical section to control exitingChristopher Faylor3-0/+14
2002-12-25* cygthread.cc (cygthread::detach): Set errno with set_sig_errno so that EINTRChristopher Faylor2-1/+6
2002-12-24 * Makefile.tpl (multilib.out): Fix missing space.Andreas Schwab3-2/+7
2002-12-232002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode6-435/+430
2002-12-23 * bfdlink.h (struct bfd_link_info): Add "strip_discarded".Alan Modra2-0/+7
2002-12-21* Makefile.in: Default fhandler objects to -fomit-frame-pointer. EliminateChristopher Faylor2-1/+26
2002-12-21* Makefile.common: Don't attempt to pretty-print c++ errors.Christopher Faylor2-1/+5
2002-12-21* fhandler.h (line_edit_status): Reorganize so that tests for error conditionChristopher Faylor4-10/+21
2002-12-21Fixed minor typo.Jeff Johnston1-1/+1
2002-12-212002-12-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston131-213/+333
2002-12-202002-12-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-18/+341
2002-12-202002-12-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston40-39/+82
2002-12-20* xstormy16.h: Add XSTORMY16_12.DJ Delorie2-1/+6
2002-12-202002-12-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston4-39/+84
2002-12-20 * include/_mingw.h: Increment version to 2.4.Earnie Boyd3-3/+8
2002-12-202002-12-19 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2-1/+8
2002-12-202002-12-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston124-8280/+6
2002-12-202002-12-19 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2-2/+7
2002-12-20* fhandler.h (line_edit_status): Add a new element.Christopher Faylor4-6/+25
2002-12-19 * bfdlink.h (struct bfd_link_info): Replace bfd_boolean fields withAlan Modra2-66/+71
2002-12-19 * Makefile.tpl: Revert HJL's change.Nathanael Nerode4-8/+11
2002-12-19 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.Andreas Schwab4-2/+10
2002-12-19* overview2.sgml: Remove CTRL-Z discussion.Christopher Faylor3-6/+15
2002-12-19 * include/ddk/hidusage.h: Remove unneccessary #pragma pack's.Danny Smith21-42/+115
2002-12-192002-12-18 H.J. Lu <hjl@gnu.org>H.J. Lu4-2/+14
2002-12-18 * Makefile.tpl: Don't let real targets depend on phony targets.Nathanael Nerode3-2/+5
2002-12-182002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode3-4/+11
2002-12-182002-12-18 James E. Lucas <xelloss@users.sourceforge.net>Danny Smith4-2/+29
2002-12-17 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was aJason Merrill3-8/+20
2002-12-17 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.Hans-Peter Nilsson2-1/+5
2002-12-17* xstormy16.h (START_RELOC_NUMBERS) Add relocation numbersDJ Delorie2-0/+8
2002-12-17* fhandler_termios.cc (fhandler_termios::line_edit): Return line_edit_error andChristopher Faylor3-31/+42