summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Morten Welinder1994-10-171-3/+11
* (Funhandled_file_name_directory): Declared.Richard M. Stallman1994-10-131-0/+1
* (enum Lisp_Misc_Type): Add new enumerations Lisp_Misc_Intfwd,Karl Heuer1994-10-121-42/+60
* (Lisp_Misc): new type code, replacing Lisp_Marker (and soon to replace otherKarl Heuer1994-10-111-7/+26
* (enum Lisp_Misc_Type): New type.Karl Heuer1994-10-071-1/+8
* (Lisp_Void, VOIDP): Deleted.Karl Heuer1994-10-061-5/+0
* (Lisp_Internal_Stream, XSETINTERNALSTREAM, INTERNALSTREAMP): Deleted.Karl Heuer1994-10-061-8/+0
* (Lisp_Internal, XSETINTERNAL, INTERNALP): Deleted.Karl Heuer1994-10-061-7/+0
* (XFASTINT): Changed to non-lvalue syntax, to ensure that callers will useKarl Heuer1994-10-041-2/+2
* (XSETFASTINT): New macro.Karl Heuer1994-10-041-6/+10
* (XSETINT, XSETCONS, XSETBUFFER, XSETVECTOR, XSETSUBR, XSETSTRING, XSETSYMBOL,Karl Heuer1994-10-041-29/+18
* (BOOLFWDP, INTERNALP, INTFWDP, OBJFWDP, INTERNAL_STREAMP, BUFFER_LOCAL_VALUEP,Karl Heuer1994-09-271-22/+31
* (Qplus): Declared.Richard M. Stallman1994-09-261-1/+1
* (Vdebug_on_error): Declared.Richard M. Stallman1994-09-221-0/+1
* (RETURN_UNGCPRO): Use if (1) .. else, not do ... while (0).Richard M. Stallman1994-09-191-2/+2
* (Fmember): Declare this function.Karl Heuer1994-09-181-1/+1
* Declare some functions.Karl Heuer1994-09-171-0/+3
* (EMACS_INT, EMACS_UINT): Define, if not already defined.Richard M. Stallman1994-09-171-0/+8
* (Lisp_Object): Use EMACS_INT.Richard M. Stallman1994-09-171-20/+22
* (DEFUN): Check USE_NONANSI_DEFUN.Richard M. Stallman1994-08-261-1/+1
* Comment fix.Richard M. Stallman1994-08-171-4/+1
* (RETURN_UNGCPRO): Swallow semicolon.Richard M. Stallman1994-06-221-7/+17
* declare init_system_name (replaces get_system_name).Karl Heuer1994-06-151-2/+2
* Update copyright.Karl Heuer1994-05-041-1/+1
* (Vascii_canon_table, Vascii_eqv_table): Declared.Richard M. Stallman1994-04-231-0/+1
* (Fprocess_send_eof, Foverlay_get): Declared.Richard M. Stallman1994-04-151-0/+2
* (gc_in_progress): Declared.Richard M. Stallman1994-04-031-0/+1
* (Qwholenump): Declared.Richard M. Stallman1994-03-221-2/+3
* (MAKE_GLYPH, GLYPH_CHAR, GLYPH_FACE): Handle termcap frames as well as X.Karl Heuer1994-03-191-3/+17
* (GLYPH_MODE_LINE_FACE): New macro.Richard M. Stallman1994-03-101-0/+2
* (Qvisible): Declared.Richard M. Stallman1994-03-081-0/+1
* (ARRAY_MARK_FLAG): Define here.Richard M. Stallman1994-03-051-0/+27
* (struct handler): New field chosen_clause.Richard M. Stallman1994-03-021-0/+5
* Delete extra backslash on last line of macro.Karl Heuer1994-02-261-1/+1
* New variable doc_directory.Karl Heuer1994-02-221-0/+1
* (internal_condition_case_1): Declared.Richard M. Stallman1994-02-051-0/+1
* (get_system_name): Declared.Karl Heuer1994-02-021-0/+2
* (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): New macros.Richard M. Stallman1994-01-201-0/+29
* Use WORDS_BIG_ENDIAN, not BIG_ENDIAN.Richard M. Stallman1993-12-231-4/+31
* Declare Fnext_single_property_change and Fnext_property_change.Richard M. Stallman1993-11-231-0/+2
* Format comment.Brian Fox1993-10-051-1/+2
* (Vinvocation_directory): Declared.Richard M. Stallman1993-08-101-1/+1
* Consistently use the mark bit of the root interval's parent fieldJim Blandy1993-07-181-3/+17
* (Qinsert_in_front_hooks, Qinsert_behind_hooks): Declared.Richard M. Stallman1993-07-131-2/+2
* (Qinsert_before_hooks, Qinsert_after_hooks): Declared.Richard M. Stallman1993-07-131-0/+4
* Declare Qmark_inactive.Roland McGrath1993-07-081-0/+1
* * emacs.c (Fkill_emacs): Pass third argument to shut_down_emacs.Jim Blandy1993-06-191-1/+1
* Remove decl for Qvisible.Jim Blandy1993-06-171-1/+1
* * lisp.h (CHECK_LIST, CHECK_STRING, CHECK_CONS, CHECK_SYMBOL,Jim Blandy1993-06-171-23/+23
* Don't let the 'B' interactive spec default to buffers viewed inJim Blandy1993-06-171-1/+1