| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
More informative prompting
Don't edit precomposed file
Correct socket %Config variable under VMS
Try again if we can't read precomposed file
Be more finicky about command to send message
|
|
|
|
|
| |
Add documented -p and -s options, and undocumented -x option
Add VMS support
|
|
|
|
|
| |
Write output to "install into" directory, not "apparent installed"
directory (the two may differ under e.g. AFS)
|
|
|
|
|
|
|
| |
Allow redirection of debug messages
Add safe calloc() wrappers
Correct count in i18nl10n
Use Unixish my_p(open|close)() under OS/2 #ifdef HAS_FORK
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Add suport for version check via "use"
Add fast symbol lookup support
Optimize subs returning constant value to constants
Change memory allocation calls to use macros from handy.h
Allow \t as well as ' ' between "perl" and switches on #! line
Allow leading '_' under strict subs in barewords stringified as hash keys
#ifdef out under QNX assertion which gives it trouble
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Can't call FileHandle methods on unblessed file handle, since
IO::Handle is now the default class
|
|
|
|
|
| |
Check for readdir() directly, rather than more general POSIX test
sort results of glob expansion for better alignment with readdir results
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Don't try stdio tricks under QNX
Mark deleted SV with "impossible" type
Use Safemalloc to allocate memory for SVs, since we'll use Safefree
to deallocate it later
Use casts to reflect new GV type
Allow redirection of debug messages
Add shared hash key support
Tolerate dangling references in debugger during object destruction
Don't warn about unreferenced scalars spotted during sv_clean_all()
If we're not trying stdio tricks, at least give system calls some
breathing room when we use the same line terminator they do (\n)
Add information to sv_dump() output
|
| |
|
|
|
|
|
|
| |
Rename global variable to eliminate collision with system headers
Add casts to reflect new GV type
Allow redirection of debug messages
|
| |
|
|
|
|
|
|
|
|
| |
Reflect name changes to routines and parameters
Add new routines for shared has keys, faster symbol lookup,
improved %SIG management, default UNIVERSAL methods,
verion checking, and safecalloc()
Correct count in i18nl10n
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use home-grown name for chsize() to avoid possible collision with
function which exists in system libraries but isn't used
Support home-grown analogue to binmode()
Give debugger access to function call executing "tie" and "dbmopen"
Implement strict untie
Add casts to reflect new GV type
Allow redirection of debug messages
Fix handling of file truncation
Handle missing rdev field in struct stat
Handle 64-bit time values
|
|
|
|
|
|
|
|
|
| |
Use new GV type explicitly
Update processing of glob expansion under OS/2
Rename global variable to eliminate collision with system headers
Give debugger more information about XSUBs
Pass @_ through properly to nested XSUB call
Improve efficiency of method lookup
|
|
|
|
|
|
|
|
|
|
|
| |
Rename global variable to eliminate collision with system header files
Allow redurection of debug messages
Make sure the right stack is in use in die()
Correct juggling of stack and @_ in pp_goto()
Get more information about XSUBs to debugger
Preserve SP around eval
Propagate G_KEEPERR down into eval
Don't worry about %INC if we're not in a "require"
|
|
|
|
|
| |
Revise SETsv() and tryAMAGICun() macros
Rename global symbol to eliminate collision with system header files
|
|
|
|
|
|
|
|
|
|
| |
Add cast for new GV type
Check for magic SV in pp_ref()
Use more complex default seed in pp_srand(), but skip bits on Plan9
which give its cc/asm a headache
Reflect new HV management
Make SV created to hold result of unpack('u',...) a valid string
Rename global variable to eliminate collision with system header files
|
|
|
|
|
| |
Handle characters with high bit set
Don't try to find local Perl via PATH on Plan9
|
| |
|
|
|
|
|
|
|
| |
Correct typo in STDERR
Remove .pm as well as .pod suffix from input filename
Drop erroneous double quotes around function parameter
Convert characters with high bit set to HTML escapes
|
|
|
|
|
|
|
| |
Typos corrected
Reflect change in blib structure at version 5.002
Reflect addition of "use vars" by h2xs
Note that h2xs doesn't scan nested includes
|
| |
|
|
|
|
|
|
|
| |
Correct pod formatting
Expand documentation for $. and $|
Correct $# documentation for initial value
Add documentation for $^H
|
|
|
|
|
| |
Typos and pod formatting corrected
Perl4 - Perl5 traps revised extensively
|
| |
|
|
|
|
|
| |
Quote package name in tie -- required when using strict subs
Make return value in example meaningful
|
|
|
|
|
| |
Typos corrected
Update reference to AutoLoader/AutoSplit documentation
|
| |
|
| |
|
|
|
|
|
| |
Note potential gc problems with cyclic data structures
Distinguish between "identifier" and full variable name
|
| |
|
| |
|
|
|
|
|
|
| |
Correct typos and pod formatting
Correct documentation for s///: return value with no substitutions,
use of backticks as delimiters
|
| |
|
|
|
|
|
|
|
| |
Typos and pod formatting corrected
Use "identifier" for both members of an aliased pair of symbols
to emphasize their equivalence
Add description of "ops" and "vars" pragmatic modules
|
|
|
|
|
| |
Typos corrected
Syntax clarified for optional ->
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Typos corrected
Update "each" documentation to include behavior in scalar context
Add documentation for new "prototype" operator
Explain "require" expansion of barewords
Add limit parameter to "split" example to clarify its use
Update "srand" documentation to reflect new behavior
Quote package name in "tie" example -- necesary under use strict subs
Correct "time" docs to reflect that not all epochs are Unix
Update "use" documentation to inidcate that first parameter must
be a bareword or Perl version number
|
| |
|