aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/escript.erl
AgeCommit message (Expand)Author
2018-06-18Update copyright yearHenrik Nord
2018-05-04Move error formatting to erl_error.erl and delete lib.erlRichard Carlsson
2018-02-06stdlib: Do not call erlang:get_stacktrace()Hans Bolinder
2017-09-15Merge branch 'siri/string-new-api'Siri Hansen
2017-09-05stdlib: Improve handling of Unicode in escriptHans Bolinder
2017-07-06stdlib: Do not use deprecated functions in string(3)Hans Bolinder
2017-06-09stdlib: Correct Unicode handling in escriptHans Bolinder
2017-05-17escript: Pick up stacktrace a soon as possibleBjörn Gustavsson
2017-03-08stdlib: Fix handling of locations and annotationsHans Bolinder
2016-12-13Allow escripts with only two linesJing Peng
2016-12-07Update copyright-yearErlang/OTP
2016-05-25erts: Implement halt/0 and halt/1 in ErlangSverker Eriksson
2015-10-08Update Kernel and STDLIBHans Bolinder
2015-06-18Change license text to APLv2Bruce Yinhe
2015-04-30stdlib: Use module erl_annoHans Bolinder
2015-03-20Replace usage of erlang:now() with usage of new APIRickard Green
2014-03-27Merge branch 'pf/document-escript-feature-only-present-in-examples/OTP-11827'Lukas Larsson
2014-03-27Document an escript:create/2 hidden featurePierre Fenoll
2014-03-20Fix some Dialyzer warningsHans Bolinder
2013-05-06Fix unmatched_returns warnings in STDLIB and KernelHans Bolinder
2013-03-19Let escript recognize an encoding comment on the second lineHans Bolinder
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-25Make adjustments for UnicodeHans Bolinder
2013-01-02[stdlib, kernel] Introduce Unicode support for Erlang source filesHans Bolinder
2012-07-06[erts,kernel,stdlib] fix escript/primary archive reloadingTuncer Ayaz
2012-03-21stdlib: Stop working around erlang:halt not flushingRaimo Niskanen
2011-09-02Merge branch 'dev' into majorHans Bolinder
2011-08-31Improve and correct types and specifications in Kernel and STDLIBHans Bolinder
2011-08-16emulator: Add a fourth element in exception stacktracesBjörn Gustavsson
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-01-25Update escrips to allow the -n or -compile(native) flag, which compiles the c...Lukas Larsson
2010-12-20Removed dead codePatrik Nyblom
2010-06-07escript: Add more types to recordsKostis Sagonas
2010-03-16Remove the undocumented function escript:foldl/3Håkan Mattsson
2010-03-16Add functions to create and extract escriptsHåkan Mattsson
2010-02-22Fix escript:foldl/3 for beam and archive filesTuncer Ayaz
2010-02-15Fixed a case_clause error in the internal function escript:foldl/3.Håkan Mattsson
2010-02-10OTP-8434 Improved handling of typed records in escriptsHåkan Mattsson
2010-01-27OTP-8387 Explicit top directories in archive files are now optional.Håkan Mattsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP