aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* (Vresize_mini_config, resize_mini_frame,Gerd Moellmann1999-08-241-0/+3
* Add prototype for copy_hash_table and Fcopy_hash_table.Gerd Moellmann1999-08-221-0/+2
* Add function prototypes.Gerd Moellmann1999-08-211-0/+10
* (CHAR_MODIFIER_MASK): New macro.Kenichi Handa1999-08-131-0/+4
* (P_): Moved to top of file.Gerd Moellmann1999-07-211-21/+150
* Delete #if 0 old definitions.Richard M. Stallman1999-01-031-16/+0
* (Frequire): Update declaration.Kenichi Handa1998-11-261-1/+1
* (CHAR_TABLE_REF): Check if IDX is negative or not.Kenichi Handa1998-11-161-1/+1
* (clear_string_char_byte_cache): Extern it.Kenichi Handa1998-10-121-0/+1
* (Fread_event, Fread_char, Fread_char_exclusive):Richard M. Stallman1998-08-181-2/+3