log src/lisp.h @ 30287:237a66bc6cea

age author description
Fri, 14 Jul 2000 13:57:22 +0000 Gerd Moellmann (FUNCTIONP): New macro.
Thu, 13 Jul 2000 23:44:57 +0000 Gerd Moellmann (eval_form): Add prototype.
Thu, 13 Jul 2000 14:06:39 +0000 Gerd Moellmann (AREF, ASET, ASIZE): New macros.
Wed, 05 Jul 2000 19:57:41 +0000 Gerd Moellmann (handling_signal): External declaration.
Wed, 05 Jul 2000 17:23:15 +0000 Gerd Moellmann (Vsignaling_function): External declaration.
Wed, 28 Jun 2000 20:28:02 +0000 Gerd Moellmann (next_almost_prime): Add prototype.
Mon, 26 Jun 2000 15:03:42 +0000 Gerd Moellmann (QCfilter): External declaration.
Sun, 25 Jun 2000 15:57:54 +0000 Dave Love (swap_in_global_binding): Declare.
Tue, 20 Jun 2000 13:29:04 +0000 Dave Love Add xfree missed from last change.
Tue, 20 Jun 2000 13:08:48 +0000 Dave Love (x_set_tool_bar_lines, free_frame_xic, compose_text, getenv, ctime)
Tue, 13 Jun 2000 23:51:16 +0000 Gerd Moellmann (Qmessage_truncate_lines): External declaration.
Mon, 05 Jun 2000 14:41:27 +0000 Dave Love (DEFUN, EXFUN): Test PROTOTYPES.
Wed, 31 May 2000 19:16:53 +0000 Gerd Moellmann (eassert) [!ENABLE_CHECKING]: Define as `(void) 0'.
Mon, 29 May 2000 11:33:35 +0000 Dave Love (get_local_map: Don't declare here.
Fri, 21 Apr 2000 13:00:58 +0000 Gerd Moellmann (struct Lisp_Buffer_Cons): Remove.
Wed, 05 Apr 2000 18:47:29 +0000 Ken Raeburn * lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 && __OPTIMIZE__]:
Mon, 03 Apr 2000 12:12:35 +0000 Gerd Moellmann (larger_vector): Add prototype.
Thu, 30 Mar 2000 22:27:55 +0000 Ken Raeburn * lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef.
Thu, 30 Mar 2000 09:56:31 +0000 Ken Raeburn * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Thu, 30 Mar 2000 09:33:32 +0000 Gerd Moellmann (xstrdup): Add prototype.
Wed, 29 Mar 2000 22:14:34 +0000 Ken Raeburn Stop assuming interval pointers and lisp objects can be distinguished by
Tue, 14 Mar 2000 21:15:03 +0000 Gerd Moellmann (free_frame_xic) [HAVE_X_I18N]: Add missing semicolon.
Wed, 08 Mar 2000 18:46:21 +0000 Dave Love (P_): Define based on PROTOTYPES, not __STDC__.
Sun, 27 Feb 2000 20:40:26 +0000 Dave Love Add a bunch of prototypes.
Fri, 25 Feb 2000 13:28:41 +0000 Gerd Moellmann (Fx_hide_busy_cursor): Remove prototype.
Sun, 20 Feb 2000 14:30:15 +0000 Richard M. Stallman Comment changes.
Thu, 17 Feb 2000 15:23:06 +0000 Gerd Moellmann (GC_USE_GCPROS_AS_BEFORE, GC_MAKE_GCPROS_NOOPS)
Thu, 17 Feb 2000 09:45:46 +0000 Gerd Moellmann Remove `LISP_FLOAT_TYPE' and `standalone'.
Tue, 25 Jan 2000 15:54:07 +0000 Gerd Moellmann (popup_activated_flag): Add extern declaration.
Tue, 11 Jan 2000 22:16:55 +0000 Richard M. Stallman (set_internal): Enter the new arg.
Tue, 04 Jan 2000 12:21:48 +0000 Gerd Moellmann Add prototype for allocate_string_data.
Sat, 01 Jan 2000 17:06:26 +0000 Gerd Moellmann Add extern declaration for Vinhibit_field_text_motion.
Mon, 27 Dec 1999 05:03:46 +0000 Kenichi Handa (GLYPH): Defined as `int', not `unsigned int'. Now the
Wed, 15 Dec 1999 00:16:30 +0000 Kenichi Handa (QCtest, QCweakness, Qequal): Extern them.
Tue, 07 Dec 1999 04:42:40 +0000 Stefan Monnier * editfns.c (Fdelete_and_extract_region): New function.
Fri, 26 Nov 1999 12:06:29 +0000 Gerd Moellmann Add prototype for set_text_properties.
Wed, 24 Nov 1999 14:01:54 +0000 Gerd Moellmann Fix typo in previous change.
Wed, 24 Nov 1999 13:53:39 +0000 Gerd Moellmann (enum pvec_type): Put PVEC_FLAG in #if 0.
Mon, 22 Nov 1999 13:17:23 +0000 Gerd Moellmann (enum gdb_lisp_params): Put in #if 0, since it doesn't
Mon, 22 Nov 1999 08:19:51 +0000 Paul Eggert * callproc.c (strerror): Remove decl.
Thu, 18 Nov 1999 05:08:25 +0000 Kenichi Handa (KEY_DESCRIPTION_SIZE): New macro.
Thu, 11 Nov 1999 11:45:06 +0000 Gerd Moellmann Remove USE_TEXT_PROPERTIES.
Sun, 07 Nov 1999 22:44:23 +0000 Gerd Moellmann Add prototype for unmark_byte_stack.
Fri, 05 Nov 1999 21:30:57 +0000 Gerd Moellmann Add prototypes for new functions in bytecode.c.
Tue, 02 Nov 1999 13:24:17 +0000 Gerd Moellmann (QUIT): Give it statement form.
Mon, 01 Nov 1999 23:16:22 +0000 Richard M. Stallman (struct gcpro) [DEBUG_GCPRO]: New field `level'.
Mon, 01 Nov 1999 14:14:31 +0000 Gerd Moellmann Add extern declaration for Qtext_read_only.
Tue, 19 Oct 1999 07:25:11 +0000 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
Sun, 26 Sep 1999 10:53:19 +0000 Gerd Moellmann (toplevel): Add prototype for
Mon, 20 Sep 1999 23:18:46 +0000 Gerd Moellmann Add prototype for safe_bcopy, fatal.
Mon, 20 Sep 1999 00:34:41 +0000 Gerd Moellmann (RETURN_UNGCPRO): Use do-while (0) idiom.
Sun, 19 Sep 1999 21:46:47 +0000 Gerd Moellmann Add prototype for shrink_regexp_cache,
Sun, 19 Sep 1999 15:21:45 +0000 Dave Love Declare Fcurrent_message, Fmake_temp_name, read_bytecode_char,
Thu, 16 Sep 1999 20:20:01 +0000 Gerd Moellmann Add prototype for uninterrupt_malloc, memory_warnings,
Thu, 16 Sep 1999 12:52:18 +0000 Gerd Moellmann Add prototype for no_switch_window.
Tue, 14 Sep 1999 13:09:31 +0000 Gerd Moellmann Add prototype for debug_print.
Tue, 14 Sep 1999 08:29:51 +0000 Andreas Schwab Declare close_file_unwind.
Mon, 13 Sep 1999 11:13:45 +0000 Gerd Moellmann (selected_frame): Add external declaration.
Mon, 06 Sep 1999 11:03:51 +0000 Dave Love Remove comment on DEFVAR_BOOL.
Sun, 05 Sep 1999 15:49:07 +0000 Gerd Moellmann Change spelling of `toolbar' to `tool_bar' or `tool-bar'.
Fri, 03 Sep 1999 15:52:08 +0000 Gerd Moellmann Remove extern declarations for variables deleted from
Tue, 31 Aug 1999 16:41:06 +0000 Dave Love Comment on DEFVAR_BOOL.
Mon, 30 Aug 1999 16:06:22 +0000 Andreas Schwab Add declarations for some functions.
Sat, 28 Aug 1999 22:15:12 +0000 Ken Raeburn (struct Lisp_Cons, XCAR, XCDR, struct Lisp_Float): Change names of structure
Wed, 25 Aug 1999 01:04:57 +0000 Gerd Moellmann (PVEC_TYPE_MASK): Add the bit for hash tables.
Tue, 24 Aug 1999 19:24:50 +0000 Gerd Moellmann (Vresize_mini_config, resize_mini_frame,
Sun, 22 Aug 1999 20:47:17 +0000 Gerd Moellmann Add prototype for copy_hash_table and Fcopy_hash_table.
Sat, 21 Aug 1999 19:30:11 +0000 Gerd Moellmann Add function prototypes.
Fri, 13 Aug 1999 12:55:11 +0000 Kenichi Handa (CHAR_MODIFIER_MASK): New macro.
Wed, 21 Jul 1999 21:43:52 +0000 Gerd Moellmann (P_): Moved to top of file.
Sun, 03 Jan 1999 16:36:41 +0000 Richard M. Stallman Delete #if 0 old definitions.
Thu, 26 Nov 1998 08:37:32 +0000 Kenichi Handa (Frequire): Update declaration.
Mon, 16 Nov 1998 06:26:27 +0000 Kenichi Handa (CHAR_TABLE_REF): Check if IDX is negative or not.
Mon, 12 Oct 1998 12:00:44 +0000 Kenichi Handa (clear_string_char_byte_cache): Extern it.
Tue, 18 Aug 1998 11:04:16 +0000 Richard M. Stallman (Fread_event, Fread_char, Fread_char_exclusive):
Fri, 07 Aug 1998 05:04:36 +0000 Kenichi Handa (multibyte_char_to_unibyte): Extern it.
Fri, 07 Aug 1998 04:36:17 +0000 Kenichi Handa (Fread_key_sequence): Update declaration.
Tue, 21 Jul 1998 01:42:40 +0000 Kenichi Handa (init_coding): Extern it.
Wed, 24 Jun 1998 18:27:02 +0000 Richard M. Stallman (get_doc_string): Adjust declaration.
Mon, 22 Jun 1998 17:33:13 +0000 Karl Heuer (Qinhibit_redisplay): Declared.
Wed, 10 Jun 1998 03:58:47 +0000 Richard M. Stallman (Feval_region): Accept 4 args.
Thu, 28 May 1998 00:46:54 +0000 Richard M. Stallman Add prototype for get_doc_string.
Mon, 25 May 1998 20:28:28 +0000 Richard M. Stallman (CHAR_TABLE_TRANSLATE): New macro.
Fri, 22 May 1998 20:06:49 +0000 Richard M. Stallman (frame_buffer_predicate, frame_buffer_list)
Mon, 18 May 1998 00:59:38 +0000 Kenichi Handa (Vnonascii_translation_table): Name changed from
Mon, 04 May 1998 09:22:29 +0000 Andreas Schwab Declare init functions.
Wed, 29 Apr 1998 09:41:10 +0000 Andreas Schwab Declare Fcompare_strings.
Wed, 29 Apr 1998 04:34:29 +0000 Geoff Voelker [WINDOWSNT]: Use function prototypes.
Sun, 26 Apr 1998 19:14:58 +0000 Richard M. Stallman Include initial_obarray from lread.c
Wed, 22 Apr 1998 17:44:41 +0000 Erik Naggum Remove extraneous semicolon.
Tue, 14 Apr 1998 12:33:47 +0000 Andreas Schwab Add more prototypes.
Mon, 30 Mar 1998 06:00:54 +0000 Kenichi Handa (adjust_after_replace, adjust_after_insert): Extern them.
Wed, 25 Mar 1998 10:45:59 +0000 Kenichi Handa (make_buffer_string, make_buffer_string_both): Extern them.
Tue, 24 Mar 1998 12:17:32 +0000 Kenichi Handa (record_delete): The second arg is Lisp_Object.
Tue, 24 Mar 1998 12:16:10 +0000 Kenichi Handa Declarations changed.
Tue, 17 Mar 1998 06:49:26 +0000 Richard M. Stallman Fstore_match_data => Fset_match_data.
Thu, 12 Mar 1998 22:49:02 +0000 Richard M. Stallman (struct Lisp_Buffer_Local_Value):
Tue, 03 Mar 1998 01:31:11 +0000 Richard M. Stallman (Vnonascii_translate_table, Qcharset): New variable decls.
Thu, 22 Jan 1998 01:26:45 +0000 Kenichi Handa (detect_coding_system): Extern it.
Wed, 21 Jan 1998 23:32:12 +0000 Richard M. Stallman Update copyright year.
Fri, 09 Jan 1998 23:17:00 +0000 Richard M. Stallman (STRING_MULTIBYTE): New macro.
Fri, 02 Jan 1998 21:30:28 +0000 Richard M. Stallman (struct Lisp_Marker): Rename `bufpos' to `bytepos'.
Thu, 01 Jan 1998 07:14:33 +0000 Richard M. Stallman (struct Lisp_Marker): New field `charpos'.
Sun, 21 Dec 1997 02:32:45 +0000 Richard M. Stallman (message2_nolog): Fix arg types.
Fri, 28 Nov 1997 14:37:15 +0000 Andreas Schwab (internal_with_output_to_temp_buffer):
Fri, 21 Nov 1997 12:49:52 +0000 Andreas Schwab Add more prototypes and declarations. Forward declare
Thu, 23 Oct 1997 04:29:36 +0000 Paul Eggert (DBL_DIG): Remove; the default value is now set in print.c.
Fri, 05 Sep 1997 05:37:59 +0000 Richard M. Stallman (Fread_coding_system): Update decl.
Wed, 03 Sep 1997 00:36:38 +0000 Geoff Voelker Declare discard_mouse_events.
Wed, 27 Aug 1997 17:22:22 +0000 Richard M. Stallman Declare Fchar_bytes.
Tue, 26 Aug 1997 11:42:33 +0000 Kenichi Handa (DEFUN_ARGS_8): New macro.
Fri, 08 Aug 1997 20:07:59 +0000 Richard M. Stallman (Flocal_variable_p, Ffind_operation_coding_system): Declared.
Mon, 04 Aug 1997 03:02:19 +0000 Richard M. Stallman (Fload): Update declaration.
Sat, 12 Jul 1997 06:34:16 +0000 Richard M. Stallman (EXFUN, P_): New definitions. Use them to declare
Fri, 04 Jul 1997 20:44:52 +0000 Richard M. Stallman Fix bugs with inappropriate mixing of Lisp_Object with int.
Mon, 02 Jun 1997 02:34:00 +0000 Richard M. Stallman (VALMASK, GCTYPEMASK, MARKBIT, ARRAY_MARK_FLAG)
Mon, 02 Jun 1997 00:56:23 +0000 Richard M. Stallman (concat3, get_truename_buffer): Declare them.
Wed, 28 May 1997 04:36:36 +0000 Kenichi Handa (CHAR_TABLE_REF): Do not check validity of CT.
Mon, 19 May 1997 02:36:18 +0000 Richard M. Stallman (Vtty_erase_char): Declared.
Sat, 10 May 1997 01:24:59 +0000 Richard M. Stallman (read_minibuf): Declaration deleted.