diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d6edcea4513..6d54fac6f56 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2013-11-18 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-11-18 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * data.c (bool_vector_binop_driver): Rename locals for sanity's sake. | ||
| 4 | The old names predated the API change that put destination at end. | ||
| 5 | |||
| 3 | Improve API of recently-added bool vector functions (Bug#15912). | 6 | Improve API of recently-added bool vector functions (Bug#15912). |
| 4 | The old API had (bool-vector-count-matches A B) | 7 | The old API had (bool-vector-count-matches A B) |
| 5 | and (bool-vector-count-matches-at A B I), which gave the | 8 | and (bool-vector-count-matches-at A B I), which gave the |