mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
*** empty log message ***
This commit is contained in:
parent
60c86a8342
commit
f3500bbee1
1 changed files with 14 additions and 0 deletions
|
|
@ -1,3 +1,17 @@
|
|||
2006-07-13 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* bytecode.c (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.
|
||||
|
||||
* data.c (Findirect_function): Optimize for no indirection.
|
||||
|
||||
* eval.c (Fthrow): Remove loop around Fsignal.
|
||||
(Feval, Fapply, Ffuncall): Optimize for no function indirection.
|
||||
Use original function name in all signaled errors.
|
||||
Simplify Fsignal calls (no return).
|
||||
(funcall_lambda): Simplify Fsignal calls (no return).
|
||||
|
||||
2006-07-13 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* syntax.c (scan_sexps_forward): Use EMACS_INT for out_bytepos and
|
||||
|
|
|
|||
Loading…
Reference in a new issue