aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix commentary about fixnums and hashes.Paul Eggert2019-06-071-15/+13
* Add HarfBuzz font backend for MS-WindowsEli Zaretskii2019-05-311-0/+1
* Remove fixnum restriction on some display varsPaul Eggert2019-05-221-1/+1
* Clean up and simplify image-type setupPaul Eggert2019-05-171-1/+0
* Merge from origin/emacs-26Glenn Morris2019-05-081-1/+1
|\
| * ; * src/lisp.h (DEFSYM): Fix inaccurate comment.Eli Zaretskii2019-05-061-1/+1
* | Use simpler way to print function pointersPaul Eggert2019-05-051-0/+2
* | Rename generic x_* identifiersAlexander Gramiak2019-04-261-1/+1
* | Port to Oracle Developer Studio 12.6Paul Eggert2019-04-251-3/+12
* | Move definition of Lisp_Module_Function to emacs-module.c.Philipp Stephani2019-04-241-26/+4
* | Simplify thread initialization and GCPaul Eggert2019-04-241-4/+4
* | Add module functions to convert from and to big integers.Philipp Stephani2019-04-241-0/+1
* | Go back to old way of checking json int rangePaul Eggert2019-04-221-27/+0
* | * src/lisp.h (INTEGER_TO_INT): Fix bug.Philipp Stephani2019-04-221-1/+1
* | Introduce a helper macro to convert a Lisp integer to a C integer.Philipp Stephani2019-04-221-0/+27
* | Remove --enablechecking=conslist configure optionPaul Eggert2019-04-211-11/+0
* | Port to recent gcc -fsanitize=undefinedPaul Eggert2019-04-211-21/+3
* | Remove some #ifdefs for user pointers.Philipp Stephani2019-04-191-6/+0
* | Refactoring: have CATCHER_ALL also catch signals.Philipp Stephani2019-04-191-3/+15
* | ; * src/lisp.h (integer_to_intmax): Fix typo.Philipp Stephani2019-04-181-1/+1
* | Mark _Noreturn error functions as coldPaul Eggert2019-04-181-29/+29
* | Let debugger handle process spawn errors on w32 (Bug#33016)Noam Postavsky2019-04-141-3/+6
* | 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