log src/lisp.h @ 29709:69ac77ea153c

age author description
2000-06-13 Gerd Moellmann (Qmessage_truncate_lines): External declaration.
2000-06-05 Dave Love (DEFUN, EXFUN): Test PROTOTYPES.
2000-05-31 Gerd Moellmann (eassert) [!ENABLE_CHECKING]: Define as `(void) 0'.
2000-05-29 Dave Love (get_local_map: Don't declare here.
2000-04-21 Gerd Moellmann (struct Lisp_Buffer_Cons): Remove.
2000-04-05 Ken Raeburn * lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 && __OPTIMIZE__]:
2000-04-03 Gerd Moellmann (larger_vector): Add prototype.
2000-03-30 Ken Raeburn * lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef.
2000-03-30 Ken Raeburn * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
2000-03-30 Gerd Moellmann (xstrdup): Add prototype.
2000-03-29 Ken Raeburn Stop assuming interval pointers and lisp objects can be distinguished by
2000-03-14 Gerd Moellmann (free_frame_xic) [HAVE_X_I18N]: Add missing semicolon.
2000-03-08 Dave Love (P_): Define based on PROTOTYPES, not __STDC__.
2000-02-27 Dave Love Add a bunch of prototypes.
2000-02-25 Gerd Moellmann (Fx_hide_busy_cursor): Remove prototype.
2000-02-20 Richard M. Stallman Comment changes.
2000-02-17 Gerd Moellmann (GC_USE_GCPROS_AS_BEFORE, GC_MAKE_GCPROS_NOOPS)
2000-02-17 Gerd Moellmann Remove `LISP_FLOAT_TYPE' and `standalone'.
2000-01-25 Gerd Moellmann (popup_activated_flag): Add extern declaration.
2000-01-11 Richard M. Stallman (set_internal): Enter the new arg.
2000-01-04 Gerd Moellmann Add prototype for allocate_string_data.
2000-01-01 Gerd Moellmann Add extern declaration for Vinhibit_field_text_motion.
1999-12-27 Kenichi Handa (GLYPH): Defined as `int', not `unsigned int'. Now the
1999-12-15 Kenichi Handa (QCtest, QCweakness, Qequal): Extern them.
1999-12-07 Stefan Monnier * editfns.c (Fdelete_and_extract_region): New function.
1999-11-26 Gerd Moellmann Add prototype for set_text_properties.
1999-11-24 Gerd Moellmann Fix typo in previous change.
1999-11-24 Gerd Moellmann (enum pvec_type): Put PVEC_FLAG in #if 0.
1999-11-22 Gerd Moellmann (enum gdb_lisp_params): Put in #if 0, since it doesn't
1999-11-22 Paul Eggert * callproc.c (strerror): Remove decl.