Olly Betts
631b41ae7b
Use https for swig.org links
2022-10-06 13:16:39 +13:00
Olly Betts
3bf1da4298
Fix a few documentation typos
2022-09-29 18:17:32 +13:00
William S Fulton
c10a84c775
Cosmetic stray semi-colon removal after %typemap using quotes
2022-08-31 19:40:13 +01:00
William S Fulton
ec965840ce
Cosmetic stray semi-colon removal after %typemap
2022-08-20 15:29:49 +01:00
William S Fulton
470d1926f8
Bump version to 4.1.0
2020-06-08 20:47:47 +01:00
William S Fulton
e321ee30f0
Changes file correction
2020-01-31 22:28:24 +00:00
Vadim Zeitlin
7cc94808b6
Extend std::auto_ptr<> support to Ruby
...
This is trivial as exactly the same typemap as for Python can be used
for Ruby too, all the differenced are abstracted by the unified typemap
library.
2020-01-17 15:09:17 +01:00
William S Fulton
c48d11ac17
Bump version to 4.0.2
2019-08-22 06:55:39 +01:00
Olly Betts
1dd5d50c99
Fix details of ZEND_MODULE_GLOBALS_ACCESSOR change
...
This is actually needed when using a ZTS build of any PHP 7.x
release, nothing specific to PHP 7.2 at all.
2019-05-22 11:02:29 +12:00
William S Fulton
6a91723fcf
Bump version to 4.0.1
2019-04-28 21:01:21 +01:00
luz.paz
60dfa31a67
Misc. typos
...
found via `codespell` and `grep`
2018-05-17 10:04:23 -04:00
William S Fulton
99bbc65bae
Typo correction in changes file
2017-10-17 21:55:19 +01:00
Olly Betts
90f9117e10
Fix various comment and documentation typos
2017-08-13 18:04:33 +12:00
Olly Betts
ccf8fe0dd0
Fix version of last release in CHANGES
2017-03-22 15:43:14 +13:00
William S Fulton
2ab08e493f
Bump version to 3.0.13
...
[skip ci]
2017-01-28 00:23:59 +00:00
William S Fulton
05da06857f
changes file updates
2017-01-27 19:08:10 +00:00
William S Fulton
12e1ab0e93
Bump version to 3.0.12
2016-12-30 23:49:46 +00:00
William S Fulton
5919e9c3c7
Consistent referencing of issues in the changes file.
...
[skip ci]
2016-12-27 19:45:02 +00:00
William S Fulton
84b06fa21b
Bump version to 3.0.11
2016-06-12 10:14:11 +01:00
William S Fulton
cbec3239d2
Correct CHANGES comment about kwargs and compactdefaultargs.
...
[skip ci]
2016-05-31 22:28:35 +01:00
William S Fulton
8aea57c704
Bump version to 3.0.10
2016-05-29 15:46:46 +01:00
William S Fulton
a91d1b5a42
Remove unused kwnames generated variable in Ruby wrappers
...
This seems to be from some left over Python kwargs / unfinished kwargs support
2016-05-28 00:45:24 +01:00
Olly Betts
f910607e26
Fix typo: "neccessary" -> "necessary"
2016-01-12 13:37:39 +13:00
William S Fulton
a8cf1eddf8
Bump version to 3.0.9
2015-12-31 18:04:16 +00:00
William S Fulton
5d363276f5
Bump version to 3.0.8
2015-08-03 22:33:52 +01:00
William S Fulton
c6f8aadc64
Cosmetic corrections - Mac OS X
2015-08-02 20:14:20 +01:00
William S Fulton
55686fbe56
Bump version to 3.0.7
2015-07-06 06:55:43 +01:00
Vadim Zeitlin
84e9cc6570
Mark the not-always-using-args in Python change as incompatible.
...
Some existing typemaps actually rely on "*args" being always used, so document
the change fixing the bug which resulted in their use as being potentially
incompatible and point to a way to restore the previous behaviour.
2015-04-22 23:45:30 +02:00
William S Fulton
3f549a2a5f
Correct changes notes on %pythonnondynamic usage
2015-04-10 20:34:01 +01:00
William S Fulton
d834202695
Bump version to 3.0.6
...
[skip ci]
2015-02-01 00:55:35 +00:00
William S Fulton
bedff70793
Bump version to 3.0.5
2015-01-14 23:58:49 +00:00
Olly Betts
d315187a1c
Fix typo in old entry
2015-01-08 14:15:46 +13:00
Olly Betts
e4326229b6
Fix typo
2015-01-07 12:40:31 +13:00
William S Fulton
73222a1cd1
Bump version to 3.0.4
2014-12-31 01:22:16 +00:00
Olly Betts
e047d2e2bd
Remove bogus ; after } in documentation
2014-11-07 15:34:43 +13:00
William S Fulton
3dcc501ac0
Spelling fix
2014-10-21 07:55:07 +01:00
William S Fulton
2862a0a6bc
Syntax fix using %feature in documentation
2014-10-21 07:34:51 +01:00
Olly Betts
227dd35609
Fix incorrect examples of regex %rename
2014-08-12 14:33:25 +12:00
William S Fulton
e982dc7e3b
Correct documentation of special variable names
...
$parentname is really $parentclassname
$parentsymname is really $parentclasssymname
2014-07-01 20:07:19 +01:00
William S Fulton
8728a97dc6
Bump version to 3.0.3
2014-06-06 19:56:38 +01:00
William S Fulton
68347cb723
Bump version to 3.0.2
2014-05-28 18:51:46 +01:00
Olly Betts
618868ce3d
Fix typos
2014-04-29 11:31:29 +12:00
William S Fulton
b0afd857e5
Bump version to 3.0.1
2014-03-17 06:54:00 +00:00
Olly Betts
2f3bf144c6
Fix assorted comment and documentation typos
2014-02-23 17:15:22 +13:00
William S Fulton
d7f91bc47a
CHANGES files corrections since 2.0.12 release
...
A number of fixes committed since 2.0.11 release were intended for the
3.0.0 release were backported to the maintenance-2.0 branch for 2.0.12.
2014-02-16 22:28:57 +00:00
Olly Betts
c6e4dea572
Fix a few typos in comments and docs
2013-12-12 11:45:30 +13:00
Olly Betts
12708c9241
Fix typos
2013-09-25 17:29:33 +12:00
William S Fulton
37bccfd517
Bump version to 3.0.0
...
SWIG 3 is open for business - looks go crazy!
2013-09-18 00:40:17 +01:00
William S Fulton
8e89cad271
Bump version to 2.0.11
2013-05-27 20:27:50 +01:00
Olly Betts
f9566ad2df
Fix assorted typos.
...
From https://sourceforge.net/p/swig/patches/332/ and some others too.
2013-01-08 18:47:40 +13:00