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