summaryrefslogtreecommitdiff
path: root/Lib/tcl
Commit message (Expand)AuthorAgeFilesLines
* Add newmemory parameter for SWIG_TypeCastWilliam S Fulton2008-02-101-1/+6
* fix comments about fragments - noticed by Josh CherryWilliam S Fulton2007-11-201-8/+2
* VC++ error/warning fixesWilliam S Fulton2007-10-234-9/+9
* Remove cvs $Header$William S Fulton2007-10-171-1/+0
* [Tcl] Fix several ocurrences of "warning: deprecated conversionOlly Betts2007-10-161-1/+1
* [Tcl] Prevent SWIG_Tcl_ConvertPtr from calling the unknown proc.Olly Betts2007-10-151-5/+28
* Another place which can use std::string::assign() which I failed to check inOlly Betts2007-10-151-3/+3
* fix long long handling - mainly patch 1771313. Attempt to define ISO limits t...William S Fulton2007-09-241-4/+16
* Fix Tcl typemaps to handle unsigned long > LONG_MAX and unsigned long longOlly Betts2006-09-241-11/+13
* fix docs, path provided by OllyMarcelo Matus2006-04-111-1/+1
* fix prototype warnings, as reported by Max BrowsherMarcelo Matus2006-03-261-1/+1
* fix type castMarcelo Matus2006-03-261-1/+1
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-0717-97/+135
* add the factory library for UTLMarcelo Matus2006-02-221-0/+1
* fix seterrormsg as reported by Colin McDonaldMarcelo Matus2006-02-201-0/+3
* fix premature object deletion reported by Paul in tcl3dMarcelo Matus2006-02-181-6/+18
* Fix Sun workshop char* problemsWilliam S Fulton2006-02-171-4/+3
* comments, clean and cosmeticsMarcelo Matus2006-02-111-1/+8
* add back. comp. names, reported by paul@posft.deMarcelo Matus2006-02-061-0/+3
* fix -external-runtime and warning arounds in subversionMarcelo Matus2006-02-013-13/+3
* reenable missing INPUT/OUTPUT, and add tests for std::stringMarcelo Matus2006-01-301-3/+0
* backward compatible definition of SWIG_excetion, we now just try to use the s...Marcelo Matus2006-01-281-1/+1
* fix exception, use SWIG_failMarcelo Matus2006-01-281-1/+1
* fix error reported by William K. Foster about bad strings generating seg faultsMarcelo Matus2006-01-241-1/+1
* more fixes to MSCMarcelo Matus2006-01-221-3/+3
* fixes for VCMarcelo Matus2006-01-221-5/+10
* add macro for backward comp.Marcelo Matus2006-01-171-0/+3
* use internal SWIG_exception_fail, let SWIG_exception as in 1.3.27Marcelo Matus2006-01-141-0/+5
* Each target language now has its own std_deque.i like the other STL wrappers.William S Fulton2006-01-081-0/+1
* add macros/names to avoid numeric warning codes. use them in tcl,perl,ruby an...Marcelo Matus2006-01-072-13/+13
* add initial stl.i to ensure proper file inclussion and extensions for each la...Marcelo Matus2006-01-061-2/+1
* add stl.i files for each language to prevent improper includesMarcelo Matus2006-01-061-0/+8
* uniform cni examplesMarcelo Matus2006-01-031-0/+2
* add missing operator warnsMarcelo Matus2005-12-311-0/+14
* add tcl+java exampleMarcelo Matus2005-12-301-0/+42
* fix char/bool typesMarcelo Matus2005-12-281-1/+10
* fix unsigned casesMarcelo Matus2005-12-221-2/+2
* keep old typemap code in place, but disable, for readers to look around, and ...Marcelo Matus2005-12-133-0/+504
* fixes for the examples and tcl to use the old Tcl_SetResult()... methodsMarcelo Matus2005-12-091-1/+3
* add SWIGUNUSEDPARMMarcelo Matus2005-12-021-1/+1
* Use the system angle brackets for %includeWilliam S Fulton2005-11-264-5/+8
* more speed upsMarcelo Matus2005-11-241-0/+4
* simplify the ASPTR_ARGS and ASVAL_ARGS macros to one AS_ARGMarcelo Matus2005-11-041-5/+2
* add std_except typemaps to the unified typemap libraryMarcelo Matus2005-10-311-0/+1
* move attribute.i to the typemap library, now is usable from all the languagesMarcelo Matus2005-10-251-0/+1
* eliminate compilation warnings, add docs, and centralize the access to the un...Marcelo Matus2005-10-255-45/+57
* Perl added to the Unified typemap library, cleaner way to use the library, an...Marcelo Matus2005-10-2413-313/+145
* remove extra error handlingMarcelo Matus2005-10-201-11/+0
* include the user's fragment file in the same placeMarcelo Matus2005-10-202-19/+17
* finishing the first stage of the typemap unification scheme, fixing issues wi...Marcelo Matus2005-10-206-120/+147