Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-03 | Fix most of the system docs and emacs mode | Raimo Niskanen | |
2015-12-07 | doc: Fix some minor issues in Types and Function Specifications | Hans Bolinder | |
2015-10-27 | Remove mention of erlang:fault | Magnus Henoch | |
erlang:fault no longer exists, so don't mention it in the reference manual. Also fix minor markup issue in following paragraph. | |||
2015-09-08 | doc: Update term comparison with Maps | Björn-Egil Dahlberg | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-08 | Merge branch 'richcarl/md5-fixes' | Björn Gustavsson | |
* richcarl/md5-fixes: Set module_info md5 for native modules properly Add module_info entry for native code Gracefully handle empty md5 field in module_info Remove 'imports' key from spec of get_module_info() | |||
2015-05-08 | dialyzer: document the type identifier() | Hans Bolinder | |
2015-05-07 | Set module_info md5 for native modules properly | Richard Carlsson | |
Use the md5 of the native code chunk instead of the Beam code md5. | |||
2015-05-07 | Add module_info entry for native code | Richard Carlsson | |
2015-03-26 | doc: Use module() in the definition of the built-in type mfa() | Hans Bolinder | |
2015-03-17 | Correct links in the system documentation | Hans Bolinder | |
2015-03-12 | Update Erlang Reference Manual | Hans Bolinder | |
Language cleaned up by the technical writers xsipewe and tmanevik from Combitech. Proofreading and corrections by Hans Bolinder. | |||
2015-01-14 | dialyzer: Introduce module local suppression of warnings | Hans Bolinder | |
The -dialyzer() attribute can be used for suppressing warnings in a module by specifying functions or warning options. It can also be used for requesting warnings in a module. | |||
2014-11-27 | Merge branch 'maint' | Marcus Arendt | |
2014-11-27 | Merge branch 'mururu/typespec-doc-about-function/OTP-12327' into maint | Marcus Arendt | |
* mururu/typespec-doc-about-function/OTP-12327: Add infometion about function() | |||
2014-11-24 | Merge branch 'maint' | Marcus Arendt | |
2014-11-21 | Add infometion about function() | Yuki Ito | |
2014-11-20 | Fix spelling and grammar | Derek Brown | |
2014-11-18 | Merge branch 'maint' | Siri Hansen | |
2014-11-11 | Remove comments about unicode atoms in OTP 18 | Siri Hansen | |
There was once a plan to implement support for unicode atoms in OTP 18. This plan has been stopped until further notice, and the information about this is now removed from the documentation. | |||
2014-11-07 | Merge branch 'maint' | Bruce Yinhe | |
2014-11-05 | Section reference number incorrect | jmrepetti | |
2014-07-02 | Merge branch 'maint' | Bruce Yinhe | |
2014-06-29 | rephrase sentence in process links doc | Wasif Malik | |
2014-06-18 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2014-06-17 | doc: Fix broken links | Björn-Egil Dahlberg | |
2014-05-20 | Merge branch 'sverk/better-module-info' | Sverker Eriksson | |
OTP-11940 * sverk/better-module-info: Remove obsolete 'imports' entry from module_info/1/2 functions Add 'module' entry for module_info/0 function for completeness Add 'md5' entry for module_info/0/1 functions. | |||
2014-05-14 | doc: Move Maps reference documentation to expressions | Björn-Egil Dahlberg | |
2014-05-14 | Remove obsolete 'imports' entry from module_info/1/2 functions | Richard Carlsson | |
It previously always returned an empty list and was documented to be removed. | |||
2014-05-14 | Add 'module' entry for module_info/0 function for completeness | Richard Carlsson | |
as it exist in module_info/1. | |||
2014-05-14 | Add 'md5' entry for module_info/0/1 functions. | Richard Carlsson | |
2014-04-01 | Merge branch 'egil/maps-doc' | Björn-Egil Dahlberg | |
* egil/maps-doc: doc: Add Maps example for sequential programming doc: Mention map expressions and map guards doc: Add maps to reference manual edoc: Add map/0 as a new predefined type doc: Descripe Maps type syntax doc: Clearify language of user-defined attributes doc: Document Maps datatype in reference manual erts: Document map guard functions erts: Fix is_map/1 spec | |||
2014-04-01 | doc: Mention map expressions and map guards | Björn-Egil Dahlberg | |
2014-04-01 | doc: Add maps to reference manual | Björn-Egil Dahlberg | |
2014-04-01 | doc: Descripe Maps type syntax | Björn-Egil Dahlberg | |
2014-04-01 | doc: Clearify language of user-defined attributes | Björn-Egil Dahlberg | |
2014-03-27 | doc: Document Maps datatype in reference manual | Björn-Egil Dahlberg | |
2014-03-26 | refman: Clarify the '-callback' attribute | Hans Bolinder | |
2014-03-17 | Clarify the reference manual regarding source file encoding | Hans Bolinder | |
2014-02-20 | erts: Add more details to warning in on_load docs | Sverker Eriksson | |
2014-02-12 | [refmanual] Fix List in definition of pre-defined types | Hans Bolinder | |
improper_list(Type1, Type2) has been replaced by nonempty_improper_list(Type1, Type2). | |||
2014-01-28 | Merge branch 'essen/remote-set-cookie/OTP-11637' | Lukas Larsson | |
* essen/remote-set-cookie/OTP-11637: set_cookie/2 call needs to be fully qualified | |||
2014-01-27 | Update the note for -on_load() | Björn Gustavsson | |
We can't recommend -on_load() for general use. | |||
2014-01-16 | set_cookie/2 call needs to be fully qualified | Loïc Hoguin | |
2013-12-12 | Document named fun expressions | Anthony Ramine | |
2013-09-12 | Merge branch 'maint' | Hans Bolinder | |
* maint: Correct documentation of predefined types crypto: Add ticket for 5d8a13bb6a180e0a | |||
2013-09-12 | Correct documentation of predefined types | Hans Bolinder | |
The documentation of predefined types has been corrected Thanks to Kostis Sagonas. | |||
2013-09-10 | Merge branch 'maint' | Hans Bolinder | |
* maint: Correct documentation of predefined and built-in types | |||
2013-09-06 | Correct documentation of predefined and built-in types | Hans Bolinder | |
iodata/0, arity/0, and nonempty_list/0,1 have been added; nonempty_maybe_improper_list/1 and maybe_improper_list/1 removed. | |||
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |