summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* perl 5.003_01: os2/Makefile.SHsPerl 5 Porters1996-06-181-5/+74
| | | | | Add a.out support Update library and dynamic loading support
* "truncate" should expect file handle as first argumentPerl 5 Porters1996-07-051-1/+1
|
* Reflect fix to "truncate" in opcode.plPerl 5 Porters1996-07-051-1/+1
|
* Overload OPf_SPECIAL with G_KEEPERR status for OP_(ENTER|LEAVE)EVALPerl 5 Porters1996-07-051-0/+1
|
* perl 5.003_01: op.cPerl 5 Porters1996-07-051-60/+115
| | | | | | | | | | | | | | | | | Add warning for duplicate my() declaration in same scope Allow redirection of debug/error messages Add op_seq flag used by compiler Add support for new GV type Add comment indicating potential fix for memory leak when free OP_ANONCODE; however, this fix breaks eval of anon sub in closure Carry G_KEEPERR setting down from perl_call_sv() into nested evals Remove problematic integer optimization of order comparisons Add shared hash key support Add optional version check to "use" Rename newCONDOP() parameters to avoid collisions with systtem headers Call imported "glob" function from "<*.*>"-style expansion Use defgv directly for arg-less "shift" within sub Permit spaces in prototype specifications
* Correct typo osver --> osversPerl 5 Porters1996-07-101-1/+1
|
* perl 5.003_01: miniperlmain.cPerl 5 Porters1996-07-171-5/+4
| | | | | Correct count in i18nl10n Insure that perl_destruct() and perl_free() are called before exiting
* perl 5.003_01: mg.cPerl 5 Porters1996-07-051-54/+131
| | | | | | | | | | | | Use safefree() instead of Safefree to free memory allocated by safemalloc() Add support for shared hash keys Add $^E support for OS/2 Add support for 64-bit time values Add cast for new GV type Don't allow errors in setting string $! to change $! Restart system calls on all signals where possible Add support for imporved %SIG management Don't reset global $. unless we're reading a file
* perl 5.003_01: malloc.cPerl 5 Porters1996-07-051-29/+268
| | | | | | | Add PACK_MALLOC option Improve OS/2 and NeXT support, including sbrk() replacement Allow for redirection of diagnostic messages Add calloc() function
* perl 5.003_01: makedepend.SHPerl 5 Porters1996-07-101-2/+8
| | | | | Allow for different shell names Delete old version of file before copying in new version
* Delete old copy before generating new onePerl 5 Porters1996-07-101-0/+1
|
* 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
|