summaryrefslogtreecommitdiff
path: root/term/term.h
AgeCommit message (Expand)Author
2002-06-252002-06-25 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
2002-06-132002-06-13 Roland McGrath <roland@frob.com>Roland McGrath
2002-02-10Update copyright year.Marcus Brinkmann
2002-02-102002-02-10 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
2002-02-102002-02-10 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
2002-02-102002-02-10 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
2002-02-102002-02-10 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
2002-01-30 * term.h (pty_io_select): Likewise.Marcus Brinkmann
1999-10-041999-10-04 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
1999-10-011999-10-01 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
1999-07-241999-07-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
1999-07-111999-07-11 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
1998-07-201998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
1996-11-18Mon Nov 18 18:16:29 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
1996-08-15*** empty log message ***Thomas Bushnell
1996-08-12*** empty log message ***Thomas Bushnell
1996-08-12*** empty log message ***Thomas Bushnell
1996-07-17(term_owner, term_group, term_mode): New variables.Michael I. Bushnell
1996-04-24Include <fcntl.h>.Miles Bader
1996-04-24(enqueue_internal): Go back to only using call_asyncs when inputq becomesMiles Bader
1996-04-24(enqueue_internal): Use call_asyncs on every character.Miles Bader
1996-04-23fixupMichael I. Bushnell
1996-04-23(dequeue_quote): If this is the outputq, send SIGIO as appropriateMichael I. Bushnell
1996-02-24Declare ptyio_init.Miles Bader
1996-01-19(pty_io_select): Add new reply port parameter.Miles Bader
1995-12-21(nodename): Variable removed.Miles Bader
1995-12-20Never mind.Michael I. Bushnell
1995-12-20(input_path_lock): New variable.Michael I. Bushnell
1995-12-12typo.Michael I. Bushnell
1995-12-12(pty_po_create_hook, pty_po_destroy_hook): New declarations.Michael I. Bushnell
1995-12-12(pty_open_hook): New declaration.Michael I. Bushnell
1995-12-05Re-added ptyctl.Michael I. Bushnell
1995-12-05(ptyctl): Delete var.Michael I. Bushnell
1995-12-05(ptyctl): New variable.Michael I. Bushnell
1995-12-05*** empty log message ***Michael I. Bushnell
1995-12-05(pty_io_write): Add first arg; fix types of last two args.Michael I. Bushnell
1995-12-05(pty_io_read): Add first arg; fix types of last two args.Michael I. Bushnell
1995-12-05Include <hurd/trivfs.h> and <sys/types.h>.Michael I. Bushnell
1995-12-05(pty_io_write, pty_io_read, pty_io_readable, pty_io_get_openmodes,Michael I. Bushnell
1995-12-01(external_processing): New variable.Michael I. Bushnell
1995-12-01(remote_input_mode): New variable.Michael I. Bushnell
1995-12-01(ptyio_bottom, pty_class): New variables.Michael I. Bushnell
1995-12-01(struct bottomhalf): New member `notice_input_flushed'.Michael I. Bushnell
1995-12-01(struct bottomhalf): New member `suspend_physical_output'.Michael I. Bushnell
1995-12-01(CHAR_DC3): Correct value is '\023'.Michael I. Bushnell
1995-11-30(bottomhalf): Typo fix.Michael I. Bushnell
1995-11-30(start_output, set_break, clear_break, abandon_physical_output,Michael I. Bushnell
1995-11-30(devio_bottom): Fix decl.Michael I. Bushnell
1995-11-30(struct bottomhalf): New type.Michael I. Bushnell
1995-09-23Include errno.h.Roland McGrath