diff options
| author | Stefan Monnier | 2000-06-20 17:06:32 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-06-20 17:06:32 +0000 |
| commit | 8972fe79a7bdb5b2fb557456918e78fecc2e6c86 (patch) | |
| tree | 697bbb1f7650c3985b1bdb8d8c8a330bab65b500 /src | |
| parent | a60198e5df719794ef91398c16062de790ff0602 (diff) | |
| download | emacs-8972fe79a7bdb5b2fb557456918e78fecc2e6c86.tar.gz emacs-8972fe79a7bdb5b2fb557456918e78fecc2e6c86.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dfe2076abd2..ac849aeafc2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | Based on a patch by Larry Jones <larry.jones@sdrc.com>. | ||
| 3 | |||
| 4 | * regex.c (re_match, re_match_2): Protect calls to alloca (0). | ||
| 5 | (re_comp): Cast gettext return value to avoid complaints when | ||
| 6 | !HAVE_LIBINTL. | ||
| 7 | |||
| 1 | 2000-06-20 Dave Love <fx@gnu.org> | 8 | 2000-06-20 Dave Love <fx@gnu.org> |
| 2 | 9 | ||
| 3 | * m/stride.h, m/mips.h: Don't define HAVE_GETWD, | 10 | * m/stride.h, m/mips.h: Don't define HAVE_GETWD, |