| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bugs with inappropriate mixing of Lisp_Object with int. | Richard M. Stallman | 1997-07-04 | 1 | -5/+17 |
* | (VALMASK, GCTYPEMASK, MARKBIT, ARRAY_MARK_FLAG) | Richard M. Stallman | 1997-06-02 | 1 | -5/+2 |
* | (concat3, get_truename_buffer): Declare them. | Richard M. Stallman | 1997-06-02 | 1 | -2/+3 |
* | (CHAR_TABLE_REF): Do not check validity of CT. | Kenichi Handa | 1997-05-28 | 1 | -18/+30 |
* | (Vtty_erase_char): Declared. | Richard M. Stallman | 1997-05-19 | 1 | -1/+1 |
* | (read_minibuf): Declaration deleted. | Richard M. Stallman | 1997-05-10 | 1 | -1/+1 |
* | (DOWNCASE): Return int, not Lisp_Object. | Karl Heuer | 1997-04-11 | 1 | -25/+28 |
* | (CHAR_TABLE_STANDARD_SLOTS): Now 4 more slots than | Kenichi Handa | 1997-04-07 | 1 | -10/+41 |
* | (CHAR_TABLE_REF): Fix syntax error. | Karl Heuer | 1997-04-03 | 1 | -7/+3 |
* | (CHAR_TABLE_ORDINARY_SLOTS): Change to 384 (== 256 + 128). | Kenichi Handa | 1997-03-18 | 1 | -4/+32 |
* | (FAST_MAKE_GLYPH): Don't cast CHAR arg; character codes | Karl Heuer | 1997-03-10 | 1 | -2/+1 |
* | (CHARACTERBITS, GLYPH_MASK_REV_DIR): New macros. | Karl Heuer | 1997-02-20 | 1 | -12/+35 |
* | (FAST_MAKE_GLYPH): Rename args to CHAR and FACE. | Richard M. Stallman | 1997-01-21 | 1 | -1/+1 |
* | (Fend_of_line, Fbeginning_of_line): Declared. | Richard M. Stallman | 1996-12-09 | 1 | -0/+1 |
* | Declare make_symbol (). | Erik Naggum | 1996-09-17 | 1 | -2/+2 |
* | (struct Lisp_Symbol): New field `obarray'. | Richard M. Stallman | 1996-09-13 | 1 | -0/+1 |
* | Add many declarations. | Richard M. Stallman | 1996-09-04 | 1 | -4/+39 |
* | Removed support for !MULTI_FRAME. | Karl Heuer | 1996-09-01 | 1 | -11/+0 |
* | (Qfont): Declare here. | Karl Heuer | 1996-07-16 | 1 | -1/+1 |
* | (Qmouse_leave_buffer_hook): Declare it here. | Karl Heuer | 1996-07-16 | 1 | -1/+1 |
* | [WINDOWS_NT]: Declare Vdirectory_sep_char. | Richard M. Stallman | 1996-04-26 | 1 | -0/+4 |
* | (Qinhibit_read_only): Declared. | Richard M. Stallman | 1996-02-25 | 1 | -0/+1 |
* | (VECSIZE): Round up when dividing. | Richard M. Stallman | 1996-02-03 | 1 | -3/+4 |
* | (XCAR, XCDR, CAR, CDR): New macros. | Karl Heuer | 1996-01-24 | 1 | -1/+20 |
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
* | (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG): | Karl Heuer | 1995-10-31 | 1 | -4/+4 |
* | (CHECK_CHAR_TABLE): Don't accept nil. | Richard M. Stallman | 1995-10-31 | 1 | -1/+1 |
* | (PVEC_TYPE_MASK): Remove the 0x100 bit. | Richard M. Stallman | 1995-10-29 | 1 | -1/+1 |
* | (UPCASE_TABLE): Definition deleted. | Richard M. Stallman | 1995-10-19 | 1 | -13/+10 |
* | (struct Lisp_Char_Table): New slot `purpose'. | Richard M. Stallman | 1995-10-12 | 1 | -2/+12 |
* | (struct Lisp_Boolvector): New data type. | Richard M. Stallman | 1995-10-07 | 1 | -3/+67 |
* | (struct Lisp_Marker): Make insertion_type an unsigned int. | Richard M. Stallman | 1995-08-19 | 1 | -10/+10 |
* | Declare hook running functions. | Simon Marshall | 1995-07-31 | 1 | -3/+9 |
* | (Frun_hook_with_args): Declare this function. | Karl Heuer | 1995-07-25 | 1 | -0/+1 |
* | (get_keymap_1): Declared. | Richard M. Stallman | 1995-07-07 | 1 | -1/+1 |
* | (Fsafe_length): Declared. | Richard M. Stallman | 1995-07-01 | 1 | -1/+1 |
* | (do_switch_frame): Declared. | Richard M. Stallman | 1995-06-16 | 1 | -3/+1 |
* | (enum pvec_type): Don't use trailing comma. | Karl Heuer | 1995-06-15 | 1 | -1/+1 |
* | (current_prefix_partial): Deleted. | Karl Heuer | 1995-06-07 | 1 | -7/+1 |
* | (Fwaiting_for_user_input_p): Function declared. | Karl Heuer | 1995-06-06 | 1 | -0/+10 |
* | (Foverlay_start, Foverlay_end): Declare these functions. | Karl Heuer | 1995-05-26 | 1 | -1/+17 |
* | (do_symval_forwarding, frame_buffer_predicate): Declare these. | Karl Heuer | 1995-05-25 | 1 | -0/+2 |
* | (menu_bar_items): Declare this function. | Karl Heuer | 1995-05-24 | 1 | -0/+1 |
* | (gdb_lisp_params): New enum type. | Karl Heuer | 1995-05-22 | 1 | -0/+14 |
* | (Fmatch_data, Fstore_match_data): Declared. | Richard M. Stallman | 1995-05-07 | 1 | -0/+1 |
* | (gc_cons_threshold): Change back to int. | Richard M. Stallman | 1995-05-06 | 1 | -1/+1 |
* | (gc_cons_threshold): Make this an EMACS_INT. | Richard M. Stallman | 1995-05-04 | 1 | -1/+1 |
* | Declare some functions. | Karl Heuer | 1995-04-17 | 1 | -0/+3 |
* | Delete the #if that compares MARKBIT. | Richard M. Stallman | 1995-04-15 | 1 | -4/+0 |
* | (MARKBIT): Do the shifting as unsigned int. | Richard M. Stallman | 1995-04-13 | 1 | -1/+1 |