Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-10 | parsetools: Fix handling of locations and annotations | Hans Bolinder | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-04-30 | parsetools: Use module erl_anno | 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. | |||
2011-08-16 | emulator: Add a fourth element in exception stacktraces | Björn Gustavsson | |
This commit is a preparation for introducing location information (filename/line number) in stacktraces in exceptions. Currently a stack trace looks like: [{Mod1,Function1,Arity1}, . . . {ModN,FunctionN,ArityN}] Add a forth element to each tuple that can be used indication the filename and line number of the source file: [{Mod1,Function1,Arity1,Location1}, . . . {ModN,FunctionN,ArityN,LocationN}] In this commit, the fourth element will just be an empty list, and we will change all code that look at or manipulate stacktraces. | |||
2010-08-23 | Fix a problem with HiPE-compiled Yecc parsers | Hans Bolinder | |
2010-02-17 | Merge branch 'ks/cleanups' into ccase/r13b04_dev | Erlang/OTP | |
* ks/cleanups: percept: Clean up as suggested by tidier percept: Modernize types and specs parsetools: Don't use 'try...of' when 'try' will do parsetools: Use %% for comments at the beginning of a line parsetools: Replace lists:keysearch/3 with lists:keyfind/3 parsetools: Modernize types and specs parsetools: Replace TABs with spaces runtime_tools: Modernize specs sasl: Eliminate tuple used as fun sasl: Add missing modules to app file asn1: Clean up as suggested by tidier os_mon: Modernize types and specs wx: Clean up as suggested by tidier OTP-8455 ks/cleanups | |||
2010-02-16 | parsetools: Use %% for comments at the beginning of a line | Kostis Sagonas | |
According to the style guidelines (and the Erlang mode for Emacs), comments at the beginning of a line should start with "%%", not "%". | |||
2010-02-16 | parsetools: Modernize types and specs | Kostis Sagonas | |
2010-02-16 | parsetools: Replace TABs with spaces | Björn Gustavsson | |
The files in the parsetools application are supposed to be indented using spaces only. Remove the stray TABs that somehow have crept in. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |