aboutsummaryrefslogtreecommitdiff
path: root/Lib/tcl
AgeCommit message (Expand)Author
2024-04-11Update to v4.2.1HEADmastermainAlistair Delva
2019-02-14Consistent parameter names for std::pairWilliam S Fulton
2019-02-14Add STL container copy constructors where missingWilliam S Fulton
2019-02-13Add missing typedefs to std::vector + typedef correctionsWilliam S Fulton
2019-02-13Add missing typedefs to std::pairWilliam S Fulton
2019-02-13Add missing typedefs to std::mapWilliam S Fulton
2019-02-13Add missing parameter names in STL container wrappersWilliam S Fulton
2019-02-12Create a consistent stl.i library fileWilliam S Fulton
2018-12-29Fix overloading for non-pointers and NULL - TclWilliam S Fulton
2018-10-22Tcl swig_const_info - use const char *William S Fulton
2018-10-09Add support for non-default compare template argument in std::map wrappersWilliam S Fulton
2018-06-15Remove final remnants of GCJ - jstring.iWilliam S Fulton
2018-05-17Misc. typosluz.paz
2017-10-09Remove GCJ supportOlly Betts
2017-08-13Fix various comment and documentation typosOlly Betts
2016-12-13SWIG_Tcl_ObjectDelete: Fix potential NULL pointer dereferencesOlly Betts
2016-12-13Fix comment typoOlly Betts
2016-12-13Remove dead assignmentOlly Betts
2016-12-13Remove pointless casting away of constOlly Betts
2016-12-13Suppress unused parameter warning properlyOlly Betts
2016-01-06Don't use long long if it isn't availableAlec Cooper
2015-12-19Tcl fix when using -Wmissing-field-initializers warningsWilliam S Fulton
2014-06-24Remove author names - they are in the COPYRIGHT fileWilliam S Fulton
2014-05-02Whitespace cleanup of all Makefiles*Karl Wette
2014-02-21Move some header file includes into fragments for UTL languagesWilliam S Fulton
2014-02-15Add <string> fragmentWilliam S Fulton
2013-10-10Merge branch 'master' into gsoc2009-matevzWilliam S Fulton
2013-09-18Remove X11 detection during configureWilliam S Fulton
2013-01-28Merge branch 'master' into gsoc2009-matevzWilliam S Fulton
2013-01-24Add rvalue reference typemapsWilliam S Fulton
2012-05-15Fix some language's std::map wrappers to recognise difference_type, size_type...William S Fulton
2011-06-18[Tcl] Fix variable declarations in middle of blocks which isn'tOlly Betts
2011-06-03Fix comment typosOlly Betts
2011-05-17Apply #3300072 from Christian Delbaere to fix multiple module loading not alw...William S Fulton
2011-04-11Apply patch #3284326 to fix some compiler warnings.William S Fulton
2011-04-09Cosmetics - Fix bracket matchingWilliam S Fulton
2011-03-29Apply patch 3224663 for Tcl - NULL value fixes and performance improvements f...William S Fulton
2010-04-04remove std::map specializations - not needed since the typemap matching rules...William S Fulton
2010-04-01Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton
2010-02-27SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton
2009-08-21fix SWIG naming conventionWilliam S Fulton
2009-08-05fix vector of templated typesWilliam S Fulton
2009-07-03[Tcl] To complement USE_TCL_STUBS, add support for USE_TK_STUBSOlly Betts
2008-02-10Add newmemory parameter for SWIG_TypeCastWilliam S Fulton
2007-11-20fix comments about fragments - noticed by Josh CherryWilliam S Fulton
2007-10-23VC++ error/warning fixesWilliam S Fulton
2007-10-17Remove cvs $Header$William S Fulton
2007-10-16[Tcl] Fix several ocurrences of "warning: deprecated conversionOlly Betts
2007-10-15[Tcl] Prevent SWIG_Tcl_ConvertPtr from calling the unknown proc.Olly Betts
2007-10-15Another place which can use std::string::assign() which I failed to check inOlly Betts