log src/lisp.h @ 68758:13c1b7c5f555

age author description
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.
Wed, 20 Apr 2005 07:49:35 +0000 Kenichi Handa (CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro.
Tue, 19 Apr 2005 08:34:33 +0000 Kim F. Storm (Fsafe_get): EXFUN it.
Fri, 01 Apr 2005 01:05:05 +0000 Kenichi Handa (Vascii_upcase_table, Vascii_canon_table,
Thu, 24 Mar 2005 19:53:53 +0000 Stefan Monnier (make_number): Make prototype more precise.
Sun, 06 Mar 2005 16:01:37 +0000 Richard M. Stallman (CHECK_CONS_LIST): New macro (two definitions).
Sat, 22 Jan 2005 01:41:59 +0000 Kim F. Storm (pos_visible_p): Fix prototype.