summaryrefslogtreecommitdiff
path: root/lib/ctime.pl
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate ctime.pl with a warningSteffen Mueller2009-09-021-0/+7
|
* add disclaimer about perl 4 libraries (modified version ofGurusamy Sarathy1999-07-261-0/+8
| | | | | patch suggested by Clinton Pierce <cpierce1@ford.com>) p4raw-id: //depot/perl@3759
* perl 5.0 alpha 3Larry Wall1993-10-101-1/+1
| | | | | [editor's note: the sparc executables have not been included, and emacs backup files have been removed]
* perl 5.0 alpha 2perl-5a2Larry Wall1993-10-071-1/+1
| | | | [editor's note: from history.perl.org. The sparc executables originally included in the distribution are not in this commit.]
* perl 4.0 patch 22: patch #20, continuedLarry Wall1992-06-081-1/+2
| | | | See patch #20.
* perl 4.0.00: (no release announcement available)perl-4.0.00Larry Wall1991-03-211-7/+15
| | | | So far, 4.0 is still a beta test version. For the last production version, look in pub/perl.3.0/kits@44.
* perl 3.0 patch #42 (combined patch)Larry Wall1991-01-111-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most of these patches are pretty self-explanatory. Much of this is random cleanup in preparation for version 4.0, so I won't talk about it here. A couple of things should be noted, however. First, there's a new -0 option that allows you to specify (in octal) the initial value of $/, the record separator. It's primarily intended for use with versions of find that support -print0 to delimit filenames with nulls, but it's more general than that: null ^A default CR paragraph mode file slurp mode This feature is so new that it didn't even make it into the book. The other major item is that different patchlevels of perl can now coexist in your bin directory. The names "perl" and "taintperl" are just links to "perl3.044" and "tperl3.044". This has several benefits. The perl3.044 invokes the corresponding tperl3.044 rather than taintperl, so it always runs the correct version. Second, you can "freeze" a script by putting a #! line referring to a version that it is known to work with. Third, you can put a new version out there to try out before making it the default perl. Lastly, it sells more disk drives. :-) Barring catastrophe, this will likely be the last patch before version 4.0 comes out.
* perl 3.0 patch #21 patch #19, continuedLarry Wall1990-08-081-1/+1
| | | | See patch #19.
* perl 3.0 patch #17 patch #16, continuedLarry Wall1990-03-271-0/+36
See patch #16.