Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-09 | Eliminate use of ?config() macro | Björn Gustavsson | |
2016-03-09 | Remove ?line macros | Björn Gustavsson | |
While we are it, also re-ident the files. | |||
2016-03-09 | Replace "%" with "%%" at the beginning of a line | Björn Gustavsson | |
We want to re-ident the source files after having taken out all ?line macros. When re-indenting using Emacs, it's important that comments that should be at the beginning of a line (or follow the indentation of statements around it) must start with "%%". | |||
2016-03-09 | Eliminate 'suite' and 'doc' clauses | Björn Gustavsson | |
2016-03-09 | Use 'test_server' instead of ?t macro | Björn Gustavsson | |
2016-03-09 | Modernize use of timetraps | Björn Gustavsson | |
Either rely on the default 30 minutes timetrap, or set the timeout using the supported methods in common_test. | |||
2016-02-18 | Merge branch 'bjorn/remove-test_server/OTP-12705' | Björn Gustavsson | |
* bjorn/remove-test_server/OTP-12705: Remove test_server as a standalone application Erlang mode for Emacs: Include ct.hrl instead test_server.hrl Remove out-commented references to the test_server applications Makefiles: Remove test_server from include path and code path Eliminate use of test_server.hrl and test_server_line.hrl | |||
2016-02-17 | stdlib: Update module shell to handle typed record fields | Hans Bolinder | |
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson | |
As a first step to removing the test_server application as as its own separate application, change the inclusion of test_server.hrl to an inclusion of ct.hrl and remove the inclusion of test_server_line.hrl. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-04-30 | stdlib: Use module erl_anno | Hans Bolinder | |
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 | |