summaryrefslogtreecommitdiff
path: root/src/emacs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Merge from origin/emacs-24Paul Eggert2015-02-251-1/+1
|\
| * Avoid compiler warnings in decode_env_path.Hans Wennborg2015-01-291-1/+1
* | Backtrace after malloc arena is corruptedPaul Eggert2015-02-241-0/+2
* | Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-211-4/+2
* | Avoid endless loop when handling fatal signal.Jan Djärv2015-02-201-1/+1
* | Fix exit code when stdin is at EOF (Bug#19897)Eli Zaretskii2015-02-181-4/+1
* | Revert changes installed by xwidgets mergePaul Eggert2015-02-011-6/+0
* | Merge branch 'master' into xwidgetJoakim Verona2015-02-011-4/+2
|\ \
| * \ Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-1/+1
| |\ \ | | |/
| | * Fix the description of -nl in --help text. (Bug#19542)Eli Zaretskii2015-01-091-1/+1
| * | Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-3/+1
| |\ \ | | |/
| | * src/emacs.c (syms_of_emacs) <system-configuration>: Doc fix. (Bug#19502)Eli Zaretskii2015-01-041-3/+1
| | * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| | * Always define `gnutls-available-p' even if GnuTLS is not available.Ted Zlatanov2014-12-111-4/+0
* | | Merge branch 'master' into xwidgetJoakim Verona2015-01-251-5/+0
|\ \ \ | |/ /
| * | Use gnustep-config if availablePaul Eggert2015-01-241-5/+0
* | | merge masterJoakim Verona2015-01-151-1/+2
|\ \ \ | |/ /
| * | Support const and noreturn DEFUN attributes.Dmitry Antipov2015-01-131-1/+2
* | | merge master, fix conflictsJoakim Verona2015-01-111-8/+1
|\ \ \ | |/ /
| * | Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-8/+1
* | | merge masterjave2015-01-021-2/+2
|\ \ \ | |/ /
| * | Update copyright year to 2015Paul Eggert2015-01-011-2/+2
* | | Merge branch 'master' into xwidgetJoakim Verona2014-12-231-83/+44
|\ \ \ | |/ /
| * | Merge from origin/emacs-24Ted Zlatanov2014-12-121-4/+0
| * | * src/emacs.c (main) <--version>: Make use of PACKAGE_NAME.Glenn Morris2014-11-231-3/+3
| * | Merge from emacs-24; up to 117656Glenn Morris2014-11-011-4/+4
| |\ \ | | |/
| | * * emacs.c (main): Don't chdir to $HOME on Cocoa if --chdir was given.Jan Djärv2014-10-311-4/+4
| * | Fix putenv race conditions with undefined behavior.Paul Eggert2014-10-111-45/+17
| * | Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-3/+7
| * | Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-291-3/+3
| * | Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-291-2/+0
| * | Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-241-1/+3
| * | If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.Dmitry Antipov2014-09-161-3/+3