Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-14 | Update primary bootstrap | Rickard Green | |
2017-05-19 | Update primary bootstrap | Björn Gustavsson | |
2017-04-26 | Update primary bootstrap | Björn Gustavsson | |
2017-04-20 | Update primary bootstrap | Björn Gustavsson | |
2017-03-24 | Update primary bootstrap | Björn-Egil Dahlberg | |
2017-02-01 | Update primary bootstrap | Björn Gustavsson | |
2016-09-02 | Update primary bootstrap | Björn Gustavsson | |
2016-04-18 | Update primary bootstrap | Björn Gustavsson | |
2015-08-24 | Update primary bootstrap | Björn Gustavsson | |
2014-03-26 | Update primary bootstrap | Björn Gustavsson | |
2013-12-18 | Update primary bootstrap | Björn Gustavsson | |
2013-09-19 | Teach erlc to handle UTF-8 file names | Björn Gustavsson | |
The 'erlc' program passes options to the 'erl' program using the '-s' option. The '-s' option causes all options to be converted to atoms, which implies that UTF-8 file names may not be given on the command line. We could solve just the UTF-8 problem by using '-run' and change the erl_compile module to expect strings instead of atoms, but since that is an incompatible change, we should take the opportunity to make more incompatible changes while we are at it. Specifically, when 'erlc' was first written, there was no way to pass command line arguments starting with '-' to Erlang, so 'erlc' did all parsing of arguments and translated options to atoms starting with a '@' character (for example, -I was translated to @i). Since then, the '-extra' option has been introduced which allows us to pass anything to Erlang at the end of the command line. Therefore, while at it, do the minimum of necessary command line parsing in the 'erlc' program (e.g. the '-smp' option), passing the command line essentially unchanged to 'erl' using the '-extra' option, and rewrite the option parsing in Erlang. | |||
2013-01-25 | Update primary bootstrap | Björn Gustavsson | |
2012-10-10 | Update primary bootstrap | Björn Gustavsson | |
2012-03-30 | Update primary bootstrap | Björn-Egil Dahlberg | |
2012-01-04 | Update primary bootstrap | Björn Gustavsson | |
2011-11-07 | Update primary bootstrap | Björn Gustavsson | |
2011-10-07 | Update primary bootstrap | Henrik Nord | |
2011-08-25 | Update primary bootstrap | Björn Gustavsson | |
2011-03-11 | Update primary bootstrap | Björn-Egil Dahlberg | |
2010-06-09 | Update bootstrap compiler | Björn Gustavsson | |
2010-06-02 | Update bootstrap compiler | Björn Gustavsson | |
2009-12-11 | Update bootstrap compiler | Björn Gustavsson | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |