summaryrefslogtreecommitdiff
path: root/src/emacs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-25Paul Eggert2016-05-011-0/+1
|\
| * Fix the MSDOS buildEli Zaretskii2016-04-301-0/+1
* | Fix socketd fd startup bug that I introducedPaul Eggert2016-04-261-2/+5
* | Minor fixups for external socket launchingPaul Eggert2016-04-171-14/+12
* | Add external socket launching supportMatthew Leach2016-04-161-0/+22
* | Port redirect-debugging-output to non-GNU/LinuxPaul Eggert2016-04-041-13/+15
* | Merge from origin/emacs-25John Wiegley2016-03-111-2/+2
|\|
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* | Remove support for IRIXPaul Eggert2016-03-071-2/+2
* | Deterministic build improvementsPaul Eggert2016-03-021-10/+8
* | Remove build system name from deterministic dumpsPhilipp Stephani2016-03-021-0/+10
* | Merge from origin/emacs-25John Wiegley2016-02-151-2/+2
|\|
| * ; Spelling fixesPaul Eggert2016-02-141-2/+2
* | Merge from origin/emacs-25John Wiegley2016-02-151-0/+5
|\|
| * Set locale when run from OS X GUIAlan Third2016-02-101-0/+5
* | Fix extern symbols defined and not usedPaul Eggert2016-01-301-0/+3
* | Include <malloc.h> when advisablePaul Eggert2016-01-301-2/+0
* | Pacify --enable-gcc-warnings when HYBRID_MALLOCPaul Eggert2016-01-301-3/+10
* | Report static heap usage on non-Cygwin, tooPaul Eggert2016-01-301-0/+5
* | -Paul Eggert2016-01-301-73/+5
|\|
| * malloc.h hygienePaul Eggert2016-01-261-73/+5
* | -Paul Eggert2016-01-301-1/+1
|\|
| * Expunge "allow" + infinitive from source and doc, part 2.Alan Mackenzie2016-01-251-1/+1
* | -Paul Eggert2016-01-301-6/+1
|\|
| * xwidgets style cleanupPaul Eggert2016-01-221-6/+1
| * Backport kqueue integration from masterMichael Albinus2016-01-221-4/+12
* | -Paul Eggert2016-01-301-0/+6
|\|
| * Support for the new Xwidget feature.Joakim Verona2016-01-191-0/+6
* | Merge from origin/emacs-25John Wiegley2016-01-111-1/+1
|\|
| * Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* | Let users disable unsafe signal handling codeDaniel Colascione2016-01-041-8/+11
* | Merge emacs-25 into master (using imerge)John Wiegley2015-12-291-0/+12
|\|
| * Unbreak the Cygwin w32 buildEli Zaretskii2015-11-271-1/+1
| * Simplify recording of main thread's ID on MS-WindowsEli Zaretskii2015-11-211-0/+3
| * Add dynamic module module supportAurélien Aptel2015-11-181-0/+9
* | Add kqueue supportMichael Albinus2015-11-251-4/+12
|/
* Include-file cleanup for src directoryPaul Eggert2015-10-201-2/+2
* Avoid link-time errors due to inline functionsEli Zaretskii2015-10-101-0/+1
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-8/+0
* Curved quotes in --batch diagnostics in non-UTF-8Paul Eggert2015-08-171-0/+18
* * admin/admin.el (set-version, set-copyright): Remove deleted files.Glenn Morris2015-08-151-1/+1
* Avoid setting LC_NUMERIC on MS-Windows to anything but "C"Eli Zaretskii2015-08-101-4/+10
* New optional ZONE arg for format-time-string etc.Paul Eggert2015-07-261-1/+1
* Fix hang with large yanks This should fix the bug fixed by MikePaul Eggert2015-07-171-1/+0
* * src/emacs.c (main): Don't increase the stack size on CygwinKen Brown2015-07-061-5/+8
* Avoid grave accent quoting in stderr diagnosticsPaul Eggert2015-05-311-4/+4
* * src/emacs.c (syms_of_emacs) <system-configuration-features>: Doc fix.Glenn Morris2015-05-311-1/+4
* Fix problems with setting system-time-locale on MS-WindowsEli Zaretskii2015-03-211-0/+7
* Add --no-x-resources optionDaniel Colascione2015-03-141-0/+3
* Support daemon mode on MS-Windows (bug#19688)Mark Laws2015-02-271-6/+31