summaryrefslogtreecommitdiff
path: root/src/bytecode.c
Commit message (Expand)AuthorAge
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-24
* * bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length.Paul Eggert2011-06-14
* Variadic C functions now count arguments with ptrdiff_t.Paul Eggert2011-06-14
* Miscellaneous tweaks.Stefan Monnier2011-06-01
* * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-25
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-25
* * bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.Paul Eggert2011-04-23
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-10
* * bytecode.c (exec_byte_code): Rename local to avoid shadowing.Paul Eggert2011-04-04
* Merge from mainline.Paul Eggert2011-04-01
|\
| * Miscellanous cleanups in preparation for the merge.Stefan Monnier2011-04-01
| * Merge from trunkStefan Monnier2011-03-31
| |\
| * \ Merge from trunkStefan Monnier2011-03-21
| |\ \
| * | | Remove bytecomp- prefix, plus misc changes.Stefan Monnier2011-03-16
| * | | Merge from trunkStefan Monnier2011-03-06
| |\ \ \
| * | | | Fix pcase memoizing; change lexbound byte-code marker.Stefan Monnier2011-03-05
| * | | | Compute freevars in cconv-analyse.Stefan Monnier2011-02-26
| * | | | Get rid of funvec.Stefan Monnier2011-02-24
| * | | | Merge from trunkStefan Monnier2011-02-21
| |\ \ \ \
| * | | | | Use offsets relative to top rather than bottom for stack refsStefan Monnier2011-02-21
| * | | | | * lisp/subr.el (save-window-excursion): New macro, moved from C.Stefan Monnier2011-02-19
| * | | | | Various compiler bug-fixes. MPC seems to run correctly now.Stefan Monnier2011-02-17
| * | | | | * lisp/emacs-lisp/byte-lexbind.el: Delete.Stefan Monnier2011-02-12
| * | | | | Merge from trunkStefan Monnier2011-02-01
| |\ \ \ \ \
| * | | | | | Obey lexical-binding in interactive evaluation commands.Stefan Monnier2010-12-15
| * | | | | | Try and be more careful about propagation of lexical environment.Stefan Monnier2010-12-13
| * | | | | | Merge from trunkStefan Monnier2010-07-23
| |\ \ \ \ \ \
| * | | | | | | * lisp/emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):Stefan Monnier2010-06-14
| * | | | | | | New branch for lexbind, losing all history.Stefan Monnier2010-06-13
* | | | | | | | * bytecode.c (Fbyte_code) [!defined BYTE_CODE_SAFE]: Remove varPaul Eggert2011-04-01
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | * src/bytecode.c (Fbyte_code): CAR and CDR can GC.Stefan Monnier2011-03-30
| |_|_|_|_|/ |/| | | | |
* | | | | | * bytecode.c (CONSTANTLIM): Remove; unused.Paul Eggert2011-03-16
* | | | | | * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else".Paul Eggert2011-03-16
| |_|_|_|/ |/| | | |
* | | | | current_column: Now returns EMACS_INT, fixing some iftc.Paul Eggert2011-03-06
| |_|_|/ |/| | |
* | | | Don't GC-scan stack data redundantly.Stefan Monnier2011-02-17
* | | | Change B_ to BVARTom Tromey2011-02-16
* | | | Hide implementation of `struct buffer'Tom Tromey2011-02-14
| |_|/ |/| |
* | | Use SSDATA when the context wants char *.Paul Eggert2011-01-30
* | | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* | | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-18
* | | Nuke arch-tags.Glenn Morris2011-01-15
* | | Merge from emacs-23Stefan Monnier2011-01-14
|\ \ \ | |_|/ |/| |
| * | Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-08
* | | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-04
| |/ |/|
* | Try and fix unbind_to when localness of binding has changedStefan Monnier2010-05-07
* | Make variable forwarding explicit rather the using special values.Stefan Monnier2010-04-19
|/
* Make it possible to C-g in a tight bytecode loop again (bug#5680).Stefan Monnier2010-03-05
* Add 2010 to copyright years.Glenn Morris2010-01-13
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-06