summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* Add facility to make module functions interactive (Bug#23486).Philipp Stephani2020-09-131-0/+2
* Reinstall recent GC-related changesPaul Eggert2020-09-051-2/+5
* Revert recent GC-related changes (Bug#43152)Paul Eggert2020-09-031-5/+2
* * src/lisp.h (lisp_h_XPL, XPL): Remove; unused.Paul Eggert2020-08-311-11/+0
* Remove mark_maybe_objectPaul Eggert2020-08-311-2/+5
* Fix GC bugs related to uninitialized vectorsPaul Eggert2020-08-151-2/+5
* Pacify Apple clang 11 __builtin_assumePaul Eggert2020-08-141-5/+6
* Prefer make_nil_vector to make-vector with nilPaul Eggert2020-08-111-1/+2
* Rehash hash tables eagerly after loading a dumpPip Cet2020-08-111-19/+2
* Drop support for -fcheck-pointer-boundsPaul Eggert2020-08-041-25/+6
* Simplify use of __lsan_ignore_objectPaul Eggert2020-08-031-0/+11
* Port to Oracle Studio 12.6 (sparc)Paul Eggert2020-07-301-0/+19
* Check AREF and aref_addr subscriptsPaul Eggert2020-06-181-7/+9
* Omit unnecessary USE_LAB_TAG #ifPaul Eggert2020-05-271-6/+0
* Port struct Lisp_FLoat to oddball platformsPaul Eggert2020-05-261-1/+3
* Move union emacs_align_type to alloc.cPaul Eggert2020-05-251-41/+1
* Further fix for aborts due to GC losing pseudovectorsPaul Eggert2020-05-251-1/+42
* Refix aborts due to GC losing pseudovectorsPaul Eggert2020-05-251-42/+1
* Fix aborts due to GC losing pseudovectorsPaul Eggert2020-05-251-1/+42
* Hoist some byte-code checking out of evalPaul Eggert2020-05-191-2/+0
* * Fix Garbage Collector for missing calle-saved regs content (Bug#41357)Andrea Corallo2020-05-171-1/+9
* Pacify GCC 10.1.0Paul Eggert2020-05-111-1/+22
* Prefer inline functions in character.hPaul Eggert2020-04-171-1/+1
* Remove UNSIGNED_CMPPaul Eggert2020-04-111-11/+5
* Improve integer range checkingPaul Eggert2020-04-051-15/+4
* * src/lisp.h: Update overly-optimistic comment.Paul Eggert2020-04-051-2/+2
* Default gcc -Og to inlining key opsPaul Eggert2020-04-041-9/+13
* Use ATTRIBUTE_CONST for some bignum functionsPaul Eggert2020-03-271-4/+4
* Treat out-of-range positions consistentlyPaul Eggert2020-03-271-8/+0
* Refactor and fix typo in CHECK_*_COERCE_MARKERPaul Eggert2020-03-261-16/+0
* Merge from origin/emacs-27Glenn Morris2020-03-231-0/+1
|\
| * Don't signal during backtrace unrewind (Bug#40088)Noam Postavsky2020-03-221-0/+1
* | Restore runtime check for invalid tagPaul Eggert2020-02-221-0/+1
* | Work better if stat etc. are interruptedPaul Eggert2020-01-201-0/+2
* | Improve performance when a string's byte count changesPaul Eggert2020-01-181-2/+1
* | Fix sxhash-equal on bytecodes, markers, etc.Paul Eggert2020-01-071-2/+2
* | Help the compiler inline sxhashPaul Eggert2020-01-071-1/+1
* | Also print function data when printing module functions.Philipp Stephani2020-01-051-0/+1
* | Let the OS clear new large strings of NULPaul Eggert2020-01-031-1/+2
* | Implement finalizers for module functions (Bug#30373)Philipp Stephani2020-01-031-0/+1
* | Let the OS clear large new objectsPaul Eggert2020-01-021-3/+2
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Make .pdmp file more reproduciblePaul Eggert2019-11-191-2/+2
* Fix double-rounding bug in ceiling etc.Paul Eggert2019-11-131-0/+2
* Refactor double integer scalingPaul Eggert2019-11-131-0/+1
* Generalize list1i etc. to all signed integer typesPaul Eggert2019-10-181-9/+8
* Merge branch 'feature/tabs'Juri Linkov2019-10-011-0/+1
|\
| * Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-311-0/+1
* | Update some URLsPaul Eggert2019-09-231-1/+1
* | Revert too-picky file-access testsPaul Eggert2019-09-211-1/+0