| Commit message (Expand) | Author | Age | Files | Lines |
* | Declare check_obarray. | Chong Yidong | 2007-03-17 | 1 | -0/+1 |
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | (clear_regexp_cache): Declare. | Stefan Monnier | 2006-10-03 | 1 | -0/+1 |
* | (pos_visible_p): Update prototype. | Kim F. Storm | 2006-09-05 | 1 | -1/+1 |
* | * buffer.h (struct buffer_text): New field chars_modiff. | Chong Yidong | 2006-09-01 | 1 | -1/+1 |
* | * lisp.h: Update read-char, read-event, and read_filtered_event | Chong Yidong | 2006-07-26 | 1 | -3/+3 |
* | * ebrowse.c (usage, version): Mark as NO_RETURN. | Dan Nicolaescu | 2006-07-18 | 1 | -3/+3 |
* | (list1): Add EXFUN. | Kim F. Storm | 2006-07-18 | 1 | -0/+7 |
* | (CHECK_TYPE): New macro for generic type checking. | Kim F. Storm | 2006-07-12 | 1 | -41/+61 |
* | (sit_for): Update prototype. | Kim F. Storm | 2006-07-11 | 1 | -2/+2 |
* | * search.c (matcher_overflow): Mark as NO_RETURN. | Dan Nicolaescu | 2006-05-29 | 1 | -2/+2 |
* | (Fread_from_minibuffer): Decrement number of args. | Juri Linkov | 2006-05-25 | 1 | -1/+1 |
* | (syms_of_fontset, Fset_fontset_font): Put extern and | YAMAMOTO Mitsuharu | 2006-04-12 | 1 | -7/+26 |
* | * lisp.h (wrong_type_argument): Mark as NO_RETURN. | Dan Nicolaescu | 2006-04-11 | 1 | -1/+1 |
* | Undo previous change. | Richard M. Stallman | 2006-04-09 | 1 | -1/+1 |
* | (args_out_of_range, args_out_of_range_3) | Dan Nicolaescu | 2006-04-09 | 1 | -1/+1 |
* | * puresize.h (pure_write_error): Mark as NO_RETURN. | Dan Nicolaescu | 2006-04-09 | 1 | -2/+3 |
* | (report_file_error): Mark as NO_RETURN. | Dan Nicolaescu | 2006-04-08 | 1 | -1/+1 |
* | (PSEUDOVECSIZE): Fix last change. | Eli Zaretskii | 2006-04-08 | 1 | -8/+8 |
* | (PSEUDOVECTOR_SIZE_MASK): Expand docstring. | Stefan Monnier | 2006-04-08 | 1 | -1/+5 |
* | (OFFSETOF, PSEUDOVECSIZE): New macros. | Stefan Monnier | 2006-04-08 | 1 | -0/+14 |
* | Remove duplicate prototypes. Make the prototype of getloadavg be conditioned | Eli Zaretskii | 2006-03-11 | 1 | -7/+2 |
* | EXFUN Fget_load_suffixes. Extern Vload_file_rep_suffixes. | Luc Teirlinck | 2006-02-27 | 1 | -1/+2 |
* | (struct specbinding, specpdl_ptr): Remove the volatile qualifier which was | Stefan Monnier | 2006-02-26 | 1 | -3/+3 |
* | * data.c (Findirect_function): Add NOERROR arg. All callers changed | Kim F. Storm | 2006-02-10 | 1 | -1/+1 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]: Cast bitfield | Ken Raeburn | 2006-02-05 | 1 | -1/+5 |
* | (EQ): Use == so args are computed just once. | Richard M. Stallman | 2005-12-11 | 1 | -1/+1 |
* | Use typedef when Lisp_Object is EMACS_INT so that | Nick Roberts | 2005-11-20 | 1 | -1/+1 |
* | (struct Lisp_Cons): Make cdr a union. | Andreas Schwab | 2005-11-15 | 1 | -8/+22 |
* | (valid_lisp_object_p): Add prototype. | Kim F. Storm | 2005-11-09 | 1 | -0/+1 |
* | (memory_full_cons_threshold): Declared. | Richard M. Stallman | 2005-10-29 | 1 | -0/+3 |
* | * lisp.h (fatal): Undo previous change. | Dan Nicolaescu | 2005-10-02 | 1 | -1/+1 |
* | * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct | Dan Nicolaescu | 2005-09-30 | 1 | -1/+1 |
* | Fix last change. | Eli Zaretskii | 2005-09-10 | 1 | -1/+1 |
* | (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]: Add prototype. | Eli Zaretskii | 2005-09-10 | 1 | -0/+3 |
* | (QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input. | Kim F. Storm | 2005-08-15 | 1 | -1/+1 |
* | (deactivate_process, status_notify, read_process_output): | Kim F. Storm | 2005-08-15 | 1 | -3/+0 |
* | (QUIT): Throw t to Vthrow_on_input. | Richard M. Stallman | 2005-08-09 | 1 | -1/+1 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+1 |
* | (gc_cons_threshold, gc_relative_threshold): Declared. | Richard M. Stallman | 2005-07-23 | 1 | -2/+4 |
* | (gc_cons_threshold): Remove declaration. | Stefan Monnier | 2005-07-13 | 1 | -1/+0 |
* | (gc_cons_combined_threshold): Declare. | Stefan Monnier | 2005-07-13 | 1 | -0/+1 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | Update EXFUN of Fselect_frame. | Luc Teirlinck | 2005-06-10 | 1 | -1/+1 |
* | (Fmatch_data, Fset_match_data): Fix EXFUN. | Kim F. Storm | 2005-06-08 | 1 | -3/+5 |
* | Fx_popup_dialog can have three arguments. | Nick Roberts | 2005-05-24 | 1 | -1/+1 |
* | (Fsafe_plist_get, Fsafe_get): Remove EXFUN. | Kim F. Storm | 2005-04-21 | 1 | -2/+0 |
* | (CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro. | Kenichi Handa | 2005-04-20 | 1 | -0/+8 |
* | (Fsafe_get): EXFUN it. | Kim F. Storm | 2005-04-19 | 1 | -0/+1 |