summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* perl 5.003_01: utils/perlbug.PLPerl 5 Porters1996-07-161-25/+81
| | | | | | | | 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
* perl 5.003_01: utils/h2xs.PLPerl 5 Porters1996-07-091-9/+128
| | | | | Add documented -p and -s options, and undocumented -x option Add VMS support
* perl 5.003_01: utils/h2ph.PLPerl 5 Porters1996-07-051-1/+1
| | | | | Write output to "install into" directory, not "apparent installed" directory (the two may differ under e.g. AFS)
* perl 5.003_01: util.cPerl 5 Porters1996-07-171-13/+68
| | | | | | | 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 OS-specific initialization for macros used in Plan9 and VMS portsPerl 5 Porters1996-07-251-0/+21
|
* Add default UNIVERSAL methods to corePerl 5 Porters1996-07-071-0/+232
|
* perl 5.003_01: toke.cPerl 5 Porters1996-07-071-7/+83
| | | | | | | | | | 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
* Add tests for new strict untiePerl 5 Porters1996-07-031-0/+144
|
* Consider alternate location for system groups commandPerl 5 Porters1996-05-011-2/+2
|
* Added tests for multicharacter record delimitersPerl 5 Porters1996-06-171-1/+16
|
* Update name of %Config value under VMSPerl 5 Porters1996-06-171-1/+1
|
* Add tests for new Opcode extensionPerl 5 Porters1996-07-184-0/+352
|
* Add tests for new IO extensionPerl 5 Porters1996-07-226-0/+310
|
* perl 5.003_01: t/lib/filehand.tPerl 5 Porters1996-07-181-9/+3
| | | | | Can't call FileHandle methods on unblessed file handle, since IO::Handle is now the default class
* perl 5.003_01: t/lib/dirhand.tPerl 5 Porters1996-07-221-2/+2
| | | | | Check for readdir() directly, rather than more general POSIX test sort results of glob expansion for better alignment with readdir results
* Updated as part of DB_File updatePerl 5 Porters1996-07-053-43/+117
|
* Add tests to check treatment of numbers between 0 and -1Perl 5 Porters1996-05-011-1/+15
|
* Mention when tests were skipped instead of passedPerl 5 Porters1996-07-081-2/+7
|
* perl 5.003_01: sv.cPerl 5 Porters1996-07-251-117/+183
| | | | | | | | | | | | | | | 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
* Correct cast in SAVEDESTRUCTOR macroPerl 5 Porters1996-06-181-1/+1
|
* perl 5.003_01: scope.cPerl 5 Porters1996-07-041-39/+40
| | | | | | Rename global variable to eliminate collision with system headers Add casts to reflect new GV type Allow redirection of debug messages
* Allow redirection of debug messagesPerl 5 Porters1996-06-183-27/+27
|
* perl 5.003_01: proto.hPerl 5 Porters1996-07-171-8/+22
| | | | | | | | 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
* perl 5.003_01: pp_sys.cPerl 5 Porters1996-07-251-27/+90
| | | | | | | | | | | | | 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
* perl 5.003_01: pp_hot.cPerl 5 Porters1996-07-041-21/+63
| | | | | | | | | 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
* perl 5.003_01: pp_ctl.cPerl 5 Porters1996-07-151-19/+42
| | | | | | | | | | | 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"
* perl 5.003_01: pp.hPerl 5 Porters1996-07-051-6/+5
| | | | | Revise SETsv() and tryAMAGICun() macros Rename global symbol to eliminate collision with system header files
* perl 5.003_01: pp.cPerl 5 Porters1996-07-161-30/+44
| | | | | | | | | | 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
* perl 5.003_01: pod/pod2man.PLPerl 5 Porters1996-07-291-17/+23
| | | | | Handle characters with high bit set Don't try to find local Perl via PATH on Plan9
* Handle characters with high bit setPerl 5 Porters1996-07-041-6/+8
|
* perl 5.003_01: pod/pod2html.PLPerl 5 Porters1996-07-071-4/+5
| | | | | | | 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
* perl 5.003_01: pod/perlxstut.podPerl 5 Porters1996-07-101-15/+27
| | | | | | | 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
* Typos and formatting correctedPerl 5 Porters1996-07-081-4/+4
|
* perl 5.003_01: pod/perlvar.podPerl 5 Porters1996-07-051-13/+26
| | | | | | | Correct pod formatting Expand documentation for $. and $| Correct $# documentation for initial value Add documentation for $^H
* perl 5.003_01: pod/perltrap.podPerl 5 Porters1996-07-291-104/+936
| | | | | Typos and pod formatting corrected Perl4 - Perl5 traps revised extensively
* Fix pod formattingPerl 5 Porters1996-07-051-3/+3
|
* perl 5.003_01: pod/perltie.podPerl 5 Porters1996-07-151-5/+13
| | | | | Quote package name in tie -- required when using strict subs Make return value in example meaningful
* perl 5.003_01: pod/perlsub.podPerl 5 Porters1996-07-051-11/+12
| | | | | Typos corrected Update reference to AutoLoader/AutoSplit documentation
* Extensive rewritePerl 5 Porters1996-07-071-106/+227
|
* Distinguish between "identifier" and full variable namePerl 5 Porters1996-05-011-1/+1
|
* perl 5.003_01: pod/perlref.podPerl 5 Porters1996-06-181-8/+12
| | | | | Note potential gc problems with cyclic data structures Distinguish between "identifier" and full variable name
* Correct typoPerl 5 Porters1996-06-181-1/+1
|
* Correct pod formattingPerl 5 Porters1996-05-011-0/+2
|
* perl 5.003_01: pod/perlop.podPerl 5 Porters1996-06-171-5/+5
| | | | | | Correct typos and pod formatting Correct documentation for s///: return value with no substitutions, use of backticks as delimiters
* Add documentation for default UNIVERSAL methodsPerl 5 Porters1996-07-051-2/+71
|
* perl 5.003_01: pod/perlmod.podPerl 5 Porters1996-07-101-9/+21
| | | | | | | 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
* perl 5.003_01: pod/perllol.podPerl 5 Porters1996-06-171-3/+3
| | | | | Typos corrected Syntax clarified for optional ->
* Use pod formatting instead of ASCII emphasisPerl 5 Porters1996-06-171-1/+1
|
* perl 5.003_01: pod/perlfunc.podPerl 5 Porters1996-07-191-24/+54
| | | | | | | | | | | | | 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
* Typos correctedPerl 5 Porters1996-06-172-15/+15
|