summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAge
* Fix build in a separate directory (bug#52669)Sam Steingold2021-12-20
* Add sqlite3 support to EmacsLars Ingebrigtsen2021-12-11
* Port to Tiny C on x86-64Paul Eggert2021-12-03
* Merge from origin/emacs-28Stefan Kangas2021-12-03
|\
| * Port to C compilers that lack size-0 arraysPaul Eggert2021-12-02
* | Add support for the Haiku operating system and its window systemPo Lu2021-11-20
* | Pacify GCC -Wanalyzer-possible-null-dereferencePaul Eggert2021-10-13
|/
* ; * src/lisp.h (enum char_bits): Update the comment.Eli Zaretskii2021-09-28
* Update comments warning about GC-resistant C programmingEli Zaretskii2021-09-22
* Refactor minibuffer abortingMiha Rihtaršič2021-09-20
* Check for null bytes in filenames in 'expand-file-name' (bug#49723)Federico Tedin2021-09-18
* Disable auto compositions on the Linux console onlyLars Ingebrigtsen2021-08-18
* Adjust how `replace-match' runs modification hooksLars Ingebrigtsen2021-07-31
* Fix Fdirectory_append check for whether strings have to be convertedLars Ingebrigtsen2021-07-24
* Make `C-g' after `M-x' not give a backtrace unless requiredLars Ingebrigtsen2021-07-21
* Quit minibuffers without aborting kmacrosMiha Rihtaršič2021-07-20
* Further cleanup for file locksMichael Albinus2021-07-09
* Code cleanup wrt file locksMichael Albinus2021-07-08
* Eliminate some GCC warningsMattias Engdegård2021-06-16
* Fix segfaults when byte-compiling with native-compilationEli Zaretskii2021-05-15
* Fix loading *.eln files when Emacs is installed via symlinksEli Zaretskii2021-04-17
* Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-25
|\
| * Prevent open minibuffers getting lost when their frame gets deletedAlan Mackenzie2021-03-21
* | Do not load native code when `load' is explicitly called on a .elc fileAndrea Corallo2021-03-19
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-02-17
|\|
| * Revert the bit about command_modes in previous patch setLars Ingebrigtsen2021-02-14
| * Extend the syntax of `interactive' to list applicable modesLars Ingebrigtsen2021-02-14
| * Make recursive minibuffers and recursive edits work togetherAlan Mackenzie2021-02-11
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-02-10
|\|
| * Make syntax errors say the line/column they appear atLars Ingebrigtsen2021-02-01
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-01-16
|\|
| * 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
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-08
|\|
| * * 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
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-02
|\|
| * Update copyright year to 2021Paul Eggert2021-01-01
* | Store function type and expose it with `subr-type'Andrea Corallo2020-12-28
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-27
|\|
| * 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
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-23
|\|
| * 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