| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Copyright up-date. | Dave Love | 2000-06-05 | 1 | -1/+1 |
| | | |||||
| * | (Fbyte_code): If arg BYTESTR is multibyte, convert it | Kenichi Handa | 2000-05-19 | 1 | -2/+13 |
| | | | | | to unibyte. | ||||
| * | (Fbyte_code): Add a bunch of BEFORE_POTENTIAL_GC/ | Gerd Moellmann | 2000-04-04 | 1 | -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 Moellmann | 2000-02-23 | 1 | -2/+0 |
| | | |||||
| * | (Fbyte_code) <Bvarset>: Inline most common case. | Gerd Moellmann | 2000-02-20 | 1 | -7/+34 |
| | | |||||
| * | Remove `LISP_FLOAT_TYPE' and `standalone'. | Gerd Moellmann | 2000-02-17 | 1 | -12/+4 |
| | | |||||
| * | (Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC where | Gerd Moellmann | 2000-01-26 | 1 | -6/+46 |
| | | | | | an error may be signalled. | ||||
| * | (Fbyte_code) [BYTE_CODE_SAFE]: Fix typo. | Gerd Moellmann | 2000-01-26 | 1 | -1/+1 |
| | | |||||
| * | (Fbyte_code): Pass new arg to set_internal. | Richard M. Stallman | 2000-01-11 | 1 | -1/+5 |
| | | |||||
| * | * bytecode.c (Fbyte_code) <BinsertN, Bcall>: Do the | Gerd Moellmann | 1999-11-08 | 1 | -23/+50 |
| | | | | | BEFORE_POTENTIAL_GC before DISCARD. | ||||
| * | (mark_byte_stack): Use XMARKBIT and XMARK. | Gerd Moellmann | 1999-11-07 | 1 | -12/+34 |
| | | | | | | (unmark_byte_stack): Renamed from relocate_byte_pcs. Use XUNMARK. | ||||
| * | Use block statements in cases and declare v1 and v2 | Gerd Moellmann | 1999-11-07 | 1 | -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 and | Gerd Moellmann | 1999-11-05 | 1 | -0/+2 |
| | | | | | AFTER_POTENTIAL_GC around internal_catch. | ||||
| * | (struct byte_stack): New. | Gerd Moellmann | 1999-11-05 | 1 | -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 Raeburn | 1999-09-12 | 1 | -7/+7 |
| | | |||||
| * | Include charset.h. | Kenichi Handa | 1998-11-16 | 1 | -0/+1 |
| | | |||||
| * | (Fbyte_code): Don't use Bmark. | Richard M. Stallman | 1998-05-10 | 1 | -3/+0 |
| | | |||||
| * | Fix -Wimplicit warnings. | Andreas Schwab | 1998-04-14 | 1 | -0/+1 |
| | | |||||
| * | Use STRING_BYTES and SET_STRING_BYTES. | Richard M. Stallman | 1998-03-21 | 1 | -1/+1 |
| | | |||||
| * | (Fbyte_code) <Bsave_current_buffer_1>: Use set_buffer_if_live. | Richard M. Stallman | 1998-01-21 | 1 | -1/+1 |
| | | |||||
| * | (Fbyte_code): Use size_byte. | Richard M. Stallman | 1998-01-05 | 1 | -1/+1 |
| | | |||||
| * | (Bread_char): Deleted. | Richard M. Stallman | 1997-06-14 | 1 | -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. Stallman | 1997-01-02 | 1 | -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. Stallman | 1996-12-30 | 1 | -0/+10 |
| | | |||||
| * | (MAYBE_GC): New macro. | Richard M. Stallman | 1996-12-07 | 1 | -0/+17 |
| | | | | | (Fbyte_code): Use MAYBE_GC in every goto opcode. | ||||
| * | (Bsave_current_buffer): New macro. | Richard M. Stallman | 1996-09-23 | 1 | -1/+6 |
| | | | | | (Fbyte_code): Handle Bsave_current_buffer. | ||||
| * | Change all references from point to PT. | Karl Heuer | 1996-09-01 | 1 | -1/+1 |
| | | |||||
| * | (Fbyte_code): For relative gotos, force signed arithmetic. | Richard M. Stallman | 1996-08-16 | 1 | -3/+3 |
| | | |||||
| * | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | | |||||
| * | (Fbyte_code): Harmonize arguments with documentation. | Erik Naggum | 1996-01-09 | 1 | -2/+3 |
| | | |||||
| * | Fix the other instance too. | Karl Heuer | 1995-07-18 | 1 | -1/+1 |
| | | |||||
| * | (Fbyte_code): Fix variable names in previous change. | Karl Heuer | 1995-07-18 | 1 | -1/+1 |
| | | |||||
| * | (Fbyte_code): For Beqlsign, if both args are ints, | Karl Heuer | 1995-07-17 | 1 | -1/+12 |
| | | | | | compare as ints. | ||||
| * | (Fbyte_code): Call Ffollowing_char and Fprevious_char | Richard M. Stallman | 1994-12-09 | 1 | -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 more | Karl Heuer | 1994-11-11 | 1 | -14/+2 |
| | | | | | general test. Simplify. | ||||
| * | (Fbyte_code): Skip optimization for all Lisp_Misc types. | Karl Heuer | 1994-10-12 | 1 | -4/+1 |
| | | |||||
| * | (Fbyte_code): Delete case Lisp_Void. | Karl Heuer | 1994-10-06 | 1 | -1/+0 |
| | | |||||
| * | (Fbyte_code): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -7/+8 |
| | | |||||
| * | (Fbyte_code): Use type test macros. | Karl Heuer | 1994-09-27 | 1 | -13/+13 |
| | | |||||
| * | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
| | | |||||
| * | Updated copyright years. | Jim Blandy | 1993-05-22 | 1 | -1/+1 |
| | | |||||
| * | * bytecode.c (Fbyte_code): Pass the correct number of arguments to | Jim Blandy | 1993-02-22 | 1 | -1/+1 |
| | | | | | temp_output_buffer_show. | ||||
| * | * bytecode.c (Fbyte_code): Use EQ to compare string_saved with | Jim Blandy | 1992-10-31 | 1 | -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, make | Jim Blandy | 1992-08-12 | 1 | -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 N | Joseph Arceneaux | 1992-08-06 | 1 | -10/+10 |
| | | |||||
| * | entered into RCS | Richard M. Stallman | 1992-08-04 | 1 | -182/+85 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-04-24 | 1 | -4/+3 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-01-13 | 1 | -13/+13 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1991-12-21 | 1 | -7/+0 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 1991-11-26 | 1 | -52/+64 |
| | | |||||