Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-23 | Deprecate pre-defined built-in types | Hans Bolinder | |
The types array(), dict(), digraph(), gb_set(), gb_tree(), queue(), set(), and tid() have been deprecated. They will be removed in OTP 18.0. Instead the types array:array(), dict:dict(), digraph:graph(), gb_set:set(), gb_tree:tree(), queue:queue(), sets:set(), and ets:tid() can be used. (Note: it has always been necessary to use ets:tid().) It is allowed in OTP 17.0 to locally re-define the types array(), dict(), and so on. New types array:array/1, dict:dict/2, gb_sets:set/1, gb_trees:tree/2, queue:queue/1, and sets:set/1 have been added. | |||
2014-01-23 | Added documenation for the new option describing what it does. | Aaron | |
2014-01-23 | Add initial implementation of having erl_tidy | Aaron | |
print to screen instead of writing to the file provided. The reason for this is that you may want to have an intermediary step between saving the tidied file and using the output. Use-case personally is wanting to integrate erl_tidy into emacs and tidy buffers, overwriting the current file is generally not how this works in emacs with source code tidiers. | |||
2013-02-19 | Use ~ts for filenames | Hans Bolinder | |
2013-02-15 | [stdlib] Correct handling of Unicode filenames | Hans Bolinder | |
2013-01-02 | [syntax_tools] Introduce Unicode support for Erlang source files | Hans Bolinder | |
Not complete. Unicode in wild attribute doesn't work. No support for Unicode regarding Igor stubs. | |||
2012-08-08 | updated author e-mail | Richard Carlsson | |
2012-08-08 | removed CVS keywords from source files | Richard Carlsson | |
2011-10-27 | erl_tidy: Eliminate two references to 'regexp' in the documentation | Björn Gustavsson | |
2010-10-05 | syntax_tools: Add types to record definitions | Kostis Sagonas | |
2010-02-14 | syntax_tools: Add types and specs for most exported functions | Kostis Sagonas | |
While at it, consistently replace "bool()" with "boolean()" in the Edoc specs. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |