aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged from emacs@sv.gnu.orgKaroly Lorentey2006-02-121-1/+1
|\
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Fix C-g during `make-network-process'. (Reported by Mark Plaksin.)Karoly Lorentey2006-01-111-10/+7
* | Rename `struct device' to `struct terminal'. Rename some terminal-related fu...Karoly Lorentey2005-12-291-2/+2
* | Reimplement terminal parameters in C; clean up term.c, create terminal.c.Karoly Lorentey2005-12-251-1/+1
* | Merged from miles@gnu.org--gnu-2005 (patch 593-595)Karoly Lorentey2005-10-191-8/+17
|\ \ | |/
| * (request_sigio, unrequest_sigio): Do nothing inAndreas Schwab2005-10-131-8/+16
* | Merged from miles@gnu.org--gnu-2005 (patch 118-132, 551-577)Karoly Lorentey2005-10-091-5/+2
|\ \ | |/
| * * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME): DefineDan Nicolaescu2005-09-231-1/+1
| * [MAC_OS8]: Don't include stdlib.h. Include sys/param.h.YAMAMOTO Mitsuharu2005-09-181-4/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2005-09-111-1/+76
|\ \ | |/
| * Don't #undef NULL after including blockinput.h.Eli Zaretskii2005-09-101-1/+0
| * Fix last change.Eli Zaretskii2005-09-101-1/+1
| * [WINDOWSNT]: Add prototype for getwd.Eli Zaretskii2005-09-101-2/+3
| * (get_current_dir_name) [!HAVE_CURRENT_DIR_NAME]: New function.Eli Zaretskii2005-09-101-0/+75
* | Merged in changes from CVS trunk. Plus added lisp/term tweaks.Karoly Lorentey2005-09-041-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
* | Rename `struct display' to `struct device'. Update function, parameter and v...Karoly Lorentey2005-07-111-2/+2
* | Merged from miles@gnu.org--gnu-2005 (patch 469)Karoly Lorentey2005-07-051-2/+2
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Fix the original cause of the "arrow keys don't work on screen" bug.Karoly Lorentey2005-07-031-1/+1
* | Work around mysterious breakage of arrow key recognition under screen (see fi...Karoly Lorentey2005-06-261-0/+1
* | Merged from miles@gnu.org--gnu-2005 (patch 281-285)Karoly Lorentey2005-05-021-2/+8
|\ \ | |/
| * (get_frame_size) [VMS]: Use a fresh i/o channel.Thien-Thi Nguyen2005-05-011-2/+8
* | Merged from miles@gnu.org--gnu-2005 (patch 67, 270-278)Karoly Lorentey2005-04-251-1/+0
|\ \ | |/
| * Remove reference to defunct vms-pwd.h.Thien-Thi Nguyen2005-04-201-1/+0
* | Don't abort with GTK when a tty is opened.Karoly Lorentey2005-03-081-0/+4
* | Merged from miles@gnu.org--gnu-2005 (patch 12-13, 79-90)Karoly Lorentey2005-02-101-2/+2
|\ \ | |/
| * (sys_subshell): Properly terminate execlp argument list.Andreas Schwab2005-02-051-2/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-12-231-0/+1
|\ \ | |/
| * * syssignal.h: Declare main_thread.Jan Djärv2004-12-151-0/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2004-12-081-6/+20
|\ \ | |/
| * (emacs_write): Don't use QUIT.Stefan Monnier2004-11-291-1/+9
| * (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.Stefan Monnier2004-11-251-6/+12
* | Merged in changes from CVS trunk.Karoly Lorentey2004-08-231-9/+9
|\ \ | |/
| * (child_setup_tty, init_sys_modes): Use CDISABLE.Kim F. Storm2004-08-191-9/+9
* | Merged in changes from CVS trunk.Karoly Lorentey2004-08-191-10/+13
|\ \ | |/
| * (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:Richard M. Stallman2004-08-161-10/+13
* | Merged in changes from CVS trunk.Karoly Lorentey2004-07-221-4/+0
|\ \ | |/
| * mac.c (sys_select): Block input around call toSteven Tamm2004-07-191-4/+0
* | 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