Imported Upstream version 7.0 06/93006/1
authorDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 20 Oct 2016 04:28:30 +0000 (13:28 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 20 Oct 2016 04:28:33 +0000 (13:28 +0900)
commit6ad0574136d3b23b486db4fa359672b9f731e235
treeae96a2384615b0132969083bc097c918acf4e9f7
parentde90208a6d3f0b5c5944c4aa4d4ea95fc2611470
Imported Upstream version 7.0

Change-Id: Ib83b48cbb624fbb64cd653899c84ddffdcd21860
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
119 files changed:
ChangeLog.txt
INSTALL.txt
Makefile
NEWS.txt
README.txt
common.c
common.h
dos2unix.c
dos2unix.h
man/de/man1/dos2unix.1
man/de/man1/dos2unix.htm
man/de/man1/dos2unix.po
man/de/man1/dos2unix.pod
man/de/man1/dos2unix.txt
man/es/man1/dos2unix.1
man/es/man1/dos2unix.htm
man/es/man1/dos2unix.po
man/es/man1/dos2unix.pod
man/es/man1/dos2unix.txt
man/fr/man1/dos2unix.1
man/fr/man1/dos2unix.htm
man/fr/man1/dos2unix.po
man/fr/man1/dos2unix.pod
man/fr/man1/dos2unix.txt
man/man1/Makefile
man/man1/dos2unix-man.pot
man/man1/dos2unix.1
man/man1/dos2unix.htm
man/man1/dos2unix.pod
man/man1/dos2unix.txt
man/nl/man1/dos2unix.1
man/nl/man1/dos2unix.htm
man/nl/man1/dos2unix.po
man/nl/man1/dos2unix.pod
man/nl/man1/dos2unix.txt
man/pl/man1/dos2unix.1
man/pl/man1/dos2unix.htm
man/pl/man1/dos2unix.po
man/pl/man1/dos2unix.pod
man/pl/man1/dos2unix.txt
man/pt_BR/man1/dos2unix.1
man/pt_BR/man1/dos2unix.htm
man/pt_BR/man1/dos2unix.po
man/pt_BR/man1/dos2unix.pod
man/pt_BR/man1/dos2unix.txt
man/uk/man1/dos2unix.1
man/uk/man1/dos2unix.htm
man/uk/man1/dos2unix.po
man/uk/man1/dos2unix.pod
man/uk/man1/dos2unix.txt
mingw.mak
mingw32.mak
mingw64.mak
po/da.po
po/de.po
po/dos2unix.pot
po/eo.po
po/es.po
po/fr.po
po/hu.po
po/nb.po
po/nl.po
po/pl.po
po/pt_BR.po
po/ru.po
po/sr.po
po/uk.po
po/vi.po
po/zh_TW.po
test/Makefile [new file with mode: 0755]
test/ascii.t [new file with mode: 0755]
test/chard7.txt [new file with mode: 0755]
test/chardos.txt [new file with mode: 0755]
test/charu7.txt [new file with mode: 0755]
test/charunix.txt [new file with mode: 0644]
test/cp_1252.txt [new file with mode: 0644]
test/cp_437.txt [new file with mode: 0644]
test/cp_850.txt [new file with mode: 0644]
test/cp_860.txt [new file with mode: 0644]
test/cp_863.txt [new file with mode: 0644]
test/cp_865.txt [new file with mode: 0644]
test/dos.txt [new file with mode: 0644]
test/dos_bom.txt [new file with mode: 0644]
test/dos_dbl.txt [new file with mode: 0644]
test/iso.t [new file with mode: 0755]
test/iso_1252.txt [new file with mode: 0644]
test/iso_437.txt [new file with mode: 0644]
test/iso_850.txt [new file with mode: 0644]
test/iso_860.txt [new file with mode: 0644]
test/iso_863.txt [new file with mode: 0644]
test/iso_865.txt [new file with mode: 0644]
test/mac.txt [new file with mode: 0644]
test/mac_dbl.txt [new file with mode: 0644]
test/misc.t [new file with mode: 0755]
test/mixed.txt [new file with mode: 0644]
test/mixedd2u.txt [new file with mode: 0644]
test/mixedm2u.txt [new file with mode: 0644]
test/mixedu2d.txt [new file with mode: 0644]
test/mixedu2m.txt [new file with mode: 0644]
test/symlink.t [new file with mode: 0755]
test/unix.txt [new file with mode: 0644]
test/unix_bom.txt [new file with mode: 0644]
test/unix_dbl.txt [new file with mode: 0644]
test/utf16.t [new file with mode: 0755]
test/utf16.txt [new file with mode: 0755]
test/utf16be.txt [moved from test/utf16_be.txt with 100% similarity]
test/utf16ben.txt [moved from test/utf16_be_nobom.txt with 100% similarity]
test/utf16le.txt [moved from test/utf16_le.txt with 100% similarity]
test/utf16len.txt [moved from test/utf16_le_nobom.txt with 100% similarity]
test/utf16m.txt [new file with mode: 0755]
test/utf16u.txt [new file with mode: 0755]
test/utf8.t [new file with mode: 0755]
test/utf8dos.txt [new file with mode: 0755]
test/utf8dosn.txt [new file with mode: 0755]
test/utf8unix.txt [new file with mode: 0755]
test/utf8unxb.txt [new file with mode: 0755]
unix2dos.c
unix2dos.h
version.mk