Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-15 | update copyright-year | Henrik Nord | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-03-28 | [ic] Fix unicode in erlang install path | Lars Thorsen | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-06-08 | Update to work with space in include path | Lukas Larsson | |
OTP-10109 | |||
2011-08-18 | [IC] Changed version, added release note and updated license headers. | Niclas Eklund | |
2011-08-17 | ic: Fix typo, #ifudef -> #ifndef | Haitao Li | |
2011-07-31 | ic: Implement multiple include optimization | Haitao Li | |
Like C header files, IDL files are often macro guarded to avoid opening and processing the same file repeatedly. This patch implements the algorithm used by GNU cpp as described at: http://gcc.gnu.org/onlinedocs/cppinternals/Guard-Macros.html | |||
2011-07-27 | ic: Fix preprocessor double expanded included files | Haitao Li | |
New lines are pushed to output inconsistently with "\n" or $\n. This confuses only_nls/1, which tests if the file just expanded are all skipped. This patch consistently pushes character $\n to output, instead of string "\n" to further improve efficiency. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |