summaryrefslogtreecommitdiff
path: root/src/sysdep.c
Commit message (Expand)AuthorAgeFilesLines
* Merged in changes from CVS HEADKaroly Lorentey2004-02-281-22/+8
|\
| * (BUFFER_SIZE_FACTOR): Remove.Kim F. Storm2004-02-271-22/+8
* | Implemented suspending of emacsclient frames.Karoly Lorentey2004-02-281-43/+53
* | Merged in changes from CVS HEADKaroly Lorentey2004-02-171-1/+1
|\ \ | |/
| * Move include stdio.h to same place as in other files.Jan Djärv2004-02-091-1/+1
* | Don't hang on the tty if called from a shell script.Karoly Lorentey2004-02-081-10/+13
* | Merged in changes from CVS HEADKaroly Lorentey2004-02-021-2/+4
|\ \ | |/
| * (mkdir, rmdir): Also check synch_process_termsig.Jan Djärv2004-01-261-2/+4
* | Removed %T in mode-line-format. Trivial documentation changes.Karoly Lorentey2004-01-251-4/+29
* | Support for opening X frames from a tty session.Karoly Lorentey2004-01-111-197/+163
* | Fix C-g handling with multiple ttys.Karoly Lorentey2004-01-111-5/+28
* | Changed tty input code to use read_socket_hook.Karoly Lorentey2004-01-111-0/+2
* | Hookified termcap devices, added bootstrap display device, plus many bugfixes.Karoly Lorentey2004-01-091-2/+4
* | Converted display hooks to be display-local. Plus many bugfixes.Karoly Lorentey2004-01-051-12/+18
* | Portability fixes (now it compiles & runs fine on Solaris).Karoly Lorentey2004-01-031-2/+35
* | Fixed X support, preliminary support for X-tty combo sessions.Karoly Lorentey2004-01-021-15/+13
* | Separate frame-local, tty-dependent parameters from tty-local parameters.Karoly Lorentey2004-01-011-10/+10
* | A few more bugfixes and new features.Karoly Lorentey2003-12-311-14/+25
* | Major bugfixes and slight enhancements.Karoly Lorentey2003-12-301-30/+28
* | Undo patch-23. I need a coffee.Karoly Lorentey2003-12-301-2/+2
* | Don't compile sys_select on systems that don't need it.Karoly Lorentey2003-12-301-2/+2
* | Bugfix festival.Karoly Lorentey2003-12-291-32/+35
* | Fully eliminated global tty state variables.Karoly Lorentey2003-12-271-10/+10
* | Full support for multiple terminal I/O (with some rough edges).Karoly Lorentey2003-12-271-24/+24
* | Fixed two typos.Karoly Lorentey2003-12-261-1/+1
* | lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Ne...Karoly Lorentey2003-12-261-84/+90
* | Implemented multiple tty support.Karoly Lorentey2003-12-251-29/+43
* | Add a level of indirection to terminal characteristics.Karoly Lorentey2003-12-241-1/+2
|/
* Add arch taglinesMiles Bader2003-09-011-0/+2
* (kbd_input_ast, read_input_waiting): Don't pass uninitializedStefan Monnier2003-06-151-3/+8
* Remove redundant include of unistd.h, stdlib.h. UseDave Love2003-06-121-12/+3
* Make (few) trivial substitutions for renamed andKim F. Storm2003-05-241-3/+3
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-47/+47
* Have emacs_read use sys_read on carbon/Mac OS XSteven Tamm2002-12-081-0/+4
* (fcntl.h): Test only HAVE_FCNTL_H.Richard M. Stallman2002-12-041-9/+1
* (stuff_char) [PROTOTYPES]: Provide ISO C arglist.Dave Love2002-11-221-0/+4
* [MSDOS]: Don't define request_sigio andEli Zaretskii2002-08-191-1/+3
* [!VMS]: Include sys/files.h.Richard M. Stallman2002-08-171-0/+4
* (start_of_data): Don't define the function if a macroKen Raeburn2002-07-241-0/+2
* (end_of_text, end_of_data): Unused functions deleted.Ken Raeburn2002-07-211-37/+0
* (emacs_write): Buffer pointer now const.Ken Raeburn2002-07-191-1/+1
* (emacs_open, set_file_times): String pointer args nowKen Raeburn2002-07-161-2/+2
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-4/+4
* (sys_signal): Test BROKEN_SA_RESTART.Richard M. Stallman2002-07-111-3/+5
* *** empty log message ***Pavel Janík2002-06-131-3/+3
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-6/+6
* (wait_for_termination): Use sigsuspend rather than sigpause.Stefan Monnier2002-03-221-5/+1
* Change defvar_int def and vars to use EMACS_INT instead of just int.Stefan Monnier2002-03-041-1/+1
* (sys_subshell): Fix last change.Eli Zaretskii2002-03-041-4/+5
* (sys_subshell) [MSDOS]: If PWD is set in theEli Zaretskii2002-03-041-2/+16