summaryrefslogtreecommitdiff
path: root/Lib/tcl
Commit message (Expand)AuthorAgeFilesLines
* Add missing typecheck typemaps for std::auto_ptr and std::unique_ptrWilliam S Fulton2022-09-172-0/+12
* Provide SWIGTYPE MOVE typemaps in swigmove.iWilliam S Fulton2022-09-161-0/+1
* Add Tcl support for std::unique_ptr and std::auto_ptrWilliam S Fulton2022-07-303-10/+107
* Clean up Tcl version docs and handlingOlly Betts2022-07-282-4/+3
* [Tcl] Fix handling of long long on 32-bit platformsOlly Betts2022-07-271-22/+5
* Remove remaining code to support macos9Olly Betts2022-07-193-285/+3
* Tcl std_vector.i functions not staticWilliam S Fulton2022-07-051-3/+3
* Remove Tcl SWIGTYPE CLASS typemapWilliam S Fulton2022-07-041-5/+0
* argcargv.i cosmetic updatesWilliam S Fulton2022-05-151-1/+1
* Typemaps for (int ARGC, char **ARGV) fixupWilliam S Fulton2022-05-151-4/+0
* Fix argcargv.i in Perl5, Tcl, PHPErez Geva2022-05-111-0/+5
* Add argcargv.i to more languages: Perl 5, Tcl, PHPErez Geva2022-05-061-0/+28
* [Tcl] Fix SWIG_AsWCharPtrAndSize() to assign resultOlly Betts2022-03-081-0/+1
* Fix GCC -Wunused warning in generated Tcl wrappersOlly Betts2022-03-041-0/+1
* [Tcl] std_vector.i: Remove unneeded \ line joinsOlly Betts2022-02-101-11/+11
* [Tcl] Fix Tcl generic input typemap for std::vectorOlly Betts2022-02-101-1/+1
* [Tcl] Fix std_vector typecheck typemapsOlly Betts2022-02-011-12/+12
* [tcl] Drop remnants of support for Tcl < 8Olly Betts2022-01-213-14/+2
* Fix typosDimitris Apostolou2021-11-171-1/+1
* Consistent parameter names for std::pairWilliam S Fulton2019-02-141-2/+2
* Add STL container copy constructors where missingWilliam S Fulton2019-02-142-3/+3
* Add missing typedefs to std::vector + typedef correctionsWilliam S Fulton2019-02-131-0/+16
* Add missing typedefs to std::pairWilliam S Fulton2019-02-131-0/+2
* Add missing typedefs to std::mapWilliam S Fulton2019-02-131-0/+6
* Add missing parameter names in STL container wrappersWilliam S Fulton2019-02-132-3/+3
* Create a consistent stl.i library fileWilliam S Fulton2019-02-121-1/+0
* Fix overloading for non-pointers and NULL - TclWilliam S Fulton2018-12-291-1/+2
* Tcl swig_const_info - use const char *William S Fulton2018-10-221-1/+1
* Add support for non-default compare template argument in std::map wrappersWilliam S Fulton2018-10-091-5/+5
* Remove final remnants of GCJ - jstring.iWilliam S Fulton2018-06-151-42/+0
* Misc. typosluz.paz2018-05-171-4/+4
* Remove GCJ supportOlly Betts2017-10-091-2/+0
* Fix various comment and documentation typosOlly Betts2017-08-131-1/+1
* SWIG_Tcl_ObjectDelete: Fix potential NULL pointer dereferencesOlly Betts2016-12-131-1/+2
* Fix comment typoOlly Betts2016-12-131-1/+1
* Remove dead assignmentOlly Betts2016-12-131-1/+0
* Remove pointless casting away of constOlly Betts2016-12-131-1/+1
* Suppress unused parameter warning properlyOlly Betts2016-12-131-2/+1
* Don't use long long if it isn't availableAlec Cooper2016-01-061-4/+12
* Tcl fix when using -Wmissing-field-initializers warningsWilliam S Fulton2015-12-191-0/+6
* Remove author names - they are in the COPYRIGHT fileWilliam S Fulton2014-06-241-2/+0
* Whitespace cleanup of all Makefiles*Karl Wette2014-05-021-18/+14
* Move some header file includes into fragments for UTL languagesWilliam S Fulton2014-02-212-4/+4
* Add <string> fragmentWilliam S Fulton2014-02-151-1/+1
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-10-101-13/+6
|\
| * Remove X11 detection during configureWilliam S Fulton2013-09-181-13/+6
* | Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-285-21/+41
|\ \ | |/
| * Fix some language's std::map wrappers to recognise difference_type, size_type...William S Fulton2012-05-151-0/+4
| * [Tcl] Fix variable declarations in middle of blocks which isn'tOlly Betts2011-06-182-4/+4
| * Fix comment typosOlly Betts2011-06-031-4/+4