Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-06 | parsetools: Do not use deprecated functions in string(3) | Hans Bolinder | |
Unicode is also handled better in a few cases. | |||
2017-04-07 | parsetools: Fix Leex regarding Unicode atoms | Hans Bolinder | |
Notice that macro names are unquoted atoms. | |||
2017-02-14 | Fixed typos in lib/parsetools | Andrew Dryga | |
2016-09-28 | parsetools: Correct handling of Unicode in Leex | Hans Bolinder | |
The 'dfa_graph' option did not work with Unicode. The testcase 'unicode' was not correct. | |||
2015-04-30 | parsetools: Use module erl_anno | Hans Bolinder | |
2013-09-10 | Missed a few similar calls | Pierre Fenoll | |
2013-09-10 | Fix leex module`s inability to build unicode-aware lexers. | Pierre Fenoll | |
If you have declared your .xrl file as utf-8 encoded and that some of your definitions contain unicode characters, either leex wouldn`t be able to lex them or compilation of the .xrl file would crash. | |||
2013-09-02 | Fix a Unicode filename bug affecting Leex and Yecc | Hans Bolinder | |
A bug where Unicode filenames combined with Latin-1 encoding could crash Yecc and Leex has been fixed. | |||
2013-02-19 | Use ~ts for filenames | Hans Bolinder | |
2013-02-11 | Make Unicode corrections | Hans Bolinder | |
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-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-09-08 | leex: optimize werror/1 | Tuncer Ayaz | |
2011-09-08 | leex: use more descriptive name: 'werror' | Tuncer Ayaz | |
2011-09-08 | leex: log warnings as errors if -Werror is enabled | Tuncer Ayaz | |
2011-09-08 | leex: honour -Werror passed from erlc | Tuncer Ayaz | |
2011-06-16 | Remove Dialyzer warnings | Hans Bolinder | |
The code that deals with the POSIX version of regexps has been commented out. Robert will add an option as well as some way to set the option in the source file later. | |||
2011-06-01 | leex: add warnings_as_errors option | Tuncer Ayaz | |
2010-05-27 | leex: Clean up as suggested by tidier | Kostis Sagonas | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |