aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/erl_scan.erl
AgeCommit message (Expand)Author
2017-07-06stdlib: Do not use deprecated functions in string(3)Hans Bolinder
2015-09-15stdlib: Remove deprecated functions in erl_parse and erl_scanHans Bolinder
2015-06-18Change license text to APLv2Bruce Yinhe
2015-04-30stdlib: Use module erl_annoHans Bolinder
2014-11-20stdlib: remove the last traces of Mnemosyne RulesHans Bolinder
2014-06-16Properly track column numbers in erl_scanAnthony Ramine
2014-01-28Teach erl_scan to recognize ':='Björn-Egil Dahlberg
2014-01-28Teach erl_scan to recognize '=>'Björn-Egil Dahlberg
2013-04-19Remove the "coding: utf-8" comment from all Erlang source filesHans Bolinder
2013-03-28Fix a bug in the Erlang scannerHans Bolinder
2013-02-10[stdlib] Remove the undocumented 'unicode' option from the scannerHans Bolinder
2013-01-25Export the type erl_scan:token()Hans Bolinder
2013-01-25[stdlib] Change default of erl_scan's unicode optionHans Bolinder
2013-01-25Extend char() to Unicode charactersHans Bolinder
2013-01-16Remove support for the query keyword and query expressionsLoïc Hoguin
2013-01-09Prepare OTP files for Unicode as default encodingHans Bolinder
2013-01-02Improve and correct contracts and types of the IO modulesHans Bolinder
2013-01-02[stdlib, kernel] Introduce Unicode support for Erlang source filesHans Bolinder
2012-12-21[stdlib] Correct and improve specs and types of erl_scan and sysHans Bolinder
2012-10-05Fix Dialyzer warningsHans Bolinder
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-08-22Revert "Merge branch 'nox/compile-column-numbers' into maint"Lukas Larsson
2012-06-02Export type erl_scan:location/0Anthony Ramine
2011-07-06Fix a bug in erl_scan:set_attribute/3Hans Bolinder
2011-05-12Types and specifications have been modified and addedHans Bolinder
2010-06-03erl_scan: Add declarations for exported typesKostis Sagonas
2010-05-31OTP-8657 New Erlang scanner tokens: '..' and '...'Hans Bolinder
2010-04-19OTP-8567 The word 'spec' is no longer reserved.Hans Bolinder
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP