Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (wait_for_termination) [POSIX_SIGNALS]: Terminate | Gerd Moellmann | 2001-09-21 | 2 | -1/+7 |
| | | | | only if kill returns -1, and errno is ESRCH. | ||||
* | (shortlisp): Add env. From Markus Rost. | Eli Zaretskii | 2001-09-21 | 2 | -0/+1231 |
| | |||||
* | (wait_for_termination): Add a FIXME comment for the use of non-POSIX | Gerd Moellmann | 2001-09-20 | 1 | -0/+5 |
| | | | | sigpause. | ||||
* | (sigchld_handler): Use GC_CONSP, GC_INTEGERP, GC_EQ | Gerd Moellmann | 2001-09-20 | 2 | -27/+32 |
| | | | | since this function can be called during GC. | ||||
* | (Fcall_process): Handle errors from pipe(2). | Gerd Moellmann | 2001-09-20 | 2 | -5/+11 |
| | | | | (child_setup): Delete code in #ifdef vipc. | ||||
* | (decode_mode_spec): Add parameter MULTIBYTE. | Gerd Moellmann | 2001-09-19 | 2 | -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 Moellmann | 2001-09-19 | 2 | -2/+4 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2001-09-19 | 1 | -0/+4 |
| | |||||
* | (DATA_SEG_BITS): Also define for GCC 3. | Gerd Moellmann | 2001-09-19 | 1 | -2/+5 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2001-09-18 | 1 | -0/+5 |
| | |||||
* | (Frecursive_edit): Pass (BUFFER . SINGLE-KBOARD) to | Gerd Moellmann | 2001-09-18 | 1 | -9/+25 |
| | | | | | | recursive_edit_unwind. (recursive_edit_unwind): Set kboard state according to SINGLE-KBOARD. | ||||
* | Fix a typo in a comment. | Eli Zaretskii | 2001-09-18 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2001-09-18 | 1 | -0/+6 |
| | |||||
* | (modify_overlay): Don't do nothing if START == END; | Gerd Moellmann | 2001-09-18 | 1 | -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 Moellmann | 2001-09-18 | 2 | -1/+13 |
| | | | | (LD_SWITCH_SYSTEM): Include /usr/local/lib. | ||||
* | (try_window_id) [!GLYPH_DEBUG]: Give up if | Gerd Moellmann | 2001-09-18 | 2 | -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 Moellmann | 2001-09-17 | 1 | -0/+3 |
| | |||||
* | (BUF_COMPUTE_UNCHANGED): Use BUF_MODIFF and | Gerd Moellmann | 2001-09-17 | 1 | -2/+3 |
| | | | | BUF_OVERLAY_MODIFF instead of MODIFF and OVERLAY_MODIFF. | ||||
* | *** empty log message *** | Gerd Moellmann | 2001-09-17 | 1 | -0/+5 |
| | |||||
* | (DATA_SEG_BITS) [__linux__]: Define for GCC | Gerd Moellmann | 2001-09-17 | 1 | -1/+6 |
| | | | | versions >= 2.95. | ||||
* | Fix a typo in a comment. From Pavel Janik. | Eli Zaretskii | 2001-09-15 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2001-09-14 | 1 | -0/+4 |
| | |||||
* | (Ffile_attributes): Doc fix. | Eli Zaretskii | 2001-09-14 | 1 | -1/+2 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2001-09-14 | 1 | -0/+6 |
| | |||||
* | (Ffile_symlink_p): Fix last change. | Gerd Moellmann | 2001-09-14 | 1 | -6/+9 |
| | |||||
* | (current_lock_owner): Fix last change. | Gerd Moellmann | 2001-09-14 | 1 | -2/+2 |
| | |||||
* | Fix last change. | Gerd Moellmann | 2001-09-13 | 2 | -0/+4 |
| | |||||
* | (current_lock_owner): If readlink returns ERANGE, | Gerd Moellmann | 2001-09-13 | 1 | -0/+5 |
| | | | | take that to mean that the buffer is too small. | ||||
* | (Ffile_symlink_p): If readlink returns ERANGE, take | Gerd Moellmann | 2001-09-13 | 2 | -12/+22 |
| | | | | that to mean that the buffer is too small. | ||||
* | (reseat_1): Set IT's multibyte_p flag according to the | Gerd Moellmann | 2001-09-13 | 2 | -0/+5 |
| | | | | | current buffer's multibyteness when discarding the iterator's stack. | ||||
* | (Fx_window_property): Handle case that property gets | Gerd Moellmann | 2001-09-13 | 2 | -1/+6 |
| | | | | deleted between the two calls to XGetWindowProperty. | ||||
* | (set_window_cursor_after_update): Fix code | Gerd Moellmann | 2001-09-12 | 1 | -8/+7 |
| | | | | | finding glyph row containing cursor when cursor_in_echo_area is >= 0. | ||||
* | (read_minibuf_unwind): Bind inhibit-modification-hooks. | Gerd Moellmann | 2001-09-11 | 2 | -0/+3 |
| | |||||
* | (read_minibuf): Bind inhibit-modification-hooks to t, | Gerd Moellmann | 2001-09-11 | 2 | -1/+13 |
| | | | | in addition to read-only. | ||||
* | (verify_interval_modification): Fix last change. | Gerd Moellmann | 2001-09-11 | 1 | -12/+18 |
| | |||||
* | (with_echo_area_buffer): Bind inhibit-modification-hooks | Gerd Moellmann | 2001-09-11 | 1 | -0/+1 |
| | | | | to t in addition to read-only. | ||||
* | (Qinhibit_modification_hooks): Declare. | Gerd Moellmann | 2001-09-11 | 1 | -0/+1 |
| | |||||
* | (Qinhibit_modification_hooks): New variable. | Gerd Moellmann | 2001-09-11 | 1 | -0/+5 |
| | | | | (syms_of_insdel): Initialize and staticpro it. | ||||
* | (verify_interval_modification): Don't run | Gerd Moellmann | 2001-09-11 | 2 | -2/+10 |
| | | | | modification-hooks if inhibit_modification_hooks. | ||||
* | *** empty log message *** | Gerd Moellmann | 2001-09-11 | 1 | -1/+9 |
| | |||||
* | (init_from_display_pos): Put some code in #if 0. | Gerd Moellmann | 2001-09-11 | 1 | -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 Moellmann | 2001-09-10 | 1 | -0/+5 |
| | |||||
* | allocate_buffer): Call VALIDATE_LISP_STORAGE. | Gerd Moellmann | 2001-09-10 | 1 | -2/+5 |
| | |||||
* | (direct_output_for_insert): Don't change IT's | Gerd Moellmann | 2001-09-10 | 1 | -0/+1 |
| | | | | stop_charpos to something in front of its current position. | ||||
* | (Ftrace_to_stderr) [GLYPH_DEBUG]: Take args like | Gerd Moellmann | 2001-09-10 | 2 | -6/+12 |
| | | | | `format'. | ||||
* | Doc fix. | Richard M. Stallman | 2001-09-10 | 1 | -2/+4 |
| | |||||
* | Doc fix. | Richard M. Stallman | 2001-09-10 | 1 | -2/+3 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2001-09-10 | 1 | -0/+4 |
| | |||||
* | Comment change. | Richard M. Stallman | 2001-09-08 | 1 | -3/+9 |
| | |||||
* | Fix a typo in a comment. From Pavel Janik <Pavel@Janik.cz>. | Eli Zaretskii | 2001-09-08 | 1 | -1/+1 |
| |