Initial
[urisagit/File-ReadBackwards.git] / Changes
CommitLineData
0308c4d5 1Revision history for Perl extension File::ReadBackwards.
2
30.90 Mon Feb 28 21:37:29 2000
4 - original version; created by h2xs 1.19
5
60.91 fixed test suite
7
80.92 edited documentation
9
100.93 Tue Mar 7 23:31:40 EST 2000
11 removed use of qr// so it works under MacPerl
12 added README
13 edited documentation
14
150.94 Wed Mar 8 00:12:28 EST 2000
16 removed use of for modifier so it works under MacPerl
17
180.95 Fri Apr 26 13:48:40 EDT 2002
19 readline returns undef on a sysseek error so it fails cleanly on pipes
20 - from Carl Edwards <cedwards@vitesse.com>
21
22
23 added eof() method
24 - from Antti S Lankila <alankila@cc.helsinki.fi>
25
26 added flag to new() that marks the record separator as a regular
27 expression. that used to be the default behavior and now the
28 default is that is it a plain string like $/.
29 - from Robin Houston <robin@kitsite.com>
30
31 added close() method
32 - from kdamundson@mmm.com
33
34 updated pod to reflect the changes
35
360.96 Sun May 26 00:28:49 EDT 2002
37
38 fixed bug in close method and added test for close
39 - from Robin Houston <robin@kitsite.com>
40
410.97 Sun May 26 00:28:49 EDT 2002
42
43 D'oh! call CORE::close inside close(). robin had it correct
44 in his patch and i didn't use that.
45
460.98 Wed Aug 21 22:51:41 EDT 2002
47
48 fixed bug with a partial buffer of '0'.
49 - from Joe Schaefer <joe+usenet@sunstarsys.com>
50
510.99 Tue Dec 3 00:50:23 EST 2002
52
53 fixed bug where readline returns data after a close
54 - from Khamdy <xayaraj@speedfactory.net>
55
561.00 Mon Aug 18 02:04:24 EDT 2003
57
58 fixed doc bug for the tied interface. the module name needs quotes
59 - from Madeleine Price <mad@ugcs.caltech.edu>
60
61 added support for the tell method (including tests)
62 - Slaven Rezic <srezic@iconmobile.net>
63
641.01 Tue Oct 7 01:31:40 EDT 2003 (not released to cpan)
65
66 fixed bug in test script in close_test. the write_file fails on
67 winblows since the file is still open from the main loop. now the
68 file is closed explicitly and tests added to cover that.
69 - Peter J. Acklam <pjacklam@online.no>
70
711.02 Fri Nov 21 01:53:42 EST 2003
72
73 fixed test problems with cr/lf files.
74 modified module to better handle them and when the rec_sep is set
75 all tests now work on unix and windows
76
771.03 Mon Jan 24 17:57:54 EST 2005
78
79 added get_handle method and tests for it.
80 - Mark-Jason Dominus
81
821.04 Thu May 5 01:10:44 EDT 2005
83
84 added getline method and tests for it
85 - Slaven Rezic <srezic@iconmobile.net>
86 added support and test for large files (>2GB)
87 - Slaven Rezic <srezic@iconmobile.net>
88
89