Next | Query returned 10 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   2012-04-11 19:51:05 by Ryo ONODERA | Files touched by this commit (5) | Package removed
Log message:
Remove dos2unix.
Imported to pkgsrc.
   2012-04-11 19:41:35 by Ryo ONODERA | Files touched by this commit (3)
Log message:
Update to 5.3.3

* Use PKGMANDIR instead of hardcoded man in patch-Makefile

Changelog:
* Enabled wildcard expansion for all versions.
* Fixed a compile error when compiled with debug enabled.
   2012-02-03 16:20:19 by Ryo ONODERA | Files touched by this commit (2)
Log message:
Update to 5.3.2

Changelog:
2012-01-27: Version 5.3.2

  * New homepage URL: http://waterlan.home.xs4all.nl/dos2unix.html
  * Compiles for native MSYS.
  * Compile with OpenWatcom for DOS32 and Win32.
  * Detect code page on OS/2.
  * Support wild cards on OS/2.
   2011-10-17 07:32:18 by Ryo ONODERA | Files touched by this commit (1)
Log message:
Add CONFLICTS
   2011-10-17 07:24:28 by Ryo ONODERA | Files touched by this commit (1)
Log message:
Remove unnecessary lines.
   2011-10-07 16:45:26 by Ryo ONODERA | Files touched by this commit (1)
Log message:
Regen
   2011-09-18 01:27:20 by Ryo ONODERA | Files touched by this commit (1)
Log message:
Update HOMEPAGE.
   2011-08-17 06:23:52 by Ryo ONODERA | Files touched by this commit (4)
Log message:
Update to 5.3.1

Changelog:
2011-08-09 Erwin Waterlander <waterlan@xs4all.nl>
        * Version 5.3.1

2011-08-08 Julio A. Freyre-Gonzalez <jfreyreg@gmail.com>
        * Spanish translation of messages and manual.

2011-06-26 Erwin Waterlander <waterlan@xs4all.nl>
        * bugfix: dos2unix changes ownership and permissions on file.
          When an other user (e.g. root) than the owner has write permission
          on the input file, dos2unix changes owner, group and umask in old
          file mode to the other user's owner, group and umask who runs
          dos2unix. Fixed only for Unix. Thanks to Christopher Williams.
        * Keep permissions also on Windows. Use chmod() i.s.o. fchmod().

2011-06-16 Erwin Waterlander <waterlan@xs4all.nl>
        * Identical functions from dos2unix.c and unix2dos.c
          are moved to common.c.

2011-06-15 Erwin Waterlander <waterlan@xs4all.nl>
        * Dos2unix and Unix2dos share the same language files.

2011-05-04 Erwin Waterlander <waterlan@xs4all.nl>
        * dos2unix.c: Removed redundant ConvertDosToUnixOldFile().
        * unix2dos.c: Removed redundant ConvertUnixToDosOldFile().
   2011-04-30 00:54:29 by Ryo ONODERA | Files touched by this commit (3) | Package updated
Log message:
Update to 5.3

* regen patch

Changelog:
2011-04-26 Erwin Waterlander <waterlan@xs4all.nl>
	* Version 5.3

2011-04-23 Erwin Waterlander <waterlan@xs4all.nl>
	* Don't report an error when unlink() fails because a file
	  doesn't exist.

2011-04-13 Erwin Waterlander <waterlan@xs4all.nl>
	* Print system error when input file can't be openened.
	  For instance "Permission denied"
	* Update manuals.
	* Update translations.

2011-04-04 Erwin Waterlander <waterlan@xs4all.nl>
	* Always print and return an error when wrong command-line
	  options are used. Also in quiet mode.
	* New option '--': Treat all following options as file names.

2011-04-03 Erwin Waterlander <waterlan@xs4all.nl>
	* Improved error reporting. Return system error when an error occurs.
	* Don't quit after first error (like rm, ls, grep, tar).
	* In quiet mode the return value is always zero.

2011-03-27 Erwin Waterlander <waterlan@xs4all.nl>
	* dos2unix.c/unix2dos.c: Check if symbolic links point to
	  regular files.
	* dos2unix.c/unix2dos.c: Added short options -F, -R, -S.
	* po: update translations.

