Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-29 | Document erl_parse:abstract/2 | Hans Bolinder | |
A bug has been fixed: when given the option {encoding,utf8} a list of floating point numbers (in the correct interval) was mistakenly returned as a string. | |||
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 | [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-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 | [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. | |||
2011-07-06 | Fix a bug in erl_scan:set_attribute/3 | Hans Bolinder | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Fix formatting for stdlib | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update stdlib tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
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 | |