aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-09-13(BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.Stefan Monnier1-27/+8
2004-08-22(Fbyte_code) <unwind-protect>: Cannot GC.Richard M. Stallman1-3/+0
2003-09-11(mark_byte_stack, unmark_byte_stack): Ignore the markbit.Stefan Monnier1-25/+4
2003-09-01Add arch taglinesMiles Bader1-0/+3
2003-07-06(mark_byte_stack): Update calls to mark_object.Stefan Monnier1-3/+3
2003-05-25(Fbyte_code): Remove `unused val' warning.Stefan Monnier1-1/+1
2003-05-14Include window.h.Stefan Monnier1-1/+2
2003-05-01(Fbyte_code) <unwind-protect>: Use Fprogn rather than 0 and Qnil.Stefan Monnier1-2/+1
2002-08-26(Fbyte_code): Fsub1 can GC, so protect it.Miles Bader1-2/+6
2002-07-19(struct byte_stack): Pointers into byte string nowKen Raeburn1-2/+2
2002-07-15Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn1-5/+5
2002-07-11Use macro SPECPDL_INDEX.Juanma Barranquero1-4/+4
2002-06-03(Fbyte_code): Cast `current_column' return value to int.Thien-Thi Nguyen1-15/+15
2002-03-20(Fbyte_code): Revert last change.Pavel Janík1-1/+1
2002-03-18(Fbyte_code): Discard unused computed value to prevent gcc warning.Pavel Janík1-1/+1
2001-12-27(Fbyte_code): Undo previous change.Richard M. Stallman1-1/+1
2001-12-25(Fbyte_code): Use Fstring_make_unibyte instead of Fstring_as_unibyte.Richard M. Stallman1-2/+2
2001-11-02Update usage of CHECK_ macros (remove unused second argument).Pavel Janík1-8/+8
2001-10-20Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík1-16/+16
2001-10-06(Fbyte_code): Use MOST_POSITIVE_FIXNUM.Gerd Moellmann1-1/+1
2001-10-06(syms_of_bytecode) [BYTE_CODE_METER]: Doc fix.Gerd Moellmann1-12/+13
2001-10-05(Fbyte_code) <varref>: Use SYMBOL_VALUE.Gerd Moellmann1-11/+4
2001-03-28(BYTE_CODE_QUIT): New macro.Gerd Moellmann1-11/+25
2001-03-07(Fbyte_code) <Btemp_output_buffer_setup>: Check theStefan Monnier1-0/+1
2001-01-30(Fbyte_code) <Bgeq>: Add BEFORE_POTENTIAL_GC andDave Love1-0/+2
2001-01-29(Fbyte_code) <Bcurrent_column>: AddGerd Moellmann1-0/+2
2000-12-19(toplevel) [CHECK_FRAME_FONT]: Include frame.h andGerd Moellmann1-0/+15
2000-11-21(Fbyte_code) <Bvarbind, Bunwind_protect>: AddGerd Moellmann1-0/+6
2000-08-24(mark_byte_stack): Add a comment.Gerd Moellmann1-0/+7
2000-06-05Copyright up-date.Dave Love1-1/+1
2000-05-19(Fbyte_code): If arg BYTESTR is multibyte, convert itKenichi Handa1-2/+13
2000-04-04(Fbyte_code): Add a bunch of BEFORE_POTENTIAL_GC/Gerd Moellmann1-17/+120
2000-02-23(Fbyte_code): Remove keyword_symbols_constant_flag.Gerd Moellmann1-2/+0
2000-02-20(Fbyte_code) <Bvarset>: Inline most common case.Gerd Moellmann1-7/+34
2000-02-17Remove `LISP_FLOAT_TYPE' and `standalone'.Gerd Moellmann1-12/+4
2000-01-26(Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC whereGerd Moellmann1-6/+46
2000-01-26(Fbyte_code) [BYTE_CODE_SAFE]: Fix typo.Gerd Moellmann1-1/+1
2000-01-11(Fbyte_code): Pass new arg to set_internal.Richard M. Stallman1-1/+5
1999-11-08* bytecode.c (Fbyte_code) <BinsertN, Bcall>: Do theGerd Moellmann1-23/+50
1999-11-07(mark_byte_stack): Use XMARKBIT and XMARK.Gerd Moellmann1-12/+34
1999-11-07Use block statements in cases and declare v1 and v2Gerd Moellmann1-298/+519
1999-11-05(Fbyte_code): Use BEFORE_POTENTIAL_GC andGerd Moellmann1-0/+2
1999-11-05(struct byte_stack): New.Gerd Moellmann1-67/+158
1999-09-12Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1-7/+7
1998-11-16Include charset.h.Kenichi Handa1-0/+1
1998-05-10(Fbyte_code): Don't use Bmark.Richard M. Stallman1-3/+0
1998-04-14Fix -Wimplicit warnings.Andreas Schwab1-0/+1
1998-03-21Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1-1/+1
1998-01-21(Fbyte_code) <Bsave_current_buffer_1>: Use set_buffer_if_live.Richard M. Stallman1-1/+1
1998-01-05(Fbyte_code): Use size_byte.Richard M. Stallman1-1/+1