diff options
Diffstat (limited to 'pc/ChangeLog')
-rw-r--r-- | pc/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog index 8f676de6..ca1c15ea 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,3 +1,26 @@ +2011-10-24 Eli Zaretskii <eliz@gnu.org> + + * gawkmisc.pc (wctob) [__MINGW32__]: A replacement for the + function of the same name in MS runtime, which does a better job + with 8-bit characters that have their high bit set. + Original supplied by Jim Meyering <jim@meyering.net>. + + * popen.h (system) [__MINGW32__]: Redirect to os_system. + + * Makefile (./doc/awkcard.tr): Don't use Unixy forward slashes in + redirection. + (builtin$O): Depend on popen.h. + (random$O): New target, separated from builtin$O. + + * configpk.sed: + * config.sed: + * make-config.bat: New files, to produce pc/config.h from the top-level + configh.in file. + +2011-10-18 Juan Manuel Guerrero <juan.guerrero@gmx.de> + + * Makefile: doc target to create all documentation files. + 2011-09-30 Eli Zaretskii <eliz@gnu.org> * config.h: Update packaging related versions. |