Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-07 | Add type information for erlang:display* BIFs | Björn Gustavsson | |
2010-06-07 | Add type information for the BIFs in the binary module | Björn Gustavsson | |
2010-06-07 | Introduce and use the t_endian() helper | Björn Gustavsson | |
2010-06-07 | Add type information for erlang:binary_part/2,3 | Björn Gustavsson | |
2010-06-07 | Add type info for erlang:append/2 and erlang:subtract/2 | Kostis Sagonas | |
These are aliases for '++'/2 and '--'/2. | |||
2010-06-07 | Add type information for the erlang:adler32* BIFs | Kostis Sagonas | |
While at it, introduce a new type for adler32 and crc32 and use it consistently within the file. | |||
2010-06-07 | Add ppc64 return for erlang:system_info(hipe_architecture) | Kostis Sagonas | |
2010-06-06 | erl_types: Export is_erl_type/1 | Björn Gustavsson | |
It is useful for testing. | |||
2010-06-03 | dialyzer: Build the PLT even if there are unresolved remote types | Kostis Sagonas | |
2010-06-03 | Add handling of unknown types | Maria Christakis | |
2010-06-03 | Support -export_type() in dialyzer and erl_types | Kostis Sagonas | |
2010-06-02 | Remove (harmless) warnings about min/max in core applications | Patrik Nyblom | |
2010-05-03 | Add type info for erlang:load_nif/2 | Kostis Sagonas | |
2010-04-09 | OTP-8562 Closing right parenthesis in macro definitions is mandatory. | Hans Bolinder | |
When defining macros the closing right parenthesis before the dot is now mandatory. | |||
2010-03-29 | Add type information about erlang:integer_to_list/2 and erlang:list_to_integer/2 | Kostis Sagonas | |
2010-03-20 | Add missing type in erlang:decode_packet/3 | Kostis Sagonas | |
2010-02-17 | Merge branch 'ks/hipe' into ccase/r13b04_dev | Erlang/OTP | |
* ks/hipe: dialyzer: Fix system_limit exception in race analysis syntax_tools: Add types and specs for most exported functions syntax_tools: Support the --enable-native-libs configure option syntax_tools: Remove $Id$ annotations dialyzer: New version for the R13B04 release hipe: Miscellaneous additions typer: New version for the R13B04 release Fix a HiPE compiler bug evaluating an expression that throws system_limit OTP-8460 ks/hipe | |||
2010-02-16 | Merge branch 'bg/erl_bif_types' into ccase/r13b04_dev | Erlang/OTP | |
* bg/erl_bif_types: Add types for erts_debug:lock_counters/1 Add types for os:timestamp/0 Add types for erts_debug:dist_ext_to_term/2 erl_bif_types: add 'http_bin' as a valid packet option OTP-8437: bg/erl_bif_types | |||
2010-02-14 | Add types for erts_debug:lock_counters/1 | Björn Gustavsson | |
erts_debug:lock_counters/1 is an undocumented BIF used by the 'lcnt' module in the 'tools' application. | |||
2010-02-14 | Add types for os:timestamp/0 | Björn Gustavsson | |
2010-02-14 | Add types for erts_debug:dist_ext_to_term/2 | Björn Gustavsson | |
2010-02-14 | erl_bif_types: add 'http_bin' as a valid packet option | Björn Gustavsson | |
{packet,http_bin} is now a valid packet option for the gen_tcp and inet modules. | |||
2010-02-14 | dialyzer: New version for the R13B04 release | Kostis Sagonas | |
2010-02-14 | Fix a HiPE compiler bug evaluating an expression that throws system_limit | Kostis Sagonas | |
2010-01-26 | OTP-8343 The documentation is now possible to build in an open source | Lars G Thorsen | |
environment after a number of bugs are fixed and some features are added in the documentation build process. - The arity calculation is updated. - The module prefix used in the function names for bif's are removed in the generated links so the links will look like http://www.erlang.org/doc/man/erlang.html#append_element-2 instead of http://www.erlang.org/doc/man/erlang.html#erlang:append_element-2 - Enhanced the menu positioning in the html documentation when a new page is loaded. - A number of corrections in the generation of man pages (thanks to Sergei Golovan) - Moved some man pages to more apropriate sections, pages in section 4 moved to 5 and pages in 6 moved to 7. - The legal notice is taken from the xml book file so OTP's build process can be used for non OTP applications. | |||
2009-11-27 | Add type information for on_load | Björn Gustavsson | |
The on_load feature introduced in R13B03 adds two new internal BIFs and extends the return value of erlang:load_module/2. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |