Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-22 | Remove support for Mnemosyne rules | Richard Carlsson | |
2014-12-22 | Remove support for mnemosyne-style record field access | Richard Carlsson | |
(The support in erl_parse got removed when 'packages' were removed, since the dot notation was overlaid on the existing mnemosyne access syntax.) | |||
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. | |||
2013-11-11 | Remove a useless function clause in erl_syntax_lib | Anthony Ramine | |
2013-01-09 | syntax_tools: Remove support for packages | Björn Gustavsson | |
2012-08-08 | updated author e-mail | Richard Carlsson | |
2012-08-08 | removed CVS keywords from source files | Richard Carlsson | |
2010-10-26 | syntax_tools: Fix an erroneous type and strengthen some specs | Kostis Sagonas | |
The declaration of the stubDescriptop() type in 'igor' was erroneous, both in the -type and in the published documentation of the module. While fixing this some specs where strengthened and used a remote type to refer to ordsets:ordset(T). Consequently, this patch depends on the ordsets module exporting the ordset/1 type. | |||
2010-10-05 | syntax_tools: Add types to record definitions | Kostis Sagonas | |
2010-06-03 | syntax_tools: Add declarations for exported types | Kostis Sagonas | |
2010-06-02 | Remove (harmless) warnings about min/max in core applications | Patrik Nyblom | |
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 | |