summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (FIXNUM_OVERFLOW_P): Cast I to EMACS_INT in comparisonsGerd Moellmann2001-10-111-1/+2
* (Fstring_to_number): Use make_fixnum_or_float.Gerd Moellmann2001-10-112-4/+8
* (Fuser_uid, Fuser_real_uid): Use make_fixnum_or_float.Gerd Moellmann2001-10-111-7/+9
* (make_fixnum_or_float): New macro.Gerd Moellmann2001-10-111-0/+6
* (Qcircular_list): New variable.Gerd Moellmann2001-10-112-1/+25
* (circular_list_error): Add prototype.Gerd Moellmann2001-10-111-0/+2
* Include keymap.h.Stefan Monnier2001-10-1010-1/+15
* *** empty log message ***Gerd Moellmann2001-10-101-0/+5
* (C_SWITCH_SYSTEM) [!__GNUC__]: Add `-nointrinsics'Gerd Moellmann2001-10-101-0/+9
* *** empty log message ***Gerd Moellmann2001-10-101-0/+4
* *** empty log message ***Gerd Moellmann2001-10-091-0/+4
* (Fcurrent_time_zone): Cast isalnum() argument toGerd Moellmann2001-10-091-1/+1
* (WIDE_CHAR_SUPPORT): Do not use defined() in macro.Gerd Moellmann2001-10-092-1/+10
* Do not undef min and max.Andrew Innes2001-10-084-16/+10
* [max]: Undef min and max before redefining them.Andrew Innes2001-10-081-0/+4
* (handle_fontified_prop): Don't bind after-change-functions.Stefan Monnier2001-10-082-1/+4
* *** empty log message ***Gerd Moellmann2001-10-081-1/+1
* current-active-maps: quote newlinesSam Steingold2001-10-082-2/+6
* *** empty log message ***Stefan Monnier2001-10-081-15/+30
* Remove the entries for keymap.c (moved to keymap.h).Stefan Monnier2001-10-081-26/+0
* (map_prompt): Remove.Stefan Monnier2001-10-081-2/+0
* Include keymap.h.Stefan Monnier2001-10-089-0/+9
* *** empty log message ***Eli Zaretskii2001-10-081-0/+6
* (map_prompt): Remove.Stefan Monnier2001-10-082-21/+15
* New file. Extracted from lisp.h.Stefan Monnier2001-10-081-0/+51
* (keymap_panes, Fx_popup_menu): Use Fkeymap_prompt.Stefan Monnier2001-10-082-6/+8
* (Fkeymap_prompt, Fcurrent_active_maps): New funs.Stefan Monnier2001-10-081-177/+175
* (alarm_signal_handler) [USG && !POSIX_SIGNALS]:Gerd Moellmann2001-10-082-6/+3
* (child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]:Gerd Moellmann2001-10-082-0/+10
* *** empty log message ***Pavel Janík2001-10-082-3/+4
* Don't define min/max.Gerd Moellmann2001-10-0830-93/+9
* (min, max): New macros.Gerd Moellmann2001-10-081-0/+5
* (BASE_PURESIZE): Increase to 725000.Gerd Moellmann2001-10-082-1/+5
* *** empty log message ***Pavel Janík2001-10-086-5/+9
* USE_LUCID can be defined iff USE_X_TOOLKIT is defined.Pavel Janík2001-10-083-8/+16
* *** empty log message ***Pavel Janík2001-10-085-7/+8
* *** empty log message ***Pavel Janík2001-10-081-0/+2
* *** empty log message ***Pavel Janík2001-10-081-0/+2
* *** empty log message ***Pavel Janík2001-10-081-0/+4
* *** empty log message ***Pavel Janík2001-10-081-1/+3
* *** empty log message ***Pavel Janík2001-10-081-0/+4
* *** empty log message ***Miles Bader2001-10-071-0/+4
* (lisp, shortlisp): Add `button.elc'.Miles Bader2001-10-071-2/+4
* * minibuf.c (Fminibuffer_prompt_end): Don't apply make_number to a Lisp_Object.Ken Raeburn2001-10-072-1/+4
* * lisp.h (Ffield_end): Declare.Ken Raeburn2001-10-072-0/+5
* *** empty log message ***Gerd Moellmann2001-10-071-0/+8
* (parse_modifiers, apply_modifiers): Use VALMASK.Gerd Moellmann2001-10-071-2/+2
* Fix last change.Gerd Moellmann2001-10-071-7/+4
* (make_gap): Use MOST_POSITIVE_FIXNUM.Gerd Moellmann2001-10-061-1/+1
* (FLOAT_TO_INT2, FLOAT_TO_INT): Use FIXNUM_OVERFLOW_P.Gerd Moellmann2001-10-061-4/+2