aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Store the bytecode offset in thread_statefeature/zach-soc-bytecode-in-tracebackZach Shaftel2020-06-264-5/+10
* Merge feature/zach-soc-bytecode-in-tracebackrocky2020-06-263-4/+26
|\
| * Print offset of each backtrace frameZach Shaftel2020-05-014-33/+20
| * Print byte offset of error in backtraceZach Shaftel2020-04-293-3/+17
| * Experiment giving bytecode in traceback...rocky2020-04-274-3/+24
* | ; * src/composite.c (syms_of_composite): Fix last change.Eli Zaretskii2020-06-021-1/+2
* | Fix Arabic composition rulesEli Zaretskii2020-06-021-1/+2
* | Simplify and regularize some offset tests in alloc.cPaul Eggert2020-06-011-5/+4
* | Merge from origin/emacs-27Paul Eggert2020-06-011-1/+4
|\ \
| * | Don't call 'mbrtowc' on WINDOWSNTEli Zaretskii2020-06-011-1/+4
* | | Merge from origin/emacs-27Paul Eggert2020-06-012-34/+13
|\ \ \ | |/ /
| * | Be more aggressive in marking objects during GCPaul Eggert2020-05-311-16/+10
| * | ; * src/xdisp.c (find_last_unchanged_at_beg_row): Fix a typo.Eli Zaretskii2020-05-311-1/+1
| * | Avoid crashes due to bidi cache being reset during redisplayEli Zaretskii2020-05-311-0/+2
* | | Unbreak compilation with CHECK_STRUCTS defined.Philipp Stephani2020-05-311-1/+1
* | | Protect bidi cache from inadvertent resetsEli Zaretskii2020-05-311-0/+4
* | | Remove private prototype for 'execve' and its uses in MinGW buildEli Zaretskii2020-05-301-0/+3
* | | Another fix of display of line-prefix with fringe bitmapsEli Zaretskii2020-05-291-0/+6
* | | Fix display of line-prefix with fringe bitmapsEli Zaretskii2020-05-291-0/+6
* | | Document that {en,de}code-coding-string preserve match dataMattias Engdegård2020-05-281-2/+2
* | | Merge from origin/emacs-27Glenn Morris2020-05-282-5/+5
|\ \ \ | |/ /
| * | Fix access to single-byte characters in buffer textEli Zaretskii2020-05-252-5/+5
* | | Fix crash with invalid bytecode vectorsPaul Eggert2020-05-271-0/+4
* | | --with-wide-int is a no-op on 64-bit hostsPaul Eggert2020-05-271-1/+1
* | | Omit unnecessary USE_LAB_TAG #ifPaul Eggert2020-05-271-6/+0
* | | Tweak GC performance if !USE_LSB_TAGPaul Eggert2020-05-261-2/+19
* | | Port struct Lisp_FLoat to oddball platformsPaul Eggert2020-05-261-1/+3
* | | Move union emacs_align_type to alloc.cPaul Eggert2020-05-252-41/+41
* | | Further fix for aborts due to GC losing pseudovectorsPaul Eggert2020-05-252-19/+58
* | | Refix aborts due to GC losing pseudovectorsPaul Eggert2020-05-252-61/+14
* | | Fix aborts due to GC losing pseudovectorsPaul Eggert2020-05-253-29/+78
* | | Fix segfault on closing frame with tooltip (Bug#41239)Noam Postavsky2020-05-241-2/+7
* | | Restore check for Emacs 20.2 bytecodesPaul Eggert2020-05-231-1/+13
* | | Merge from origin/emacs-27Glenn Morris2020-05-231-1/+11
|\ \ \ | |/ /
| * | Fix accessing files on networked drives on MS-WindowsEli Zaretskii2020-05-231-1/+11
| * | Redo RCS Id for pdumperPaul Eggert2020-05-211-0/+5
* | | ; src/alloc.c: Add a GC reg spill mechanism and Bug#41357 related commentary.Andrea Corallo2020-05-201-3/+17
* | | Hoist some byte-code checking out of evalPaul Eggert2020-05-195-72/+65
* | | Reject attempts to clear pure stringsPaul Eggert2020-05-181-19/+32
* | | Redo RCS Id for pdumperPaul Eggert2020-05-181-0/+5
* | | Restore buffer-undo-list to buffer-local-variablesGlenn Morris2020-05-181-10/+30
* | | * Fix Garbage Collector for missing calle-saved regs content (Bug#41357)Andrea Corallo2020-05-172-4/+10
* | | Merge from origin/emacs-27Glenn Morris2020-05-162-4/+6
|\ \ \ | |/ /
| * | Fix a crash in handle_display_specClément Pit-Claudel2020-05-131-1/+1
| * | In x_hide_tip reset tip_last_frame for GTK+ tooltips only (Bug#41200)Martin Rudalics2020-05-131-3/+5
* | | Pacify GCC 10.1.0Paul Eggert2020-05-117-10/+32
* | | * src/xdisp.c (Fwindow_text_pixel_size): Fix previous merge.Glenn Morris2020-05-091-4/+4
* | | Merge from origin/emacs-27Glenn Morris2020-05-091-19/+47
|\ \ \ | |/ /
| * | Refer to fill column indicator Info node in some places.Philipp Stephani2020-05-091-3/+6
| * | Fix handling of FROM = t and TO = t by 'window-text-pixel-size'Eli Zaretskii2020-05-081-15/+38