Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-28 | erts,stdlib: Change map module name to maps | Björn-Egil Dahlberg | |
Name conforms to EEP. | |||
2014-01-28 | stdlib: Update printing to handle Maps | Björn-Egil Dahlberg | |
2013-10-14 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-09-12 | Remove ^L characters hidden randomly in the code. Not those used in text ↵ | Pierre Fenoll | |
files as delimiters. While working on a tool that processes Erlang code and testing it against this repo, I found out about those little sneaky 0xff. I thought it may be of help to other people build such tools to remove non-conforming-to-standard characters. | |||
2013-08-22 | Merge branch 'maint' | Hans Bolinder | |
* maint: Correct the specifications of io_lib:fread/2,3 | |||
2013-08-21 | Correct the specifications of io_lib:fread/2,3 | Hans Bolinder | |
Thanks to Chris King and Kostis Sagonas for pinpointing the bug. | |||
2013-04-19 | Remove the "coding: utf-8" comment from all Erlang source files | Hans Bolinder | |
2013-02-18 | Correct misspelled comments and space at lin ends | Patrik Nyblom | |
2013-02-18 | Add usage of and spec for io:printable_range/0 | Patrik Nyblom | |
This makes both io:format("~tp", ...) and the shell honor the +pc setting and also reverts the shell to the old behaviour of only interpreting latin1 strings as "strings" by default. +pc unicode turns on the R16A behaviour. Doing io:format("~tp~n", [[1024,1025]]). will show you the difference when starting with +pc unicode. | |||
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. | |||
2013-01-25 | [stdlib] Fix a contract bug | Hans Bolinder | |
Also minor corrections of the docs of io(3) | |||
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder | |
2013-01-02 | Make sure the Erlang shell prompt can handle Unicode | Hans Bolinder | |
2013-01-02 | Improve and correct contracts and types of the IO modules | Hans Bolinder | |
2013-01-02 | [stdlib, kernel] Introduce Unicode support for Erlang source files | Hans Bolinder | |
Expect modifications, additions and corrections. There is a kludge in file_io_server and erl_scan:continuation_location() that's not so pleasing. | |||
2012-10-18 | Merge branch 'at/binary-depth-printing' | Henrik Nord | |
* at/binary-depth-printing: Fix printing the empty binary at depth 1 with ~W OTP-10504 | |||
2012-09-27 | Refine a few opaque types | Hans Bolinder | |
2012-09-19 | Fix printing the empty binary at depth 1 with ~W | Andrew Thompson | |
A case clause ordering problem is causing the empty binary to be printed as <<...>> rather than the correct <<>> when using ~W with a depth of 1. Add new tests to verify correct behaviour. | |||
2011-08-31 | Improve and correct types and specifications in Kernel and STDLIB | Hans Bolinder | |
Running Dialyzer on the test suites revealed a few type errors. | |||
2011-07-05 | Correct the contract of io_lib:fread/2,3 | Hans Bolinder | |
2011-05-12 | Types and specifications have been modified and added | Hans Bolinder | |
2010-06-03 | stdlib: Add declarations for exported types | Kostis Sagonas | |
2010-02-10 | OTP-8418 user.erl (used in oldshell) is updated to handle unicode in | Patrik Nyblom | |
prompt strings (io:get_line/{1,2}). io_lib is also updated to format prompts with the 't' modifier (i.e. ~ts instead of ~s). | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |