use #nil and #t
[bpt/emacs.git] / src / data.c
2015-04-19 BT Templetonuse #nil and #t
2015-04-19 BT Templeton[SQUASH] symbol
2015-04-19 BT Templetonsymbol plist accessor
2015-04-19 BT Templetonfunction split
2015-04-18 BT Templeton* src/data.c (Ftype_of): Return `Qt' by default.
2015-04-18 BT Templetonuse guile-snarf for subr definition
2015-04-18 Robin Templetonremove pure storage support
2014-06-28 Glenn MorrisMerge from emacs-24; up to 2014-06-12T14:55:48Z!monnier...
2014-06-26 Glenn MorrisMerge from emacs-24; up to 2014-06-11T19:33:14Z!rgm...
2014-06-24 Glenn MorrisMerge from emacs-24; up to 2014-06-08T18:27:22Z!eggert...
2014-06-21 Glenn MorrisMerge from emacs-24; up to 2014-06-06T02:22:40Z!monnier...
2014-06-15 Glenn MorrisMerge from emacs-24; up to 2014-06-03T06:51:18Z!eliz...
2014-06-11 Glenn MorrisMerge from emacs-24; up to 2014-06-02T14:17:07Z!michael...
2014-06-08 Glenn MorrisMerge from emacs-24; up to 2014-06-02T11:35:40Z!michael...
2014-06-08 Glenn MorrisDoc tweaks re < etc
2014-06-08 Glenn MorrisMerge from emacs-24; up to 2014-06-01T23:37:59Z!eggert...
2014-06-02 Glenn MorrisMerge from emacs-24; up to 2014-05-29T17:16:00Z!dmantip...
2014-05-28 Stefan Monnier* lisp/subr.el (zerop): Move from C. Add compiler...
2014-05-26 Glenn MorrisMerge from emacs-24; up to 2014-05-26T10:21:18Z!rgm...
2014-05-19 Paul EggertAllow any non-nil value to count as true in bool-vector.
2014-05-19 Dmitry Antipov* src/lisp.h (CHECK_BOOLEAN): New function.
2014-05-14 Glenn MorrisMerge from emacs-24; up to 2014-05-15T16:55:18Z!jan...
2014-05-12 Glenn MorrisMerge from emacs-24; up to 2014-05-12T06:15:47Z!rgm...
2014-05-08 Glenn MorrisMerge from emacs-24; up to 2014-05-08T06:58:46Z!rgm...
2014-05-08 Glenn MorrisMerge from emacs-24; up to 2014-05-08T03:34:20Z!rgm...
2014-05-04 Paul EggertMerge from emacs-24; up to 2014-05-04T21:18:30Z!eggert...
2014-04-30 Juanma BarranqueroMerge from emacs-24; up to 2014-05-01T10:21:17Z!rgm...
2014-04-28 Paul EggertAvoid undefined behavior in signed left shift.
2014-04-25 Juanma BarranqueroMerge from emacs-24; up to 2014-04-25T10:35:01Z!michael...
2014-04-22 Paul EggertMerge from emacs-24; up to 2014-04-22T20:19:17Z!eggert...
2014-04-19 Daniel ColascioneMerge from emacs-24; up to 2014-04-17T02:05:48Z!eggert...
2014-04-18 Juanma BarranqueroMerge from emacs-24; up to 2014-04-16T15:28:06Z!eggert...
2014-04-16 Paul EggertMerge from emacs-24; up to 2014-04-16T15:28:26Z!monnier...
2014-04-13 Paul EggertPort to IRIX 6.5.
2014-04-12 Glenn MorrisMerge from emacs-24; up to 2014-04-07T20:54:16Z!dancol...
2014-04-11 Glenn MorrisMerge from emacs-24; up to 2014-04-04T23:31:02Z!joaotav...
2014-04-09 Glenn MorrisMerge from emacs-24; up to 2014-04-02T16:17:08Z!dmantip...
2014-04-07 Daniel ColascioneMerge from emacs-24; up to 2014-04-01T20:18:12Z!eggert...
2014-04-03 Daniel ColascioneAdd GC bug investigation code
2014-02-24 Bill WohlerMerge from trunk; up to 2014-02-23T23:41:17Z!lekktu...
2014-02-20 Glenn MorrisSome doc for defalias-fset-function
2014-01-31 Juri LinkovMisc small fixes.
2014-01-29 Kenichi Handamerge trunk
2014-01-26 Paul Eggert* data.c (Fstring_to_number): Document results if unpar...
2014-01-24 Paul EggertFix bool-vector-count-population bug on MinGW64.
2014-01-03 Paul EggertPort to C89.
2014-01-01 Paul EggertUpdate copyright year to 2014 by running admin/update...
2013-12-27 Chong YidongMore doc updates
2013-12-07 Eli ZaretskiiMerge from trunk.
2013-11-25 Paul Eggertbool-vector-subsetp is now the normal direction.
2013-11-24 Stefan Monnier* src/data.c (Fmake_variable_buffer_local): Mention...
2013-11-23 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:37:57Z!rgm...
2013-11-21 Paul EggertFix recently introduced bool vector overrun.
2013-11-18 Paul Eggert* data.c (bool_vector_binop_driver): Rename locals...
2013-11-18 Paul EggertImprove API of recently-added bool vector functions.
2013-11-18 Paul EggertAlways allocate at least one bits_word per bool vector.
2013-11-18 Eli ZaretskiiMerge from mainline.
2013-11-15 Paul Eggert* data.c: Work around bogus GCC diagnostic about shift...
2013-11-14 Paul EggertSimplify, port and tune bool vector implementation.
2013-11-05 Paul EggertSimplify and port recent bool vector changes.
2013-10-17 Paul Eggertbool vector int width fixes
2013-10-15 Paul EggertDisallow bool vector operations on mixed-length operands.
2013-10-14 Paul Eggert* lisp.h (bool_vector_size): New function.
2013-10-11 Paul Eggert* lisp.h (eassume): New macro.
2013-10-08 Eli ZaretskiiSupport menus on text-mode terminals.
2013-10-08 Paul Eggert* lisp.h (bits_word, BITS_WORD_MAX): New type and macro.
2013-10-07 Paul EggertImprove support for popcount and counting trailing...
2013-10-04 Paul EggertUse hardware support for byteswapping on glibc x86...
2013-10-03 Paul Eggert* lisp.h (eassert): Assume that COND is true when optim...
2013-09-26 Eli ZaretskiiMerge from trunk.
2013-09-24 Paul Eggert* data.c (POPCOUNT_STATIC_INLINE): New macro, as a...
2013-09-24 Paul EggertSome minor cleanups of recently-added bool vector code.
2013-09-22 Daniel ColascioneAdd set operations for bool-vector.
2013-09-17 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:31:36Z!rgm...
2013-09-12 Kenichi Handamerge trunk
2013-09-11 Dmitry AntipovFix last change.
2013-09-11 Barry O'ReillyChange comparison functions =, <, >, <=, >= to take...
2013-09-05 Eli ZaretskiiMerge from trunk after a lot of time.
2013-09-04 Xue FuqiaoMerge from mainline.
2013-08-27 Glenn MorrisMerge from emacs-24; up to 2013-01-03T01:56:56Z!rgm...
2013-08-13 Glenn MorrisMerge from emacs-24; up to 2013-01-02T16:37:04Z!eggert...
2013-08-12 Glenn MorrisMerge from emacs-24; up to 2013-01-02T10:15:31Z!michael...
2013-08-07 Dmitry AntipovPrefer selected_window to Fselected_window, likewise...
2013-08-05 Dmitry AntipovNew macro to iterate over live buffers similar to frames.
2013-08-04 Xue FuqiaoMerge from mainline.
2013-08-02 Stefan MonnierMake defvar affect the default binding outside of any...
2013-07-25 Glenn MorrisMerge from emacs-24; up to 2013-01-01T11:02:14Z!rudalic...
2013-07-23 Paul EggertTune UNEVALLED functions by using XCAR instead of Fcar...
2013-07-20 Glenn MorrisMerge from emacs-24; up to 2012-12-31T11:35:13Z!rudalic...
2013-07-06 Eli ZaretskiiClarify documentation of multibyte-string-p.
2013-07-06 Glenn MorrisMerge from emacs-24; up to 2012-12-30T19:34:25Z!jan...
2013-07-03 Glenn MorrisMerge from emacs-24; up to 2012-12-29T12:57:49Z!fgallin...
2013-06-24 Glenn MorrisMerge from emacs-24; up to 2012-12-29T06:14:00Z!cyd...
2013-06-21 Stephen BermanMerge from trunk.
2013-06-17 Paul EggertUse functions, not macros, for XINT etc.
2013-06-14 Stephen BermanMerge from trunk.
2013-06-03 Xue FuqiaoMerge from mainline.
2013-06-03 Paul EggertFix minor problems found by static checking.
2013-06-03 Stefan Monnier* src/eval.c (backtrace_p, backtrace_top, backtrace_nex...
2013-06-03 Stefan MonnierMerge the specpdl and backtrace stacks. Make the struc...
next