comparison src/ChangeLog @ 32088:cd19a69a3759

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 02 Oct 2000 22:15:27 +0000
parents 9492a4c33e92
children eaa702f85ae9
comparison
equal deleted inserted replaced
32087:83ecc6bc4bc2 32088:cd19a69a3759
1 2000-10-02 Stefan Monnier <monnier@cs.yale.edu>
2
3 * syntax.c (forw_comment): Match nestedness of ender/starter.
4 (Fforward_comment): Treat an unmatched \n comment-ender as whitespace.
5 (prev_char_comstart_first): Remove.
6 (back_comment): Check two-char comment markers more carefully
7 to better handle overlapping cases like *//* or /* */* */ ...
8 Match nestedness of ender/starter.
9
1 2000-10-02 Dave Love <fx@gnu.org> 10 2000-10-02 Dave Love <fx@gnu.org>
2 11
3 * config.in (HAVE_GAI_STRERROR): Add undef. 12 * config.in (HAVE_GAI_STRERROR): Add undef.
4 13
5 * process.c (Fopen_network_stream): Use it. 14 * process.c (Fopen_network_stream): Use it.