aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-03* bytecode.c, lisp.h (Qbytecode): Remove.Paul Eggert1-4/+0
2012-11-19Make called-interactively-p work for edebug or advised code.Stefan Monnier1-1/+3
2012-09-24* src/bytecode.c (exec_byte_code): Signal an error instead of aborting,Stefan Monnier1-1/+1
2012-09-16Remove configure's --without-sync-input option.Paul Eggert1-1/+2
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert1-1/+1
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert1-8/+8
2012-08-28Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov1-1/+1
2012-08-24* bytecode.c, callint.c, callproc.c: Use bool for boolean.Paul Eggert1-1/+1
2012-08-07Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov1-1/+1
2012-08-05Generalize common compile-time constants.Dmitry Antipov1-1/+1
2012-08-01Use INTERNAL_FIELD for symbols.Dmitry Antipov1-1/+1
2012-07-20Cleanup calls to Fgarbage_collect.Dmitry Antipov1-9/+5
2012-07-10* bytecode.c (targets): Suppress -Woverride-init warnings.Paul Eggert1-0/+10
2012-07-10Implement token threadingTom Tromey1-451/+565
2012-07-05More xmalloc and related cleanup.Paul Eggert1-2/+1
2012-06-19* alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov1-2/+2
2012-06-18Port byte-code-meter to modern targets.Paul Eggert1-9/+9
2012-06-16* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab1-1/+1
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-11-14Spelling fixes.Paul Eggert1-1/+1
2011-11-14Spelling fixes.Paul Eggert1-1/+1
2011-10-07* bytecode.c (exec_byte_code): Do not unnecessarily grow ptrdiff_t to EMACS_INT.Paul Eggert1-3/+3
2011-09-30* bytecode.c (unmark_byte_stack, exec_byte_code): use ptrdiff_t, not int.Paul Eggert1-5/+6
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-11/+11
2011-06-24Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero1-4/+2
2011-06-14* bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length.Paul Eggert1-1/+1
2011-06-14Variadic C functions now count arguments with ptrdiff_t.Paul Eggert1-6/+8
2011-06-01Miscellaneous tweaks.Stefan Monnier1-5/+5
2011-05-09Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...Eli Zaretskii1-1/+4
2011-05-04Revert to wraparound integer arithmetic, instead of going to float.Paul Eggert1-3/+3
2011-05-03Arithmetic overflows now return float rather than wrapping around.Paul Eggert1-3/+3
2011-04-25* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert1-1/+1
2011-04-25lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert1-1/+1
2011-04-23* bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.Paul Eggert1-1/+5
2011-04-10Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert1-1/+0
2011-04-04* bytecode.c (exec_byte_code): Rename local to avoid shadowing.Paul Eggert1-2/+2
2011-04-01Miscellanous cleanups in preparation for the merge.old-branches/lexbind-newStefan Monnier1-25/+16
2011-04-01* bytecode.c (Fbyte_code) [!defined BYTE_CODE_SAFE]: Remove varPaul Eggert1-1/+3
2011-03-30* src/bytecode.c (Fbyte_code): CAR and CDR can GC.Stefan Monnier1-3/+22
2011-03-16* bytecode.c (CONSTANTLIM): Remove; unused.Paul Eggert1-6/+7
2011-03-16* bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else".Paul Eggert1-1/+2
2011-03-16Remove bytecomp- prefix, plus misc changes.Stefan Monnier1-6/+6
2011-03-06current_column: Now returns EMACS_INT, fixing some iftc.Paul Eggert1-1/+1
2011-03-05Fix pcase memoizing; change lexbound byte-code marker.Stefan Monnier1-29/+42
2011-02-26Compute freevars in cconv-analyse.Stefan Monnier1-1/+1
2011-02-24Get rid of funvec.Stefan Monnier1-2/+7
2011-02-21Use offsets relative to top rather than bottom for stack refsStefan Monnier1-19/+33
2011-02-19* lisp/subr.el (save-window-excursion): New macro, moved from C.Stefan Monnier1-12/+20
2011-02-17Don't GC-scan stack data redundantly.Stefan Monnier1-3/+16