Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > main-release > by-pkgid > e26d616bac60cc6afbba149074ab41c5 > files > 5

dos2unix-1.0.3-3mdv2010.1.x86_64.rpm

1.0.3	- README, configure.in, hd2u.spec: bumped-up version
	- NEWS, hd2u.spec: added info about this release
	(2008/09/10)
	- dos2unix.c: print "stdin" instead of "(null)" in verbose mode
	- dos2unix.c: if file type is undetermined (file without line
	  endings or empty file), print so in verbose mode and do not try to
	  convert such file
	- Makefile.in: "$^" changed into "$(@:%=%.c)" as the "$^" gets
	  expanded into "dos2unix.c config.h" and that causes problem
	  for gcc 2.95.3 ("gcc: Compilation of header file requested")
	(2007/09/28)

1.0.2	- README, configure.in, hd2u.spec: bumped-up version
	- NEWS: added info about this release
	(2007/08/28)
	- dos2unix.c: added 'b' to 'fopen()' calls so that conversion is not
	  confused on platforms like Cygwin
	(2007/07/05)
	- hd2us.spec: added %%{?dist} into spec
	(2007/01/28)

1.0.1	- README, configure.in, hd2u.spec: bumped-up version
	- NEWS: added info about this release
	- AUTHORS, README, configure.in, dos2unix.c, hd2u.spec: updated
	  emails and URLs
	- INSTALL: added info about 'make dos2unix-optimized'
	- README: added URL for hd2u home page
	- Makefile.in: package test.sh into tarball
	(2007/01/28)
	- Makefile.in, hd2u.spec: 'make dos2unix-optimized' added and
	  utilized to build hd2u optimized using profile-directed
	  optimizations
	(2006/08/17)
	- Makefile.in, hd2u.spec, test.sh: implemented 'make test' to
	  perform some basic tests of hd2u after compilation
	(2006/05/13)
	- Makefile.in: use VPATH and $^ (thaks to Marty Leisner
	  <mleisner@eng.mc.xerox.com>)
	- dos2unix.c: applied changes from Jerry <jds@worldlynx.net> to make
	  it compile with gcc under MinGW/MSYS
	(2005/10/03)

1.0.0	- TODO: removed notice about big files being truncated
	- NEWS: added info about this release
	- NEWS: fixed few typos
	(2005/03/15)

0.9.2	- NEWS: updated
	(2004/10/28)
	- dos2unix.c: do not clear FT_BINARY flag from fileType when Mac
	line endings are detected which should avoid image or sound (or
	other binary) files to be confused with Mac text files (thanks to
	basic <basic@mozdev.org> and Caj Nordström
	<caj.nordstrom@beamex.com> for pointing out the bug and suggesting
	the fix)
	- README: fixed typo (thanks to N. Roeser <n-roeser@gmx.net> and
	Ryan Schmidt <hello-200407@ryandesign.com> for pointing out the
	mistake)
	- INSTALL: added notice about popt-devel as suggested by max
	- install-sh: updated from automake-1.8.3 package
	- Makefile.in: changed '$(CC) $(CFLAGS) -o $(TARGET) $(TARGET).c
	$(LIBS)' to '$(CC) $(CFLAGS) -o $@ $(@:%=%.c) $(LIBS)' (based on
	suggestion by Marty Leisner <mleisner@eng.mc.xerox.com>)
	(2004/10/25)
	- ChangeLog, README: fixed typos
	(2004/04/18)
0.9.1	- Makefile.in: 'make cleanall' removes also cache directory created
	by 'autoconf'
	- dos2unix.c: --version (-V) option added: display version
	information
	- configure.in: incorporated changes sugested by configure.scan
	generated by 'autoscan'
	- config.h.in added (as created by 'autoheader')
	- configure.in: config.h is generated by 'configure'
	- Makefile.in: incorporated changes done to configure.in
	- README: added info about --version (-V) option
	(2004/04/14)
