aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
Commit message (Expand)AuthorAgeFilesLines
* * emacs.c (gdb_pvec_type): Change it back to enum pvec_type.Paul Eggert2012-07-041-1/+1
* Turn VECTOR_FREE_LIST_FLAG into PVEC_FREE.Stefan Monnier2012-07-041-1/+1
* * emacs.c (setpgrp): Remove definition, unused.Dan Nicolaescu2012-06-241-7/+0
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-0/+1
* Use a simple struct to implement compile time checks for the Lisp_Object typeAndreas Schwab2012-06-131-3/+3
* USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)Paul Eggert2012-06-121-2/+2
* Clean up __executable_start, monstartup when --enable-profiling.Paul Eggert2012-05-301-21/+9
* Merge from trunk.Paul Eggert2012-04-091-5/+1
|\
| * Support building on MS-Windows with libxml2.Eli Zaretskii2012-04-071-5/+1
* | Merge from trunk.Paul Eggert2012-01-141-3/+5
|\|
| * Tweak previous doc fix.Glenn Morris2012-01-101-2/+2
| * * src/emacs.c (syms_of_emacs) <installation-directory>: Doc fix.Glenn Morris2012-01-101-3/+5
* | Merge from trunk.Paul Eggert2012-01-091-3/+13
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * Update short copyright year to 2012.Glenn Morris2012-01-041-1/+1
| * Fix biggest memory leaks in NS-port. More remain.Jan Djärv2011-12-211-1/+11
* | Merge from trunk.Paul Eggert2011-12-141-1/+1
|\|
| * Spelling fixes.Paul Eggert2011-12-111-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-0/+3
|\|
| * Don't call Lisp in signal handlerAndreas Schwab2011-12-041-0/+3
* | Merge from trunk.Paul Eggert2011-11-181-1/+1
|\|
| * Spelling fixes.Paul Eggert2011-11-141-1/+1
* | Merge from trunk.Paul Eggert2011-10-291-0/+1
|\|
| * Fix bug #8562 with Emacs display on Windows 9X.Eli Zaretskii2011-10-281-0/+1
* | Merge from trunk.Paul Eggert2011-09-241-7/+9
|\|
| * 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
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-9/+16
|/
* 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