2011-03-24 Erwin Waterlander <waterlan@xs4all.nl>
	* dos2unix.c/unix2dos.c: Changed options --follow, --no-follow,
	  to  --follow-symlink,  --replace-symlink,  --skip-symlink.
	* dos2unix.c/unix2dos.c: Options --force and --safe are only to
	  covert binary files or skip them.
	* dos2unix.c/unix2dos.c: Non-regular files that are not symbolic
	  links are never converted.

2011-03-23 Chris Wilson <cygwin@cwilson.fastmail.fm>
	* dos2unix.c/unix2dos.c: New options --follow and --no-follow.
	  In follow mode dos2unix writes to the symlink target, instead
	  of replacing the symbolic link with an output file.

2011-03-22 Chris Wilson <cygwin@cwilson.fastmail.fm>
	* querycp.c: Behave on Cygwin same as on Linux. Default
	  code page in ISO mode is CP437.

2011-03-21 Chris Wilson <cygwin@cwilson.fastmail.fm>
	* dos2unix.c/unix2dos.c:
	  - Cygwin may define WIN32 (via include files).
	  - bugfix: Cygwin: set mode to binary in stdio mode conversion.
	    Needed in case non-Cygwin program launches dos2unix.
	  - bugfix: set failure mode if rename fails in quiet mode.
	  - New option: -s, --safe. Opposite of -f, --force.
	* Makefile: Cleanup for Cygwin.

2011-03-19 Erwin Waterlander <waterlan@xs4all.nl>
	* Makefile: Install links instead of binary/manpage copies on Cygwin.

2011-03-05 Erwin Waterlander <waterlan@xs4all.nl>
	* man/man1/dos2unix.pod: Replace GPL with FreeBSD license.
	* man/nl/man1/dos2unix.pod: Replace GPL with FreeBSD license.
   2011-03-06 10:51:23 by Ryo ONODERA | Files touched by this commit (4)
Log message:
Update to 5.2.1.

Changelog:
2011-03-04 Erwin Waterlander <waterlan@xs4all.nl>
	* Version 5.2.1

2011-03-03 Erwin Waterlander <waterlan@xs4all.nl>
	* Don't print used code page in quiet mode.

2011-03-02 Erwin Waterlander <waterlan@xs4all.nl>
	* Esperanto x-notation format is optional. Default is Unicode.
	  There is no installation of an 'eo-x' locale any more.
	  Add EO_XNOTATION=1 to make command-line to select x-notation.
	  It will change the format of the normal 'eo' locale from Unicode
	  to ASCII x-notation.

2011-02-28 Erwin Waterlander <waterlan@xs4all.nl>
	* Makefile: Make LFS optional with variable LFS (default on).
	* dos2unix.c/unix2dos.c: Print file name with stat() system error.

2011-02-26 Erwin Waterlander <waterlan@xs4all.nl>
	* dos2unix.c/unix2dos.c: Report system error when stat() fails.
	* Makefile: Enable 64 bit file system interface (_FILE_OFFSET_BITS=64).
	  This enables opening files larger than 2GB on 32 bit systems, provided
	  the system has Large File Support (LFS). See also section 1.3.4
	  "Feature Test Macros" of The GNU C Library manual.
	  http://www.gnu.org/s/libc/manual/html_node/Feature-Test-Macros.html

2011-02-22 Erwin Waterlander <waterlan@xs4all.nl>
	* In debug mode file mode is printed (compile with DEBUG=1).

2011-02-19 Erwin Waterlander <waterlan@xs4all.nl>
	* Makefile: Generation of PostScript and PDF is optional.
	  This removes dependency on Groff and GhostScript (thanks to Philipp Thomas).

2011-02-04 Erwin Waterlander <waterlan@xs4all.nl>
	* Makefile: Replace GPL (accidently patched in) with FreeBSD license.
	* man/man1/Makefile: Fix perl command for for DOS alike file systems
	  (Can't do inplace edit without backup.). (thanks to Elbert Pol)

Next | Query returned 10 messages, browsing 1 to 10 | previous