Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | argcargv.i cosmetic updates | William S Fulton | 2022-05-15 | 1 | -1/+1 |
| | |||||
* | Typemaps for (int ARGC, char **ARGV) fixup | William S Fulton | 2022-05-15 | 1 | -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, PHP | Erez Geva | 2022-05-11 | 1 | -0/+4 |
| | | | | | | | 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, PHP | Erez Geva | 2022-05-06 | 1 | -0/+40 |
Signed-off-by: Erez Geva <ErezGeva2@gmail.com> |