aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* * lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 && __OPTIMIZE__]:Ken Raeburn2000-04-051-1/+6
* (larger_vector): Add prototype.Gerd Moellmann2000-04-031-0/+1
* * lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef.Ken Raeburn2000-03-301-2/+14
* * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):Ken Raeburn2000-03-301-8/+8
* (xstrdup): Add prototype.Gerd Moellmann2000-03-301-0/+1
* Stop assuming interval pointers and lisp objects can be distinguished byKen Raeburn2000-03-291-5/+27
* (free_frame_xic) [HAVE_X_I18N]: Add missing semicolon.Gerd Moellmann2000-03-141-2/+2
* (P_): Define based on PROTOTYPES, not __STDC__.Dave Love2000-03-081-7/+3
* Add a bunch of prototypes.Dave Love2000-02-271-3/+17
* (Fx_hide_busy_cursor): Remove prototype.Gerd Moellmann2000-02-251-1/+0
* Comment changes.Richard M. Stallman2000-02-201-41/+50
* (GC_USE_GCPROS_AS_BEFORE, GC_MAKE_GCPROS_NOOPS)Gerd Moellmann2000-02-171-0/+32
* Remove `LISP_FLOAT_TYPE' and `standalone'.Gerd Moellmann2000-02-171-34/+1
* (popup_activated_flag): Add extern declaration.Gerd Moellmann2000-01-251-0/+1
* (set_internal): Enter the new arg.Richard M. Stallman2000-01-111-3/+8
* Add prototype for allocate_string_data.Gerd Moellmann2000-01-041-2/+4
* Add extern declaration for Vinhibit_field_text_motion.Gerd Moellmann2000-01-011-0/+1
* (GLYPH): Defined as `int', not `unsigned int'. Now theKenichi Handa1999-12-271-20/+17
* (QCtest, QCweakness, Qequal): Extern them.Kenichi Handa1999-12-151-2/+5
* * editfns.c (Fdelete_and_extract_region): New function.Stefan Monnier1999-12-071-2/+2
* Add prototype for set_text_properties.Gerd Moellmann1999-11-261-0/+3
* Fix typo in previous change.Gerd Moellmann1999-11-241-6/+6
* (enum pvec_type): Put PVEC_FLAG in #if 0.Gerd Moellmann1999-11-241-0/+5
* (enum gdb_lisp_params): Put in #if 0, since it doesn'tGerd Moellmann1999-11-221-0/+6
* * callproc.c (strerror): Remove decl.Paul Eggert1999-11-221-4/+4
* (KEY_DESCRIPTION_SIZE): New macro.Kenichi Handa1999-11-181-0/+10
* Remove USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-111-12/+0
* Add prototype for unmark_byte_stack.Gerd Moellmann1999-11-071-1/+1
* Add prototypes for new functions in bytecode.c.Gerd Moellmann1999-11-051-0/+3
* (QUIT): Give it statement form.Gerd Moellmann1999-11-021-3/+8
* (struct gcpro) [DEBUG_GCPRO]: New field `level'.Richard M. Stallman1999-11-011-4/+70
* Add extern declaration for Qtext_read_only.Gerd Moellmann1999-11-011-1/+1
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-5/+30
* (toplevel): Add prototype forGerd Moellmann1999-09-261-0/+4
* Add prototype for safe_bcopy, fatal.Gerd Moellmann1999-09-201-0/+2
* (RETURN_UNGCPRO): Use do-while (0) idiom.Gerd Moellmann1999-09-201-2/+5
* Add prototype for shrink_regexp_cache,Gerd Moellmann1999-09-191-0/+2
* Declare Fcurrent_message, Fmake_temp_name, read_bytecode_char,Dave Love1999-09-191-0/+7
* Add prototype for uninterrupt_malloc, memory_warnings,Gerd Moellmann1999-09-161-0/+17
* Add prototype for no_switch_window.Gerd Moellmann1999-09-161-0/+1
* Add prototype for debug_print.Gerd Moellmann1999-09-141-0/+4
* Declare close_file_unwind.Andreas Schwab1999-09-141-0/+1
* (selected_frame): Add external declaration.Gerd Moellmann1999-09-131-0/+1
* Remove comment on DEFVAR_BOOL.Dave Love1999-09-061-2/+0
* Change spelling of `toolbar' to `tool_bar' or `tool-bar'.Gerd Moellmann1999-09-051-2/+2
* Remove extern declarations for variables deleted fromGerd Moellmann1999-09-031-3/+0
* Comment on DEFVAR_BOOL.Dave Love1999-08-311-0/+2
* Add declarations for some functions.Andreas Schwab1999-08-301-0/+7
* (struct Lisp_Cons, XCAR, XCDR, struct Lisp_Float): Change names of structureKen Raeburn1999-08-281-0/+21
* (PVEC_TYPE_MASK): Add the bit for hash tables.Gerd Moellmann1999-08-251-1/+1