Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-15 | stdlib: Remove deprecated functions in erl_parse and erl_scan | Hans Bolinder | |
The recently added module erl_anno can no longer handle negative line numbers. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-04-30 | stdlib: Use module erl_anno | Hans Bolinder | |
2014-11-20 | stdlib: remove the last traces of Mnemosyne Rules | Hans Bolinder | |
Robert has OK'ed the removal of the token ':-'. | |||
2014-06-16 | Properly track column numbers in erl_scan | Anthony Ramine | |
This is a partial revert of 05c4d31b2c5c5f6ade7d91b55c598fe7fa58e509 in which a new macro `?STR()` was introduced. This macro shouldn't be used in scan_number/6 and scan_based_int/6 because the length of the string is needed when computing column numbers through tok3/8. | |||
2014-01-28 | Teach erl_scan to recognize ':=' | Björn-Egil Dahlberg | |
2014-01-28 | Teach erl_scan to recognize '=>' | Björn-Egil Dahlberg | |
2013-04-19 | Remove the "coding: utf-8" comment from all Erlang source files | Hans Bolinder | |
2013-03-28 | Fix a bug in the Erlang scanner | Hans Bolinder | |
The scanner did not crash when a floating point number was encountered in the input string. | |||
2013-02-10 | [stdlib] Remove the undocumented 'unicode' option from the scanner | Hans Bolinder | |
2013-01-25 | Export the type erl_scan:token() | Hans Bolinder | |
The type erl_parse:token() used to be a two-tuple, but it can also be a three-tuple. | |||
2013-01-25 | [stdlib] Change default of erl_scan's unicode option | Hans Bolinder | |
The value of the undocumented unicode option is very limited. The option will most likely be removed completely soon. | |||
2013-01-25 | Extend char() to Unicode characters | Hans Bolinder | |
The code related to the introduction of unicode_string() and unicode_char() has been removed. The types char() and string() have been extended to include Unicode characters. In fact char() was changed some time ago; this commit is about cleaning up the documentation and introduce better names for some functions. | |||
2013-01-16 | Remove support for the query keyword and query expressions | Loïc Hoguin | |
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder | |
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 | |