aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (toplevel) [CHECK_FRAME_FONT]: Include frame.h andGerd Moellmann2000-12-191-0/+15
| | | | | xterm.h. (Fbyte_code) [CHECK_FRAME_FONT]: Check the selected frame's font.
* (Fbyte_code) <Bvarbind, Bunwind_protect>: AddGerd Moellmann2000-11-211-0/+6
| | | | BEFORE/AFTER_POTENTIAL_GC.
* (mark_byte_stack): Add a comment.Gerd Moellmann2000-08-241-0/+7
|
* Copyright up-date.Dave Love2000-06-051-1/+1
|
* (Fbyte_code): If arg BYTESTR is multibyte, convert itKenichi Handa2000-05-191-2/+13
| | | | to unibyte.
* (Fbyte_code): Add a bunch of BEFORE_POTENTIAL_GC/Gerd Moellmann2000-04-041-17/+120
| | | | | AFTER_POTENTIAL_GC calls around calls to functions that can signal an error and thus invoke the debugger.
* (Fbyte_code): Remove keyword_symbols_constant_flag.Gerd Moellmann2000-02-231-2/+0
|
* (Fbyte_code) <Bvarset>: Inline most common case.Gerd Moellmann2000-02-201-7/+34
|
* Remove `LISP_FLOAT_TYPE' and `standalone'.Gerd Moellmann2000-02-171-12/+4
|
* (Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC whereGerd Moellmann2000-01-261-6/+46
| | | | an error may be signalled.
* (Fbyte_code) [BYTE_CODE_SAFE]: Fix typo.Gerd Moellmann2000-01-261-1/+1
|
* (Fbyte_code): Pass new arg to set_internal.Richard M. Stallman2000-01-111-1/+5
|
* * bytecode.c (Fbyte_code) <BinsertN, Bcall>: Do theGerd Moellmann1999-11-081-23/+50
| | | | BEFORE_POTENTIAL_GC before DISCARD.
* (mark_byte_stack): Use XMARKBIT and XMARK.Gerd Moellmann1999-11-071-12/+34
| | | | | (unmark_byte_stack): Renamed from relocate_byte_pcs. Use XUNMARK.
* Use block statements in cases and declare v1 and v2Gerd Moellmann1999-11-071-298/+519
| | | | | | locally there. Rearrange case statements so that thos most frequently executed come first. Avoid goto's in frequently executed cases.
* (Fbyte_code): Use BEFORE_POTENTIAL_GC andGerd Moellmann1999-11-051-0/+2
| | | | AFTER_POTENTIAL_GC around internal_catch.
* (struct byte_stack): New.Gerd Moellmann1999-11-051-67/+158
| | | | | | | | (byte_stack_list, mark_byte_stack, relocate_byte_pcs): New (BEFORE_POTENTIAL_GC, AFTER_POTENTIAL_GC): New. (FETCH, PUSH, POP, DISCARD, TOP, MAYBE_GC): Rewritten. (HANDLE_RELOCATION): Removed. (Fbyte_code): Use byte_stack structures.
* Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-121-7/+7
|
* Include charset.h.Kenichi Handa1998-11-161-0/+1
|
* (Fbyte_code): Don't use Bmark.Richard M. Stallman1998-05-101-3/+0
|
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-0/+1
|
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-211-1/+1
|
* (Fbyte_code) <Bsave_current_buffer_1>: Use set_buffer_if_live.Richard M. Stallman1998-01-211-1/+1
|
* (Fbyte_code): Use size_byte.Richard M. Stallman1998-01-051-1/+1
|
* (Bread_char): Deleted.Richard M. Stallman1997-06-141-5/+2
| | | | | | (Bsave_current_buffer_1): New byte code. (Fbyte_code): Delete handling Bread_char. Handle Bsave_current_buffer_1 like Bsave_current_buffer.
* (HANDLE_RELOCATION): New macro.Richard M. Stallman1997-01-021-6/+16
| | | | | (MAYBE_GC): Call HANDLE_RELOCATION. Swallow following semicolon. (Fbyte_code): Use HANDLE_RELOCATION.
* (Fbyte_code): Add error check for jumping out of range.Richard M. Stallman1996-12-301-0/+10
|
* (MAYBE_GC): New macro.Richard M. Stallman1996-12-071-0/+17
| | | | (Fbyte_code): Use MAYBE_GC in every goto opcode.
* (Bsave_current_buffer): New macro.Richard M. Stallman1996-09-231-1/+6
| | | | (Fbyte_code): Handle Bsave_current_buffer.
* Change all references from point to PT.Karl Heuer1996-09-011-1/+1
|
* (Fbyte_code): For relative gotos, force signed arithmetic.Richard M. Stallman1996-08-161-3/+3
|
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
|
* (Fbyte_code): Harmonize arguments with documentation.Erik Naggum1996-01-091-2/+3
|
* Fix the other instance too.Karl Heuer1995-07-181-1/+1
|
* (Fbyte_code): Fix variable names in previous change.Karl Heuer1995-07-181-1/+1
|
* (Fbyte_code): For Beqlsign, if both args are ints,Karl Heuer1995-07-171-1/+12
| | | | compare as ints.
* (Fbyte_code): Call Ffollowing_char and Fprevious_charRichard M. Stallman1994-12-091-3/+3
| | | | as functions. Don't mask char-syntax arg to just 8 bits.
* (Fbyte_code): Special case for buffer-local objects is now handled by the moreKarl Heuer1994-11-111-14/+2
| | | | general test. Simplify.
* (Fbyte_code): Skip optimization for all Lisp_Misc types.Karl Heuer1994-10-121-4/+1
|
* (Fbyte_code): Delete case Lisp_Void.Karl Heuer1994-10-061-1/+0
|
* (Fbyte_code): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-7/+8
|
* (Fbyte_code): Use type test macros.Karl Heuer1994-09-271-13/+13
|
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
|
* Updated copyright years.Jim Blandy1993-05-221-1/+1
|
* * bytecode.c (Fbyte_code): Pass the correct number of arguments toJim Blandy1993-02-221-1/+1
| | | | temp_output_buffer_show.
* * bytecode.c (Fbyte_code): Use EQ to compare string_saved withJim Blandy1992-10-311-1/+1
| | | | | | | | | | | bytestr. * bytecode.c (Fbyte_code): When metering the Bcall opcodes, make sure the count on the symbol's `byte-code-meter' property does not overflow. * bytecode.c (syms_of_bytecode): Add a docstring for byte-metering-on.
* * bytecode.c (Fbyte_code): When metering the Bcall opcodes, makeJim Blandy1992-08-121-78/+185
| | | | | | | | sure the count on the symbol's `byte-code-meter' property does not overflow. * bytecode.c (syms_of_bytecode): Add a docstring for byte-metering-on.
* Replaced NULL with NJoseph Arceneaux1992-08-061-10/+10
|
* entered into RCSRichard M. Stallman1992-08-041-182/+85
|
* *** empty log message ***Jim Blandy1992-04-241-4/+3
|