summaryrefslogtreecommitdiff
path: root/src/emacs.c
Commit message (Expand)AuthorAge
* ; * src/emacs.c (usage_message): Fix typoPhilip Kaludercic2022-11-24
* * src/emacs.c (usage_message): Add missing --init-directory entryPhilip Kaludercic2022-11-24
* Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-21
|\
| * itree.c: Make the iterator reentrant (bug#59183)Stefan Monnier2022-11-17
| * Avoid dumping core upon SIGHUP in non-interactive sessionsEli Zaretskii2022-11-10
| * Fix the unexec buildEli Zaretskii2022-11-05
| * Port interval trees to --enable-checking=structsBasil L. Contovounesios2022-11-03
| * Set `comp-no-spawn' earlier using -no-comp-spawnAndrea Corallo2022-10-26
* | Make Emacs compile without tree-sitter libraryYuan Fu2022-10-28
* | Merge branch 'master' into feature/tree-sitterYuan Fu2022-10-05
|\|
| * Merge from origin/emacs-28Stefan Kangas2022-10-04
| |\
| | * * src/emacs.c (load_pdump): Propery handle case when executableAndreas Schwab2022-10-04
| * | Merge from origin/emacs-28Stefan Kangas2022-10-04
| |\|
| | * * src/emacs.c (load_pdump): Fix use of xpalloc.Andreas Schwab2022-10-02
| | * Avoid assertion violation in 'xpalloc'Eli Zaretskii2022-10-02
| * | ; * src/emacs.c (usage_message): Remove stray tabs.Augusto Stoffel2022-09-14
* | | Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu2022-08-29
|\| |
| * | Allow dropping more data types on PGTKPo Lu2022-06-23
| * | Fix previous -batch change for gc-cons-percentageLars Ingebrigtsen2022-06-21
| * | Increase gc-cons-percentage in -batch EmacsLars Ingebrigtsen2022-06-21
| * | Merge from origin/emacs-28Stefan Kangas2022-06-21
| |\|
| | * Support builds configured with a separate --bindirEli Zaretskii2022-06-20
| * | Fix running temacs on HaikuPo Lu2022-06-20
* | | Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-06-14
|\| |
| * | ; * src/emacs.c (main): Move -version output after initialization.Eli Zaretskii2022-06-02
| * | Avoid segfaults on MS-Windows when invoked with --versionEli Zaretskii2022-06-01
| * | Make the nativecomp test eln directory more reliably be removedLars Ingebrigtsen2022-05-24
| * | Fix coding style of recent changePo Lu2022-05-23
| * | Include development data in --version outputLars Ingebrigtsen2022-05-23
| * | Merge from origin/emacs-28Stefan Kangas2022-05-16
| |\|
| | * ; Fix some typosStefan Kangas2022-05-15
| * | Fix merging of anonymous faces with an `:extend' property on unexecPo Lu2022-05-12
* | | ; Merge from master.Yuan Fu2022-05-07
|\| |
| * | Get rid of autorelease warnings during building on GNUstepPo Lu2022-04-25
| * | Make it easier to use Emacs as a script interpreterLars Ingebrigtsen2022-04-18
| * | Make `restart-emacs' work when Emacs is started with --chdirLars Ingebrigtsen2022-04-18
| * | Improve `restart-emacs' error reportingLars Ingebrigtsen2022-04-18
| * | Make "restart" erroring slightly more reliableLars Ingebrigtsen2022-04-18
| * | ; Minor fix for 'restart-emacs' on MS-WindowsEli Zaretskii2022-04-17
| * | Fix 'restart-emacs' on MS-WindowsEli Zaretskii2022-04-17
| * | Add a `restart-emacs' sanity checkLars Ingebrigtsen2022-04-17
| * | Check whether we can restart in Fkill_emacsLars Ingebrigtsen2022-04-17
| * | Add a new command `restart-emacs'Lars Ingebrigtsen2022-04-17
| * | ; * src/emacs.c (main): Reword & reflow description of PGTK problem.Sean Whitton2022-04-07
| * | * src/emacs.c (main): Improve accuracy of daemon warning message on PGTK.Po Lu2022-04-06
| * | Fix some crashes in shut_down_emacs on HaikuPo Lu2022-03-20
| * | Port to gcc -D EMACS_EXTERN_INLINEPaul Eggert2022-03-19
* | | Add tree-sitter intergrationYuan Fu2022-05-07
|/ /
* | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-12
* | Fix background daemon on HaikuPo Lu2022-02-03