| Commit message (Expand) | Author | Age | Files | Lines |
| * | (set_file_times): Move this out of the USG conditional. | Karl Heuer | 1994-09-20 | 1 | -29/+29 |
| * | (PURESIZE_RATIO, BASE_PURESIZE): Defined. | Richard M. Stallman | 1994-09-20 | 1 | -4/+20 |
| * | (POSIX_SIGNALS): Defined. | Richard M. Stallman | 1994-09-20 | 1 | -0/+3 |
| * | (struct saved_window_data): New slots min_width, min_height. | Richard M. Stallman | 1994-09-20 | 1 | -0/+14 |
| * | (malloc, realloc): Declared. | Richard M. Stallman | 1994-09-20 | 1 | -0/+7 |
| * | (syms_of_buffer): Doc fix. | Karl Heuer | 1994-09-19 | 1 | -1/+1 |
| * | (Fkey_description): Reverse condition. | Karl Heuer | 1994-09-19 | 1 | -1/+1 |
| * | Add a new element to display tables controlling side-by-side | Jim Blandy | 1994-09-19 | 3 | -4/+10 |
| * | [!HAVE_X_WINDOWS] (store_frame_title): Dummy macro. | Karl Heuer | 1994-09-19 | 1 | -0/+1 |
| * | (SYSTEM_TYPE): Delete definition. | Richard M. Stallman | 1994-09-19 | 1 | -3/+0 |
| * | (RETURN_UNGCPRO): Use if (1) .. else, not do ... while (0). | Richard M. Stallman | 1994-09-19 | 1 | -2/+2 |
| * | (validate_interval_range, property_value, Fget_char_property, | Karl Heuer | 1994-09-19 | 1 | -9/+13 |
| * | (openp): Fix Lisp_Object vs. int problems. | Karl Heuer | 1994-09-19 | 1 | -3/+5 |
| * | (vmotion, Fvertical_motion): Fix Lisp_Object vs. int problems. | Karl Heuer | 1994-09-19 | 1 | -19/+21 |
| * | (Fframe_parameters): Fix Lisp_Object vs. int problems. | Karl Heuer | 1994-09-19 | 1 | -2/+6 |
| * | (direct_output_for_insert, direct_output_forward_char): Fix Lisp_Object | Karl Heuer | 1994-09-19 | 1 | -2/+2 |
| * | (Fsignal): Fix Lisp_Object vs. int problems. | Karl Heuer | 1994-09-19 | 1 | -1/+1 |
| * | (Frandom): Fix Lisp_Object vs. int problems. | Karl Heuer | 1994-09-19 | 1 | -3/+5 |
| * | [!MULTI_FRAME] (FOR_EACH_FRAME): Fix Lisp_Object vs. int problems. | Karl Heuer | 1994-09-19 | 1 | -1/+1 |
| * | (read_minibuf): Fix Lisp_Object vs. int problems. | Karl Heuer | 1994-09-19 | 1 | -1/+1 |
| * | Declare Fmake_sparse_keymap. | Karl Heuer | 1994-09-19 | 1 | -0/+2 |
| * | Add #include "keyboard.h" | Karl Heuer | 1994-09-19 | 1 | -0/+1 |
| * | (Fmember): Declare this function. | Karl Heuer | 1994-09-18 | 1 | -1/+1 |
| * | (_ALL_SOURCE): Don't redefine if already defined. | Karl Heuer | 1994-09-18 | 1 | -0/+2 |
| * | (HAVE_SELECT, HAVE_TIMEVAL): Add #undefs. | Karl Heuer | 1994-09-18 | 1 | -0/+4 |
| * | Delete obsolete symbols. | Karl Heuer | 1994-09-18 | 99 | -729/+12 |
| * | (struct process): New field tty_name. | Richard M. Stallman | 1994-09-18 | 1 | -0/+2 |
| * | (HAVE_VFORK): Defined. | Richard M. Stallman | 1994-09-18 | 1 | -18/+1 |
| * | (Ffile_writable_p): Don't use ro_fsys. | Richard M. Stallman | 1994-09-18 | 1 | -28/+2 |
| * | (Fcopy_file): Use set_file_times, and check for the error return. | Karl Heuer | 1994-09-18 | 1 | -1/+2 |
| * | Declare set_file_times. | Karl Heuer | 1994-09-18 | 1 | -24/+4 |
| * | (set_file_times): New function. | Karl Heuer | 1994-09-18 | 1 | -26/+24 |
| * | (_ALL_SOURCE, HAVE_STRUCT_UTIMBUF): Add #undefs. | Karl Heuer | 1994-09-18 | 1 | -0/+4 |
| * | (preserve_other_columns): Fix arg to sizeof in bcopy call. | Richard M. Stallman | 1994-09-18 | 1 | -4/+4 |
| * | (reset_buffer): Don't call reset_buffer_local_variables. | Richard M. Stallman | 1994-09-18 | 1 | -3/+10 |
| * | (get_minibuffer): Call Fkill_all_local_variables. | Richard M. Stallman | 1994-09-18 | 1 | -1/+4 |
| * | (DECLARE_GETPWUID_WITH_UID_T): Defined. | Richard M. Stallman | 1994-09-18 | 1 | -11/+12 |
| * | (REL_ALLOC): #undef deleted. | Richard M. Stallman | 1994-09-18 | 1 | -6/+0 |
| * | (Fkey_description): Give error if KEYS not an array. | Richard M. Stallman | 1994-09-18 | 1 | -7/+9 |
| * | (unexec): Fix logic for rounding section boundaries. | Richard M. Stallman | 1994-09-17 | 1 | -5/+10 |
| * | (Fforward_comment): Do increment from, when reaching | Richard M. Stallman | 1994-09-17 | 1 | -1/+1 |
| * | (EMACS_CONFIG_OPTIONS): Add #undef. | Richard M. Stallman | 1994-09-17 | 1 | -0/+2 |
| * | [SUNOS4]: Include link.h. | Richard M. Stallman | 1994-09-17 | 1 | -0/+73 |
| * | (property_value): Declare args plist, prop. | Richard M. Stallman | 1994-09-17 | 1 | -0/+1 |
| * | (PURESIZE): Defnitions deleted. | Richard M. Stallman | 1994-09-17 | 1 | -11/+0 |
| * | (print): sprintf arg for frame depends on VALBITS. | Richard M. Stallman | 1994-09-17 | 1 | -1/+4 |
| * | (Fcall_process) [__osf__ && __alpha]: | Richard M. Stallman | 1994-09-17 | 1 | -1/+9 |
| * | (HAVE_TERMIO, HAVE_TERMIOS, NO_TERMIO): Undo Jul 28 change. | Richard M. Stallman | 1994-09-17 | 1 | -0/+4 |
| * | (menu_item_enabled_p): Fix declaration. | Karl Heuer | 1994-09-17 | 1 | -0/+1 |
| * | Add #include "intervals.h" | Karl Heuer | 1994-09-17 | 2 | -0/+2 |