]> code.delx.au - gnu-emacs/history - src/bytecode.c
(archive-l-e): New optional argument `float' means generate a float value.
[gnu-emacs] / src / bytecode.c
2006-02-06 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-12-06 Ken Raeburn(Fbyte_code): Avoid dangerous side effects in NILP...
2005-10-29 Richard M. Stallman(Fbyte_code): Use internal_lisp_condition_case.
2005-08-09 Richard M. Stallman(BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
2005-08-07 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-23 Richard M. Stallman(MAYBE_GC): Test gc_cons_threshold and gc_relative_thre...
2005-07-13 Stefan Monnier(MAYBE_GC): Use gc_cons_combined_threshold.
2005-07-04 Lute KamstraUpdate FSF's address.
2005-06-03 Kim F. Storm(BYTE_CODE_QUIT): Check Vthrow_on_input.
2004-09-13 Stefan Monnier(BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
2004-08-22 Richard M. Stallman(Fbyte_code) <unwind-protect>: Cannot GC.
2003-09-11 Stefan Monnier(mark_byte_stack, unmark_byte_stack): Ignore the markbit.
2003-09-01 Miles BaderAdd arch taglines
2003-07-06 Stefan Monnier(mark_byte_stack): Update calls to mark_object.
2003-05-25 Stefan Monnier(Fbyte_code): Remove `unused val' warning.
2003-05-14 Stefan MonnierInclude window.h.
2003-05-01 Stefan Monnier(Fbyte_code) <unwind-protect>: Use Fprogn rather than...
2002-08-26 Miles Bader(Fbyte_code): Fsub1 can GC, so protect it.
2002-07-19 Ken Raeburn(struct byte_stack): Pointers into byte string now
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-11 Juanma BarranqueroUse macro SPECPDL_INDEX.
2002-06-03 Thien-Thi Nguyen(Fbyte_code): Cast `current_column' return value to...
2002-03-20 Pavel Janík(Fbyte_code): Revert last change.
2002-03-18 Pavel Janík(Fbyte_code): Discard unused computed value to prevent...
2001-12-27 Richard M. Stallman(Fbyte_code): Undo previous change.
2001-12-25 Richard M. Stallman(Fbyte_code): Use Fstring_make_unibyte instead of Fstri...
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-10-20 Pavel JaníkChange doc-string comments to `new style' [w/`doc:...
2001-10-06 Gerd Moellmann(Fbyte_code): Use MOST_POSITIVE_FIXNUM.
2001-10-06 Gerd Moellmann(syms_of_bytecode) [BYTE_CODE_METER]: Doc fix.
2001-10-05 Gerd Moellmann(Fbyte_code) <varref>: Use SYMBOL_VALUE.
2001-03-28 Gerd Moellmann(BYTE_CODE_QUIT): New macro.
2001-03-07 Stefan Monnier(Fbyte_code) <Btemp_output_buffer_setup>: Check the
2001-01-30 Dave Love(Fbyte_code) <Bgeq>: Add BEFORE_POTENTIAL_GC and
2001-01-29 Gerd Moellmann(Fbyte_code) <Bcurrent_column>: Add
2000-12-19 Gerd Moellmann(toplevel) [CHECK_FRAME_FONT]: Include frame.h and
2000-11-21 Gerd Moellmann(Fbyte_code) <Bvarbind, Bunwind_protect>: Add
2000-08-24 Gerd Moellmann(mark_byte_stack): Add a comment.
2000-06-05 Dave LoveCopyright up-date.
2000-05-19 Kenichi Handa(Fbyte_code): If arg BYTESTR is multibyte, convert it
2000-04-04 Gerd Moellmann(Fbyte_code): Add a bunch of BEFORE_POTENTIAL_GC/
2000-02-23 Gerd Moellmann(Fbyte_code): Remove keyword_symbols_constant_flag.
2000-02-20 Gerd Moellmann(Fbyte_code) <Bvarset>: Inline most common case.
2000-02-17 Gerd MoellmannRemove `LISP_FLOAT_TYPE' and `standalone'.
2000-01-26 Gerd Moellmann(Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC where
2000-01-26 Gerd Moellmann(Fbyte_code) [BYTE_CODE_SAFE]: Fix typo.
2000-01-11 Richard M. Stallman(Fbyte_code): Pass new arg to set_internal.
1999-11-08 Gerd Moellmann* bytecode.c (Fbyte_code) <BinsertN, Bcall>: Do the
1999-11-07 Gerd Moellmann(mark_byte_stack): Use XMARKBIT and XMARK.
1999-11-07 Gerd MoellmannUse block statements in cases and declare v1 and v2
1999-11-05 Gerd Moellmann(Fbyte_code): Use BEFORE_POTENTIAL_GC and
1999-11-05 Gerd Moellmann(struct byte_stack): New.
1999-09-12 Ken RaeburnUse XCAR, XCDR, XFLOAT_DATA instead of explicit member...
1998-11-16 Kenichi HandaInclude charset.h.
1998-05-10 Richard M. Stallman(Fbyte_code): Don't use Bmark.
1998-04-14 Andreas SchwabFix -Wimplicit warnings.
1998-03-21 Richard M. StallmanUse STRING_BYTES and SET_STRING_BYTES.
1998-01-21 Richard M. Stallman(Fbyte_code) <Bsave_current_buffer_1>: Use set_buffer_i...
1998-01-05 Richard M. Stallman(Fbyte_code): Use size_byte.
1997-06-14 Richard M. Stallman(Bread_char): Deleted.
1997-01-02 Richard M. Stallman(HANDLE_RELOCATION): New macro.
1996-12-30 Richard M. Stallman(Fbyte_code): Add error check for jumping out of range.
1996-12-07 Richard M. Stallman(MAYBE_GC): New macro.
1996-09-23 Richard M. Stallman(Bsave_current_buffer): New macro.
1996-09-01 Karl HeuerChange all references from point to PT.
1996-08-16 Richard M. Stallman(Fbyte_code): For relative gotos, force signed arithmetic.
1996-01-15 Erik NaggumUpdate FSF's address in the preamble.
1996-01-09 Erik Naggum(Fbyte_code): Harmonize arguments with documentation.
1995-07-18 Karl HeuerFix the other instance too.
1995-07-18 Karl Heuer(Fbyte_code): Fix variable names in previous change.
1995-07-17 Karl Heuer(Fbyte_code): For Beqlsign, if both args are ints,
1994-12-09 Richard M. Stallman(Fbyte_code): Call Ffollowing_char and Fprevious_char
1994-11-11 Karl Heuer(Fbyte_code): Special case for buffer-local objects...
1994-10-12 Karl Heuer(Fbyte_code): Skip optimization for all Lisp_Misc types.
1994-10-06 Karl Heuer(Fbyte_code): Delete case Lisp_Void.
1994-10-04 Karl Heuer(Fbyte_code): Don't use XFASTINT as an lvalue.
1994-09-27 Karl Heuer(Fbyte_code): Use type test macros.
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-05-22 Jim BlandyUpdated copyright years.
1993-02-22 Jim Blandy* bytecode.c (Fbyte_code): Pass the correct number...
1992-10-31 Jim Blandy* bytecode.c (Fbyte_code): Use EQ to compare string_sav...
1992-08-12 Jim Blandy* bytecode.c (Fbyte_code): When metering the Bcall...
1992-08-06 Joseph ArceneauxReplaced NULL with N\ 2\ 2\ 2\ 2
1992-08-04 Richard M. Stallmanentered into RCS
1992-04-24 Jim Blandy*** empty log message ***
1992-01-13 Jim Blandy*** empty log message ***
1991-12-21 Jim Blandy*** empty log message ***
1991-11-26 Richard M. Stallman*** empty log message ***
1991-08-16 Jim Blandy*** empty log message ***
1991-07-02 Jim BlandyInitial revision