summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* (wait_for_termination) [POSIX_SIGNALS]: TerminateGerd Moellmann2001-09-212-1/+7
| | | | only if kill returns -1, and errno is ESRCH.
* (shortlisp): Add env. From Markus Rost.Eli Zaretskii2001-09-212-0/+1231
|
* (wait_for_termination): Add a FIXME comment for the use of non-POSIXGerd Moellmann2001-09-201-0/+5
| | | | sigpause.
* (sigchld_handler): Use GC_CONSP, GC_INTEGERP, GC_EQGerd Moellmann2001-09-202-27/+32
| | | | since this function can be called during GC.
* (Fcall_process): Handle errors from pipe(2).Gerd Moellmann2001-09-202-5/+11
| | | | (child_setup): Delete code in #ifdef vipc.
* (decode_mode_spec): Add parameter MULTIBYTE.Gerd Moellmann2001-09-192-15/+28
| | | | | (display_mode_element): Display the string from decode_mode_spec depending on its multibyteness.
* (LD_SWITCH_SYSTEM, C_SWITCH_SYSTEM): Add /usr/pkg.Gerd Moellmann2001-09-192-2/+4
|
* *** empty log message ***Gerd Moellmann2001-09-191-0/+4
|
* (DATA_SEG_BITS): Also define for GCC 3.Gerd Moellmann2001-09-191-2/+5
|
* *** empty log message ***Gerd Moellmann2001-09-181-0/+5
|
* (Frecursive_edit): Pass (BUFFER . SINGLE-KBOARD) toGerd Moellmann2001-09-181-9/+25
| | | | | | recursive_edit_unwind. (recursive_edit_unwind): Set kboard state according to SINGLE-KBOARD.
* Fix a typo in a comment.Eli Zaretskii2001-09-181-1/+1
|
* *** empty log message ***Gerd Moellmann2001-09-181-0/+6
|
* (modify_overlay): Don't do nothing if START == END;Gerd Moellmann2001-09-181-11/+16
| | | | | | | This can still be a modification, for example when an overlay has a before-string or after-string. (Fdelete_overlay): Prevent redisplay optimizations when deleting an overlay with before-string or after-string.
* (C_SWITCH_SYSTEM): Add.Gerd Moellmann2001-09-182-1/+13
| | | | (LD_SWITCH_SYSTEM): Include /usr/local/lib.
* (try_window_id) [!GLYPH_DEBUG]: Give up ifGerd Moellmann2001-09-182-0/+22
| | | | | | first_unchanged_at_end_row is in front of last_unchanged_at_beg_row. This code should be removed after the release of 21.1.
* *** empty log message ***Gerd Moellmann2001-09-171-0/+3
|
* (BUF_COMPUTE_UNCHANGED): Use BUF_MODIFF andGerd Moellmann2001-09-171-2/+3
| | | | BUF_OVERLAY_MODIFF instead of MODIFF and OVERLAY_MODIFF.
* *** empty log message ***Gerd Moellmann2001-09-171-0/+5
|
* (DATA_SEG_BITS) [__linux__]: Define for GCCGerd Moellmann2001-09-171-1/+6
| | | | versions >= 2.95.
* Fix a typo in a comment. From Pavel Janik.Eli Zaretskii2001-09-151-1/+1
|
* *** empty log message ***Eli Zaretskii2001-09-141-0/+4
|
* (Ffile_attributes): Doc fix.Eli Zaretskii2001-09-141-1/+2
|
* *** empty log message ***Gerd Moellmann2001-09-141-0/+6
|
* (Ffile_symlink_p): Fix last change.Gerd Moellmann2001-09-141-6/+9
|
* (current_lock_owner): Fix last change.Gerd Moellmann2001-09-141-2/+2
|
* Fix last change.Gerd Moellmann2001-09-132-0/+4
|
* (current_lock_owner): If readlink returns ERANGE,Gerd Moellmann2001-09-131-0/+5
| | | | take that to mean that the buffer is too small.
* (Ffile_symlink_p): If readlink returns ERANGE, takeGerd Moellmann2001-09-132-12/+22
| | | | that to mean that the buffer is too small.
* (reseat_1): Set IT's multibyte_p flag according to theGerd Moellmann2001-09-132-0/+5
| | | | | current buffer's multibyteness when discarding the iterator's stack.
* (Fx_window_property): Handle case that property getsGerd Moellmann2001-09-132-1/+6
| | | | deleted between the two calls to XGetWindowProperty.
* (set_window_cursor_after_update): Fix codeGerd Moellmann2001-09-121-8/+7
| | | | | finding glyph row containing cursor when cursor_in_echo_area is >= 0.
* (read_minibuf_unwind): Bind inhibit-modification-hooks.Gerd Moellmann2001-09-112-0/+3
|
* (read_minibuf): Bind inhibit-modification-hooks to t,Gerd Moellmann2001-09-112-1/+13
| | | | in addition to read-only.
* (verify_interval_modification): Fix last change.Gerd Moellmann2001-09-111-12/+18
|
* (with_echo_area_buffer): Bind inhibit-modification-hooksGerd Moellmann2001-09-111-0/+1
| | | | to t in addition to read-only.
* (Qinhibit_modification_hooks): Declare.Gerd Moellmann2001-09-111-0/+1
|
* (Qinhibit_modification_hooks): New variable.Gerd Moellmann2001-09-111-0/+5
| | | | (syms_of_insdel): Initialize and staticpro it.
* (verify_interval_modification): Don't runGerd Moellmann2001-09-112-2/+10
| | | | modification-hooks if inhibit_modification_hooks.
* *** empty log message ***Gerd Moellmann2001-09-111-1/+9
|
* (init_from_display_pos): Put some code in #if 0.Gerd Moellmann2001-09-111-6/+20
| | | | | | (add_to_log): Use bcopy instead of strcpy. (init_from_display_pos): Use an explicit loop over bytes in overlay strings instead of calling index.
* *** empty log message ***Gerd Moellmann2001-09-101-0/+5
|
* allocate_buffer): Call VALIDATE_LISP_STORAGE.Gerd Moellmann2001-09-101-2/+5
|
* (direct_output_for_insert): Don't change IT'sGerd Moellmann2001-09-101-0/+1
| | | | stop_charpos to something in front of its current position.
* (Ftrace_to_stderr) [GLYPH_DEBUG]: Take args likeGerd Moellmann2001-09-102-6/+12
| | | | `format'.
* Doc fix.Richard M. Stallman2001-09-101-2/+4
|
* Doc fix.Richard M. Stallman2001-09-101-2/+3
|
* *** empty log message ***Richard M. Stallman2001-09-101-0/+4
|
* Comment change.Richard M. Stallman2001-09-081-3/+9
|
* Fix a typo in a comment. From Pavel Janik <Pavel@Janik.cz>.Eli Zaretskii2001-09-081-1/+1
|