pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/converters/dos2unix



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Jul  9 09:39:06 UTC 2012

Modified Files:
        pkgsrc/converters/dos2unix: Makefile distinfo

Log Message:
Update to 6.0

Changelog:
2012-05-06 Erwin Waterlander <waterlan%xs4all.nl@localhost>
        * Version 6.0
        * man/*/man1/*.pod: Removed =encoding. It is not supported
          by perl 5.8.8, which is shipped with MinGW and DJGPP.

2012-04-20 Erwin Waterlander <waterlan%xs4all.nl@localhost>
        * man/*/man1/*.pod: Set encoding explicitly to Latin-1.
        * Makefile: Target 'doc' makes all man pages.

2012-04-12 Erwin Waterlander <waterlan%xs4all.nl@localhost>
        * po/de.po: Update German translations. Thanks to Philipp Thomas.

2012-04-09 Erwin Waterlander <waterlan%xs4all.nl@localhost>
        * INSTALL.txt: List the prerequisites.
        * Makefile: Friendlier for DJGPP/MinGW/MSYS.

2012-04-04 Erwin Waterlander <waterlan%xs4all.nl@localhost>
        * po/eo.po: Update Esperanto translations. Thanks to Rugxulo.

2012-03-30 Erwin Waterlander <waterlan%xs4all.nl@localhost>
        * Skip UTF-16 file when conversion to UTF-8 goes wrong.
        * Update English and Dutch manual.

2012-03-28 Erwin Waterlander <waterlan%xs4all.nl@localhost>
        * common.c: Support UTF-16 surrogate pairs.
        * dos2unix.c, unix2dos.c: Check wchar_t size.

2012-03-26 Erwin Waterlander <waterlan%xs4all.nl@localhost>
        * *.c: Use fgetc/fputc instead of getc/putc.

2012-03-25 Erwin Waterlander <waterlan%xs4all.nl@localhost>
        * po, man: Update Dutch translations.

2012-03-24 Erwin Waterlander <waterlan%xs4all.nl@localhost>
        * On Unix, convert UTF-16 files only when the locale encoding
          is UTF-8 to prevent accidental loss of text.

2012-03-23 Erwin Waterlander <waterlan%xs4all.nl@localhost>
        * Turn off ISO and 7-bit mode if an Unicode text file is detected,
          to prevent corruption of UTF-8 files.
        * Update English manual.
        * Fix compilation for WatcomC, DJGPP, MSYS, OS/2.
        * Makefile: Support CFLAGS_USER, LDFLAGS_USER, and DEFS_USER for
          Debian Linux. Thanks to Jari Aalto.

2012-03-21 Erwin Waterlander <waterlan%xs4all.nl@localhost>
        * Support conversion of Unicode UTF-16 from stdin.
        * Update English manual.

2012-03-20 Erwin Waterlander <waterlan%xs4all.nl@localhost>
        * Support conversion of Unicode UTF-16 encoded files.

2012-03-16 Erwin Waterlander <waterlan%xs4all.nl@localhost>
        * common.c: Make it compile on Cygwin 1.5.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/converters/dos2unix/Makefile \
    pkgsrc/converters/dos2unix/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index