aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader2006-01-161-38/+54
|\
| * (Fbyte_code): Avoid dangerous side effects in NILP argument.Ken Raeburn2005-12-061-34/+50
| * (Fbyte_code): Use internal_lisp_condition_case.Richard M. Stallman2005-10-291-4/+4
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-3/+3
|\ \ | |/
| * (BYTE_CODE_QUIT): Throw t to Vthrow_on_input.Richard M. Stallman2005-08-091-1/+1
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-74Miles Bader2005-07-291-7/+8
|\ \ | |/
| * (MAYBE_GC): Test gc_cons_threshold and gc_relative_threshold, one by one.Richard M. Stallman2005-07-231-7/+8
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69Miles Bader2005-07-141-7/+7
|\ \ | |/
| * (MAYBE_GC): Use gc_cons_combined_threshold.Stefan Monnier2005-07-131-7/+7
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57Miles Bader2005-06-061-0/+3
|\ \ | |/
| * (BYTE_CODE_QUIT): Check Vthrow_on_input.Kim F. Storm2005-06-031-0/+3
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-40Miles Bader2004-09-151-27/+8
|\ \ | |/
| * (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.Stefan Monnier2004-09-131-27/+8
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-32Miles Bader2004-08-271-3/+0
|\ \ | |/
| * (Fbyte_code) <unwind-protect>: Cannot GC.Richard M. Stallman2004-08-221-3/+0
| * (mark_byte_stack, unmark_byte_stack): Ignore the markbit.Stefan Monnier2003-09-111-25/+4
* | Sync to HEADKenichi Handa2004-04-161-25/+7
* | *** empty log message ***Kenichi Handa2003-09-081-5/+12
|\ \
| * | (Fbyte_code): Convert a unibyte character to multibyte if necessary.Kenichi Handa2002-09-031-4/+11
| * | Include "character.h" instead of "charset.h".Kenichi Handa2002-03-011-1/+1
* | | New directoryKenichi Handa2003-09-081-3/+0
| |/ |/|
* | Add arch taglinesMiles Bader2003-09-011-0/+3
* | (mark_byte_stack): Update calls to mark_object.Stefan Monnier2003-07-061-3/+3
* | (Fbyte_code): Remove `unused val' warning.Stefan Monnier2003-05-251-1/+1
* | Include window.h.Stefan Monnier2003-05-141-1/+2
* | (Fbyte_code) <unwind-protect>: Use Fprogn rather than 0 and Qnil.Stefan Monnier2003-05-011-2/+1
* | (Fbyte_code): Fsub1 can GC, so protect it.Miles Bader2002-08-261-2/+6
* | (struct byte_stack): Pointers into byte string nowKen Raeburn2002-07-191-2/+2
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-5/+5
* | Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-4/+4
* | (Fbyte_code): Cast `current_column' return value to int.Thien-Thi Nguyen2002-06-031-15/+15
* | (Fbyte_code): Revert last change.Pavel Janík2002-03-201-1/+1
* | (Fbyte_code): Discard unused computed value to prevent gcc warning.Pavel Janík2002-03-181-1/+1
|/
* (Fbyte_code): Undo previous change.Richard M. Stallman2001-12-271-1/+1
* (Fbyte_code): Use Fstring_make_unibyte instead of Fstring_as_unibyte.Richard M. Stallman2001-12-251-2/+2
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-8/+8
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-201-16/+16
* (Fbyte_code): Use MOST_POSITIVE_FIXNUM.Gerd Moellmann2001-10-061-1/+1
* (syms_of_bytecode) [BYTE_CODE_METER]: Doc fix.Gerd Moellmann2001-10-061-12/+13
* (Fbyte_code) <varref>: Use SYMBOL_VALUE.Gerd Moellmann2001-10-051-11/+4
* (BYTE_CODE_QUIT): New macro.Gerd Moellmann2001-03-281-11/+25
* (Fbyte_code) <Btemp_output_buffer_setup>: Check theStefan Monnier2001-03-071-0/+1
* (Fbyte_code) <Bgeq>: Add BEFORE_POTENTIAL_GC andDave Love2001-01-301-0/+2
* (Fbyte_code) <Bcurrent_column>: AddGerd Moellmann2001-01-291-0/+2
* (toplevel) [CHECK_FRAME_FONT]: Include frame.h andGerd Moellmann2000-12-191-0/+15
* (Fbyte_code) <Bvarbind, Bunwind_protect>: AddGerd Moellmann2000-11-211-0/+6
* (mark_byte_stack): Add a comment.Gerd Moellmann2000-08-241-0/+7