Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-06 | Add shell shortcut for recompiling existing modules | Richard Carlsson | |
This extends the shell function c/1 and c/2 so that if the argument is a module name instead of a file name, it automatically locates the .beam file and the corresponding source file, and then recompiles the module using the same compiler options (plus any options passed to c/2). If compilation fails, the old beam file is preserved. Also adds c(Mod, Opts, Filter), where the Filter argument allows you to remove old compiler options before the new options are added. | |||
2016-11-25 | Add shell mm() and lm() functions | Richard Carlsson | |
2016-03-15 | update copyright-year | Henrik Nord | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-12 | Add uptime() shell command | Richard Carlsson | |
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 | |