1New features with AN-2012-05-16: 2 3This is the first localization step for the schily source consolidation. Many 4programs now (hopefully) call gettext() for all strings that need localization. 5 6- The next step will include dgettext() calls for the libraries and the 7 missing programs 8 9- The following step will include the extracted strings 10 11- The last step will include German translations and install support 12 for the resulting binary message object files. 13 14----------> Please test and report compilation problems! <--------- 15 16***** NOTE: As mentioned since 2004, frontends to the tools should ***** 17***** call all programs in the "C" locale ***** 18***** by e.g. calling: LC_ALL=C cdrecord .... ***** 19***** unless these frontends support localized strings ***** 20***** used by the cdrtools with NLS support. ***** 21 22- The ved man page now correctly mentions the behavior of "ved-w" 23 24- The Bourne Shell man page has been corrected in the command section. 25 The junk (and incorrect indentation) introduced by Sun (while 26 converting from man macros to sgml via Framemaker) has been removed. 27 28- The Bourne Shell builtin command "type" now correclty lists 29 functions with case statements. There was a 30 year old bug 30 that caused "in" not to be printed. 31 32- A new shell variable OLDPWD= is managed by the shell 33 34- The Bourne Shell now supports "cd -" to chdir to the previous 35 directory. 36 37- The commands pushd/popd/dirs are now implemented in the Bourne Shell 38 the same way as implemented in 1985 in the bsh(1). 39 40- The built-in times(1) command in the Bourne Shell now produces 41 POSIX compliant output. 42 43- Many lint warnings have been fixed in the Bourne Shell 44 45- Removed a memory leak caused by the new repeat builtin command 46 in the Bourne Shell 47 48- Bourne Shell: Fixed a memory leak in the new stak.c code from 49 Geoff Collyer that could be seen with the new "repeat" built-in 50 command. 51 52 53Author: 54 55Joerg Schilling 56D-13353 Berlin 57Germany 58 59Email: joerg@schily.isdn.cs.tu-berlin.de, js@cs.tu-berlin.de 60 joerg.schilling@fokus.fraunhofer.de 61 62Please mail bugs and suggestions to me. 63