pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/p5-File-Tail
Module Name: pkgsrc
Committed By: mef
Date: Mon Feb 8 03:13:38 UTC 2016
Modified Files:
pkgsrc/misc/p5-File-Tail: Makefile distinfo
Log Message:
Update 1.0 to 1.3
-----------------
1.1 Lee Duncan drew my attention to Stephan Muller's fixes for Windows
compatibility
Changed the use of the system's mv command to using File::Copy in the
tests. (Steffen Mueller)
Added machine-readable license statement to Makefile.PL and thus
META.yml (Steffen Mueller)
The sixth test in 10/open.t is skipped on win32 because you can't just
move files around that are opened. (Steffen Mueller)
Due to using sysread and friends, there were newline problems on win32.
That should be fixed now. (Steffen Mueller)
1.2 Break the infinite loop that can result when the average length of lines
causes the attempt to fill the tail buffer to fill with the exact same
or even smaller number of lines.
1.3 Fix for a stupid bug in 1.2 (GFILATOV, Slaven_Rezic)
Added a warning for use of debug in a non-debug version of File::Tail
Shows a warning when maxbuf is set to a too-small value
Invoking name_changes callback changes the value of input attribute
(sottile%ix.netcom.com@localhost)
When deciding to reopen the file, check if the inode matches (that
would mean it has not been ranamed)
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/misc/p5-File-Tail/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/p5-File-Tail/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