1New features with AN-2009-06-99:
2
3-	schily/ccomdefs.h now include a new definition UConst for
4	"used const" in GCC-3.2 or newer.
5
6-	schily/wchar.h now includes a better mbtowc(wp, cp, len)
7	surrogate that is able to deal with the calls to mbtowc(NULL, NULL, 0)
8	that are needed with Mac OS X.
9
10-	schily/wctype.h now deals with the fact that HP-UX implements iswprint()
11	but no wctype.h
12
13-	New autoconf test for iswprint()
14
15-	New autoconf test for wcwidth()
16
17-	The calls to mbtowc(NULL, NULL, 0) now work again on systems that do not
18	support Multi-Byte characters.
19
20-	The command line editor from bsh (also used by the Burne Shell) now calls
21	wcwidth() and thus is able to correctly deal with japanese characters that
22	are wider than one column.
23
24-	bsh now reports is the initial environment contains an unsupported LOCALE
25
26-	"readcd" no longer dumps core if the C2Scan function is selected from the
27	interactive interface.
28
29-	New option -md5 for sdd
30
31-	Fixed a typo bug in the mkisofs man page that caused the two synopsis lines
32	to appear as one line when using GNU troff.
33
34-	libschily/stdio/*.c fixed to use size_t as length parameter for
35	read*()/write*() operations.
36
37-	libxtermcap now correctly checks for octal numbers is \ooo escapes
38	instead of permitting decimal numbers.
39
40-	termcap(1) now includes better checks for the typical defects in today's
41	termcap database files. Termcap database files that have been built from
42	terminfo databases often contain illegal \: escapes instead of \072 and
43	usually have various illegal formats in parameterized strings.
44
45	-	A new function checkquote() checks for the varous illegal quoting
46		strings.
47
48	-	A new function checkgoto() checks for correct parameter formats
49		in strings for parameterized functions.
50
51	-	The interncal data base now includes a new flag that indicates
52		whether an entry is intended to hold a parametrized string.
53
54	-	New options: -gnugoto, -docaret, -tc
55
56-	Several modifiactions to make compiling on MINGW better
57
58-	Cdrtools version bumped to 2.01.01a61
59
60Author:
61
62Joerg Schilling
63D-13353 Berlin
64Germany
65
66Email: 	joerg@schily.isdn.cs.tu-berlin.de, js@cs.tu-berlin.de
67	joerg.schilling@fokus.fraunhofer.de
68
69Please mail bugs and suggestions to me.
70