0.9.0	- dos2unix.c: files in Mac format are now recognized; thanks to Sam
	Barnum <sbarnum@pointsystems.com> and max
	<max@oddjob.utias.utoronto.ca> for suggestion (and to max also for
	pushing me to actualy do that :)
	- dos2unix.c: new conversion types: MAC -> UNIX, UNIX -> MAC,
	DOS -> MAC and MAC -> DOS
	- dos2unix.c: when autodetected input format does not match input
	format suggested by conversion type option on command line, conversion
	type is automaticaly corrected
	- dos2unix.c: --force (-f) option, which supress above mentioned
	behaviour
	- install-sh: updated from automake-1.6 package
	- README: updated
	- TODO: what should be fixed till next stable release
	(2003/11/14)

0.8.2	- dos2unix.c: read/write buffers implemented - increases performance
	about 9 times
	- dos2unix.c: message "File format '<file>':" changed to
	"File format of '<file>':"
	- TODO: updated
	(2003/10/03)
0.8.1	- dos2unix.c: mkstemp() used instead of tmpnam()
	- dos2unix.c: temporary directory specified by TMPDIR or TMP
	environment variable used; if none of them is avialable, then "/tmp"
	is used
	(2003/02/26)
0.8.0	- ChangeLog: fixed typo
	- README: updated "Usage" chapter
	- dos2unix.c: updated help
	(2002/01/04)
	- applied patch from Philip White <pwhite@mailhaven.com> (minor
	grammar corrections and miscellaneous beautifying in help & docs)
	(2002/05/07)

0.7.2	- INSTALL: fixed info about changing prefix
	- Makefile.in: create bin directory before installing hd2u binary
	into it; this should solve the problem when using custom prefix
	in which 'bin' directory does not exists (thanks to Emanuele Olivetti
	<olivetti@itc.it> for reporting the problem)
	- dos2unix.c: fix gcc 2.96 warning: string length '687' is greater
	than the minimum length '509' ISO C89 is required to support
	(2002/01/04)
0.7.1	- dos2unix.c: --skipbin (-b) switch added: binary files won't be
	converted
	- dos2unix.c: --test (-t): NO output (not even verbose)
	- dos2unix.c: conversion of input data from stdin works again
	- dos2unix.c: reworked convert(): conversion of input data from stdin works
	again; better separation of detection, verbose info output and other logic
	- dos2unix.c: rouge '\r' are reported but only conversion dos -> unix
	affects them (they are skipped)
	- dos2unix.c: directories when given as input are skipped
	(2001/01/11)
0.7.0	- dos2unix.c: more robust source format detection can detect binary
	files, mixed mode files, and files with no line endings at all
	- dos2unix.c: added automatic skipping of binary files
	- dos2unix.c: added --test mode to check filetype without converting
	- dos2unix.c: added --verbose option to show status messages while
	working
	- dos2unix.c: converted C++ style (//) comments to C style (/**/)
	(some C compilers will choke on //)
	- dos2unix.c: reordered function definition to avoid prototypes
	- dos2unix.c: replaced hard tabs with 4 spaces
	- dos2unix.c: added emacs modeline
	(2001/02/07 - Rob Ginda <rginda@netscape.com>)
	- documentation updates (see TODO!!!)
	(2001/02/11)

0.6.0	- documentation: fixed typos
	- dos2unix.c: handle NULL when returned by tmpnam()
	- Makefile.in: added '-Wall -pedantic' to CFLAGS
	(2001/01/21)

0.5.12	- documentation extended (popt) and updated (configure)
	- configure.in: check for getopt_long() function
	(2000/09/26)
0.5.11	- ./configure.in: check popt library
	- Makefile.in: LIBS
	(2000/09/26)
0.5.10	- autoconfigure
	(2000/08/07)
0.5.9	- --auto option
	- do not touch files which are alredy in specified target format
	(2000/08/05)
0.5.0	- first public release
	- full enought feature set
	(1999/11/25)