aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Fix minor ralloc.c problems found by static checking.Paul Eggert2012-04-152-59/+7
| * | | Merge from trunk.Paul Eggert2012-04-154-21/+17
| |\ \ \ | | |/ /
| | * | Improve ralloc.c interface checking.Paul Eggert2012-04-154-21/+17
| * | | Merge from trunk.Paul Eggert2012-04-152-2/+7
| |\ \ \ | | |/ /
| | * | * alloc.c (which_symbols): Fix alignment issue / type clash.Paul Eggert2012-04-152-2/+7
| * | | Merge from trunk.Paul Eggert2012-04-156-51/+77
| |\ \ \ | | |/ /
| | * | Simplify enforcement of object address alignmentAndreas Schwab2012-04-153-45/+71
| | * | Fix ChangeLog typos.Juanma Barranquero2012-04-154-6/+6
| * | | Merge from trunk.Paul Eggert2012-04-1314-23/+27
| |\ \ \ | | |/ /
| | * | Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926).Paul Eggert2012-04-1314-23/+27
| * | | Merge from trunk.Paul Eggert2012-04-131-1/+1
| |\ \ \ | | |/ /
| | * | Spelling fixes.Paul Eggert2012-04-131-1/+1
| * | | Merge from trunk.Paul Eggert2012-04-139-29/+75
| |\ \ \ | | |/ /
| | * | Merge from emacs-24, up to 2012-04-10T02:06:19Z!larsi@gnus.orgGlenn Morris2012-04-134-6/+32
| | |\ \ | | | |/
| | | * * lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n".Atsuo Ohki2012-04-132-5/+8
| | | * Merge 2012-04-09 GnuTLS fix from trunkChong Yidong2012-04-105-2/+50
| | | * Fix wording of comment in the last commit.Eli Zaretskii2012-04-091-1/+1
| | | * Fix bug #11199 with killing a line at EOB that was bidi-reordered.Eli Zaretskii2012-04-092-1/+14
| | | * * nsterm.m (constrainFrameRect): Always constrain when there is onlyJan Djärv2012-04-092-2/+11
| | * | * src/s/cygwin.h (PTY_OPEN): Don't try to close a bogus file descriptor.Ken Brown2012-04-132-1/+6
| | * | Fix typo in last commit.Chong Yidong2012-04-131-1/+1
| | * | * src/indent.c (Fmove_to_column): Change interactive spec.Reuben Thomas2012-04-132-1/+6
| | * | Use the real vfork under CygwinDaniel Colascione2012-04-112-4/+6
| | * | * src/window.c (save_window_save): Obey window-point-insertion-type.Stefan Monnier2012-04-102-0/+6
| | * | Repurpose C_SWITCH_X_SYSTEM as GNUSTEP_CFLAGSGlenn Morris2012-04-102-9/+7
| | * | * src/alloc.c (lisp_align_malloc): Remove unneeded prototype.Stefan Monnier2012-04-102-7/+11
| * | | Merge from trunk.Paul Eggert2012-04-103-10/+42
| |\ \ \ | | |/ /
| | * | * src/keyboard.c: Override inhibit-quit after the third C-g.Jason S. Cornez2012-04-102-8/+27
| | * | Record and display absolute path of DLLs loaded (bug#10424).Juanma Barranquero2012-04-102-1/+14
| * | | Merge from trunk.Paul Eggert2012-04-093-8/+19
| |\ \ \ | | |/ /
| * | | Merge from trunk; add Bug#.Paul Eggert2012-04-0928-173/+175
| |\ \ \
| * | | | configure: new option --enable-gcc-warningsPaul Eggert2012-04-094-4/+38
* | | | | * syntax.h (SETUP_SYNTAX_TABLE_FOR_OBJECT): Use PTRDIFF_MAX, not MOST_POSITIV...Paul Eggert2012-04-092-1/+3
* | | | | Merge from trunk.Paul Eggert2012-04-0955-428/+983
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | doc.c fix for bug#11036Glenn Morris2012-04-092-7/+13
| * | | | Rename leim/Makefile's BUILT_EMACS to EMACSGlenn Morris2012-04-092-1/+6
| | |/ / | |/| |
| * | | Remove * characters from the front of variable docstrings.Chong Yidong2012-04-0923-89/+89
| * | | Limit number of GnuTLS handshakes per connection.Ted Zlatanov2012-04-095-2/+50
| * | | Remove defining user variables via * in docstring.Chong Yidong2012-04-094-75/+17
| * | | Fix bug #11094 with cursor display on display string after invisible text.Eli Zaretskii2012-04-092-6/+18
| |/ /
| * | composite.c: use 'double' consistentlyPaul Eggert2012-04-082-2/+9
| * | Generate leim-list with bootstrap-emacs, in prep for dumping it with emacsGlenn Morris2012-04-082-1/+11
| * | Remove ucs-set-table-for-input dead codeGlenn Morris2012-04-082-13/+6
| * | * lisp.h (struct Lisp_Symbol): Add explicit padding to ensureAndreas Schwab2012-04-082-0/+7
| * | src/makefile.w32-in ($(BLD)/xml.$(O)): Reorder entry.Juanma Barranquero2012-04-071-2/+2
| * | src/xml.c (init_libxml2_functions) [WINDOWSNT]: Remove unused local variable.Juanma Barranquero2012-04-072-2/+5
| * | Avoid unnecessary pointer scanning in garbage collection (Bug#10780).Paul Eggert2012-04-073-28/+37
| * | Fix typo that broke non-Windows builds.Paul Eggert2012-04-072-1/+6
| * | Support building on MS-Windows with libxml2.Eli Zaretskii2012-04-075-20/+159
| * | Fix bug #11133 with vertical-motion across a long display string.Eli Zaretskii2012-04-072-1/+19
| |/