diff options
| author | Paul Eggert | 2011-06-19 11:44:58 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-19 11:44:58 -0700 |
| commit | f3e92b69d2fa865d82793ac41370045a85beb269 (patch) | |
| tree | f81999e2a07c63d125e8a0041b61fa0234dcfb00 /src/ChangeLog | |
| parent | 1bfdaf108fd83f2c673a50eb069e29556e2e3ca6 (diff) | |
| download | emacs-f3e92b69d2fa865d82793ac41370045a85beb269.tar.gz emacs-f3e92b69d2fa865d82793ac41370045a85beb269.zip | |
* data.c (Fsubr_name): Rewrite to avoid a strlen call.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 99d9cad7628..e5d7a81792e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-06-19 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-06-19 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * data.c (Fsubr_name): Rewrite to avoid a strlen call. | ||
| 4 | |||
| 3 | * coding.c (make_subsidiaries): Don't assume string length fits in int. | 5 | * coding.c (make_subsidiaries): Don't assume string length fits in int. |
| 4 | 6 | ||
| 5 | * callproc.c (child_setup): Rewrite to avoid two strlen calls. | 7 | * callproc.c (child_setup): Rewrite to avoid two strlen calls. |