Age | Commit message (Expand) | Author |
2013-02-14 | Add new binary conversion bifs | Lukas Larsson |
2013-02-11 | [stdlib] Fix a bug concerning pretty printing and Unicode | Hans Bolinder |
2013-02-11 | Make Unicode corrections | Hans Bolinder |
2013-02-11 | Merge branch 'bjorn/remove-tuple-funs/OTP-10170' | Björn Gustavsson |
2013-02-10 | erl_eval: Don't allow evaluation of {M,F} in the shell | Björn Gustavsson |
2013-02-10 | [stdlib] Remove the undocumented 'unicode' option from the scanner | Hans Bolinder |
2013-02-07 | [stdlib] Fix a bug that could cause the Erlang shell to loop | Hans Bolinder |
2013-02-07 | [stdlib] Fix bugs in eval_bits | Hans Bolinder |
2013-02-06 | Merge branch 'bjorn/stdlib/erl_lint-coverage' | Björn Gustavsson |
2013-02-04 | Update version numbers | Björn-Egil Dahlberg |
2013-01-31 | Test calling deprecated or removed functions | Björn Gustavsson |
2013-01-31 | Test deprecating list_to_atom/1 to cover more code | Björn Gustavsson |
2013-01-31 | Cover binary syntax errors and warnings | Björn Gustavsson |
2013-01-31 | Remove unused error message {bittype_mismatch,_,_,_} | Björn Gustavsson |
2013-01-31 | Remove unused error message for importing an auto-imported BIF | Björn Gustavsson |
2013-01-31 | Remove the error message for future reserved keyword | Björn Gustavsson |
2013-01-31 | Test a few more kinds of illegal guard expressions | Björn Gustavsson |
2013-01-31 | Remove error handling for calling a BIF that is not auto-imported | Björn Gustavsson |
2013-01-31 | Provoke basic semantic errors to improve test coverage | Björn Gustavsson |
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP |
2013-01-28 | Merge branch 'sverk/ets-write_concurrency-locks' | Sverker Eriksson |
2013-01-26 | Merge branch 'bjorn/remove-tuple-funs/OTP-10170' | Björn Gustavsson |
2013-01-26 | Merge branch 'bjorn/remove-packages/OTP-10348' | Björn Gustavsson |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg |
2013-01-25 | Merge branch 'hb/stdlib/fix_qlc_suite/OTP-10771' | Hans Bolinder |
2013-01-25 | erl_lint: Remove vestiges of package support | Björn Gustavsson |
2013-01-25 | shell: Remove vestiges of package support | Björn Gustavsson |
2013-01-25 | erl_lint: Removes vestiges of tuple fun support | Björn Gustavsson |
2013-01-25 | [stdlib] Remove documentation of ~tp | Hans Bolinder |
2013-01-25 | Remove one use of iolist_size/1 in io_lib_pretty.erl | Hans Bolinder |
2013-01-25 | Add a new function proc_lib:format/2 which takes encoding | Hans Bolinder |
2013-01-25 | Export the type erl_scan:token() | Hans Bolinder |
2013-01-25 | Make adjustments for Unicode | Hans Bolinder |
2013-01-25 | [stdlib] Change default of erl_scan's unicode option | Hans Bolinder |
2013-01-25 | Correct recently introduced Unicode related type errors | Hans Bolinder |
2013-01-25 | [stdlib] Introduce new functions epp:read_encoding_from_binary/1,2 | Hans Bolinder |
2013-01-25 | Extend char() to Unicode characters | Hans Bolinder |
2013-01-25 | [stdlib] Fix a contract bug | Hans Bolinder |
2013-01-25 | [stdlib] Update the Unicode examples in STDLIB User's Guide | Hans Bolinder |
2013-01-25 | [stdlib] Remove documentation of Unicode functions in io_lib | Hans Bolinder |
2013-01-25 | [stdlib] Fix minor issue with qlc_SUITE | Hans Bolinder |
2013-01-24 | Merge branch 'bjorn/warnings-zero-tolerance' | Björn Gustavsson |
2013-01-23 | Merge branch 'sal/float_to_list_2/OTP-10752' | Björn-Egil Dahlberg |
2013-01-23 | erts,stdlib: Increase number of locks for write_concurrency | Sverker Eriksson |
2013-01-23 | Merge branch 'fh/shell_history_search/OTP-10739' | Fredrik Gustafsson |
2013-01-23 | Turn warnings to errors on selected applications | Björn Gustavsson |
2013-01-22 | Merge branch 'ae/stdlib/faster_queue/OTP-10722' | Fredrik Gustafsson |
2013-01-22 | Merge branch 'lh/forget-mnemosyne/OTP-10729' | Fredrik Gustafsson |
2013-01-21 | [hipe, kernel, stdlib] Correct a few types | Hans Bolinder |
2013-01-21 | Text representation of a float formatted using given options. | Serge Aleynikov |