aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove.Paul Eggert2012-07-291-6/+3
* Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check.Dmitry Antipov2012-07-291-40/+7
* Use Gnulib stdalign and environ modules (Bug#9772, Bug#9960).Paul Eggert2012-07-281-29/+17
* Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii2012-07-271-1/+1
* Revert last save_excursion_save and save_excursion_restore changes.Dmitry Antipov2012-07-271-43/+4
* Improve GDB symbol export.Paul Eggert2012-07-261-48/+41
* Utility function to make a list from specified amount of objects.Dmitry Antipov2012-07-271-0/+2
* Fast save_excursion_save and save_excursion_restore.Dmitry Antipov2012-07-271-4/+43
* Fix export of symbols to GDB.Paul Eggert2012-07-261-6/+34
* Spelling fix in comment.Paul Eggert2012-07-261-1/+1
* Simplify export of symbols to GDB; fix related .gdbinit bugs.Paul Eggert2012-07-261-8/+22
* Autoload more carefully from Lisp. Follow aliases for function properties.Stefan Monnier2012-07-251-4/+3
* Use typedef for EMACS_INT, EMACS_UINT.Paul Eggert2012-07-251-5/+7
* Simplify copy_overlay.Dmitry Antipov2012-07-241-0/+11
* Cleanup miscellaneous objects allocation and initialization.Dmitry Antipov2012-07-231-11/+1
* Make maybe_gc inline.Dmitry Antipov2012-07-201-1/+15
* Simple wrapper for make_unibyte_string, adjust font_open_by_name.Dmitry Antipov2012-07-201-0/+9
* Cleanup calls to Fgarbage_collect.Dmitry Antipov2012-07-201-8/+1