Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl 5.003_02: [no incremental changelog available] | Larry Wall | 1996-08-10 | 5 | -18/+65 |
| | |||||
* | perl 5.003_01: [changes beteween cumulative patches and tarball release]perl-5.003_01 | Charles Bailey | 1996-07-31 | 3 | -0/+0 |
| | | | | | This commit just represents the minor differences between applying the patches from 5.003 to 5.003_01 and the 5.003_01 release tarball. | ||||
* | Add explanation of common usage | Perl 5 Porters | 1996-07-10 | 1 | -0/+7 |
| | |||||
* | Add strict untie | Perl 5 Porters | 1996-07-15 | 1 | -4/+24 |
| | |||||
* | perl 5.003_01: lib/splain | Perl 5 Porters | 1996-07-10 | 1 | -1/+5 |
| | | | | | Use ~-expanded version of privlib Add VMS support | ||||
* | Greatly expand options for setting handlers | Perl 5 Porters | 1996-05-01 | 1 | -24/+224 |
| | |||||
* | perl 5.003_01: lib/perl5db.pl | Perl 5 Porters | 1996-07-05 | 1 | -39/+96 |
| | | | | | | Update to version 0.95: use SHELL environment variable, add option for status message on return from sub, improved reporting of AUTOLOAD, listing of package versions, improved ReadLine support | ||||
* | perl 5.003_01: lib/overload.pm | Perl 5 Porters | 1996-06-18 | 1 | -4/+11 |
| | | | | | Drop support for null package name or package "0" Document fallbacks for logical negation | ||||
* | Eliminate use of $& to avoid runtime penalty | Perl 5 Porters | 1996-05-01 | 2 | -5/+5 |
| | |||||
* | Update to version 1.16 | Perl 5 Porters | 1996-05-09 | 1 | -1/+5 |
| | |||||
* | perl 5.003_01: lib/lib.pm | Perl 5 Porters | 1996-06-03 | 1 | -2/+7 |
| | | | | | | Handle empty strings gracefully Look for architecture-specific directory with or without version Update reference to FindBin in documentation | ||||
* | Allow for directory named "0" | Perl 5 Porters | 1996-05-14 | 1 | -1/+1 |
| | |||||
* | Escape literal "@" in string | Perl 5 Porters | 1996-05-01 | 1 | -1/+1 |
| | |||||
* | Use newer File::Find to eliminate duplicate code | Perl 5 Porters | 1996-06-18 | 2 | -144/+14 |
| | |||||
* | perl 5.003_01: lib/dumpvar.pl | Perl 5 Porters | 1996-07-05 | 1 | -3/+4 |
| | | | | | Turn off optional warnings Eliminate $' to avoid runtime penalty | ||||
* | Eliminate $`,$' to avoid runtime penalty | Perl 5 Porters | 1996-05-01 | 1 | -2/+2 |
| | |||||
* | Use ~-expanded version of privlib | Perl 5 Porters | 1996-07-10 | 1 | -2/+2 |
| | |||||
* | Fix bugs in initialization for some timezones | Perl 5 Porters | 1996-07-03 | 1 | -16/+34 |
| | |||||
* | Update to version 96.041801 | Perl 5 Porters | 1996-07-05 | 1 | -64/+72 |
| | |||||
* | Update to version 96.051501 | Perl 5 Porters | 1996-07-08 | 1 | -51/+68 |
| | |||||
* | Allow for "0" as a word | Perl 5 Porters | 1996-05-01 | 1 | -3/+3 |
| | |||||
* | perl 5.003_01: lib/Test/Harness.pm | Perl 5 Porters | 1996-07-08 | 1 | -45/+73 |
| | | | | | | Incorporate new "use <version>" syntax Update to version 1.12, providing improved "skipped" message and first-pass Unix support for Devel::CoreStack | ||||
* | perl 5.003_01: lib/Sys/Syslog.pm | Perl 5 Porters | 1996-06-18 | 1 | -6/+5 |
| | | | | | Correct documentation for calling sequence of syslog() function Move call to hostname() into connect() function, and eliminate domain suffix | ||||
* | Fix VMS test to eliminate void context warning | Perl 5 Porters | 1996-05-14 | 1 | -1/+1 |
| | |||||
* | Incorporate new "use <version>" syntax | Perl 5 Porters | 1996-07-07 | 1 | -1/+1 |
| | |||||
* | Update docs | Perl 5 Porters | 1996-07-10 | 1 | -62/+69 |
| | |||||
* | Extend to handle 8-bit characters in input | Perl 5 Porters | 1996-07-04 | 1 | -7/+12 |
| | |||||
* | Eliminate $& to avoid runtime penalty | Perl 5 Porters | 1996-05-01 | 2 | -5/+5 |
| | |||||
* | Update to version 2.3 | Perl 5 Porters | 1996-07-09 | 1 | -113/+178 |
| | |||||
* | Add FindBin library module | Perl 5 Porters | 1996-06-21 | 1 | -0/+232 |
| | |||||
* | perl 5.003_01: lib/File/Find.pm | Perl 5 Porters | 1996-06-18 | 1 | -4/+11 |
| | | | | | Clip off '\dir' suffix under Win32 Fix inversion in recording return values from fileparse() | ||||
* | perl 5.003_01: lib/File/Copy.pm | Perl 5 Porters | 1996-07-15 | 1 | -5/+2 |
| | | | | | Change handling of $\ to avoid uninitializd variable warning when it was undefined | ||||
* | perl 5.003_01: lib/File/Basename.pm | Perl 5 Porters | 1996-07-09 | 1 | -57/+27 |
| | | | | | | | | | | | Relax reversibility of fileparse() from same string to same file Don't return VMS default directory from fileparse() if it's not in input Add VERSION Correct documentation and remove redundant comments Fix handling of MSDOS file syntax Correct recognition of MacOS name, so it doesn't collide with MachTen Eliminate use of &` to avoid runtime penalty Don't convert single-char path (root dir) into empty string | ||||
* | Add Fatal library module | Perl 5 Porters | 1996-05-15 | 1 | -0/+82 |
| | |||||
* | perl 5.003_01: lib/ExtUtils/xsubpp | Perl 5 Porters | 1996-07-10 | 1 | -8/+19 |
| | | | | | | Update to version 1.937 Cosmetic changes for easier EMACS editing First pass at correcting return type for void XSUBs | ||||
* | Add version variable | Perl 5 Porters | 1996-06-21 | 1 | -0/+3 |
| | |||||
* | perl 5.003_01: lib/ExtUtils/Mkbootstrap.pm | Perl 5 Porters | 1996-06-21 | 1 | -36/+42 |
| | | | | | Move documentation to end Avoid once-used warnings | ||||
* | perl 5.003_01: lib/ExtUtils/MakeMaker.pm | Perl 5 Porters | 1996-07-10 | 1 | -10/+12 |
| | | | | | | Add MAB support for NeXT Minimize methods loaded at startup, and SelfLoad the rest as needed Eliminate colliding declarations of my() variables | ||||
* | perl 5.003_01: lib/ExtUtils/MM_VMS.pm | Perl 5 Porters | 1996-07-24 | 1 | -139/+151 |
| | | | | | | | | | | | | | Fixed bugs in path cleanup functions Correct sort routine in find_perl(), and reduce log messages for $Verbose=1 Eliminate @ from NOOP macro; it's already supplied by NOECHO Eliminate redundant \t from UMASK_NULL Don't conflate /Include qualifiers; it's not necessary Separate directory from non-directory macros, and clean up directories Store INST_*DIR macros in $self hash, so they can be used in path fixups Improve timestamp handling in pm_to_blib Use $(NOECHO) macro throughout, to allow for easier override Eliminate repeated declaration or my() variable. | ||||
* | perl 5.003_01: lib/ExtUtils/MM_Unix.pm | Perl 5 Porters | 1996-07-24 | 1 | -21/+29 |
| | | | | | | | | | | | Use negative substr position argument for efficiency SelfLoad most routines so they're not loaded if overridden Add MAB support for NeXT Store INST_*DIR macros in $self hash, so they can be used in overrides Skip all symlinks, not just directories, in libscan Use case-insensitive pattern when trimming $striplibpath Substitute '.' for empty components of PATH Remove $(INST_STATIC) only if we rebuild it | ||||
* | NeXT-specific support | Perl 5 Porters | 1996-07-10 | 1 | -5/+8 |
| | |||||
* | Add ExtUtils::Embed | Perl 5 Porters | 1996-07-21 | 1 | -0/+473 |
| | |||||
* | Add version check option | Perl 5 Porters | 1996-06-18 | 1 | -3/+13 |
| | |||||
* | perl 5.003_01: lib/Cwd.pm | Perl 5 Porters | 1996-05-15 | 1 | -4/+7 |
| | | | | | Don't reduce '/' to empty string Improved support for Win32 | ||||
* | perl 5.003_01: lib/Carp.pm | Perl 5 Porters | 1996-07-25 | 1 | -9/+29 |
| | | | | | Eliminate $& to avoid runtime penalty Consider @ISA when tracing call stack | ||||
* | Update documentation | Perl 5 Porters | 1996-07-10 | 2 | -7/+125 |
| | |||||
* | Quote string argument in example -- necessary if using strict subs | Perl 5 Porters | 1996-07-15 | 4 | -7/+7 |
| | |||||
* | perl 5.003: lib/Symbol.pm | Perl 5 Porters | 1996-06-24 | 1 | -1/+1 |
| | | | | | Do Perl version check at compile time, so that user gets a clear error message instead of syntax errors during compilation | ||||
* | Update to MakeMaker 5.34 | Perl 5 Porters | 1996-06-24 | 7 | -2821/+2657 |
| | |||||
* | Move quotewords() explanation into body of routine | Perl 5 Porters | 1996-03-17 | 1 | -26/+27 |
| |