Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-19 | OTP-8567 The word 'spec' is no longer reserved. | Hans Bolinder | |
The function erl_scan:reserved_word/1 no longer returns true when given the word spec. This bug was introduced in STDLIB-1.15.3 (R12B-3). | |||
2010-04-13 | erl_parse.yrl: Add missing operator in type declaration | Kostis Sagonas | |
2010-03-30 | erl_parse: Remove more stray 'cond' support | Björn Gustavsson | |
Unfortunately, commit 1e2ecf8c492b6d499880b8676e3c1fe0c5793103 removed all cond support except for two lines. | |||
2010-03-17 | OTP-8522 Avoid duplicated 'undefined' in record field types | Hans Bolinder | |
The Erlang parser no longer duplicates the singleton type undefined in the type of record fields without initial value. | |||
2010-03-16 | Remove stray code supporting 'cond' | Björn Gustavsson | |
'cond' is an experimental feature that was never completed. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |