summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Unbreak the MinGW build broken by recent changes in callproc.cEli Zaretskii2020-12-241-3/+3
* Centralize subprocess creation in a single function.Philipp Stephani2020-12-241-4/+2
* Declare argument vector as char *const *.Philipp Stephani2020-12-231-2/+2
* Pass C string pointer to current directory to 'child_setup'.Philipp Stephani2020-12-231-1/+1
* Allocate environment block before forking.Philipp Stephani2020-12-231-1/+3
* Remove an unused parameter from 'child_setup' function.Philipp Stephani2020-12-231-1/+1
* Merge from origin/emacs-27Glenn Morris2020-12-091-16/+17
|\
| * ; * src/chartab.c, src/lisp.h: Fix typos in comments.Eli Zaretskii2020-12-021-16/+17
* | * src/alloc.c (Fgarbage_collect_maybe): New functionSpencer Baugh2020-12-041-0/+1
* | Don't abort when terminated by SIGINT in -batchEli Zaretskii2020-12-041-0/+1
* | Fix incorrect handling of module runtime and environment pointers.Philipp Stephani2020-11-271-1/+8
* | ; * src/lisp.h (enum specbind_tag): Fix typo.Philipp Stephani2020-11-271-1/+1
* | Simplify getting value of text-quoting-style (Bug#44471)Stefan Kangas2020-11-091-12/+0
* | Allow minibuffer to stay in its original frame. Tidy up this area.Alan Mackenzie2020-11-051-0/+2
* | Add directory-empty-p and new argument COUNT for directory-files-*Arthur Miller2020-11-021-1/+1
* | Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-7/+7
* | 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