summaryrefslogtreecommitdiff
path: root/src/bytecode.c
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* *** empty log message ***Jim Blandy1992-01-131-13/+13
|
* *** empty log message ***Jim Blandy1991-12-211-7/+0
|
* *** empty log message ***Richard M. Stallman1991-11-261-52/+64
|
* *** empty log message ***Jim Blandy1991-08-161-28/+121
|
* Initial revisionJim Blandy1991-07-021-0/+1051