summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* * dispnew.c: Use bool for boolean.Paul Eggert2012-08-271-1/+1
* * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.Paul Eggert2012-08-271-2/+2
* * cmds.c, coding.c: Use bool for booleans.Paul Eggert2012-08-271-1/+1
* Remove unused external symbols.Paul Eggert2012-08-261-2/+1
* * lisp.h (ASET): Remove attempt to detect side effects.Paul Eggert2012-08-251-3/+1
* * src/lisp.h (functionp): New function (extracted from Ffunctionp).Barry O'Reilly2012-08-251-5/+33
* * bytecode.c, callint.c, callproc.c: Use bool for boolean.Paul Eggert2012-08-241-2/+2
* * buffer.c, buffer.h: Use bool for boolean.Paul Eggert2012-08-231-3/+3
* * alloc.c: Use bool for booleans.Paul Eggert2012-08-211-8/+8
* * lisp.h (vcopy): Use memcpy rather than our own loop.Paul Eggert2012-08-211-5/+2
* Avoid direct writes to contents member of struct Lisp_Vector.Dmitry Antipov2012-08-211-0/+14
* Inline setter functions for hash table members.Dmitry Antipov2012-08-201-5/+29
* port new setting code to Sun C 5.8 2005/10/13Paul Eggert2012-08-181-3/+2
* A few more naming-convention fixes for getters and setters.Paul Eggert2012-08-171-2/+2
* * lisp.h (set_char_table_extras): Rename from char_table_set_extras.Paul Eggert2012-08-171-5/+5
* * lisp.h (CSET): Remove.Paul Eggert2012-08-171-6/+24
* Functions to get and set Lisp_Object fields of buffer-local variables.Dmitry Antipov2012-08-171-8/+46
* * lisp.h (duration_to_sec_usec): Remove unused decl.Paul Eggert2012-08-161-1/+0
* Consistently check windows for validity/liveness (Bug#11984, Bug#12025, Bug#1...Martin Rudalics2012-08-161-9/+12
* Fix previous char table change.Dmitry Antipov2012-08-161-1/+1
* Simple interface to set Lisp_Object fields of chararcter tables.Dmitry Antipov2012-08-161-1/+28
* Use bool for Emacs Lisp booleans.Paul Eggert2012-08-141-2/+3
* * src/keyboard.c (access_keymap_keyremap): Accept anonymous functions.Barry O'Reilly2012-08-141-1/+1
* Move IF_LINT from lisp.h to conf_post.hGlenn Morris2012-08-101-15/+0
* Define Qnone once for all platforms.Dmitry Antipov2012-08-101-1/+1
* Move DIRECTORY_SEP from lisp.h to config.hGlenn Morris2012-08-091-2/+0
* * src/xdisp.c (safe_eval_handler): Remove prototype. Receive args describingStefan Monnier2012-08-081-1/+3
* Inline functions to examine and change string intervals.Dmitry Antipov2012-08-081-6/+16
* Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov2012-08-071-51/+65
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-1/+1
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-1/+1
* Generalize common compile-time constants.Dmitry Antipov2012-08-051-34/+46
* Export DEFAULT_REHASH_* to GDB.Paul Eggert2012-08-031-2/+2
* Comment why gc_aset can be triggered during GC.Paul Eggert2012-08-031-1/+2
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-13/+5
* Improve fix for macroexp crash with debugging.Paul Eggert2012-08-031-6/+14
* Fix macroexp crash on Windows with debugging.Paul Eggert2012-08-021-2/+4
* * lisp.h (VALMASK) [!USE_LSB_TAG]: Now a macroPaul Eggert2012-08-021-1/+3
* Use C99-style 'extern inline' if available.Paul Eggert2012-08-021-16/+25
* Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-011-1/+39
* Use INTERNAL_FIELD for conses and overlays.Dmitry Antipov2012-08-011-10/+21
* Use INTERNAL_FIELD for symbols.Dmitry Antipov2012-08-011-7/+12
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-1/+2
* Move definitions of directory and device separators to configureGlenn Morris2012-07-311-17/+0
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-1/+6
* * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.Paul Eggert2012-07-301-2/+0
* Export DIRECTORY_SEP, TYPEMASK, VALMASK to GDB.Paul Eggert2012-07-301-3/+6
* * lisp.h (STRING_BYTES_BOUND): Cast entire result to ptrdiff_t.Paul Eggert2012-07-301-4/+4
* Convert safe_call to use variable number of arguments.Dmitry Antipov2012-07-301-1/+1
* Export to GDB most of lisp.h's remaining object-like macros.Paul Eggert2012-07-291-57/+77