| Commit message (Expand) | Author | Age | Files | Lines |
| * | (direct_output_forward_char): Fix previous change: | Richard M. Stallman | 1993-08-11 | 1 | -8/+10 |
| * | (Qminibuffer_setup_hook, Vminibuffer_setup_hook): New vars. | Richard M. Stallman | 1993-08-11 | 1 | -0/+17 |
| * | (receive_incremental_selection): Use bcopy, not memcpy. | Richard M. Stallman | 1993-08-11 | 1 | -1/+1 |
| * | (BIG_ENDIAN): Provide a value that matches the system. | Richard M. Stallman | 1993-08-11 | 1 | -1/+2 |
| * | (C_SWITCH_X_SYSTEM): Define instead of C_SWITCH_SYSTEM. | Richard M. Stallman | 1993-08-11 | 1 | -1/+1 |
| * | Add #undef HAVE_FTIME. | Richard M. Stallman | 1993-08-11 | 1 | -0/+1 |
| * | (term_get_fkeys_define_1, term_get_fkeys_define): New functions. | Richard M. Stallman | 1993-08-11 | 1 | -16/+38 |
| * | *** empty log message *** | Richard M. Stallman | 1993-08-10 | 1 | -1/+1 |
| * | (LIB_X11_LIB, LIBX11_SYSTEM): Make #undefs unconditional. | Richard M. Stallman | 1993-08-10 | 1 | -7/+2 |
| * | Handle NO_TERMIO in principal HAVE_TERMIOS case. | Richard M. Stallman | 1993-08-10 | 1 | -0/+2 |
| * | (x_get_customization_string): Don't use value of strcpy. | Richard M. Stallman | 1993-08-10 | 1 | -1/+5 |
| * | (HAVE_TCATTR): Macro #defined. | Richard M. Stallman | 1993-08-10 | 1 | -2/+12 |
| * | (Fexpt): Use IN_FLOAT2. | Richard M. Stallman | 1993-08-10 | 1 | -3/+3 |
| * | (Vinvocation_directory): Declared. | Richard M. Stallman | 1993-08-10 | 1 | -1/+1 |
| * | (Fmod): New function; result is always same sign as divisor. | Paul Eggert | 1993-08-10 | 1 | -0/+55 |
| * | (main): Invoke syms_of_floatfns even if LISP_FLOAT_TYPE | Paul Eggert | 1993-08-10 | 1 | -2/+0 |
| * | (Ffloor): Optional second operand specifies divisor, as in Common Lisp. | Paul Eggert | 1993-08-10 | 1 | -15/+61 |
| * | (unexec): Add casts for some comparisons. | Richard M. Stallman | 1993-08-10 | 1 | -62/+63 |
| * | * config.h.in (HAVE_LOGB, HAVE_FREXP): Add #undefs for the | Jim Blandy | 1993-08-09 | 2 | -3/+9 |
| * | (term_init): Improve error messages (give sh commands). | Richard M. Stallman | 1993-08-09 | 1 | -3/+9 |
| * | (mark_object): Declare ptr volatile, or don't use it | Richard M. Stallman | 1993-08-08 | 1 | -29/+16 |
| * | (struct font_info): New structure. | Richard M. Stallman | 1993-08-08 | 1 | -18/+25 |
| * | Don't put -q in args. | Richard M. Stallman | 1993-08-08 | 1 | -4/+3 |
| * | (HAVE_VFORK): Defined. | Richard M. Stallman | 1993-08-08 | 5 | -0/+20 |
| * | (Vinvocation_directory): New var. | Richard M. Stallman | 1993-08-08 | 1 | -3/+29 |
| * | (expand_and_dir_to_file): Use Fdirectory_file_name. | Richard M. Stallman | 1993-08-08 | 1 | -2/+2 |
| * | (init_lread): Normally put Vinvocation_directory | Richard M. Stallman | 1993-08-08 | 1 | -1/+14 |
| * | (x_term_init): Set the hooks before we call Fset_input_mode. | Richard M. Stallman | 1993-08-06 | 1 | -5/+3 |
| * | (set_poll_suppress_count): New function. | Richard M. Stallman | 1993-08-06 | 1 | -0/+21 |
| * | (unwind_to_catch): Call set_poll_suppress_count. | Richard M. Stallman | 1993-08-06 | 1 | -4/+1 |
| * | (Fset_input_mode): Start polling, if appropriate. | Richard M. Stallman | 1993-08-06 | 1 | -7/+14 |
| * | Total rewrite; includes ibmps2-aix.h. | Richard M. Stallman | 1993-08-06 | 1 | -159/+18 |
| * | (do_autoload): Don't report autoload failure | Richard M. Stallman | 1993-08-05 | 1 | -2/+1 |
| * | (SYSTEM_TYPE): Don't redefine it here. | Richard M. Stallman | 1993-08-05 | 1 | -2/+0 |
| * | Doc fix. | Richard M. Stallman | 1993-08-05 | 1 | -8/+8 |
| * | (Fyes_or_no_p): Use Qyes_or_no_p_history. | Richard M. Stallman | 1993-08-05 | 1 | -1/+5 |
| * | (expand_and_dir_to_file): Remove final / by copying abspath. | Richard M. Stallman | 1993-08-04 | 1 | -10/+3 |
| * | [BSD4_3] (HAVE_FTIME): Defined. | Richard M. Stallman | 1993-08-04 | 1 | -0/+4 |
| * | (Frem): Don't accept floats, just ints and markers. | Richard M. Stallman | 1993-08-04 | 1 | -26/+1 |
| * | (CRT0_COMPILE): Add -O and -Demacs. | Richard M. Stallman | 1993-08-03 | 1 | -1/+1 |
| * | Changes for 3b1 suggested by Andy Fyfe <andy@scp.caltech.edu> | Jim Blandy | 1993-08-03 | 1 | -0/+23 |
| * | * config.h.in: Add #undefs for HAVE_MKDIR and HAVE_RMDIR, for | Jim Blandy | 1993-08-03 | 2 | -1/+114 |
| * | Don't mention dir `s/' in #include. | Richard M. Stallman | 1993-08-03 | 1 | -2/+2 |
| * | (vfork): Move this outside the USG conditional. | Richard M. Stallman | 1993-08-03 | 1 | -13/+13 |
| * | (Fprevious_frame): New function, for parity with Fnext_frame. | Roland McGrath | 1993-08-02 | 1 | -0/+23 |
| * | * xdisp.c (display_menu_bar): Redisplay all lines occupied by the | Jim Blandy | 1993-08-02 | 1 | -0/+5 |
| * | *** empty log message *** | Roland McGrath | 1993-08-02 | 1 | -0/+8 |
| * | (save_excursion_restore): Never make the buffer visible. | Richard M. Stallman | 1993-08-02 | 1 | -0/+5 |
| * | (read_key_sequence): Use XFASTINT to convert value | Richard M. Stallman | 1993-08-02 | 1 | -2/+2 |
| * | (Fmove_overlay): Avoid initializer for Lisp_Object vars. | Richard M. Stallman | 1993-08-02 | 1 | -4/+6 |