aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
Commit message (Collapse)AuthorAgeFilesLines
* (get_frame_size) [VMS]: Use a fresh i/o channel.Thien-Thi Nguyen2005-05-011-2/+8
|
* Remove reference to defunct vms-pwd.h.Thien-Thi Nguyen2005-04-201-1/+0
|
* (sys_subshell): Properly terminate execlp argument list.Andreas Schwab2005-02-051-2/+2
|
* * syssignal.h: Declare main_thread.Jan Djärv2004-12-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (SIGNAL_THREAD_CHECK): New macro. * keyboard.c (input_available_signal): Move thread checking code to macro SIGNAL_THREAD_CHECK and call that macro. (interrupt_signal): Call SIGNAL_THREAD_CHECK. * alloc.c (uninterrupt_malloc): Move main_thread to emacs.c. * emacs.c: Define main_thread. (main): Initialize main_thread. (handle_USR1_signal, handle_USR2_signal, fatal_error_signal) (memory_warning_signal): Call SIGNAL_THREAD_CHECK. * floatfns.c (float_error): Call SIGNAL_THREAD_CHECK. * dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK. * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK. * process.c (send_process_trap, sigchld_handler): Call SIGNAL_THREAD_CHECK. * data.c (arith_error): Call SIGNAL_THREAD_CHECK. * atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
* (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
| | | | (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
* (child_setup_tty, init_sys_modes): Use CDISABLE.Kim F. Storm2004-08-191-9/+9
|
* (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:Richard M. Stallman2004-08-161-10/+13
| | | | | | Set VQUIT and VINTR chars to the standard ones if they are unset. [AIX]: Don't do that here. And don't force VINTR to standard when SIGNALS_VIA_CHARACTERS.
* mac.c (sys_select): Block input around call toSteven Tamm2004-07-191-4/+0
| | | | | | | | ReceiveNextEvent to prevent breakage. Correctly handle blocking on event queue only by calling ReceiveNextEvent instead of select (since GUI events aren't on an fd). (sys_read): Remove function sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
* (BUFFER_SIZE_FACTOR): Remove.Kim F. Storm2004-02-271-22/+8
| | | | | | | | (read_input_waiting): Adapt to new read_socket_hook interface. Remove allocation and initialization of local input_event buffer, as read_socket_hook stores events directly in fifo. Allocate and initialize local hold_quit event to handle postponed quit event (and store it if set by kbd_buffer_store_event_hold).
* Move include stdio.h to same place as in other files.Jan Djärv2004-02-091-1/+1
|
* (mkdir, rmdir): Also check synch_process_termsig.Jan Djärv2004-01-261-2/+4
|
* Add arch taglinesMiles Bader2003-09-011-0/+2
|
* (kbd_input_ast, read_input_waiting): Don't pass uninitializedStefan Monnier2003-06-151-3/+8
| | | | data to kbd_buffer_store_event.
* Remove redundant include of unistd.h, stdlib.h. UseDave Love2003-06-121-12/+3
| | | | HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
* Make (few) trivial substitutions for renamed andKim F. Storm2003-05-241-3/+3
| | | | new macros in dispextern.h, frame.h and window.h.
* 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
| | | | unrequest_sigio, they are defined on msdos.c.
* [!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
| | | | form has been defined.
* (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
| | | | point to const.
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-4/+4
| | | | | SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now.
* (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
| | | | lisp/ChangeLog, and src/ChangeLog for list of changes.
* (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
| | | | environment, pass it down with corrected value.
* (init_system_name): Put unused variable `p' in #if 0.Pavel Janík2002-02-081-0/+2
|
* Include <config.h>.Pavel Janík2002-01-011-1/+3
|
* Test GNU_LINUX, not LINUX.Richard M. Stallman2001-12-111-2/+2
|
* Comment change.Richard M. Stallman2001-11-191-1/+1
|
* (wait_for_kbd_input) [VMS]: Do not call clear_waiting_for_input withPavel Janík2001-11-161-1/+1
| | | | argument.
* (child_setup_tty): Don't clear ICRNL or INLCR.Richard M. Stallman2001-11-111-0/+2
|
* (delete-exited-processes): Change doc-string comments to `new style' ↵Pavel Janík2001-10-211-2/+2
| | | | [w/`doc:' keyword].
* (child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]:Gerd Moellmann2001-10-081-0/+5
| | | | Clear ICRNL and INLCR. From Daiki Ueno <[email protected]>.
* Don't define min/max.Gerd Moellmann2001-10-081-2/+0
|
* (wait_for_termination) [POSIX_SIGNALS]: TerminateGerd Moellmann2001-09-211-1/+2
| | | | only if kill returns -1, and errno is ESRCH.
* (wait_for_termination): Add a FIXME comment for the use of non-POSIXGerd Moellmann2001-09-201-0/+5
| | | | sigpause.
* (getwd) [!HAVE_GETWD]: Unblock input before returning.Gerd Moellmann2001-04-051-1/+4
|
* Call redisplay_preserve_echo_area with additional arg.Gerd Moellmann2001-01-161-1/+1
|
* (random): Revert the declaration.Dave Love2001-01-101-0/+5
|
* Update copyright.Gerd Moellmann2001-01-051-1/+1
|
* Don't prototype srandom; it takes an unsigned argumentGerd Moellmann2001-01-051-0/+4
| | | | on some systems, and an unsigned long on others, like FreeBSD 4.1.