aboutsummaryrefslogtreecommitdiff
path: root/Lib/tcl
AgeCommit message (Expand)Author
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
2007-09-24fix long long handling - mainly patch 1771313. Attempt to define ISO limits t...William S Fulton
2006-09-24Fix Tcl typemaps to handle unsigned long > LONG_MAX and unsigned long longOlly Betts
2006-04-11fix docs, path provided by OllyMarcelo Matus
2006-03-26fix prototype warnings, as reported by Max BrowsherMarcelo Matus
2006-03-26fix type castMarcelo Matus
2006-03-07Common template for head of each file detailing licence, distribution and aut...William S Fulton
2006-02-22add the factory library for UTLMarcelo Matus
2006-02-20fix seterrormsg as reported by Colin McDonaldMarcelo Matus
2006-02-18fix premature object deletion reported by Paul in tcl3dMarcelo Matus
2006-02-17Fix Sun workshop char* problemsWilliam S Fulton
2006-02-11comments, clean and cosmeticsMarcelo Matus
2006-02-06add back. comp. names, reported by paul@posft.deMarcelo Matus
2006-02-01fix -external-runtime and warning arounds in subversionMarcelo Matus
2006-01-30reenable missing INPUT/OUTPUT, and add tests for std::stringMarcelo Matus
2006-01-28backward compatible definition of SWIG_excetion, we now just try to use the s...Marcelo Matus
2006-01-28fix exception, use SWIG_failMarcelo Matus
2006-01-24fix error reported by William K. Foster about bad strings generating seg faultsMarcelo Matus
2006-01-22more fixes to MSCMarcelo Matus
2006-01-22fixes for VCMarcelo Matus
2006-01-17add macro for backward comp.Marcelo Matus
2006-01-14use internal SWIG_exception_fail, let SWIG_exception as in 1.3.27Marcelo Matus
2006-01-08Each target language now has its own std_deque.i like the other STL wrappers.William S Fulton
2006-01-07add macros/names to avoid numeric warning codes. use them in tcl,perl,ruby an...Marcelo Matus
2006-01-06add initial stl.i to ensure proper file inclussion and extensions for each la...Marcelo Matus
2006-01-06add stl.i files for each language to prevent improper includesMarcelo Matus
2006-01-03uniform cni examplesMarcelo Matus
2005-12-31add missing operator warnsMarcelo Matus
2005-12-30add tcl+java exampleMarcelo Matus
2005-12-28fix char/bool typesMarcelo Matus
2005-12-22fix unsigned casesMarcelo Matus