summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAge
* Add a new variable `inhibit-interaction'Lars Ingebrigtsen2021-01-12
* Add functions to open a file without quitting.Philipp Stephani2021-01-10
* Fix incompleteness in the implementation of minibuffer-follows-selected-frameAlan Mackenzie2021-01-10
* Don't unblock SIGCHLD too early.Philipp Stephani2021-01-09
* * lisp/subr.el (esc-map): Initialize inside declarationStefan Monnier2021-01-04
* * lisp/subr.el (ctl-x-map): Initialize inside the declaration.Stefan Monnier2021-01-04
* * lisp/subr.el (global-map): Initialize inside declaration.Stefan Monnier2021-01-04
* * src/print.c (print_vectorlike): Use `HASH_TABLE_SIZE`Stefan Monnier2021-01-04
* Update copyright year to 2021Paul Eggert2021-01-01
* Unbreak the MinGW build broken by recent changes in callproc.cEli Zaretskii2020-12-24
* Centralize subprocess creation in a single function.Philipp Stephani2020-12-24
* Declare argument vector as char *const *.Philipp Stephani2020-12-23
* Pass C string pointer to current directory to 'child_setup'.Philipp Stephani2020-12-23
* Allocate environment block before forking.Philipp Stephani2020-12-23
* Remove an unused parameter from 'child_setup' function.Philipp Stephani2020-12-23
* Merge from origin/emacs-27Glenn Morris2020-12-09
|\
| * ; * src/chartab.c, src/lisp.h: Fix typos in comments.Eli Zaretskii2020-12-02
* | * src/alloc.c (Fgarbage_collect_maybe): New functionSpencer Baugh2020-12-04
* | Don't abort when terminated by SIGINT in -batchEli Zaretskii2020-12-04
* | Fix incorrect handling of module runtime and environment pointers.Philipp Stephani2020-11-27
* | ; * src/lisp.h (enum specbind_tag): Fix typo.Philipp Stephani2020-11-27
* | Simplify getting value of text-quoting-style (Bug#44471)Stefan Kangas2020-11-09
* | Allow minibuffer to stay in its original frame. Tidy up this area.Alan Mackenzie2020-11-05
* | Add directory-empty-p and new argument COUNT for directory-files-*Arthur Miller2020-11-02
* | Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-05
* | Add facility to make module functions interactive (Bug#23486).Philipp Stephani2020-09-13
* | Reinstall recent GC-related changesPaul Eggert2020-09-05
* | Revert recent GC-related changes (Bug#43152)Paul Eggert2020-09-03
* | * src/lisp.h (lisp_h_XPL, XPL): Remove; unused.Paul Eggert2020-08-31
* | Remove mark_maybe_objectPaul Eggert2020-08-31
* | Fix GC bugs related to uninitialized vectorsPaul Eggert2020-08-15
* | Pacify Apple clang 11 __builtin_assumePaul Eggert2020-08-14
* | Prefer make_nil_vector to make-vector with nilPaul Eggert2020-08-11
* | Rehash hash tables eagerly after loading a dumpPip Cet2020-08-11
* | Drop support for -fcheck-pointer-boundsPaul Eggert2020-08-04
* | Simplify use of __lsan_ignore_objectPaul Eggert2020-08-03
* | Port to Oracle Studio 12.6 (sparc)Paul Eggert2020-07-30
* | Check AREF and aref_addr subscriptsPaul Eggert2020-06-18
* | Omit unnecessary USE_LAB_TAG #ifPaul Eggert2020-05-27
* | Port struct Lisp_FLoat to oddball platformsPaul Eggert2020-05-26
* | Move union emacs_align_type to alloc.cPaul Eggert2020-05-25
* | Further fix for aborts due to GC losing pseudovectorsPaul Eggert2020-05-25
* | Refix aborts due to GC losing pseudovectorsPaul Eggert2020-05-25
* | Fix aborts due to GC losing pseudovectorsPaul Eggert2020-05-25
* | Hoist some byte-code checking out of evalPaul Eggert2020-05-19
* | * Fix Garbage Collector for missing calle-saved regs content (Bug#41357)Andrea Corallo2020-05-17
* | Pacify GCC 10.1.0Paul Eggert2020-05-11
* | Prefer inline functions in character.hPaul Eggert2020-04-17
* | Remove UNSIGNED_CMPPaul Eggert2020-04-11
* | Improve integer range checkingPaul Eggert2020-04-05