aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* More GC assertionsDaniel Colascione2014-04-082-0/+8
|\
| * Assert that function cells contain valid lisp objectsDaniel Colascione2014-04-032-0/+10
* | Rearrange pointer loggingDaniel Colascione2014-04-082-12/+25
|\ \ | |/
| * Rearrange suspicious pointer loggingDaniel Colascione2014-04-032-14/+26
* | ChangeLog fixesGlenn Morris2014-04-071-13/+2
* | Merge from emacs-24; up to 2014-04-01T20:18:12Z!eggert@cs.ucla.eduDaniel Colascione2014-04-078-32/+298
|\ \
| * | * src/alloc.c: Keep track of symbols referenced from pure space (bug#17168).Stefan Monnier2014-04-073-19/+82
| * | src/bidi.c: Describe the design of reordering engine in the commentary.Eli Zaretskii2014-04-061-4/+186
| * | Minor doc updates related to dribble filesGlenn Morris2014-04-052-10/+14
| * | src/buffer.h, src/frame.h: Clarify doc of optimization variables.Stefan Monnier2014-04-042-3/+4
| * | Backport from trunk.Jan Djärv2014-04-044-4/+39
| * | src/keyboard.c: Fix a typo in a comment to read_char.Eli Zaretskii2014-04-041-1/+1
| * | Don't use manifest on Cygwin. (Bug#17176)Ken Brown2014-04-032-1/+5
| * | * lisp/progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'Stefan Monnier2014-04-021-1/+1
* | | * alloc.c: Simplify by removing use of HAVE_EXECINFO_H.Paul Eggert2014-04-072-16/+17
* | | lisp/ChangeLog, src/ChangeLog: Fix typos.Juanma Barranquero2014-04-071-9/+9
* | | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-0523-72/+82
* | | ChangeLog fixGlenn Morris2014-04-051-58/+27
* | | Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-0324-57/+57
| |/ |/|
* | Clean up array size calculationsDaniel Colascione2014-04-0322-72/+111
* | Add missing src/ChangeLog text that somehow ended up in last commit message i...Daniel Colascione2014-04-021-0/+10
* | Fix typoDaniel Colascione2014-04-021-1/+1
* | Add GC bug investigation codeDaniel Colascione2014-04-024-0/+120
* | * xterm.c (x_term_init) [USE_LUCID]: Fix minor memory leak.Dmitry Antipov2014-04-022-1/+6
* | Merge from emacs-24; up to 2014-03-28T01:39:30Z!rgm@gnu.orgJuanma Barranquero2014-04-024-33/+63
|\ \ | |/
| * In x_new_font don't calculate non-toolkit scrollbar width from font width (Bu...Martin Rudalics2014-04-022-14/+15
| * In x_set_window_size postpone calculation of default frame sizes (Bug#17142).Martin Rudalics2014-03-302-17/+30
| * * src/conf_post.h (SYSTEM_PURESIZE_EXTRA) [CYGWIN]: Set to 10000. (Bug#17112)Ken Brown2014-03-282-0/+9
| * Adjust image background width on X11 accordingly when its x position is adjus...YAMAMOTO Mitsuharu2014-03-282-2/+11
* | * font.c (font_list_entities): Do not add empty vector to font cache.Dmitry Antipov2014-04-022-15/+24
* | * fns.c (validate_subarray): Rename from validate_substring,Paul Eggert2014-04-012-46/+59
* | * fns.c (Fsubstring, Fsubstring_no_properties, secure_hash):Dmitry Antipov2014-03-312-66/+46
* | * search.c (Freplace_match): Use make_specified_string.Dmitry Antipov2014-03-314-20/+10
* | * nsmenu.m (free_frame_tool_bar): Set wait_for_tool_bar = NOJan Djärv2014-03-312-1/+7
* | Avoid flickering on frame creation with tool bar on OSX.Jan Djärv2014-03-304-3/+34
* | Improve usage of AC_INITGlenn Morris2014-03-282-2/+12
* | Add system-configuration-features, summarising some configure resultsGlenn Morris2014-03-282-0/+10
* | Port recent signal-related changes to FreeBSD.Paul Eggert2014-03-273-2/+10
* | Merge from emacs-24; up to 2014-03-24T03:06:35Z!dancol@dancol.orgJuanma Barranquero2014-03-273-9/+39
|\ \ | |/
| * Fix bug #17115 with displaying on w32 images that have 'box' face.YAMAMOTO Mitsuharu2014-03-272-4/+18
| * More backward-compatible fix to char-equal core dump.Paul Eggert2014-03-262-6/+20
* | src/image.c: Avoid partial load of SVG libraries.Juanma Barranquero2014-03-272-3/+13
* | Merge from emacs-24; up to 2014-03-23T23:14:52Z!yamaoka@jpl.orgJuanma Barranquero2014-03-269-128/+238
|\ \ | |/
| * Fix core dump in char-equal.Paul Eggert2014-03-252-10/+10
| * * insdel.c (adjust_markers_for_delete): Remove unused local.Paul Eggert2014-03-252-3/+6
| * Undo in region after markers in undo history relocatedBarry O'Reilly2014-03-244-84/+99
| * Refine previous fix of x_set_window_size to handle Bug#17077.Martin Rudalics2014-03-242-12/+28
| * * src/fileio.c (Ffile_symlink_p): Doc fix.Glenn Morris2014-03-232-2/+5
| * * lisp/simple.el (redisplay-highlight-region-function): Increase priority ofStefan Monnier2014-03-232-13/+42
| * Fix ChangeLog entry of last commit.Eli Zaretskii2014-03-231-1/+1