summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* Rename non-X x_* identifiersAlexander Gramiak2019-04-131-1/+1
* Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-081-8/+16
* Make struct Lisp_Objfwd etc. objects read-onlyPaul Eggert2019-04-011-19/+24
* Fix union Lisp_Fwd * alignment bugPaul Eggert2019-04-011-21/+20
* Fix some integer issues in regex-emacsPaul Eggert2019-03-251-5/+0
* * src/lisp.h (primary_thread): Remove unused decl.Paul Eggert2019-03-241-1/+0
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-7/+7
* Use ‘const’ to clarify GC markingPaul Eggert2019-03-191-11/+13
* Define macros to abstract support for external menu/tool-barsAlexander Gramiak2019-03-161-0/+11
* Simplify list creation in C codePaul Eggert2019-03-041-3/+13
* memory_full_cons_threshold is a constantPaul Eggert2019-03-021-1/+1
* Suppress GC stats when obviously not neededPaul Eggert2019-03-011-1/+2
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-4/+4
* Rename CANNOT_DUMP to HAVE_UNEXECPaul Eggert2019-02-011-16/+16
* Widen modiff counts to avoid wraparoundPaul Eggert2019-01-311-0/+22
* Fix bug with face-id after restoring from pdumpEli Zaretskii2019-01-281-0/+3
* forward-line now works with bignumsPaul Eggert2019-01-271-2/+2
* Improve pdump file search and 'pdumper-stats'Eli Zaretskii2019-01-261-0/+1
* Add portable dumperDaniel Colascione2019-01-151-20/+205
* Use shortcuts for FlengthPaul Eggert2019-01-091-0/+1
* Don’t limit range error reports to fixnumsPaul Eggert2019-01-011-6/+1
* Bignums from garbage-collect, memory-use-countsPaul Eggert2019-01-011-3/+4
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * Make async :family 'local failures fail correctly againLars Ingebrigtsen2018-08-081-0/+1
* | Remove UCHAR typedefPaul Eggert2019-01-011-7/+0
* | Remove CHECK_FIXNUM_CAR etc.Paul Eggert2018-12-091-18/+0
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-0/+11
* | Streamline and fix vector-size checksPaul Eggert2018-12-081-7/+2
* | Act like POSIX sh if $HOME is relativePaul Eggert2018-11-131-0/+3
* | maybe_disable_address_randomization always returns "int argc"Sam Steingold2018-11-121-1/+2
* | Fix dumping on GNU/Linux ppc64lePaul Eggert2018-11-111-2/+5
* | Fix struct thread alignment on FreeBSD x86Paul Eggert2018-10-191-18/+19
* | Avoid assertion violation when comparing with main-threadEli Zaretskii2018-10-171-0/+1
* | Fix lisp_eval_depth in unwind-protect cleanupPaul Eggert2018-10-141-0/+1
* | Fix mishandling of symbols that look like numbersPaul Eggert2018-10-101-2/+3
* | Fix malfunctioning cursor display on 32-bit GtkPaul Eggert2018-10-091-4/+6
* | Move timestamp-related stuff to timefns.cPaul Eggert2018-10-061-2/+2
* | Use overflow-error for bignum overflowPaul Eggert2018-09-111-1/+1
* | Fix misleading name ‘double_to_bignum’Paul Eggert2018-09-101-1/+1
* | One more GC-aligned structPaul Eggert2018-09-071-1/+1
* | Fix overenthusiastic header size checkPaul Eggert2018-09-071-7/+19
* | Shrink pseudovectors a bitPaul Eggert2018-09-061-35/+55
* | Simplify bignum->intmax conversionPaul Eggert2018-09-041-0/+33
* | * src/lisp.h: Add explanation in a commentStefan Monnier2018-09-011-1/+10
* | Several fixes for formatting bignumsPaul Eggert2018-08-311-1/+4
* | Improve bignum support for system typesPaul Eggert2018-08-271-35/+12
* | Modularize bignums betterPaul Eggert2018-08-271-53/+19
* | Improve performance of CONSP, FIXNUMP, etc.Paul Eggert2018-08-251-7/+24
* | Fix bugs when rounding to bignumsPaul Eggert2018-08-221-1/+1