index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bytecode.c
Age
Commit message (
Expand
)
Author
2008-01-08
Add 2008 to copyright years.
Glenn Morris
2007-07-27
Merge from emacs--devo--0
Miles Bader
2007-07-25
Switch license to GPLv3 or later.
Glenn Morris
2007-01-26
Merge from emacs--devo--0
Miles Bader
2007-01-21
Add 2007 to copyright years.
Glenn Morris
2006-11-21
Merge from emacs--devo--0
Miles Bader
2006-11-08
(Fbyte_code): Use SYMBOL_CONSTANT_P macro.
Juanma Barranquero
2006-07-19
Merge from emacs--devo--0
Miles Bader
2006-07-13
(Fbyte_code): Use CAR, CDR for Bcar, Bcdr.
Kim F. Storm
2006-07-12
(Fbyte_code): Use CHECK_VECTOR.
Kim F. Storm
2006-02-08
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
Miles Bader
2006-02-06
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2006-01-16
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97
Miles Bader
2005-12-06
(Fbyte_code): Avoid dangerous side effects in NILP argument.
Ken Raeburn
2005-10-29
(Fbyte_code): Use internal_lisp_condition_case.
Richard M. Stallman
2005-08-26
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
Miles Bader
2005-08-09
(BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
Richard M. Stallman
2005-08-07
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2005-07-29
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-74
Miles Bader
2005-07-23
(MAYBE_GC): Test gc_cons_threshold and gc_relative_threshold, one by one.
Richard M. Stallman
2005-07-14
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69
Miles Bader
2005-07-13
(MAYBE_GC): Use gc_cons_combined_threshold.
Stefan Monnier
2005-07-07
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
Miles Bader
2005-07-04
Update FSF's address.
Lute Kamstra
2005-06-06
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57
Miles Bader
2005-06-03
(BYTE_CODE_QUIT): Check Vthrow_on_input.
Kim F. Storm
2004-09-15
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-40
Miles Bader
2004-09-13
(BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
Stefan Monnier
2004-08-27
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-32
Miles Bader
2004-08-22
(Fbyte_code) <unwind-protect>: Cannot GC.
Richard M. Stallman
2004-04-16
Sync to HEAD
Kenichi Handa
2003-09-11
(mark_byte_stack, unmark_byte_stack): Ignore the markbit.
Stefan Monnier
2003-09-08
*** empty log message ***
Kenichi Handa
2003-09-08
New directory
Kenichi Handa
2003-09-01
Add arch taglines
Miles Bader
2003-07-06
(mark_byte_stack): Update calls to mark_object.
Stefan Monnier
2003-05-25
(Fbyte_code): Remove `unused val' warning.
Stefan Monnier
2003-05-14
Include window.h.
Stefan Monnier
2003-05-01
(Fbyte_code) <unwind-protect>: Use Fprogn rather than 0 and Qnil.
Stefan Monnier
2002-09-03
(Fbyte_code): Convert a unibyte character to multibyte if necessary.
Kenichi Handa
2002-08-26
(Fbyte_code): Fsub1 can GC, so protect it.
Miles Bader
2002-07-19
(struct byte_stack): Pointers into byte string now
Ken Raeburn
2002-07-15
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Ken Raeburn
2002-07-11
Use macro SPECPDL_INDEX.
Juanma Barranquero
2002-06-03
(Fbyte_code): Cast `current_column' return value to int.
Thien-Thi Nguyen
2002-03-20
(Fbyte_code): Revert last change.
Pavel Janík
2002-03-18
(Fbyte_code): Discard unused computed value to prevent gcc warning.
Pavel Janík
2002-03-01
Include "character.h" instead of "charset.h".
Kenichi Handa
2001-12-27
(Fbyte_code): Undo previous change.
Richard M. Stallman
2001-12-25
(Fbyte_code): Use Fstring_make_unibyte instead of Fstring_as_unibyte.
Richard M. Stallman
[prev]
[next]