| Commit message (Expand) | Author | Age | Files | Lines |
| * | Declare Fmake_symbolic_link. | Andreas Schwab | 2004-05-10 | 1 | -0/+1 |
| * | (BOOL_VECTOR_BITS_PER_CHAR): Define. | Andreas Schwab | 2004-04-26 | 1 | -0/+4 |
| * | Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-248 | Miles Bader | 2004-04-26 | 1 | -0/+26 |
| * | (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]: | Stefan Monnier | 2004-04-21 | 1 | -2/+2 |
| * | (pos_visible_p): Fix prototype. | Kim F. Storm | 2004-04-20 | 1 | -1/+2 |
| * | (Finteractive_form): Declare. | Stefan Monnier | 2004-03-29 | 1 | -0/+1 |
| * | * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays. | Masatake YAMATO | 2004-03-25 | 1 | -1/+1 |
| * | Image consolidation: | Kim F. Storm | 2004-03-11 | 1 | -1/+4 |
| * | (mark_window_display_accurate): Remove prototype. | Kim F. Storm | 2004-02-28 | 1 | -1/+0 |
| * | (union Lisp_Object): Give a more precise type for `type'. | Stefan Monnier | 2004-02-19 | 1 | -14/+4 |
| * | (syms_of_fringe, init_fringe, init_fringe_once): | Kim F. Storm | 2004-02-08 | 1 | -0/+5 |
| * | [USE_LSB_TAG && !DECL_ALIGN]: Signal an error. | Stefan Monnier | 2004-01-21 | 1 | -10/+6 |
| * | lisp.h: Add undef DECL_ALIGN | Jan Djärv | 2004-01-21 | 1 | -0/+1 |
| * | (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well. | Stefan Monnier | 2004-01-21 | 1 | -0/+19 |
| * | [USE_LSB_TAG]: Add definitions for Lisp_Object value | Stefan Monnier | 2004-01-21 | 1 | -2/+57 |
| * | [ENABLE_CHECKING]: Don't force union type. | Stefan Monnier | 2004-01-21 | 1 | -5/+1 |
| * | (IMAGEP): New macro to test for image object type. | Kim F. Storm | 2003-12-28 | 1 | -0/+5 |
| * | (Qinteger): Added. | Lars Hansen | 2003-11-21 | 1 | -14/+17 |
| * | (VALMASK): Only define for non-union type. | Stefan Monnier | 2003-11-17 | 1 | -34/+23 |
| * | (XSETTYPE): Remove. | Stefan Monnier | 2003-11-05 | 1 | -4/+0 |
| * | (GCTYPEMASK): Remove. | Stefan Monnier | 2003-11-05 | 1 | -15/+7 |
| * | (XINT): Move the cast to clarify what is going on. | Stefan Monnier | 2003-11-05 | 1 | -2/+2 |
| * | (VALBITS): Don't remove 1 for the markbit. | Stefan Monnier | 2003-09-11 | 1 | -36/+7 |
| * | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
| * | (EMACS_LISP_H): New. | Dave Love | 2003-08-20 | 1 | -1/+5 |
| * | (adjust_overlays_for_insert, adjust_overlays_for_delete): Update prototype. | Andreas Schwab | 2003-07-11 | 1 | -2/+2 |
| * | (VALBITS): Define in terms of GCTYPEBITS. | Stefan Monnier | 2003-07-09 | 1 | -72/+11 |
| * | (struct Lisp_Overlay): New field `next'. | Stefan Monnier | 2003-07-09 | 1 | -0/+1 |
| * | (XSETMARKBIT): Remove unused macro. | Stefan Monnier | 2003-07-06 | 1 | -5/+0 |
| * | (mark_object): Change prototype to only pass Lisp_Object. | Stefan Monnier | 2003-07-06 | 1 | -1/+1 |
| * | (struct Lisp_Float): Remove unused field `type'. | Stefan Monnier | 2003-07-04 | 1 | -2/+0 |
| * | (MARKBIT): Update comment. | Stefan Monnier | 2003-06-27 | 1 | -10/+3 |
| * | (unchain_marker): Lisp_Object arg => Lisp_Marker. | Stefan Monnier | 2003-06-26 | 1 | -2/+2 |
| * | (struct interval, struct Lisp_Symbol, struct Lisp_Free) | Stefan Monnier | 2003-06-25 | 1 | -11/+25 |
| * | (Vfundamental_mode_abbrev_table): Don't declare. | Stefan Monnier | 2003-05-23 | 1 | -2/+1 |
| * | (specbinding_func): New typedef. | Richard M. Stallman | 2003-05-17 | 1 | -2/+4 |
| * | (Qwindowp, Qwindow_live_p, Vwindow_list) | Stefan Monnier | 2003-05-14 | 1 | -32/+0 |
| * | (struct specbinding): Declare elements volatile. | Richard M. Stallman | 2003-05-09 | 1 | -3/+3 |
| * | (CHECK): Wrap args in parenthesis. | Stefan Monnier | 2003-05-01 | 1 | -6/+6 |
| * | (abort_on_gc): Add decl. | Richard M. Stallman | 2003-04-30 | 1 | -0/+1 |
| * | (temp_echo_area_glyphs): Adjust prototype. | Kenichi Handa | 2003-04-11 | 1 | -1/+1 |
| * | (make_string_from_bytes, make_specified_string): | Kenichi Handa | 2003-03-23 | 1 | -2/+2 |
| * | (Fcancel_kbd_macro_events, Fstring_to_multibyte): Add | Andreas Schwab | 2003-02-19 | 1 | -1/+3 |
| * | (setup_process_coding_systems): Add prototype. | Kenichi Handa | 2003-02-10 | 1 | -0/+1 |
| * | Declare format2 instead of format1. | Richard M. Stallman | 2003-01-25 | 1 | -1/+1 |
| * | GTK version | Jan Djärv | 2003-01-19 | 1 | -0/+1 |
| * | New misc type Lisp_Save_Value. | Richard M. Stallman | 2003-01-06 | 1 | -0/+14 |
| * | Comment. | Dave Love | 2002-11-25 | 1 | -0/+1 |
| * | (get_specified_cursor_type, get_window_cursor_type): | Dave Love | 2002-11-14 | 1 | -2/+1 |
| * | (get_window_cursor_type): Update prototype. | Kim F. Storm | 2002-10-24 | 1 | -1/+1 |