log src/lisp.h @ 82365:e5a68f18fcb9

age author description
Mon, 13 Aug 2007 13:41:28 +0000 Miles Bader Merge from emacs--rel--22
Thu, 26 Jul 2007 05:28:10 +0000 Miles Bader Merge from emacs--rel--22
Wed, 11 Jul 2007 15:26:24 +0000 Stefan Monnier * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
Tue, 10 Jul 2007 15:40:06 +0000 Stefan Monnier (map_char_table): Use an array of int for `indices' rather than
Fri, 08 Jun 2007 19:56:24 +0000 Juanma Barranquero (STRING_SET_UNIBYTE): Return the canonical empty unibyte string, if appropriate.
Sun, 20 May 2007 02:44:05 +0000 Nick Roberts (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
Sun, 29 Apr 2007 16:07:57 +0000 Andreas Schwab (VECSIZE): Use OFFSETOF.
Thu, 17 Jul 2008 09:06:49 +0000 YAMAMOTO Mitsuharu (Foverlay_buffer): Add EXFUN.
Tue, 08 Jan 2008 04:30:25 +0000 Glenn Morris Add 2008 to copyright years.
Wed, 22 Aug 2007 16:44:09 +0000 Stefan Monnier (Fclear_face_cache, Fx_send_client_event): Declare.
Wed, 08 Aug 2007 07:49:21 +0000 Glenn Morris Replace `iff' in comments.
Wed, 25 Jul 2007 05:16:09 +0000 Glenn Morris Switch license to GPLv3 or later.
Sat, 17 Mar 2007 18:27:10 +0000 Chong Yidong Declare check_obarray.
Sun, 21 Jan 2007 04:57:37 +0000 Glenn Morris Add 2007 to copyright years.
Tue, 03 Oct 2006 13:38:18 +0000 Stefan Monnier (clear_regexp_cache): Declare.
Tue, 05 Sep 2006 22:49:36 +0000 Kim F. Storm (pos_visible_p): Update prototype.
Fri, 01 Sep 2006 13:28:13 +0000 Chong Yidong * buffer.h (struct buffer_text): New field chars_modiff.
Wed, 26 Jul 2006 18:14:05 +0000 Chong Yidong * lisp.h: Update read-char, read-event, and read_filtered_event
Tue, 18 Jul 2006 16:33:45 +0000 Dan Nicolaescu * ebrowse.c (usage, version): Mark as NO_RETURN.
Tue, 18 Jul 2006 13:28:28 +0000 Kim F. Storm (list1): Add EXFUN.
Wed, 12 Jul 2006 13:13:44 +0000 Kim F. Storm (CHECK_TYPE): New macro for generic type checking.
Tue, 11 Jul 2006 20:09:59 +0000 Kim F. Storm (sit_for): Update prototype.
Mon, 29 May 2006 08:06:15 +0000 Dan Nicolaescu * search.c (matcher_overflow): Mark as NO_RETURN.
Thu, 25 May 2006 21:12:52 +0000 Juri Linkov (Fread_from_minibuffer): Decrement number of args.
Wed, 12 Apr 2006 08:06:25 +0000 YAMAMOTO Mitsuharu (syms_of_fontset, Fset_fontset_font): Put extern and
Tue, 11 Apr 2006 07:13:33 +0000 Dan Nicolaescu * lisp.h (wrong_type_argument): Mark as NO_RETURN.
Sun, 09 Apr 2006 19:55:23 +0000 Richard M. Stallman Undo previous change.
Sun, 09 Apr 2006 09:18:47 +0000 Dan Nicolaescu (args_out_of_range, args_out_of_range_3)
Sun, 09 Apr 2006 09:03:44 +0000 Dan Nicolaescu * puresize.h (pure_write_error): Mark as NO_RETURN.
Sat, 08 Apr 2006 19:35:48 +0000 Dan Nicolaescu (report_file_error): Mark as NO_RETURN.
Sat, 08 Apr 2006 16:37:11 +0000 Eli Zaretskii (PSEUDOVECSIZE): Fix last change.
Sat, 08 Apr 2006 14:34:31 +0000 Stefan Monnier (PSEUDOVECTOR_SIZE_MASK): Expand docstring.
Sat, 08 Apr 2006 14:15:04 +0000 Stefan Monnier (OFFSETOF, PSEUDOVECSIZE): New macros.
Sat, 11 Mar 2006 12:33:03 +0000 Eli Zaretskii Remove duplicate prototypes. Make the prototype of getloadavg be conditioned
Mon, 27 Feb 2006 02:06:01 +0000 Luc Teirlinck EXFUN Fget_load_suffixes. Extern Vload_file_rep_suffixes.
Sun, 26 Feb 2006 16:14:20 +0000 Stefan Monnier (struct specbinding, specpdl_ptr): Remove the volatile qualifier which was
Fri, 10 Feb 2006 00:00:31 +0000 Kim F. Storm * data.c (Findirect_function): Add NOERROR arg. All callers changed
Mon, 06 Feb 2006 15:23:23 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Sun, 05 Feb 2006 12:21:09 +0000 Ken Raeburn (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]: Cast bitfield
Sun, 11 Dec 2005 15:35:51 +0000 Richard M. Stallman (EQ): Use == so args are computed just once.
Sun, 20 Nov 2005 02:15:26 +0000 Nick Roberts Use typedef when Lisp_Object is EMACS_INT so that
Tue, 15 Nov 2005 13:53:09 +0000 Andreas Schwab (struct Lisp_Cons): Make cdr a union.
Wed, 09 Nov 2005 23:14:19 +0000 Kim F. Storm (valid_lisp_object_p): Add prototype.
Sat, 29 Oct 2005 19:40:49 +0000 Richard M. Stallman (memory_full_cons_threshold): Declared.
Sun, 02 Oct 2005 18:35:05 +0000 Dan Nicolaescu * lisp.h (fatal): Undo previous change.
Fri, 30 Sep 2005 22:38:16 +0000 Dan Nicolaescu * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct
Sat, 10 Sep 2005 14:12:35 +0000 Eli Zaretskii Fix last change.
Sat, 10 Sep 2005 14:03:01 +0000 Eli Zaretskii (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]: Add prototype.
Mon, 15 Aug 2005 12:22:43 +0000 Kim F. Storm (QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
Mon, 15 Aug 2005 08:45:04 +0000 Kim F. Storm (deactivate_process, status_notify, read_process_output):
Tue, 09 Aug 2005 12:10:29 +0000 Richard M. Stallman (QUIT): Throw t to Vthrow_on_input.
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Sat, 23 Jul 2005 19:08:32 +0000 Richard M. Stallman (gc_cons_threshold, gc_relative_threshold): Declared.
Wed, 13 Jul 2005 05:32:52 +0000 Stefan Monnier (gc_cons_threshold): Remove declaration.
Wed, 13 Jul 2005 05:30:04 +0000 Stefan Monnier (gc_cons_combined_threshold): Declare.
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Fri, 10 Jun 2005 02:29:12 +0000 Luc Teirlinck Update EXFUN of Fselect_frame.
Wed, 08 Jun 2005 22:32:33 +0000 Kim F. Storm (Fmatch_data, Fset_match_data): Fix EXFUN.
Tue, 24 May 2005 03:44:09 +0000 Nick Roberts Fx_popup_dialog can have three arguments.
Thu, 21 Apr 2005 23:45:10 +0000 Kim F. Storm (Fsafe_plist_get, Fsafe_get): Remove EXFUN.