|
From: GitHub <no...@gi...> - 2015-10-11 22:58:25
|
Branch: refs/heads/master Home: https://github.com/swig/swig Commit: a1e385694e9a0aa543e9eeb362626a4f10708ff6 https://github.com/swig/swig/commit/a1e385694e9a0aa543e9eeb362626a4f10708ff6 Author: Rick Luddy <ric...@de...> Date: 2015-08-25 (Tue, 25 Aug 2015) Changed paths: M Lib/go/go.swg Log Message: ----------- Removed golang stringing for signed/unsigned char With this change, generated code for golang treats char* as a string but treats signed char* and unsigned char* as normal pointers. This seems to fit better with the expected behavior, as the latter are more often used as non-string data. Commit: b1204ce92f94a3183e5528f70076b284726bcbe0 https://github.com/swig/swig/commit/b1204ce92f94a3183e5528f70076b284726bcbe0 Author: Rick Luddy <ric...@de...> Date: 2015-09-03 (Thu, 03 Sep 2015) Changed paths: M CHANGES.current M Lib/go/go.swg Log Message: ----------- Revert reference change; update CHANGES.current Commit: 00ca9c07d13adfc4f6b8917753a1db8f18561839 https://github.com/swig/swig/commit/00ca9c07d13adfc4f6b8917753a1db8f18561839 Author: William S Fulton <ws...@fu...> Date: 2015-10-11 (Sun, 11 Oct 2015) Changed paths: M CHANGES.current M Lib/go/go.swg Log Message: ----------- Merge branch 'demi-rluddy-golang-unsigned-signed-char-not-string' * demi-rluddy-golang-unsigned-signed-char-not-string: Revert reference change; update CHANGES.current Removed golang stringing for signed/unsigned char Conflicts: CHANGES.current Compare: https://github.com/swig/swig/compare/d0dd63e4377e...00ca9c07d13a |