aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/shell.erl
AgeCommit message (Expand)Author
2018-05-04Move error formatting to erl_error.erl and delete lib.erlRichard Carlsson
2018-05-04Move extended parse functions in lib.erl to erl_eval.erlRichard Carlsson
2018-04-25stdlib: Introduce characters limit of formatted stringsHans Bolinder
2018-02-06stdlib: Do not call erlang:get_stacktrace()Hans Bolinder
2018-01-16stdlib: Garbage the shell's evaluator process more oftenHans Bolinder
2017-09-05stdlib : Improve handling of UnicodeHans Bolinder
2017-06-26Fix infinite loop in shell caused by record with recursive typespecSvilen Ivanov
2017-06-07stdlib: Lookup src path in beamDan Gudmundsson
2017-04-27stdlib: Improve the Erlang shell's handling of referencesHans Bolinder
2017-04-25stdlib: Remove the shell's support for Unicode node namesHans Bolinder
2017-04-07stdlib: Fix Erlang shell regarding Unicode atomsHans Bolinder
2016-07-04stdlib: Correct a bug regarding records in the shellHans Bolinder
2016-02-17stdlib: Update module shell to handle typed record fieldsHans Bolinder
2015-11-27stdlib: Fix the shell command rp and pretty-printingHans Bolinder
2015-07-07Export shell:catch_exception/1 as documentedLeo Liu
2015-06-18Change license text to APLv2Bruce Yinhe
2015-04-30stdlib: Use module erl_annoHans Bolinder
2014-07-01Expand shell functions in map expressionsAnthony Ramine
2013-12-12Support named funs in the shellAnthony Ramine
2013-05-06Fix unmatched_returns warnings in STDLIB and KernelHans Bolinder
2013-02-22[stdlib] Let the shell turn off echo while skipping lineHans Bolinder
2013-02-18Leave the +pc handling to io and io_lib_prettyPatrik Nyblom
2013-02-18Fix some Unicode issuesHans Bolinder
2013-02-15[stdlib] Add new SDTLIB application variable 'shell_strings'Hans Bolinder
2013-02-11Make Unicode correctionsHans Bolinder
2013-02-07[stdlib] Fix a bug that could cause the Erlang shell to loopHans Bolinder
2013-01-26Merge branch 'bjorn/remove-packages/OTP-10348'Björn Gustavsson
2013-01-25shell: Remove vestiges of package supportBjörn Gustavsson
2013-01-25Make adjustments for UnicodeHans Bolinder
2013-01-09shell: Remove support for packagesBjörn Gustavsson
2013-01-07[stdlib] Improve the Erlang shell's handling of scanner errorsHans Bolinder
2013-01-02[stdlib, kernel] Introduce Unicode support for Erlang source filesHans Bolinder
2011-11-29shell: Eliminate use of tuple funsBjörn Gustavsson
2011-08-16emulator: Add a fourth element in exception stacktracesBjörn Gustavsson
2011-05-12Types and specifications have been modified and addedHans Bolinder
2010-02-05OTP-8393 The new function shell:prompt_func/1 and the new applicationHans Bolinder
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP