summaryrefslogtreecommitdiff
path: root/Lib/perl5/argcargv.i
Commit message (Collapse)AuthorAgeFilesLines
* argcargv.i cosmetic updatesWilliam S Fulton2022-05-151-1/+1
|
* Typemaps for (int ARGC, char **ARGV) fixupWilliam S Fulton2022-05-151-4/+0
| | | | | The default typemap should not be in this library file - this is for users to add in if they want C default argument support.
* Fix argcargv.i in Perl5, Tcl, PHPErez Geva2022-05-111-0/+5
| | | | | | | Add missing type map for type check. Add testing of argcargv.i for Perl5, Tcl, PHP and Ruby. Signed-off-by: Erez Geva <ErezGeva2@gmail.com>
* Add argcargv.i to more languages: Perl 5, Tcl, PHPErez Geva2022-05-061-0/+31
Signed-off-by: Erez Geva <ErezGeva2@gmail.com>