summaryrefslogtreecommitdiff
path: root/ext/VMS-DCLsym
Commit message (Collapse)AuthorAgeFilesLines
* add gitignore exclusions for files in gitGraham Knop2020-11-231-0/+1
| | | | | | | | There are a number of files excluded using gitignore rules that are included in the repository. This can lead to confusion if something other than git tries to read the ignore files. Add rules to the gitignore files so that these files won't be ignored.
* fix other pod versions that had become out of date, and add reminder commentsKaren Etheridge2017-11-181-2/+2
|
* Replace multiple 'use vars' by 'our' in extNicolas R2017-11-111-3/+2
| | | | | | | | Using vars pragma is discouraged and has been superseded by 'our' declarations available in Perl v5.6.0 or later. This commit is about replacing the usage of 'vars' pragma by 'our' in 'ext' directory.
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-2/+2
| | | | | | | | | | Switch from two-argument form. Filehandle cloning is still done with the two argument form for backward compatibility. Committer: Get all porting tests to pass. Increment some $VERSIONs. Run: ./perl -Ilib regen/mk_invlists.pl; ./perl -Ilib regen/regcharclass.pl For: RT #130122
* ext/VMS-DCLsym/DCLsym.pm: Fix missing pod referenceKarl Williamson2016-05-251-3/+3
| | | | | | | This looks like it was meant to point to a later heading or item in the document, but which was removed at some point, with the reference left dangling. I confirmed with Craig Berry that what it is referring to is the text in the next paragraph.
* Increase $VMS::DCLsym::VERSION to 1.06Father Chrysostomos2014-12-211-1/+1
|
* Remove bogus ST(0) assignment from DCLsym.xsFather Chrysostomos2014-12-211-1/+1
| | | | | | | If we are using PPCODE, then simply assigning to ST(0) won’t return the value, unless we also do SP++. So this function has been return- ing an empty list on failure and the ST(0) assignment has been doing nothing.
* Remove bogus GIMME check from DCLsym.xsFather Chrysostomos2014-12-211-5/+3
| | | | | | | GIMME used to return 0 for scalar context. As of 5.12, it never returns 0. As it happens, this function (_getsym) is only ever called in one spot (by getsym) and in list context. So don’t even bother with the check.
* Fixed verbatim lines in POD over 79 charactersBrian Gottreu2013-06-221-2/+3
|
* Fix symbol table associations in VMS::DCLsymCharles Bailey2011-02-142-9/+45
|
* bump versions on VMS::DCLsym, mro, Search::Dist and UNIVERSAL and delta them ↵Matt S Trout2010-06-211-1/+1
| | | | as having spelling fixes
* Spell-check fixes in extH.Merijn Brand2010-06-071-1/+1
|
* Move vms/ext/DCLsym and vms/ext/Stdio to ext/VMS-DCLsym and ext/VMS-Stdio.Craig A. Berry2009-09-035-0/+489