Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-01 | Expand shell functions in map expressions | Anthony Ramine | |
Reported-by: Danil Zagoskin | |||
2014-02-28 | shell_SUITE: Give bs_match_bin_SUITE/1 more time | Björn Gustavsson | |
Compiled with --enable-native-libs, 2 minutes may not be enough time on a slow computer to finish bs_match_bin_SUITE/1. | |||
2014-01-21 | Fix testing with unicode paths | Dan Gudmundsson | |
re needs unicode option | |||
2013-04-19 | Remove the "coding: utf-8" comment from all Erlang source files | Hans Bolinder | |
2013-04-17 | Encode Erlang source files with non-ascii characters in UTF-8 | Björn Gustavsson | |
To ensure that 'master' compiles when we merge 'maint' to it, regardless of which encoding is default in 'master', all source files with non-ascii characters *must* have the encoding specified. | |||
2013-03-18 | Fix a test case bug | Hans Bolinder | |
shell_SUITE: Calling i() did not work because if there are more than 100 processes c:i() will go into pager mode, asking for input. | |||
2013-02-19 | Adapt stdlib tests to ~tp detecting latin1 binaries | Patrik Nyblom | |
2013-02-18 | Fix some Unicode issues | Hans Bolinder | |
Also let the Erlang shell use the new function io:printable_range(). | |||
2013-01-10 | shell_SUITE: Don't test parameterized modules | Björn Gustavsson | |
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-08-17 | Remove support for tuple funs | Björn Gustavsson | |
Tuple funs were deprecated in R15B (in commit a4029940e309518f5500). | |||
2012-05-15 | Improve the nice 'badarith' message displayed by the shell | Hans Bolinder | |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-01-30 | shell_SUITE: Handle different EXIT reasons from native code | Björn Gustavsson | |
2011-08-16 | Lookup and include filenames and line numbers in exceptions | Björn Gustavsson | |
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-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Fix formatting for stdlib | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update stdlib tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
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). | |||
2010-02-05 | OTP-8393 The new function shell:prompt_func/1 and the new application | Hans Bolinder | |
configuration parameter shell_prompt_func can be used for customizing the Erlang shell prompt. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |