1New features with AN-2009-06-10: 2 3- The -interactive option for cdda2wav is now mentioned in the -help output 4 and the man page. 5 6- Call unit_ready() in cdda2wav before retrieving the TOC data in order to work 7 around a Solaris scsa2usb (SCSA to USB Driver) bug. 8 9- isoinfo now prints "???" as month name in case there is an illegal month value 10 in the ISO-9660 image instead of omitting the month field. This makes the output 11 parsable. Thanks to a hint from Michael Prokop 12 13- New include file include/schily/limits.h 14 15- New include file include/schily/locale.h 16 17- new files in libschily: matchw.c matchwl.c implement wchar_t versions of the 18 pattern matcher 19 20- The history line editor for the shell "bsh" now supports multi byte character 21 based locales. 22 23- The Bourne Shell uses the history line editor from bsh and for this reason now 24 also supports multi byte based localed in the line editor. 25 26- The Bourne Shell now resets the mbtowc() shift state when needed by calling 27 mbtowc(NULL, NULL, 0). This is needed in special on Mac OS X. 28 29- The Bourne Shell now allows to change the history length by changing the value of 30 the environment variable HISTORY= during the lifetime of the Bourne Shell. 31 32 33- New defaults dir DEFAULTS_CSW holds defaults that limit optimization to Sparc V1. 34 35- Added support for wide characters: 36 37 - New autoconf tests for wcs*() functions. 38 39 - New wcs*() functions in libschily for wide character portability 40 41- Removed -R../libs/<arch-dir> from the RUN_PATH to keep autpomoutd quiet 42 43- Added support for 64 Bit compilation on Mac OS X, call make CCOM=cc64 or 44 make CCOM=gcc64 as usual for other OS platforms. 45 46- Trying to deal with the strange type confusions with Mac IOKit and 64 Bit support 47 48 49Author: 50 51Joerg Schilling 52D-13353 Berlin 53Germany 54 55Email: joerg@schily.isdn.cs.tu-berlin.de, js@cs.tu-berlin.de 56 joerg.schilling@fokus.fraunhofer.de 57 58Please mail bugs and suggestions to me. 59