Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-22 | Remove support for Mnemosyne rules | Richard Carlsson | |
2014-02-25 | Correct a contract in the igor module | Hans Bolinder | |
Thanks Kostis. | |||
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 | Fix transformation of implicit funs in igor | Anthony Ramine | |
Function erl_syntax_lib:analyze_implicit_fun/1 should not be called on implicit external funs, as their parts can contain variables instead of atoms and integers. | |||
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 | |
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-05-06 | Fix an erroneous spec | Kostis Sagonas | |
While at it, take out redundant code. | |||
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 | |