aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bool vector int width fixesPaul Eggert2013-10-161-4/+4
* Disallow bool vector operations on mixed-length operands.Paul Eggert2013-10-151-23/+41
* * lisp.h (bool_vector_size): New function.Paul Eggert2013-10-141-16/+8
* * lisp.h (eassume): New macro.Paul Eggert2013-10-101-5/+5
* * lisp.h (bits_word, BITS_WORD_MAX): New type and macro.Paul Eggert2013-10-071-64/+64
* Improve support for popcount and counting trailing zeros.Paul Eggert2013-10-071-135/+44
* Use hardware support for byteswapping on glibc x86 etc.Paul Eggert2013-10-041-2/+3
* * lisp.h (eassert): Assume that COND is true when optimizing.Paul Eggert2013-10-031-4/+4
* * data.c (POPCOUNT_STATIC_INLINE): New macro, as a hack for popcount.Paul Eggert2013-09-241-5/+12
* Some minor cleanups of recently-added bool vector code.Paul Eggert2013-09-231-46/+35
* Add set operations for bool-vector.Daniel Colascione2013-09-221-0/+462
* Fix last change.Dmitry Antipov2013-09-111-5/+10
* Change comparison functions =, <, >, <=, >= to take many arguments.Barry O'Reilly2013-09-111-33/+43
* Prefer selected_window to Fselected_window, likewise for frames.Dmitry Antipov2013-08-071-1/+1
* New macro to iterate over live buffers similar to frames.Dmitry Antipov2013-08-051-8/+3
* Make defvar affect the default binding outside of any let.Stefan Monnier2013-08-021-3/+1
* Tune UNEVALLED functions by using XCAR instead of Fcar, etc.Paul Eggert2013-07-231-9/+4
* Clarify documentation of multibyte-string-p.Eli Zaretskii2013-07-061-1/+2
* 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