summaryrefslogtreecommitdiff
path: root/src/data.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Improve doc strings of makunbound and fmakunboundStefan Kangas2020-05-03
* Don't signal during backtrace unrewind (Bug#40088)Noam Postavsky2020-03-22
* Update copyright year to 2020Paul Eggert2020-01-01
* Improve documentation of 'add-variable-watcher'Eli Zaretskii2019-11-15
* Refactor bignum multiplication, exponentiationPaul Eggert2019-11-13
* Simplify fixnum division slightlyPaul Eggert2019-11-06
* Remove unneeded overflow check in integer divisionPaul Eggert2019-11-05
* Overflow errors are range errorsPaul Eggert2019-11-04
* Don’t signal overflow for (expt 1 bignum)Paul Eggert2019-11-04
* Speed up % and mod with fixnum denomPaul Eggert2019-08-24
* Tweak integer mod performancePaul Eggert2019-08-24
* Make (mod 1.0 0) consistent with (/ 1.0 0)Paul Eggert2019-08-24
* extern function cleanupPaul Eggert2019-08-24
* Don’t debug fset by defaultPaul Eggert2019-08-21
* Be more careful about pointers to bignum valsPaul Eggert2019-08-21
* Improve bignum_integer static checkingPaul Eggert2019-08-18
* decode-time now returns subsec tooPaul Eggert2019-08-05
* Clean up use of XFIXNUM etc.Paul Eggert2019-06-27
* Remove fixnum restriction on some display varsPaul Eggert2019-05-22
* Replace ‘/* FALLTHROUGH! */’ with ‘break;’Paul Eggert2019-04-29
* Remove some ineffective #ifdefs.Philipp Stephani2019-04-19
* Remove some #ifdefs for user pointers.Philipp Stephani2019-04-19
* Mark _Noreturn error functions as coldPaul Eggert2019-04-18
* Make struct Lisp_Objfwd etc. objects read-onlyPaul Eggert2019-04-01
* Fix union Lisp_Fwd * alignment bugPaul Eggert2019-04-01
* * lisp/subr.el (setq-default): Define as a macroStefan Monnier2019-04-01
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-27
* Merge from origin/emacs-26Glenn Morris2019-02-15
|\
| * * src/data.c (Fmake_local_variable): Fix bug#34318Stefan Monnier2019-02-12
* | Add portable dumperDaniel Colascione2019-01-15
* | Use shortcuts for FlengthPaul Eggert2019-01-09
* | Merge from origin/emacs-26Paul Eggert2018-12-31
|\|
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Fix assertion-violations on non-integersPaul Eggert2018-12-30
* | Support (ash INTEGER BIGNUM)Paul Eggert2018-12-18
* | Merge from origin/emacs-26Glenn Morris2018-11-12
|\|
| * * src/data.c (Ftype_of): xwidget objects are possible! (bug#33294)Stefan Monnier2018-11-09
* | * src/data.c (Ffset): Don't signal gratuitous errorsStefan Monnier2018-11-02
* | Fix mishandling of symbols that look like numbersPaul Eggert2018-10-10
* | Merge from origin/emacs-26Glenn Morris2018-10-09
|\|
| * ; * src/data.c (Fkeywordp): Remove inaccurate commentary. (Bug#32979)Eli Zaretskii2018-10-08
| * Port better to x86 -fexcess-precision=fastPaul Eggert2018-08-13
| * Revert previous patch; comment was OK after all.Paul Eggert2018-06-24
| * Fix lead comment for count_trailing_zero_bitsPaul Eggert2018-06-24
| * Fix bug#30846, along with misc cleanups found along the wayStefan Monnier2018-06-03
* | Round bignums consistently with other integersPaul Eggert2018-09-22
* | Fix (+ bignum float) bugPaul Eggert2018-09-21
* | Use overflow-error for bignum overflowPaul Eggert2018-09-11
* | Simplify bignum->intmax conversionPaul Eggert2018-09-04