aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ic/src/ic_codegen.erl
AgeCommit message (Collapse)Author
2016-09-07[ic] Fix but when UTF-8 character in path to idl specLars Thorsen
The path is only used when writing a comment so the correction just allowed UTF-8 characters in that io_lib:format call. IC don't support UTF-8 in the specs or their names (generated modules contains coding: latin-1) but the path is only used in a comment so it's not a problem if it can't be written correctly as long as nothing fails.
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2014-03-28[ic] Fix latin-1 characters in generated erl fileLars Thorsen
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP