aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* Fix bug #8562 with Emacs display on Windows 9X.Eli Zaretskii2011-10-281-0/+1
* do not ignore write error for any output sizeJim Meyering2011-09-241-1/+1
* * src/emacs.c (Fkill_emacs): In noninteractive mode exitAndreas Schwab2011-09-231-1/+5
* Whitespace changes.Juanma Barranquero2011-09-091-12/+12
* src/emacs.c (my_heap_start): #ifdef to avoid warnings when unused.Juanma Barranquero2011-09-081-0/+2
* Merge from trunk.Paul Eggert2011-09-041-0/+8
|\
| * * Require libxml/parser.h to avoid compilation warning.Lars Magne Ingebrigtsen2011-09-041-0/+4
| * Fix up xmlCleanupParser sequence.Lars Magne Ingebrigtsen2011-09-031-0/+4
* | * emacs.c (main) [NS_IMPL_COCOA]: Don't overrun bufferPaul Eggert2011-08-291-3/+5
|/
* Merge from trunk.Paul Eggert2011-08-041-2/+2
|\
| * Check for pthread and use it if found.Jan Djärv2011-08-041-2/+2
* | Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-27/+11
* | * emacs.c (main, sort_args): Check for size-calculation overflow.Paul Eggert2011-07-281-3/+12
|/
* Merge from trunk.Paul Eggert2011-07-101-2/+1
|\
| * ProtoizeAndreas Schwab2011-07-101-2/+1
* | Merge from trunk.Paul Eggert2011-07-091-0/+4
|\|
| * Fix warnings in ns*m files: Replace deprecated methods, declare new interfaces. Jan Djärv2011-07-081-0/+4
* | * emacs.c: Integer overflow minor fix.Paul Eggert2011-07-071-2/+6
|/
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-4/+2
* * emacs.c: Don't assume string length fits in 'int'.Paul Eggert2011-06-191-8/+7
* Merge from emacs-23; up to 2010-06-12T17:12:[email protected].Glenn Morris2011-06-041-0/+5
|\
| * * src/emacs.c (main): Warn when starting a GTK emacs in daemon mode.Dan Nicolaescu2011-06-021-0/+5
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Make it possible to build with GCC-4.6+ -O2 -flto.Dan Nicolaescu2011-06-011-1/+1
* | Make it possible to run ./temacs.Dan Nicolaescu2011-05-301-2/+5
* | * emacs.c [HAVE_X_WINDOWS]: Include "xterm.h".Paul Eggert2011-05-281-5/+4
* | Move clipboard-manager functionality out of hooks.Chong Yidong2011-05-281-0/+10
* | Implement dynamic loading of GnuTLS on Windows.Juanma Barranquero2011-05-041-1/+2
* | * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used,Paul Eggert2011-04-161-6/+8
* | Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-1/+1
* | * emacs.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-9/+13
* | Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-1/+1
* | Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris2011-03-261-2/+2
* | Use Frun_hooks rather than calling Vrun_hooks manuallyJulien Danjou2011-03-231-2/+3
* | * emacs.c (Fdaemon_initialized): Do not ignore I/O errors.Paul Eggert2011-03-201-6/+11
* | Merge from mainline.Paul Eggert2011-03-171-6/+6
|\ \
| * | src/emacs.c (USAGE3): Doc fixes.Juanma Barranquero2011-03-161-6/+6
* | | New file unexec.h, the (simple) interface for unexec.Paul Eggert2011-03-161-3/+1
* | | * emacs.c (main): Add casts to avoid warningsPaul Eggert2011-03-131-3/+3
* | | * emacs.c (DEFINE_DUMMY_FUNCTION): New macro.Paul Eggert2011-03-131-8/+9
* | | * emacs.c (init_cmdargs): Rename local to avoid shadowing.Paul Eggert2011-03-131-5/+5
* | | Rewrite to avoid "/*" in comment.Paul Eggert2011-03-131-1/+1
|/ /
* | don't ignore chdir failurePaul Eggert2011-02-051-0/+2
* | src/emacs.c now gets version number from configure.inPaul Eggert2011-01-311-3/+1
* | Use SSDATA when the context wants char *.Paul Eggert2011-01-301-4/+4
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Check return values of some library calls.Paul Eggert2011-01-221-2/+1
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-2/+1
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-75/+20