new file build.bat
new file config.bat
new file true
new file readme.dos
new file po/pl.po
new directory msgcat

config.h.in 		name changed to config.h-in
checks/xg-test1.ok.po 	name changed to checks/xg-test1.ok
checks/xg-test2.ok.po 	name changed to checks/xg-test2.ok
doc/gettext.info-1 	name changed to doc/gettext1.info
doc/gettext.info-2 	name changed to doc/gettext2.info
doc/gettext.info-3 	name changed to doc/gettext3.info
doc/gettext.info-4 	name changed to doc/gettext4.info
src/po-gram.gen.c 	name changed to src/po-gramg.c
src/po-gram.gen.h 	name changed to src/po-gramg.h
src/po-hash.gen.c 	name changed to src/po-hashg.c
src/po-hash.gen.h 	name changed to src/po-hashg.h
po/Makefile.in.in 	name changed to po/makefile.in-in
intl/po2tbl.sed.in 	name changed to intl/po2tbl.in

diff -r GETTEX~1.10/checks/Makefile.in GETTEXT.NEW/checks/Makefile.in
41c41
< OKFILES = xg-test1.ok.po xg-test2.ok.po test1.ok test2.ok mc-test2.ok \
---
> OKFILES = xg-test1.ok xg-test2.ok test1.ok test2.ok mc-test2.ok \
51c51
< 	@diff $(srcdir)/xg-test1.ok.po xg-test1.po \
---
> 	@diff $(srcdir)/xg-test1.ok xg-test1.po \
54c54
< 	@diff $(srcdir)/xg-test2.ok.po xg-test2.po \
---
> 	@diff $(srcdir)/xg-test2.ok xg-test2.po \
diff -r GETTEX~1.10/configure GETTEXT.NEW/configure
562c543
< ALL_LINGUAS="de fr no no@nynorsk sv"
---
> ALL_LINGUAS="de fr no no@nynorsk pl sv"
2836c2817
<      $srcdir/intl/po2tbl.sed.in > intl/po2tbl.sed
---
>      $srcdir/intl/po2tbl.in > intl/po2tbl.sed
3077a3059
>   po/Makefile.in) ac_file_in="${ac_file}-in" ;;
3150a3133
>   *.h) ac_file_in="${ac_file}-in" ;;
3164c3147
< # the proper values into config.h.in to produce config.h.  And first:
---
> # the proper values into config.h-in to produce config.h.  And first:
diff -r GETTEX~1.10/doc/Makefile.in GETTEXT.NEW/doc/Makefile.in
32,33c32,33
< DISTFILES = ChangeLog Makefile.in mdate-sh gettext.info gettext.info-1 \
< gettext.info-2 gettext.info-3 gettext.info-4 gettext.texi stamp-vti \
---
> DISTFILES = ChangeLog Makefile.in mdate-sh gettext.info gettext1.info \
> gettext2.info gettext3.info gettext4.info gettext.texi stamp-vti \
47c47
< 	cd $(srcdir) && rm -f gettext.info* && $(MAKEINFO) gettext.texi
---
> 	cd $(srcdir) && rm -f gettext?.info && $(MAKEINFO) gettext.texi
72c72
< 	for file in $(srcdir)/gettext.info*; do \
---
> 	for file in $(srcdir)/gettext?.info; do \
78c78
< 	rm -f $(infodir)/gettext.info*
---
> 	rm -f $(infodir)/gettext?.info
94c94
< 	cd $(srcdir) && rm -f stamp-vti version.texi gettext.info*
---
> 	cd $(srcdir) && rm -f stamp-vti version.texi gettext?.info
diff -r GETTEX~1.10/intl/dcgettext.c GETTEXT.NEW/intl/dcgettext.c
213c212,216
<   else if (binding->dirname[0] == '/')
---
>   else if (binding->dirname[0] == '/'
> #if defined (__DJGPP__)
>             || (binding->dirname[0] && binding->dirname[1] == ':')
> #endif
Only in GETTEXT.NEW/intl: libintl.h
diff -r GETTEX~1.10/intl/loadmsgcat.c GETTEXT.NEW/intl/loadmsgcat.c
86c86
<   fd = open (domain->filename, O_RDONLY);
---
>   fd = open (domain->filename, O_RDONLY|O_BINARY);
diff -r GETTEX~1.10/po/POTFILES.in GETTEXT.NEW/po/POTFILES.in
16c16
< src/po-gram.gen.c
---
> src/po-gramg.c
diff -r GETTEX~1.10/po/gettext.pot GETTEXT.NEW/po/gettext.pot
3,4c3,4
< "Date: 1995-12-04 16:38:58+0100\n"
< "From: Ulrich Drepper <drepper@myware>\n"
---
> "Date: 1997-05-25 20:58:24+0000\n"
> "From: DOSUSER <dosuser@CRAMBIN>\n"
6,7c6,7
< "Xgettext-Options: --default-domain=gettext --directory=../.. --add-comments --keyword=_ --keyword=N_ --files-from=../../po/POTFILES.in\n"
< "Files: lib/error.c lib/getopt.c lib/xmalloc.c src/gettextp.c src/message.c src/msgcmp.c src/msgfmt.c src/msgmerge.c src/msgunfmt.c src/po-gram.gen.c src/po-lex.c src/xget-lex.c src/xgettext.c\n"
---
> "Xgettext-Options: --default-domain=gettext --directory=.. --add-comments --keyword=_ --keyword=N_ --files-from=./POTFILES.in\n"
> "Files: lib/error.c lib/getopt.c lib/xmalloc.c src/gettextp.c src/message.c src/msgcmp.c src/msgfmt.c src/msgmerge.c src/msgunfmt.c src/po-gramg.c src/po-lex.c src/xget-lex.c src/xgettext.c\n"
341c341
< #: src/xgettext.c:305 src/xgettext.c:1099
---
> #: src/xgettext.c:305 src/xgettext.c:1102
diff -r GETTEX~1.10/src/Makefile.in GETTEXT.NEW/src/Makefile.in
61,62c61,62
< GENHEADERS = po-gram.gen.h po-hash.gen.h
< GENSOURCES = po-gram.gen.c po-hash.gen.c
---
> GENHEADERS = po-gramg.h po-hashg.h
> GENSOURCES = po-gramg.c po-hashg.c
64c64
< open-po.o po-gram.gen.o po-hash.gen.o po-lex.o po.o str-list.o xget-lex.o \
---
> open-po.o po-gramg.o po-hashg.o po-lex.o po.o str-list.o xget-lex.o \
83c83
< MSGCMP_OBJ = message.o msgcmp.o open-po.o po-gram.gen.o po-hash.gen.o \
---
> MSGCMP_OBJ = message.o msgcmp.o open-po.o po-gramg.o po-hashg.o \
88c88
< MSGFMT_OBJ = msgfmt.o open-po.o po-gram.gen.o po-hash.gen.o po-lex.o po.o \
---
> MSGFMT_OBJ = msgfmt.o open-po.o po-gramg.o po-hashg.o po-lex.o po.o \
93c93
< MSGMERGE_OBJ = message.o msgmerge.o open-po.o po-gram.gen.o po-hash.gen.o \
---
> MSGMERGE_OBJ = message.o msgmerge.o open-po.o po-gramg.o po-hashg.o \
102c102
< XGETTEXT_OBJ = message.o open-po.o po-gram.gen.o po-hash.gen.o po-lex.o po.o \
---
> XGETTEXT_OBJ = message.o open-po.o po-gramg.o po-hashg.o po-lex.o po.o \
108c108
< po-gram.gen.c po-gram.gen.h: po-gram.y
---
> po-gramg.c po-gramg.h: po-gram.y
110,113c110,113
< 	rm -f $(srcdir)/po-gram.gen.c $(srcdir)/po-gram.gen.h
< 	sed 's/[yY][yY]/po_gram_/g' < y.tab.c > $(srcdir)/po-gram.gen.c
< 	sed 's/[yY][yY]/po_gram_/g' < y.tab.h > $(srcdir)/po-gram.gen.h
< 	rm -f y.tab.c y.tab.h
---
> 	rm -f $(srcdir)/po-gramg.c $(srcdir)/po-gramg.h
> 	sed 's/[yY][yY]/po_gram_/g' < y-tab.c > $(srcdir)/po-gramg.c
> 	sed 's/[yY][yY]/po_gram_/g' < y-tab.h > $(srcdir)/po-gramg.h
> 	rm -f y-tab.c y-tab.h
115c115
< po-hash.gen.c po-hash.gen.h: po-hash.y
---
> po-hashg.c po-hashg.h: po-hash.y
117,120c117,120
< 	rm -f $(srcdir)/po-hash.gen.c $(srcdir)/po-hash.gen.h
< 	sed 's/[yY][yY]/po_hash_/g' < y.tab.c > $(srcdir)/po-hash.gen.c
< 	sed 's/[yY][yY]/po_hash_/g' < y.tab.h > $(srcdir)/po-hash.gen.h
< 	rm -f y.tab.c y.tab.h
---
> 	rm -f $(srcdir)/po-hashg.c $(srcdir)/po-hashg.h
> 	sed 's/[yY][yY]/po_hash_/g' < y-tab.c > $(srcdir)/po-hashg.c
> 	sed 's/[yY][yY]/po_hash_/g' < y-tab.h > $(srcdir)/po-hashg.h
> 	rm -f y-tab.c y-tab.h
146c146
< po-gram.gen.o: ../config.h ../lib/error.h ../lib/system.h po-gram.h \
---
> po-gramg.o: ../config.h ../lib/error.h ../lib/system.h po-gram.h \
149c149
< po-hash.gen.o: ../config.h ../lib/system.h po-hash.h po-lex.h po.h
---
> po-hashg.o: ../config.h ../lib/system.h po-hash.h po-lex.h po.h
151c151
< po-lex.o: ../config.h ../lib/error.h ../lib/system.h po-gram.gen.h \
---
> po-lex.o: ../config.h ../lib/error.h ../lib/system.h po-gramg.h \
diff -r GETTEX~1.10/src/msgfmt.c GETTEXT.NEW/src/msgfmt.c
257c257
< 	      output_file = fopen (fname, "w");
---
> 	      output_file = fopen (fname, "wb");
diff -r GETTEX~1.10/src/po-lex.c GETTEXT.NEW/src/po-lex.c
50c50
< #include "po-gram.gen.h"
---
> #include "po-gramg.h"
diff -r GETTEX~1.10/src/xgettext.c GETTEXT.NEW/src/xgettext.c
1073a1073,1076
> #if defined (__DJGPP__)
>   if (pwd == NULL)
>     full_user_name = "DOSUSER";
> #else
1078c1081
> #endif
