| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Add a.out support
Update library and dynamic loading support
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 count in i18nl10n
Insure that perl_destruct() and perl_free() are called before exiting
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Add PACK_MALLOC option
Improve OS/2 and NeXT support, including sbrk() replacement
Allow for redirection of diagnostic messages
Add calloc() function
|
|
|
|
|
| |
Allow for different shell names
Delete old version of file before copying in new version
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Use ~-expanded version of privlib
Add VMS support
|
| |
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Drop support for null package name or package "0"
Document fallbacks for logical negation
|
| |
|
| |
|
|
|
|
|
|
| |
Handle empty strings gracefully
Look for architecture-specific directory with or without version
Update reference to FindBin in documentation
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Turn off optional warnings
Eliminate $' to avoid runtime penalty
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Incorporate new "use <version>" syntax
Update to version 1.12, providing improved "skipped" message and
first-pass Unix support for Devel::CoreStack
|
|
|
|
|
| |
Correct documentation for calling sequence of syslog() function
Move call to hostname() into connect() function, and eliminate domain suffix
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Clip off '\dir' suffix under Win32
Fix inversion in recording return values from fileparse()
|
|
|
|
|
| |
Change handling of $\ to avoid uninitializd variable warning when
it was undefined
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
Update to version 1.937
Cosmetic changes for easier EMACS editing
First pass at correcting return type for void XSUBs
|
| |
|
|
|
|
|
| |
Move documentation to end
Avoid once-used warnings
|
|
|
|
|
|
| |
Add MAB support for NeXT
Minimize methods loaded at startup, and SelfLoad the rest as needed
Eliminate colliding declarations of my() variables
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|