summaryrefslogtreecommitdiff
path: root/src/data.c
Commit message (Expand)AuthorAgeFilesLines
* Use functions, not macros, for XINT etc.Paul Eggert2013-06-161-1/+90
* Fix minor problems found by static checking.Paul Eggert2013-06-031-2/+1
* * src/eval.c (backtrace_p, backtrace_top, backtrace_next): Export them toStefan Monnier2013-06-031-2/+3
* Merge the specpdl and backtrace stacks. Make the structure of theStefan Monnier2013-06-031-45/+12
* Omit buffer_slot_type_mismatch and use generic predicates to enforceDmitry Antipov2013-01-101-6/+4
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-2/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | IndentAndreas Schwab2012-12-291-1/+1
* | Merge from emacs-24; up to 2012-11-23T06:23:28Z!cyd@gnu.orgGlenn Morris2012-12-021-2/+6
|\ \ | |/
| * * src/data.c (Fboundp): Doc fix re lexical-binding.Glenn Morris2012-11-271-1/+3
| * * src/data.c (Fsymbol_value): Doc fix re lexical-binding.Glenn Morris2012-11-271-1/+3
* | Conflate Qnil and Qunbound for `symbol-function'.Stefan Monnier2012-11-201-11/+10
* | * data.c (Qdefalias_fset_function): Now static.Paul Eggert2012-11-111-1/+2
* | Provide new `defalias-fset-function' symbol property.Stefan Monnier2012-11-091-35/+36
|/
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-37/+0
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Remove unread-command-char.Stefan Monnier2012-09-121-1/+1
* Discard killed buffers from deleted window and frame objects.Dmitry Antipov2012-09-111-3/+5
* Simplify, document, and port floating-point.Paul Eggert2012-09-101-2/+2
* Assume C89 or later for math functions.Paul Eggert2012-09-091-27/+0
* Fix doc of local-variable-if-set-p.Chong Yidong2012-09-071-6/+6
* Signal-handler cleanup.Paul Eggert2012-09-061-3/+4
* Fix race conditions with signal handlers and errno.Paul Eggert2012-09-051-8/+9
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-18/+18
* * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.Paul Eggert2012-08-271-25/+24
* Remove unused external symbols.Paul Eggert2012-08-261-4/+2
* Inline getter and setter functions for per-buffer values.Dmitry Antipov2012-08-201-8/+8
* * data.c (set_internal): Don't use set_blv_found.Andreas Schwab2012-08-191-3/+3
* * buffer.h (BSET): Remove.Paul Eggert2012-08-171-7/+10
* Functions to get and set Lisp_Object fields of buffer-local variables.Dmitry Antipov2012-08-171-31/+27
* More doc fixes.Chong Yidong2012-08-151-4/+6
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-7/+7
* Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov2012-08-071-17/+17
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-3/+2
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-2/+3
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-2/+1
* Use INTERNAL_FIELD for symbols.Dmitry Antipov2012-08-011-17/+17
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-2/+2
* * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.Paul Eggert2012-07-301-3/+3
* * lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove.Paul Eggert2012-07-291-1/+1
* Autoload more carefully from Lisp. Follow aliases for function properties.Stefan Monnier2012-07-251-2/+2
* * buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.Paul Eggert2012-07-191-1/+1
* New macro to iterate over all buffers, miscellaneous cleanups.Dmitry Antipov2012-07-191-1/+1
* Return more descriptive data from Fgarbage_collect.Dmitry Antipov2012-07-181-6/+8
* Optimize pure C strings initialization.Dmitry Antipov2012-07-101-3/+3
* More xmalloc and related cleanup.Paul Eggert2012-07-051-2/+1
* Get rid of all the manual purecopy calls in menu-bar definitions.Stefan Monnier2012-06-271-1/+1
* Use sprintf return value instead of invoking strlen on result.Paul Eggert2012-06-251-9/+6
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-2/+1
* * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-191-1/+1