aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (internal_equal): Delete redundant tests.Karl Heuer1995-01-121-59/+57
* (unexec): Cast value of sbrk.Richard M. Stallman1995-01-121-13/+12
* (internal_equal): Once again use a switch.Richard M. Stallman1995-01-121-52/+74
* (DONT_COPY_FLAG): Fix typo.Karl Heuer1995-01-111-1/+1
* Use large constants for Lisp_Misc_Type.Karl Heuer1995-01-111-2/+32
* (Fgarbage_collect): Don't log the GC message.Karl Heuer1995-01-111-3/+3
* (message1_nolog): New function.Karl Heuer1995-01-111-0/+7
* (Vmessage_log_max): New var.Karl Heuer1995-01-111-1/+54
* (echo): Don't log the key echoes.Karl Heuer1995-01-111-1/+1
* Declare all non-returning functions `void'.Karl Heuer1995-01-111-11/+25
* (DONT_COPY_FLAG): New bit flag.Richard M. Stallman1995-01-111-8/+18
* (main): Handle SIGABRT, SIGHWE, SIGPRE, SIGORE, SIGDLK,Richard M. Stallman1995-01-111-0/+21
* (struct Lisp_Free, struct Lisp_Marker, etc.):Richard M. Stallman1995-01-111-9/+22
* (Fnarrow_to_region): Swap using temp Lisp_Object, not int.Karl Heuer1995-01-101-5/+2
* (Finsert_char): Check inherit flag for long strings too.Karl Heuer1995-01-101-1/+6
* (syms_of_keyboard): Doc fix.Richard M. Stallman1995-01-101-6/+42
* (Fscroll_other_window): On small windows, scroll by 1 line.Karl Heuer1995-01-101-4/+5
* (store_in_keymap): Copy a cons only if car is a string.Richard M. Stallman1995-01-081-3/+4
* Don't include param.h.Richard M. Stallman1995-01-081-1/+2
* (syms_of_buffer): Doc fix.Richard M. Stallman1995-01-081-7/+7
* Include config.h first.Roland McGrath1995-01-071-5/+6
* (VALBITS, GCTYPEBITS): Deleted; default is better.Karl Heuer1995-01-077-35/+6
* (VALBITS): Adjust for new bit layout.Karl Heuer1995-01-072-5/+3
* [XENIX|SOLARIS2] (VALBITS, GCTYPEBITS): Deleted; default is better.Karl Heuer1995-01-071-8/+0
* (VALBITS, XTYPE): Adjust for new bit layout.Karl Heuer1995-01-072-7/+6
* Fix comment.Karl Heuer1995-01-072-8/+8
* Delete obsolete comment.Karl Heuer1995-01-061-7/+0
* [!MULTI_FRAME] (window_frame): New function.Richard M. Stallman1995-01-051-0/+15
* Fix typo in last change.Roland McGrath1995-01-053-4/+4
* (store_function_docstring, Fdocumentation): Use & PSEUDOVECTOR_SIZE_MASK onRoland McGrath1995-01-051-4/+4
* (Fcall_interactively): Use & PSEUDOVECTOR_SIZE_MASK on `size' field ofRoland McGrath1995-01-051-2/+2
* (Fcommandp): Use & PSEUDOVECTOR_SIZE_MASK on `size' field of compiledRoland McGrath1995-01-051-3/+3
* (mark_object, mark_buffer): Don't mark buffer twice.Karl Heuer1995-01-041-2/+5
* [EXPLICIT_SIGN_EXTEND] (XINT): Use symbolic constants.Karl Heuer1995-01-041-1/+1
* (xcar, xcdr): Use correct shift and mask values.Karl Heuer1995-01-041-2/+2
* (xint): Use correct mask.Karl Heuer1995-01-041-1/+1
* (term_init): Fatal error if screen is too small.Richard M. Stallman1995-01-041-0/+5
* Use SAVE_MODIFF and BUF_SAVE_MODIFFRichard M. Stallman1995-01-041-6/+6
* (store_function_docstring): Arg is now EMACS_INT.Richard M. Stallman1995-01-041-1/+2
* Use consistent spelling in comments.Karl Heuer1995-01-031-3/+3
* (enum Lisp_Type): Don't use trailing comma.Karl Heuer1995-01-031-22/+22
* (mark_object): Make `else' visible outside MULTI_FRAME.Karl Heuer1995-01-031-1/+1
* (enum Lisp_Type): Delete Lisp_Buffer.Richard M. Stallman1995-01-021-51/+63
* Use BUF_MARKERS throughout.Richard M. Stallman1995-01-021-10/+13
* (Fmake_indirect_buffer): New function.Richard M. Stallman1995-01-021-25/+275
* Use BUF_INTERVALS throughout.Richard M. Stallman1995-01-021-32/+35
* (validate_interval_range): Use BUF_INTERVALS.Richard M. Stallman1995-01-021-1/+1
* Use SAVE_MODIFF and BUF_SAVE_MODIFFRichard M. Stallman1995-01-021-11/+12
* (struct buffer): Fields markers and intervals moved out.Richard M. Stallman1995-01-021-105/+153
* Use SAVE_MODIFF and BUF_SAVE_MODIFFRichard M. Stallman1995-01-021-1/+1