summaryrefslogtreecommitdiff
path: root/src/bytecode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunk.Paul Eggert2012-01-091-1/+1
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-11-181-1/+1
|\|
| * Spelling fixes.Paul Eggert2011-11-141-1/+1
| * Spelling fixes.Paul Eggert2011-11-141-1/+1
* | * bytecode.c (exec_byte_code): Do not unnecessarily grow ptrdiff_t to EMACS_INT.Paul Eggert2011-10-071-3/+3
* | * bytecode.c (unmark_byte_stack, exec_byte_code): use ptrdiff_t, not int....Paul Eggert2011-09-301-5/+6
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):...Paul Eggert2011-09-211-11/+11
|/
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-4/+2
* * bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length.Paul Eggert2011-06-141-1/+1
* Variadic C functions now count arguments with ptrdiff_t....Paul Eggert2011-06-141-6/+8
* Miscellaneous tweaks....Stefan Monnier2011-06-011-5/+5
* * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE....Paul Eggert2011-04-251-1/+1
* lisp.h: Fix a problem with aliasing and vector headers....Paul Eggert2011-04-251-1/+1
* * bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.Paul Eggert2011-04-231-1/+5
* Declare Lisp_Object Q* variables to be 'static' if not exproted....Paul Eggert2011-04-101-1/+0
* * bytecode.c (exec_byte_code): Rename local to avoid shadowing.Paul Eggert2011-04-041-2/+2
* Merge from mainline.Paul Eggert2011-04-011-20/+143
|\
| * Miscellanous cleanups in preparation for the merge....Stefan Monnier2011-04-011-25/+16
| * Merge from trunkStefan Monnier2011-03-311-4/+23
| |\
| * \ Merge from trunkStefan Monnier2011-03-211-7/+9
| |\ \
| * | | Remove bytecomp- prefix, plus misc changes....Stefan Monnier2011-03-161-6/+6
| * | | Merge from trunkStefan Monnier2011-03-061-1/+1
| |\ \ \
| * | | | Fix pcase memoizing; change lexbound byte-code marker....Stefan Monnier2011-03-051-29/+42
| * | | | Compute freevars in cconv-analyse....Stefan Monnier2011-02-261-1/+1
| * | | | Get rid of funvec....Stefan Monnier2011-02-241-2/+7
| * | | | Merge from trunkStefan Monnier2011-02-211-5/+18
| |\ \ \ \
| * | | | | Use offsets relative to top rather than bottom for stack refs...Stefan Monnier2011-02-211-19/+33
| * | | | | * lisp/subr.el (save-window-excursion): New macro, moved from C....Stefan Monnier2011-02-191-12/+20
| * | | | | Various compiler bug-fixes. MPC seems to run correctly now....Stefan Monnier2011-02-171-1/+3
| * | | | | * lisp/emacs-lisp/byte-lexbind.el: Delete....Stefan Monnier2011-02-121-23/+0
| * | | | | Merge from trunkStefan Monnier2011-02-011-11/+5
| |\ \ \ \ \
| * | | | | | Obey lexical-binding in interactive evaluation commands....Stefan Monnier2010-12-151-1/+1
| * | | | | | Try and be more careful about propagation of lexical environment....Stefan Monnier2010-12-131-4/+4
| * | | | | | Merge from trunkStefan Monnier2010-07-231-10/+6
| |\ \ \ \ \ \
| * | | | | | | * lisp/emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):...Stefan Monnier2010-06-141-1/+1
| * | | | | | | New branch for lexbind, losing all history....Stefan Monnier2010-06-131-6/+122
* | | | | | | | * bytecode.c (Fbyte_code) [!defined BYTE_CODE_SAFE]: Remove var...Paul Eggert2011-04-011-1/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | * src/bytecode.c (Fbyte_code): CAR and CDR can GC.Stefan Monnier2011-03-301-3/+22
| |_|_|_|_|/ |/| | | | |
* | | | | | * bytecode.c (CONSTANTLIM): Remove; unused....Paul Eggert2011-03-161-6/+7
* | | | | | * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else".Paul Eggert2011-03-161-1/+2
| |_|_|_|/ |/| | | |
* | | | | current_column: Now returns EMACS_INT, fixing some iftc....Paul Eggert2011-03-061-1/+1
| |_|_|/ |/| | |
* | | | Don't GC-scan stack data redundantly....Stefan Monnier2011-02-171-3/+16
* | | | Change B_ to BVAR...Tom Tromey2011-02-161-1/+1
* | | | Hide implementation of `struct buffer'...Tom Tromey2011-02-141-1/+1
| |_|/ |/| |
* | | Use SSDATA when the context wants char *....Paul Eggert2011-01-301-2/+1
* | | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | | Move all DEFVAR'd globals into a structure -- threading infrastructure...Tom Tromey2011-01-181-5/+3
* | | Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\ \ \ | |_|/ |/| |