aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
Commit message (Expand)AuthorAgeFilesLines
* better load-path defaultsRobin Templeton2015-05-121-1/+2
* disable GC_all_interior_pointersRobin Templeton2015-04-201-2/+0
* misc changesRobin Templeton2015-04-201-0/+6
* remove bytecode interpreterRobin Templeton2015-04-201-1/+0
* * src/profiler.c: Delete.Robin Templeton2015-04-201-2/+0
* guile-elisp bootstrap (C)BT Templeton2015-04-191-1/+6
* guile-elisp bootstrap (C)BT Templeton2015-04-191-15/+32
* remove sigio blockingBT Templeton2015-04-191-1/+0
* use guile subrsBT Templeton2015-04-191-2/+5
* plist moduleBT Templeton2015-04-191-0/+7
* function splitBT Templeton2015-04-191-0/+6
* use guile obarraysBT Templeton2015-04-191-0/+7
* use scm_boot_guileBT Templeton2015-04-191-5/+11
* use libguile dynamic wind + c pseudo-closuresBT Templeton2015-04-181-0/+1
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-4/+5
* smob equality predicatesBT Templeton2015-04-181-0/+1
* use guile-snarf for subr definitionBT Templeton2015-04-181-11/+2
* initialize guileBT Templeton2015-04-181-0/+5
* remove stack_bottomBT Templeton2015-04-181-8/+0
* use xmalloc_atomic for many pointerless objectsRobin Templeton2015-04-181-2/+2
* use BDW-GCRobin Templeton2015-04-181-7/+0
* remove allocation checksBT Templeton2015-04-181-2/+0
* * emacs.c: Include "sysselect.h", to define its inline functions.Paul Eggert2014-06-031-0/+1
* Fix bug #17622 with crashes in mmap routines.Eli Zaretskii2014-05-291-1/+2
* Use mmap(2) emulation for buffer text on MS-Windows.Fabrice Popineau2014-05-271-6/+1
* Assume C99 or later.Paul Eggert2014-05-171-1/+1
* Merge from emacs-24; up to 2014-04-16T15:28:[email protected]Juanma Barranquero2014-04-191-7/+0
|\
| * * emacs.c (close_output_streams): Don't clear and restore errno.Paul Eggert2014-04-171-7/+0
* | Merge from emacs-24; up to 2014-04-16T15:28:[email protected]Paul Eggert2014-04-161-0/+7
|\|
| * Fix the MSDOS build.Eli Zaretskii2014-04-161-0/+7
* | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-051-2/+2
* | Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-031-2/+2
* | Clean up array size calculationsDaniel Colascione2014-04-031-3/+2
* | Improve usage of AC_INITGlenn Morris2014-03-281-2/+7
* | Add system-configuration-features, summarising some configure resultsGlenn Morris2014-03-281-0/+6
* | Remove the build-time option CLASH_DETECTIONGlenn Morris2014-03-251-4/+2
* | Move might_dump assignment earlier in initializationDaniel Colascione2014-03-211-4/+4
* | Do not allow a dumped Emacs to be dumpedDaniel Colascione2014-03-211-0/+10
|/
* temacs --daemon fixPaul Eggert2014-02-171-3/+3
* Fix spelling of "GNUstep"Glenn Morris2014-01-201-1/+1
* Fix file name handling on MS-Windows 9X.Eli Zaretskii2014-01-181-0/+6
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-2/+2
* * src/emacs.c (main): [DAEMON_MUST_EXEC]: Restore close-on-exec after exec.Paul Eggert2013-12-281-0/+1
* Fix pipe bug with OS X emacs --daemon (Bug#16262).Paul Eggert2013-12-281-0/+2
* Minor fixes for recent openp changes.Paul Eggert2013-12-181-1/+1
* Add load-prefer-newer option, to load .el if newer than .elcGlenn Morris2013-12-171-1/+1
* * src/emacs.c (standard_args) [HAVE_NS]: Remove -disable-font-backend.Glenn Morris2013-12-171-1/+0
* Minor fix in Windows-specific code in decode_env_path.Eli Zaretskii2013-12-151-2/+3
* Merge from trunk.Eli Zaretskii2013-12-091-0/+5
|\
| * * emacs.c (main): Call fixup_locale a second time for GNUStep.Jan Djärv2013-12-081-0/+5