| Commit message (Expand) | Author | Age | Files | Lines |
| * | (PTY_OPEN): Block SIGCHLD during openpty. | Karl Heuer | 1995-12-13 | 1 | -0/+3 |
| * | (LIBXMU): Use dynamic linking. | Karl Heuer | 1995-12-13 | 1 | -2/+2 |
| * | (create_process): Use Posix signal handling to | Karl Heuer | 1995-12-13 | 1 | -3/+50 |
| * | (HAVE_VFORK): Remove #undef, since we now | Karl Heuer | 1995-12-13 | 1 | -9/+0 |
| * | Fix misspelled comment. | Paul Eggert | 1995-12-06 | 1 | -1/+1 |
| * | (tputs): Don't let ospeed overrun the speeds array. | David J. MacKenzie | 1995-11-30 | 1 | -1/+3 |
| * | (Fcall_interactively): In `c' case, clear out the message | Richard M. Stallman | 1995-11-30 | 1 | -0/+1 |
| * | (lisp): Remove c-mode.elc. | Richard M. Stallman | 1995-11-28 | 1 | -1/+0 |
| * | (sys_select): Check timer once even if input is pending. | Richard M. Stallman | 1995-11-27 | 1 | -2/+3 |
| * | (decode_mode_spec): For p and P, avoid overflow with large buffer sizes. | Richard M. Stallman | 1995-11-27 | 1 | -2/+10 |
| * | (set_frame_menubar): When called with deep_p == 0, | Richard M. Stallman | 1995-11-26 | 1 | -1/+6 |
| * | (IT_set_menu_bar_lines): Clear last_modified field. | Richard M. Stallman | 1995-11-25 | 1 | -0/+1 |
| * | Comment change. | Richard M. Stallman | 1995-11-25 | 1 | -1/+1 |
| * | (read_char): Handle unread events from popup menus. | Richard M. Stallman | 1995-11-24 | 1 | -0/+7 |
| * | (XTframe_up_to_date): Block and unblock input. | Richard M. Stallman | 1995-11-22 | 1 | -0/+2 |
| * | (DOC, clean): Don't use switches to del not supported by Win95. | Geoff Voelker | 1995-11-22 | 1 | -2/+2 |
| * | (XTmouse_position): Exit the loop if child == win. | Richard M. Stallman | 1995-11-22 | 1 | -1/+3 |
| * | (Fset_face_attribute_internal) [MSDOS]: Set font field to 1. | Richard M. Stallman | 1995-11-22 | 1 | -1/+3 |
| * | (internal_terminal_init): Initialize the_only_x_display.font. | Richard M. Stallman | 1995-11-22 | 1 | -0/+1 |
| * | (dos_set_keyboard): If CODE is not recognized, | Richard M. Stallman | 1995-11-22 | 1 | -0/+6 |
| * | (LIB_MOTIF): New definition. | Richard M. Stallman | 1995-11-21 | 1 | -0/+3 |
| * | (unload_color, unload_font): Never invalidate computed faces 0 and 1. | Richard M. Stallman | 1995-11-21 | 1 | -2/+4 |
| * | (Fdisplay_buffer): Always deiconify the window's frame. | Richard M. Stallman | 1995-11-21 | 1 | -12/+23 |
| * | (Fcurrent_time): Doc fix. | Richard M. Stallman | 1995-11-21 | 1 | -1/+1 |
| * | (main): Add LINUX_SBRK_BUG conditional call to __sbrk. | Richard M. Stallman | 1995-11-21 | 1 | -0/+4 |
| * | [LINUX] (LINUX_SBRK_BUG): Defined. | Richard M. Stallman | 1995-11-21 | 1 | -0/+4 |
| * | (SYSTEM_PURESIZE_EXTRA): Increased. | Richard M. Stallman | 1995-11-21 | 1 | -1/+1 |
| * | (syms_of_dosfns): Use 0x75 for dos_keypad_mode. | Richard M. Stallman | 1995-11-21 | 1 | -1/+1 |
| * | (Flist): Avoid using -- in while condition. | Richard M. Stallman | 1995-11-20 | 1 | -3/+7 |
| * | (choose_minibuf_frame): On MSDOS, just use minibuf_window. | Richard M. Stallman | 1995-11-20 | 1 | -0/+4 |
| * | (Vsource_directory): New variable. | Richard M. Stallman | 1995-11-20 | 1 | -0/+11 |
| * | (show_mouse_face): When clearing cursor, use proper column range. | Richard M. Stallman | 1995-11-20 | 1 | -2/+2 |
| * | (Fmake_local_variable): Call find_symbol_value | Richard M. Stallman | 1995-11-19 | 1 | -0/+7 |
| * | #undef SIGPOLL and SIGURG as well as SIGIO. | Richard M. Stallman | 1995-11-19 | 1 | -0/+4 |
| * | (Fset_text_properties): Call set_properties | Richard M. Stallman | 1995-11-18 | 1 | -7/+11 |
| * | (Qredisplay_end_trigger_functions): Renamed from ..._hook. | Richard M. Stallman | 1995-11-18 | 1 | -4/+10 |
| * | (Fset_window_redisplay_end_trigger): Doc fix. | Richard M. Stallman | 1995-11-18 | 1 | -4/+4 |
| * | (Fexecute_extended_command): | Richard M. Stallman | 1995-11-18 | 1 | -9/+3 |
| * | (FRAME_WINDOW_P): Always define it one way or another. | Richard M. Stallman | 1995-11-16 | 1 | -0/+3 |
| * | (gettext_noop): New macro, identity fn. | Roland McGrath | 1995-11-16 | 1 | -296/+303 |
| * | Declare etext. | Roland McGrath | 1995-11-16 | 1 | -1/+1 |
| * | [_LIBC] (start_of_data): Use weak ref to __data_start; use &etext if not | Roland McGrath | 1995-11-16 | 1 | -3/+4 |
| * | (XTread_socket): Verify a ButtonPress was actually in the | Richard M. Stallman | 1995-11-15 | 1 | -1/+8 |
| * | (syms_of_xselect): Doc fix. | Richard M. Stallman | 1995-11-15 | 1 | -1/+1 |
| * | (x_clear_frame_selections): Get selection_symbol properly. | Richard M. Stallman | 1995-11-15 | 1 | -1/+22 |
| * | (doprnt1): Add a cast. | Richard M. Stallman | 1995-11-15 | 1 | -1/+1 |
| * | (mark_object): Don't overwrite original argument value. | Richard M. Stallman | 1995-11-15 | 1 | -2/+3 |
| * | (xsymbol): Cast name explicitly to (char *). | Richard M. Stallman | 1995-11-15 | 1 | -1/+1 |
| * | Initial revision | Geoff Voelker | 1995-11-14 | 1 | -0/+589 |
| * | (check_executable) [DOS_NT]: Treat all dirs as executable. | Richard M. Stallman | 1995-11-14 | 1 | -1/+13 |