Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-02 | Improve and correct contracts and types of the IO modules | Hans Bolinder | |
2013-01-02 | [stdlib, kernel] Introduce Unicode support for Erlang source files | Hans Bolinder | |
Expect modifications, additions and corrections. There is a kludge in file_io_server and erl_scan:continuation_location() that's not so pleasing. | |||
2012-12-21 | [stdlib] Correct and improve specs and types of erl_scan and sys | Hans Bolinder | |
Thanks to Kostis Sagonas. | |||
2012-10-05 | Fix Dialyzer warnings | Hans Bolinder | |
Opaque types need to be exported. | |||
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-22 | Revert "Merge branch 'nox/compile-column-numbers' into maint" | Lukas Larsson | |
Column numbers was merged without understanding all the whole story. See mail on erlang-patches for details. This reverts commit df8e67e203b83f95d1e098fec88ad5d0ad840069, reversing changes made to 0c9d90f314f364e5b1301ec89d762baabc57c7aa. | |||
2012-06-02 | Export type erl_scan:location/0 | Anthony Ramine | |
2011-07-06 | Fix a bug in erl_scan:set_attribute/3 | Hans Bolinder | |
2011-05-12 | Types and specifications have been modified and added | Hans Bolinder | |
2010-06-03 | erl_scan: Add declarations for exported types | Kostis Sagonas | |
While at it, added some types to a record and did some cleanups suggested by tidier. | |||
2010-05-31 | OTP-8657 New Erlang scanner tokens: '..' and '...' | Hans Bolinder | |
The Erlang scanner has been augmented with two new tokens: .. and .... | |||
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). | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |