aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e3cc69c7487..8437853d887 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12006-07-13 Kim F. Storm <storm@cua.dk>
2
3 * bytecode.c (Fbyte_code): Use CAR, CDR for Bcar, Bcdr.
4 Use CAR_SAFE, CDR_SAFE for Bcar_safe, Bcdr_safe.
5 Simplify loops and use CAR for Bnth and Belt.
6
7 * data.c (Findirect_function): Optimize for no indirection.
8
9 * eval.c (Fthrow): Remove loop around Fsignal.
10 (Feval, Fapply, Ffuncall): Optimize for no function indirection.
11 Use original function name in all signaled errors.
12 Simplify Fsignal calls (no return).
13 (funcall_lambda): Simplify Fsignal calls (no return).
14
12006-07-13 Andreas Schwab <schwab@suse.de> 152006-07-13 Andreas Schwab <schwab@suse.de>
2 16
3 * syntax.c (scan_sexps_forward): Use EMACS_INT for out_bytepos and 17 * syntax.c (scan_sexps_forward): Use EMACS_INT for out_bytepos and