summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* perl 5.003_02: [no incremental changelog available]Larry Wall1996-08-105-18/+65
|
* perl 5.003_01: [changes beteween cumulative patches and tarball release]perl-5.003_01Charles Bailey1996-07-313-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 usagePerl 5 Porters1996-07-101-0/+7
|
* Add strict untiePerl 5 Porters1996-07-151-4/+24
|
* perl 5.003_01: lib/splainPerl 5 Porters1996-07-101-1/+5
| | | | | Use ~-expanded version of privlib Add VMS support
* Greatly expand options for setting handlersPerl 5 Porters1996-05-011-24/+224
|
* perl 5.003_01: lib/perl5db.plPerl 5 Porters1996-07-051-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.pmPerl 5 Porters1996-06-181-4/+11
| | | | | Drop support for null package name or package "0" Document fallbacks for logical negation
* Eliminate use of $& to avoid runtime penaltyPerl 5 Porters1996-05-012-5/+5
|
* Update to version 1.16Perl 5 Porters1996-05-091-1/+5
|
* perl 5.003_01: lib/lib.pmPerl 5 Porters1996-06-031-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 Porters1996-05-141-1/+1
|
* Escape literal "@" in stringPerl 5 Porters1996-05-011-1/+1
|
* Use newer File::Find to eliminate duplicate codePerl 5 Porters1996-06-182-144/+14
|
* perl 5.003_01: lib/dumpvar.plPerl 5 Porters1996-07-051-3/+4
| | | | | Turn off optional warnings Eliminate $' to avoid runtime penalty
* Eliminate $`,$' to avoid runtime penaltyPerl 5 Porters1996-05-011-2/+2
|
* Use ~-expanded version of privlibPerl 5 Porters1996-07-101-2/+2
|
* Fix bugs in initialization for some timezonesPerl 5 Porters1996-07-031-16/+34
|
* Update to version 96.041801Perl 5 Porters1996-07-051-64/+72
|
* Update to version 96.051501Perl 5 Porters1996-07-081-51/+68
|
* Allow for "0" as a wordPerl 5 Porters1996-05-011-3/+3
|
* perl 5.003_01: lib/Test/Harness.pmPerl 5 Porters1996-07-081-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.pmPerl 5 Porters1996-06-181-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 warningPerl 5 Porters1996-05-141-1/+1
|
* Incorporate new "use <version>" syntaxPerl 5 Porters1996-07-071-1/+1
|
* Update docsPerl 5 Porters1996-07-101-62/+69
|
* Extend to handle 8-bit characters in inputPerl 5 Porters1996-07-041-7/+12
|
* Eliminate $& to avoid runtime penaltyPerl 5 Porters1996-05-012-5/+5
|
* Update to version 2.3Perl 5 Porters1996-07-091-113/+178
|
* Add FindBin library modulePerl 5 Porters1996-06-211-0/+232
|
* perl 5.003_01: lib/File/Find.pmPerl 5 Porters1996-06-181-4/+11
| | | | | Clip off '\dir' suffix under Win32 Fix inversion in recording return values from fileparse()
* perl 5.003_01: lib/File/Copy.pmPerl 5 Porters1996-07-151-5/+2
| | | | | Change handling of $\ to avoid uninitializd variable warning when it was undefined
* perl 5.003_01: lib/File/Basename.pmPerl 5 Porters1996-07-091-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 modulePerl 5 Porters1996-05-151-0/+82
|
* perl 5.003_01: lib/ExtUtils/xsubppPerl 5 Porters1996-07-101-8/+19
| | | | | | Update to version 1.937 Cosmetic changes for easier EMACS editing First pass at correcting return type for void XSUBs
* Add version variablePerl 5 Porters1996-06-211-0/+3
|
* perl 5.003_01: lib/ExtUtils/Mkbootstrap.pmPerl 5 Porters1996-06-211-36/+42
| | | | | Move documentation to end Avoid once-used warnings
* perl 5.003_01: lib/ExtUtils/MakeMaker.pmPerl 5 Porters1996-07-101-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.pmPerl 5 Porters1996-07-241-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.pmPerl 5 Porters1996-07-241-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 supportPerl 5 Porters1996-07-101-5/+8
|
* Add ExtUtils::EmbedPerl 5 Porters1996-07-211-0/+473
|
* Add version check optionPerl 5 Porters1996-06-181-3/+13
|
* perl 5.003_01: lib/Cwd.pmPerl 5 Porters1996-05-151-4/+7
| | | | | Don't reduce '/' to empty string Improved support for Win32
* perl 5.003_01: lib/Carp.pmPerl 5 Porters1996-07-251-9/+29
| | | | | Eliminate $& to avoid runtime penalty Consider @ISA when tracing call stack
* Update documentationPerl 5 Porters1996-07-102-7/+125
|
* Quote string argument in example -- necessary if using strict subsPerl 5 Porters1996-07-154-7/+7
|
* perl 5.003: lib/Symbol.pmPerl 5 Porters1996-06-241-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.34Perl 5 Porters1996-06-247-2821/+2657
|
* Move quotewords() explanation into body of routinePerl 5 Porters1996-03-171-26/+27
|