summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (enum resource_types): Delete final comma.Richard M. Stallman1993-08-111-1/+1
* (enum window_loop): Delete final comma.Richard M. Stallman1993-08-111-1/+1
* (enum event_kind): Delete final comma.Richard M. Stallman1993-08-111-2/+2
* (BIG_ENDIAN): Don't define if already defined.Richard M. Stallman1993-08-111-0/+2
* (Frecenter): Preserve point in the buffer we change it in.Richard M. Stallman1993-08-111-3/+10
* (Fnewline): If we don't do the first SET_PT,Richard M. Stallman1993-08-111-6/+9
* (make_lispy_event): Clear all but 0377 in event->code.Richard M. Stallman1993-08-111-1/+1
* *** empty log message ***Roland McGrath1993-08-111-1/+5
* (direct_output_forward_char): Fix previous change:Richard M. Stallman1993-08-111-8/+10
* (Qminibuffer_setup_hook, Vminibuffer_setup_hook): New vars.Richard M. Stallman1993-08-111-0/+17
* (receive_incremental_selection): Use bcopy, not memcpy.Richard M. Stallman1993-08-111-1/+1
* (BIG_ENDIAN): Provide a value that matches the system.Richard M. Stallman1993-08-111-1/+2
* (C_SWITCH_X_SYSTEM): Define instead of C_SWITCH_SYSTEM.Richard M. Stallman1993-08-111-1/+1
* Add #undef HAVE_FTIME.Richard M. Stallman1993-08-111-0/+1
* (term_get_fkeys_define_1, term_get_fkeys_define): New functions.Richard M. Stallman1993-08-111-16/+38
* *** empty log message ***Richard M. Stallman1993-08-101-1/+1
* (LIB_X11_LIB, LIBX11_SYSTEM): Make #undefs unconditional.Richard M. Stallman1993-08-101-7/+2
* Handle NO_TERMIO in principal HAVE_TERMIOS case.Richard M. Stallman1993-08-101-0/+2
* (x_get_customization_string): Don't use value of strcpy.Richard M. Stallman1993-08-101-1/+5
* (HAVE_TCATTR): Macro #defined.Richard M. Stallman1993-08-101-2/+12
* (Fexpt): Use IN_FLOAT2.Richard M. Stallman1993-08-101-3/+3
* (Vinvocation_directory): Declared.Richard M. Stallman1993-08-101-1/+1
* (Fmod): New function; result is always same sign as divisor.Paul Eggert1993-08-101-0/+55
* (main): Invoke syms_of_floatfns even if LISP_FLOAT_TYPEPaul Eggert1993-08-101-2/+0
* (Ffloor): Optional second operand specifies divisor, as in Common Lisp.Paul Eggert1993-08-101-15/+61
* (unexec): Add casts for some comparisons.Richard M. Stallman1993-08-101-62/+63
* * config.h.in (HAVE_LOGB, HAVE_FREXP): Add #undefs for theJim Blandy1993-08-092-3/+9
* (term_init): Improve error messages (give sh commands).Richard M. Stallman1993-08-091-3/+9
* (mark_object): Declare ptr volatile, or don't use itRichard M. Stallman1993-08-081-29/+16
* (struct font_info): New structure.Richard M. Stallman1993-08-081-18/+25
* Don't put -q in args.Richard M. Stallman1993-08-081-4/+3
* (HAVE_VFORK): Defined.Richard M. Stallman1993-08-085-0/+20
* (Vinvocation_directory): New var.Richard M. Stallman1993-08-081-3/+29
* (expand_and_dir_to_file): Use Fdirectory_file_name.Richard M. Stallman1993-08-081-2/+2
* (init_lread): Normally put Vinvocation_directoryRichard M. Stallman1993-08-081-1/+14
* (x_term_init): Set the hooks before we call Fset_input_mode.Richard M. Stallman1993-08-061-5/+3
* (set_poll_suppress_count): New function.Richard M. Stallman1993-08-061-0/+21
* (unwind_to_catch): Call set_poll_suppress_count.Richard M. Stallman1993-08-061-4/+1
* (Fset_input_mode): Start polling, if appropriate.Richard M. Stallman1993-08-061-7/+14
* Total rewrite; includes ibmps2-aix.h.Richard M. Stallman1993-08-061-159/+18
* (do_autoload): Don't report autoload failureRichard M. Stallman1993-08-051-2/+1
* (SYSTEM_TYPE): Don't redefine it here.Richard M. Stallman1993-08-051-2/+0
* Doc fix.Richard M. Stallman1993-08-051-8/+8
* (Fyes_or_no_p): Use Qyes_or_no_p_history.Richard M. Stallman1993-08-051-1/+5
* (expand_and_dir_to_file): Remove final / by copying abspath.Richard M. Stallman1993-08-041-10/+3
* [BSD4_3] (HAVE_FTIME): Defined.Richard M. Stallman1993-08-041-0/+4
* (Frem): Don't accept floats, just ints and markers.Richard M. Stallman1993-08-041-26/+1
* (CRT0_COMPILE): Add -O and -Demacs.Richard M. Stallman1993-08-031-1/+1
* Changes for 3b1 suggested by Andy Fyfe <andy@scp.caltech.edu>Jim Blandy1993-08-031-0/+23
* * config.h.in: Add #undefs for HAVE_MKDIR and HAVE_RMDIR, forJim Blandy1993-08-032-1/+114