Mon, 20 May 2002 08:38:28 +0000 |
Ken Raeburn |
update LISP_MAKE_RVALUE comment for union, non-gcc case
|
Mon, 20 May 2002 08:06:06 +0000 |
Ken Raeburn |
* lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
|
Sun, 19 May 2002 23:14:07 +0000 |
Ken Raeburn |
* lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR and XCDR real
|
Tue, 30 Apr 2002 00:59:42 +0000 |
Stefan Monnier |
(openp): Update prototype.
|
Sun, 28 Apr 2002 22:06:17 +0000 |
Richard M. Stallman |
(Fcommandp): Declare new arg.
|
Fri, 12 Apr 2002 05:49:18 +0000 |
Pavel Jank |
(Fpropertize): Add prototype.
|
Thu, 21 Mar 2002 12:17:51 +0000 |
Kim F. Storm |
(DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
|
Mon, 18 Mar 2002 18:15:51 +0000 |
Pavel Jank |
(Fplist_member): Add prototype.
|
Sun, 10 Mar 2002 16:17:38 +0000 |
Jan Djrv |
Extern declare syms_of_xsmfns ().
|
Fri, 08 Mar 2002 10:56:48 +0000 |
Gerd Moellmann |
Fix last change.
|
Fri, 08 Mar 2002 10:26:32 +0000 |
Gerd Moellmann |
(SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
|
Mon, 04 Mar 2002 23:41:00 +0000 |
Stefan Monnier |
Change defvar_int def and vars to use EMACS_INT instead of just int.
|
Mon, 04 Mar 2002 09:26:18 +0000 |
Pavel Jank |
Align comments.
|
Fri, 01 Mar 2002 20:59:55 +0000 |
Kim F. Storm |
(GCPRO6): New macro.
|
Thu, 07 Feb 2002 20:22:19 +0000 |
Stefan Monnier |
(Fx_file_dialog): Export (for Motif code in fileio.c).
|
Mon, 14 Jan 2002 14:40:54 +0000 |
Pavel Jank |
(adjust_after_replace_noundo)
|
Tue, 01 Jan 2002 16:59:44 +0000 |
Andreas Schwab |
(max_specpdl_size): Adjust declaration.
|
Sun, 30 Dec 2001 00:13:56 +0000 |
Richard M. Stallman |
(max_specpdl_size): Add declaration.
|
Sat, 22 Dec 2001 14:01:52 +0000 |
Pavel Jank |
Remove declarations of variables `Vmocklisp_arguments', `Qmocklisp' and
|
Wed, 19 Dec 2001 16:07:25 +0000 |
Eli Zaretskii |
(scmp): Remove prototype, since it's now a static
|
Sat, 01 Dec 2001 18:13:46 +0000 |
Stefan Monnier |
(run_hook_list_with_args): Undo last change.
|
Thu, 29 Nov 2001 02:31:59 +0000 |
Stefan Monnier |
(GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
|
Tue, 27 Nov 2001 19:28:52 +0000 |
Stefan Monnier |
(run_hook_list_with_args): Remove.
|
Mon, 19 Nov 2001 06:46:01 +0000 |
Stefan Monnier |
(keys_of_frame): Remove declaration.
|
Thu, 15 Nov 2001 15:20:10 +0000 |
Pavel Jank |
Comment fix.
|
Thu, 15 Nov 2001 08:07:31 +0000 |
Miles Bader |
(Ffield_beginning, Ffield_end): Update EXFUN decl.
|
Mon, 05 Nov 2001 00:13:53 +0000 |
Richard M. Stallman |
(Qcursor_in_non_selected_windows): New declaration.
|
Sat, 03 Nov 2001 21:29:35 +0000 |
Ken Raeburn |
(CHECK_STRING_CAR): New macro.
|
Fri, 02 Nov 2001 20:12:06 +0000 |
Pavel Jank |
(CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST, CHECK_STRING,
|
Wed, 31 Oct 2001 02:19:05 +0000 |
Stefan Monnier |
(keys_of_macros): Remove.
|
Sat, 27 Oct 2001 09:18:35 +0000 |
Pavel Jank |
(gdb_lisp_params): Remove code in #if 0 which is now in emacs.c.
|
Thu, 25 Oct 2001 05:13:57 +0000 |
Stefan Monnier |
(make_fixnum_or_float): Coerce double to int explicitly.
|
Mon, 22 Oct 2001 01:08:47 +0000 |
Miles Bader |
(DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
|
Wed, 17 Oct 2001 03:11:30 +0000 |
Miles Bader |
(DEFUN): Remove `DOC_STRINGS_IN_COMMENTS' case.
|
Tue, 16 Oct 2001 09:09:51 +0000 |
Ken Raeburn |
Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
|
Sun, 14 Oct 2001 16:13:18 +0000 |
Pavel Jank |
(Ftop_level): Add prototype.
|
Sat, 13 Oct 2001 20:43:52 +0000 |
Gerd Moellmann |
(DEFUN, DEFVAR_LISP, ...) [DOC_STRINGS_IN_COMMENTS]:
|
Fri, 12 Oct 2001 22:25:01 +0000 |
Stefan Monnier |
(Ffeaturep): Remove.
|
Fri, 12 Oct 2001 22:21:59 +0000 |
Stefan Monnier |
(Ffeaturep, Fprovide): Update prototype.
|
Fri, 12 Oct 2001 03:22:15 +0000 |
Stefan Monnier |
(Vload_suffixes, Vexec_suffixes): Declare.
|
Fri, 12 Oct 2001 02:12:28 +0000 |
Stefan Monnier |
(empty_string): Declare.
|
Thu, 11 Oct 2001 19:13:20 +0000 |
Gerd Moellmann |
(FIXNUM_OVERFLOW_P): Cast I to EMACS_INT in comparisons
|
Thu, 11 Oct 2001 15:37:13 +0000 |
Gerd Moellmann |
(make_fixnum_or_float): New macro.
|
Thu, 11 Oct 2001 08:46:50 +0000 |
Gerd Moellmann |
(circular_list_error): Add prototype.
|
Mon, 08 Oct 2001 22:39:06 +0000 |
Andrew Innes |
[max]: Undef min and max before redefining them.
|
Mon, 08 Oct 2001 11:42:10 +0000 |
Stefan Monnier |
Remove the entries for keymap.c (moved to keymap.h).
|
Mon, 08 Oct 2001 07:59:17 +0000 |
Gerd Moellmann |
(min, max): New macros.
|
Mon, 08 Oct 2001 06:45:26 +0000 |
Pavel Jank |
*** empty log message ***
|
Sun, 07 Oct 2001 11:02:52 +0000 |
Ken Raeburn |
* lisp.h (Ffield_end): Declare.
|
Sun, 07 Oct 2001 00:14:18 +0000 |
Gerd Moellmann |
Fix last change.
|
Sat, 06 Oct 2001 23:25:06 +0000 |
Gerd Moellmann |
(MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM)
|
Fri, 05 Oct 2001 09:48:47 +0000 |
Gerd Moellmann |
(LIST_END_P, FOREACH): New macros.
|
Wed, 26 Sep 2001 12:00:56 +0000 |
Gerd Moellmann |
(echo_kboard): Declare extern.
|
Tue, 11 Sep 2001 12:32:17 +0000 |
Gerd Moellmann |
(Qinhibit_modification_hooks): Declare.
|
Sat, 08 Sep 2001 10:32:00 +0000 |
Eli Zaretskii |
Fix a typo in a comment. From Pavel Janik <Pavel@Janik.cz>.
|
Tue, 17 Jul 2001 16:44:16 +0000 |
Ken Raeburn |
* lisp.h (XVECTOR): Verify correct object type before returning a pointer.
|
Thu, 05 Jul 2001 09:24:35 +0000 |
Gerd Moellmann |
Change comment.
|
Tue, 03 Jul 2001 15:28:40 +0000 |
Gerd Moellmann |
Improve comment.
|
Mon, 21 May 2001 12:21:58 +0000 |
Gerd Moellmann |
(enum symbol_interned): New enumeration.
|
Wed, 09 May 2001 17:01:27 +0000 |
Gerd Moellmann |
(GLYPH_CHAR_VALID_P): Use CHAR_VALID_P.
|
Wed, 04 Apr 2001 14:04:01 +0000 |
Gerd Moellmann |
(echoing, echo_message_buffer, cancel_echoing): Declare.
|
Wed, 28 Mar 2001 15:32:52 +0000 |
Gerd Moellmann |
(Qinhibit_eval_during_redisplay): Declare extern.
|
Thu, 22 Mar 2001 19:51:14 +0000 |
Gerd Moellmann |
(Vx_resource_name) [HAVE_X_WINDOWS]: Declare extern.
|
Thu, 15 Mar 2001 09:42:53 +0000 |
Gerd Moellmann |
(store_symval_forwarding): Change prototype.
|
Wed, 14 Mar 2001 16:34:51 +0000 |
Gerd Moellmann |
(do_switch_frame): Change prototype.
|
Tue, 06 Mar 2001 19:34:19 +0000 |
Gerd Moellmann |
(Vwindow_list): Declare extern.
|
Tue, 06 Mar 2001 15:29:14 +0000 |
Gerd Moellmann |
(mouse_face_overlay_overlaps): Add prototype.
|
Wed, 28 Feb 2001 17:43:49 +0000 |
Ken Raeburn |
* lisp.h (Fframe_parameter): Declare.
|
Wed, 28 Feb 2001 13:27:04 +0000 |
Gerd Moellmann |
(allocate_vectorlike): Remove prototype.
|
Wed, 31 Jan 2001 14:48:07 +0000 |
Gerd Moellmann |
(interactive_p): Add prototype.
|
Tue, 16 Jan 2001 12:38:28 +0000 |
Gerd Moellmann |
(redisplay_preserve_echo_area): Change prototype.
|
Tue, 09 Jan 2001 20:11:16 +0000 |
Gerd Moellmann |
(STRING_BYTES) [GC_CHECK_STRING_BYTES]: Call
|
Tue, 09 Jan 2001 13:45:04 +0000 |
Gerd Moellmann |
(push_message_unwind): Add prototype.
|
Thu, 28 Dec 2000 13:39:35 +0000 |
Gerd Moellmann |
(push_key_description): Add prototype.
|
Thu, 21 Dec 2000 16:57:00 +0000 |
Gerd Moellmann |
(Qinhibit_point_motion_hooks): Declare extern.
|
Wed, 13 Dec 2000 23:29:44 +0000 |
Kenichi Handa |
(detect_coding_system): Prototype adjusted.
|
Mon, 04 Dec 2000 00:28:30 +0000 |
Ken Raeburn |
(Fmake_variable_buffer_local, Fbuffer_file_name): Declare.
|
Wed, 15 Nov 2000 19:24:35 +0000 |
Gerd Moellmann |
(BINDING_STACK_SIZE): New macro.
|
Tue, 14 Nov 2000 05:41:41 +0000 |
Gerd Moellmann |
(pos_visible_p): Change prototype.
|
Thu, 09 Nov 2000 22:30:39 +0000 |
Ken Raeburn |
* lisp.h (Flooking_at): Declare.
|
Fri, 27 Oct 2000 22:20:19 +0000 |
Stefan Monnier |
* lisp.h (KEYMAPP): New macro.
|
Wed, 25 Oct 2000 11:54:27 +0000 |
Gerd Moellmann |
(pos_visible_p): Add prototype.
|
Sat, 21 Oct 2000 08:00:30 +0000 |
Miles Bader |
(Fpos_visible_in_window_p): Update prototype
|
Sun, 15 Oct 2000 03:31:21 +0000 |
Stefan Monnier |
* keymap.c (access_keymap): Add AUTOLOAD parameter.
|
Thu, 05 Oct 2000 19:26:09 +0000 |
Gerd Moellmann |
(safe_call): Renamed from call_function.
|
Mon, 02 Oct 2000 11:11:12 +0000 |
Gerd Moellmann |
(wrong_type_argument): Remove NO_RETURN, the function can
|
Fri, 29 Sep 2000 09:01:16 +0000 |
Gerd Moellmann |
(fatal): Declare NO_RETURN.
|
Tue, 26 Sep 2000 13:02:50 +0000 |
Gerd Moellmann |
(XINT) [EXPLICIT_SIGN_EXTEND]: Use BITS_PER_EMACS_INT
|
Tue, 26 Sep 2000 12:35:33 +0000 |
Gerd Moellmann |
(union Lisp_Object) [!NO_UNION_TYPE]: Use EMACS_INT and
|
Thu, 21 Sep 2000 21:49:53 +0000 |
Gerd Moellmann |
(wrong_type_argument, Fthrow, Fsignal, error): Declare
|
Thu, 07 Sep 2000 11:36:52 +0000 |
Gerd Moellmann |
(Qdisplay): Declare extern.
|
Sun, 27 Aug 2000 15:50:49 +0000 |
Stefan Monnier |
(store_in_keymap, fix_submap_inheritance): Remove.
|
Tue, 22 Aug 2000 22:26:04 +0000 |
Andrew Innes |
[WINDOWSNT]: Don't declare externs for getenv, ctime and getwd.
|
Mon, 21 Aug 2000 19:47:02 +0000 |
Gerd Moellmann |
(set_time_zone_rule): Add prototype.
|
Fri, 18 Aug 2000 05:17:21 +0000 |
Gerd Moellmann |
(CHECK) [ENABLE_CHECKING]: Make both side of the
|
Fri, 18 Aug 2000 03:06:17 +0000 |
Miles Bader |
(Lisp_String): Replace DECLARE_INTERVALS with real decl.
|
Thu, 17 Aug 2000 14:15:15 +0000 |
Dave Love |
Remove DECLARE_INTERVALS, INITIALIZE_INTERVAL. Don't
|
Wed, 09 Aug 2000 18:41:19 +0000 |
Gerd Moellmann |
(input_pending): External declaration.
|
Wed, 02 Aug 2000 20:15:09 +0000 |
Gerd Moellmann |
(Fsingle_key_description, xmalloc, xrealloc): Change
|
Thu, 27 Jul 2000 06:03:21 +0000 |
Kenichi Handa |
(char_table_ref_and_index): Add prototype.
|
Tue, 25 Jul 2000 12:06:09 +0000 |
Gerd Moellmann |
(GLYPH_MASK_CHAR, GLYPH_MASK_FACE): Use 19 bits
|
Mon, 24 Jul 2000 23:47:09 +0000 |
Miles Bader |
(Fconstrain_to_field): Update external declaration.
|
Wed, 19 Jul 2000 15:47:31 +0000 |
Gerd Moellmann |
(Fnext_single_char_property_change): Add prototype.
|
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.
|