Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |