1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 06:50:46 -08:00
Commit graph

94 commits

Author SHA1 Message Date
Glenn Morris
4e6835dbc4 Add 2007 to copyright years. 2007-01-21 04:57:37 +00:00
Juanma Barranquero
eed1152fb7 (Fbyte_code): Use SYMBOL_CONSTANT_P macro. 2006-11-08 21:16:56 +00:00
Kim F. Storm
14c5155a18 (Fbyte_code): Use CAR, CDR for Bcar, Bcdr.
Use CAR_SAFE, CDR_SAFE for Bcar_safe, Bcdr_safe.
Simplify loops and use CAR for Bnth and Belt.
2006-07-13 13:43:38 +00:00
Kim F. Storm
c616acb810 (Fbyte_code): Use CHECK_VECTOR. 2006-07-12 13:14:26 +00:00
Thien-Thi Nguyen
aaef169dc6 Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
Ken Raeburn
21ed6de35b (Fbyte_code): Avoid dangerous side effects in NILP argument. 2005-12-06 07:39:05 +00:00
Richard M. Stallman
5c125a1338 (Fbyte_code): Use internal_lisp_condition_case. 2005-10-29 19:32:27 +00:00
Richard M. Stallman
a8f0f55100 (BYTE_CODE_QUIT): Throw t to Vthrow_on_input. 2005-08-09 12:10:40 +00:00
Thien-Thi Nguyen
0b5538bd85 Update years in copyright notice; nfc. 2005-08-07 12:33:19 +00:00
Richard M. Stallman
3414f2d82b (MAYBE_GC): Test gc_cons_threshold and gc_relative_threshold, one by one. 2005-07-23 19:14:59 +00:00
Stefan Monnier
642cd12be9 (MAYBE_GC): Use gc_cons_combined_threshold. 2005-07-13 05:29:10 +00:00
Lute Kamstra
4fc5845fe8 Update FSF's address. 2005-07-04 16:49:24 +00:00
Kim F. Storm
731475e79a (BYTE_CODE_QUIT): Check Vthrow_on_input. 2005-06-03 23:02:30 +00:00
Stefan Monnier
892a8eb54c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
(Fbyte_code): Remove dead code after `wrong_type_argument'.
2004-09-13 21:13:38 +00:00
Richard M. Stallman
6320244170 (Fbyte_code) <unwind-protect>: Cannot GC. 2004-08-22 17:43:26 +00:00
Stefan Monnier
2a1c1d7150 (mark_byte_stack, unmark_byte_stack): Ignore the markbit. 2003-09-11 21:58:32 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Stefan Monnier
fcfee3c42e (mark_byte_stack): Update calls to mark_object. 2003-07-06 19:30:10 +00:00
Stefan Monnier
3789dcdf71 (Fbyte_code): Remove `unused val' warning. 2003-05-25 17:40:52 +00:00
Stefan Monnier
3f6abfd7b3 Include window.h. 2003-05-14 18:50:10 +00:00
Stefan Monnier
ba3fb06394 (Fbyte_code) <unwind-protect>: Use Fprogn rather than 0 and Qnil. 2003-05-01 00:22:31 +00:00
Miles Bader
e494eee55f (Fbyte_code): Fsub1 can GC, so protect it. 2002-08-26 07:37:19 +00:00
Ken Raeburn
33b6c007b5 (struct byte_stack): Pointers into byte string now
point to const.
2002-07-19 14:26:46 +00:00
Ken Raeburn
d5db40779d Most uses of XSTRING combined with STRING_BYTES or indirection changed to
SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references
left unchanged for now.
2002-07-15 00:01:34 +00:00
Juanma Barranquero
aed1337830 Use macro SPECPDL_INDEX. 2002-07-11 14:18:02 +00:00
Thien-Thi Nguyen
8e11578b9a (Fbyte_code): Cast `current_column' return value to int. 2002-06-03 01:34:11 +00:00
Pavel Janík
9ab7ff8bf4 (Fbyte_code): Revert last change. 2002-03-20 07:46:46 +00:00
Pavel Janík
18f85cdd59 (Fbyte_code): Discard unused computed value to prevent gcc warning. 2002-03-18 18:18:21 +00:00
Richard M. Stallman
5274126bde (Fbyte_code): Undo previous change. 2001-12-27 05:00:56 +00:00
Richard M. Stallman
fbd98f82df (Fbyte_code): Use Fstring_make_unibyte instead of Fstring_as_unibyte. 2001-12-25 08:16:46 +00:00
Pavel Janík
b782650360 Update usage of CHECK_ macros (remove unused second argument). 2001-11-02 20:46:55 +00:00
Pavel Janík
39f624fabd Change doc-string comments to new style' [w/doc:' keyword]. 2001-10-20 15:11:10 +00:00
Gerd Moellmann
f28e63712d (Fbyte_code): Use MOST_POSITIVE_FIXNUM. 2001-10-06 23:37:52 +00:00
Gerd Moellmann
2e3bf02a1f (syms_of_bytecode) [BYTE_CODE_METER]: Doc fix.
(METER_CODE): Use MOST_POSITIVE_FIXNUM.
2001-10-06 23:36:22 +00:00
Gerd Moellmann
5133a57883 (Fbyte_code) <varref>: Use SYMBOL_VALUE.
(Fbyte_code) <varset>: Simplify the test if symbol's value can be
set directly.
2001-10-05 09:43:06 +00:00
Gerd Moellmann
e12ea64e79 (BYTE_CODE_QUIT): New macro.
(Fbyte_code): Use BYTE_CODE_QUIT instead of QUIT.
2001-03-28 10:01:51 +00:00
Stefan Monnier
741baf7656 (Fbyte_code) <Btemp_output_buffer_setup>: Check the
arg is a string before extracting its data.
2001-03-07 21:26:55 +00:00
Dave Love
d9c1f6f955 (Fbyte_code) <Bgeq>: Add BEFORE_POTENTIAL_GC and
AFTER_POTENTIAL_GC.
2001-01-30 10:07:18 +00:00
Gerd Moellmann
96111f4813 (Fbyte_code) <Bcurrent_column>: Add
BEFORE_POTENTIAL_GC and AFTER_POTENTIAL_GC.
2001-01-29 20:44:42 +00:00
Gerd Moellmann
ad7de7d79e (toplevel) [CHECK_FRAME_FONT]: Include frame.h and
xterm.h.
(Fbyte_code) [CHECK_FRAME_FONT]: Check the selected frame's font.
2000-12-19 12:14:08 +00:00
Gerd Moellmann
56b8eef5a0 (Fbyte_code) <Bvarbind, Bunwind_protect>: Add
BEFORE/AFTER_POTENTIAL_GC.
2000-11-21 16:47:04 +00:00
Gerd Moellmann
dff13d039c (mark_byte_stack): Add a comment. 2000-08-24 11:42:33 +00:00
Dave Love
f3cc12611b Copyright up-date. 2000-06-05 14:20:20 +00:00
Kenichi Handa
089b985ff9 (Fbyte_code): If arg BYTESTR is multibyte, convert it
to unibyte.
2000-05-19 23:50:52 +00:00
Gerd Moellmann
bf1de43e9e (Fbyte_code): Add a bunch of BEFORE_POTENTIAL_GC/
AFTER_POTENTIAL_GC calls around calls to functions that can
signal an error and thus invoke the debugger.
2000-04-04 14:54:29 +00:00
Gerd Moellmann
157b72bb60 (Fbyte_code): Remove keyword_symbols_constant_flag. 2000-02-23 10:42:36 +00:00
Gerd Moellmann
620cc5fa30 (Fbyte_code) <Bvarset>: Inline most common case. 2000-02-20 15:55:38 +00:00
Gerd Moellmann
cc94f3b24e Remove LISP_FLOAT_TYPE' and standalone'. 2000-02-17 09:45:46 +00:00
Gerd Moellmann
f5941bf8c0 (Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC where
an error may be signalled.
2000-01-26 14:47:42 +00:00
Gerd Moellmann
9e49c9901e (Fbyte_code) [BYTE_CODE_SAFE]: Fix typo. 2000-01-26 12:02:58 +00:00