From 6860e2bc03dc2a46de0989dc938bffe63eb0694b Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 15 May 2022 19:12:39 +0100 Subject: [PATCH] Document argc argv library --- CHANGES.current | 6 +++++ Doc/Manual/Contents.html | 1 + Doc/Manual/Library.html | 50 ++++++++++++++++++++++++++++++++++++---- Lib/lua/argcargv.i | 2 +- Lib/ruby/argcargv.i | 7 +++--- 5 files changed, 57 insertions(+), 9 deletions(-) diff --git a/CHANGES.current b/CHANGES.current index f14dc24ad..3818bdf0b 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,12 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.1.0 (in progress) =========================== +2022-05-15: erezgeva, eiselekd + [Lua, Perl, PHP, Tcl] #2275 #2276 Add argcargv.i library containing + (int ARGC, char **ARGV) multi-argument typemaps. + + Document this library in Typemaps.html. + 2022-05-04: wsfulton [C#] Add C# wchar_t * director typemaps diff --git a/Doc/Manual/Contents.html b/Doc/Manual/Contents.html index 57ef77087..dfa9f6101 100644 --- a/Doc/Manual/Contents.html +++ b/Doc/Manual/Contents.html @@ -419,6 +419,7 @@
  • The %include directive and library search path
  • C arrays and pointers