Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-24 | Add nf(k)d, nf(k)c conversion functions to unicode module | Dan Gudmundsson | |
2017-04-24 | Reorder code and whitespace fixes | Dan Gudmundsson | |
Put internal functions below api functions. | |||
2016-02-17 | stdlib: Add suppression of Dialyzer warnings | Hans Bolinder | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2013-01-25 | Make adjustments for Unicode | Hans Bolinder | |
2013-01-25 | Correct recently introduced Unicode related type errors | Hans Bolinder | |
2013-01-25 | Extend char() to Unicode characters | Hans Bolinder | |
The code related to the introduction of unicode_string() and unicode_char() has been removed. The types char() and string() have been extended to include Unicode characters. In fact char() was changed some time ago; this commit is about cleaning up the documentation and introduce better names for some functions. | |||
2012-01-27 | Move types and specs from erl_bif_types.erl to modules | Hans Bolinder | |
2011-08-16 | emulator: Add a fourth element in exception stacktraces | Björn Gustavsson | |
This commit is a preparation for introducing location information (filename/line number) in stacktraces in exceptions. Currently a stack trace looks like: [{Mod1,Function1,Arity1}, . . . {ModN,FunctionN,ArityN}] Add a forth element to each tuple that can be used indication the filename and line number of the source file: [{Mod1,Function1,Arity1,Location1}, . . . {ModN,FunctionN,ArityN,LocationN}] In this commit, the fourth element will just be an empty list, and we will change all code that look at or manipulate stacktraces. | |||
2011-05-12 | Types and specifications have been modified and added | Hans Bolinder | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2010-10-14 | Add the {encoding, _} options to file:open/2's modes | Kostis Sagonas | |
Although the {encoding, encoding()} set of options is documented in the manual page of the 'file' module, they do not appear in the Mode description on that page nor in the mode() type declaration. The patch adds this information in both the code of the module and the documentation of the module. To avoid duplication, the declaration of the encoding() type is added to the 'unicode' module where it most probably belongs. While at it, added a proper declaration for posix(), took out the now superfluous information about the types of file:open/2 from the erl_bif_types module, and corrected the return type of file:open/2 so that it corresponds to the published documentation. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |