summaryrefslogtreecommitdiff
path: root/src/bytecode.c
Commit message (Expand)AuthorAge
* Add 2007 to copyright years.Glenn Morris2007-01-21
* (Fbyte_code): Use SYMBOL_CONSTANT_P macro.Juanma Barranquero2006-11-08
* (Fbyte_code): Use CAR, CDR for Bcar, Bcdr.Kim F. Storm2006-07-13
* (Fbyte_code): Use CHECK_VECTOR.Kim F. Storm2006-07-12
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* (Fbyte_code): Avoid dangerous side effects in NILP argument.Ken Raeburn2005-12-06
* (Fbyte_code): Use internal_lisp_condition_case.Richard M. Stallman2005-10-29
* (BYTE_CODE_QUIT): Throw t to Vthrow_on_input.Richard M. Stallman2005-08-09
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-07
* (MAYBE_GC): Test gc_cons_threshold and gc_relative_threshold, one by one.Richard M. Stallman2005-07-23
* (MAYBE_GC): Use gc_cons_combined_threshold.Stefan Monnier2005-07-13
* Update FSF's address.Lute Kamstra2005-07-04
* (BYTE_CODE_QUIT): Check Vthrow_on_input.Kim F. Storm2005-06-03
* (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.Stefan Monnier2004-09-13
* (Fbyte_code) <unwind-protect>: Cannot GC.Richard M. Stallman2004-08-22
* (mark_byte_stack, unmark_byte_stack): Ignore the markbit.Stefan Monnier2003-09-11
* Add arch taglinesMiles Bader2003-09-01
* (mark_byte_stack): Update calls to mark_object.Stefan Monnier2003-07-06
* (Fbyte_code): Remove `unused val' warning.Stefan Monnier2003-05-25
* Include window.h.Stefan Monnier2003-05-14
* (Fbyte_code) <unwind-protect>: Use Fprogn rather than 0 and Qnil.Stefan Monnier2003-05-01
* (Fbyte_code): Fsub1 can GC, so protect it.Miles Bader2002-08-26
* (struct byte_stack): Pointers into byte string nowKen Raeburn2002-07-19
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-15
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-11
* (Fbyte_code): Cast `current_column' return value to int.Thien-Thi Nguyen2002-06-03
* (Fbyte_code): Revert last change.Pavel Janík2002-03-20
* (Fbyte_code): Discard unused computed value to prevent gcc warning.Pavel Janík2002-03-18
* (Fbyte_code): Undo previous change.Richard M. Stallman2001-12-27
* (Fbyte_code): Use Fstring_make_unibyte instead of Fstring_as_unibyte.Richard M. Stallman2001-12-25
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-02
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-20
* (Fbyte_code): Use MOST_POSITIVE_FIXNUM.Gerd Moellmann2001-10-06
* (syms_of_bytecode) [BYTE_CODE_METER]: Doc fix.Gerd Moellmann2001-10-06
* (Fbyte_code) <varref>: Use SYMBOL_VALUE.Gerd Moellmann2001-10-05
* (BYTE_CODE_QUIT): New macro.Gerd Moellmann2001-03-28
* (Fbyte_code) <Btemp_output_buffer_setup>: Check theStefan Monnier2001-03-07
* (Fbyte_code) <Bgeq>: Add BEFORE_POTENTIAL_GC andDave Love2001-01-30
* (Fbyte_code) <Bcurrent_column>: AddGerd Moellmann2001-01-29
* (toplevel) [CHECK_FRAME_FONT]: Include frame.h andGerd Moellmann2000-12-19
* (Fbyte_code) <Bvarbind, Bunwind_protect>: AddGerd Moellmann2000-11-21
* (mark_byte_stack): Add a comment.Gerd Moellmann2000-08-24
* Copyright up-date.Dave Love2000-06-05
* (Fbyte_code): If arg BYTESTR is multibyte, convert itKenichi Handa2000-05-19
* (Fbyte_code): Add a bunch of BEFORE_POTENTIAL_GC/Gerd Moellmann2000-04-04
* (Fbyte_code): Remove keyword_symbols_constant_flag.Gerd Moellmann2000-02-23
* (Fbyte_code) <Bvarset>: Inline most common case.Gerd Moellmann2000-02-20
* Remove `LISP_FLOAT_TYPE' and `standalone'.Gerd Moellmann2000-02-17
* (Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC whereGerd Moellmann2000-01-26
* (Fbyte_code) [BYTE_CODE_SAFE]: Fix typo.Gerd Moellmann2000-01-26