summaryrefslogtreecommitdiff
path: root/lib/stdlib/src/erl_scan.erl
Commit message (Expand)AuthorAgeFilesLines
* stdlib: Remove deprecated functions in erl_parse and erl_scanHans Bolinder2015-09-151-245/+22
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* stdlib: Use module erl_annoHans Bolinder2015-04-301-62/+165
* stdlib: remove the last traces of Mnemosyne RulesHans Bolinder2014-11-201-4/+1
* Properly track column numbers in erl_scanAnthony Ramine2014-06-161-2/+2
* Teach erl_scan to recognize ':='Björn-Egil Dahlberg2014-01-281-0/+3
* Teach erl_scan to recognize '=>'Björn-Egil Dahlberg2014-01-281-1/+3
* Remove the "coding: utf-8" comment from all Erlang source filesHans Bolinder2013-04-191-1/+0
* Fix a bug in the Erlang scannerHans Bolinder2013-03-281-0/+1
* [stdlib] Remove the undocumented 'unicode' option from the scannerHans Bolinder2013-02-101-204/+97
* Export the type erl_scan:token()Hans Bolinder2013-01-251-0/+1
* [stdlib] Change default of erl_scan's unicode optionHans Bolinder2013-01-251-6/+9
* Extend char() to Unicode charactersHans Bolinder2013-01-251-2/+2
* Remove support for the query keyword and query expressionsLoïc Hoguin2013-01-161-1/+0
* Prepare OTP files for Unicode as default encodingHans Bolinder2013-01-091-12/+13
* Improve and correct contracts and types of the IO modulesHans Bolinder2013-01-021-0/+1
* [stdlib, kernel] Introduce Unicode support for Erlang source filesHans Bolinder2013-01-021-83/+142
* [stdlib] Correct and improve specs and types of erl_scan and sysHans Bolinder2012-12-211-19/+17
* Fix Dialyzer warningsHans Bolinder2012-10-051-1/+1
* Update copyright yearsBjörn-Egil Dahlberg2012-08-311-1/+1
* Revert "Merge branch 'nox/compile-column-numbers' into maint"Lukas Larsson2012-08-221-1/+1
* Export type erl_scan:location/0Anthony Ramine2012-06-021-1/+1
* Fix a bug in erl_scan:set_attribute/3Hans Bolinder2011-07-061-1/+6
* Types and specifications have been modified and addedHans Bolinder2011-05-121-37/+78
* erl_scan: Add declarations for exported typesKostis Sagonas2010-06-031-16/+21
* OTP-8657 New Erlang scanner tokens: '..' and '...'Hans Bolinder2010-05-311-2/+8
* OTP-8567 The word 'spec' is no longer reserved.Hans Bolinder2010-04-191-44/+43
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+1307