comparison src/ChangeLog @ 4752:b8afe0f9cbe3

Restore some doc changes that got dropped in a merge. I wish I were using git\!
author Stephen J. Turnbull <stephen@xemacs.org>
date Wed, 18 Nov 2009 00:08:14 +0900
parents 91f85b19749f
children 5dc1b4681e33
comparison
equal deleted inserted replaced
4751:91f85b19749f 4752:b8afe0f9cbe3
1 2009-11-16 Stephen J. Turnbull <stephen@xemacs.org>
2
3 Remove C asserts from test-format-data-conversion.
4 See also changes in test-harness.el and c-tests.el in tests/automated.
5
6 * tests.c
7 (Ftest_hash_tables):
8 (Ftest_data_format_conversion):
9 Each now collects a list of test results and returns it.
10 Update docstrings.
11 (DFC_INITIALIZE):
12 (DFC_CHECK_LENGTH):
13 (DFC_CHECK_CONTENT):
14 (DFC_RESULT_PASS):
15 New macros.
16 (DFC_CHECK_DATA_NUL):
17 (DFC_CHECK_DATA):
18 Use the new macros.
19 Add an argument for the test description.
20 (DFC_CHECK_DATA_COND_EOL_NUL)
21 (DFC_CHECK_DATA_COND_EOL)
22 (DFC_CHECK_DATA_COND_MULE_NUL):
23 (DFC_CHECK_DATA_COND_MULE):
24 Add an argument for the test description.
25
1 2009-11-17 Stephen J. Turnbull <stephen@xemacs.org> 26 2009-11-17 Stephen J. Turnbull <stephen@xemacs.org>
2 27
3 Fix issue630. 28 Fix issue630.
4 29
5 * regex.c (regex_compile): 30 * regex.c (regex_compile):