aboutsummaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2006-01-23fix several compiler warningsMarcelo Matus
2006-01-23fix detection of public accessMarcelo Matus
2006-01-23fix for freearg with value especializationMarcelo Matus
2006-01-23fix java/csharp overload issueMarcelo Matus
2006-01-22fix warning for unused varMarcelo Matus
2006-01-22fix for VC warnsMarcelo Matus
2006-01-22solve label warningsMarcelo Matus
2006-01-21fix seg. fault in Java/CsharpMarcelo Matus
2006-01-21fix 'freearg' applied to 'in' when numinputs=0Marcelo Matus
2006-01-20fix problem with template + classforward + default template parameters report...Marcelo Matus
2006-01-20fix problem with template + classforward + default template parameters report...Marcelo Matus
2006-01-19simpler check/set of the 'hasconsttype' attributeMarcelo Matus
2006-01-19fix perl C errorsMarcelo Matus
2006-01-19fix feature:immutable and the 'const A* var;' caseMarcelo Matus
2006-01-17fix missing freeargsMarcelo Matus
2006-01-17disable looking for locators that now are not generatedMarcelo Matus
2006-01-17add checking code for fwrite, problem reported by Michal MarekMarcelo Matus
2006-01-17add initial regexp support based on the coptional rxspencer library. Active i...Marcelo Matus
2006-01-16set the feature:immutable at the parsing stage, such that it can be used with...Marcelo Matus
2006-01-15cosmeticsMarcelo Matus
2006-01-15allow to apply freearg ven when no in typemap is in place when numimputs=0Marcelo Matus
2006-01-15add debug prints and avoid to attach an empty typemapMarcelo Matus
2006-01-15add charlie's patch for MSCMarcelo Matus
2006-01-15add charlie's patch for MSCMarcelo Matus
2006-01-15add charlie's patch for MSCMarcelo Matus
2006-01-15add charlie's patch for MSCMarcelo Matus
2006-01-15fix system <> include, now the last push dir is not the first one to checkMarcelo Matus
2006-01-15fix missing endifMarcelo Matus
2006-01-15Minor fix to Swig_string_ucase so that it doesn't output two__underscores in ...Charlie Savage
2006-01-15Added support for Ruby bang methods. Bang methods end in exclamation points ...Charlie Savage
2006-01-14Changed spelling mistake in autorename command line option text, also changed...Charlie Savage
2006-01-14add firstlowercase encoderMarcelo Matus
2006-01-14add more rename predicatesMarcelo Matus
2006-01-14fix extend constructor + default destructorMarcelo Matus
2006-01-14add the -autorename/-noautorename optionMarcelo Matus
2006-01-14varios error fixesMarcelo Matus
2006-01-14Don't use catch...throw in C mode.Matthias Köppe
2006-01-13quick fix for duplicate keysMarcelo Matus
2006-01-13check value lenMarcelo Matus
2006-01-13add the ismember and hasvalue attributes and the corresponing %rename predicatesMarcelo Matus
2006-01-13cosmetic and check for empty string in first_ucaseMarcelo Matus
2006-01-13Added new method called Swig_string_first_ucase which capitalizes the first l...Charlie Savage
2006-01-13Moved constant renames from the c++ code to ruby.swg to reuse the new %rename...Charlie Savage
2006-01-13add aliases for the 'case' encodersMarcelo Matus
2006-01-13fix the ctitle encoder to keep capital lettersMarcelo Matus
2006-01-12last list rename rule added take precedenceMarcelo Matus
2006-01-12more fixes to utitleMarcelo Matus
2006-01-12add the -dump_parse_top and -dump_parse_modulesMarcelo Matus
2006-01-12add predicates to %rename, new kind attribute to cdecl and the '|' operator i...Marcelo Matus
2006-01-12updated CHANGES.current & small fix to lua.cxxMark Gossage