index
:
delta/erlang.git
HansN-patch-1
HansN/common_test/rephrase_ct_prop_test_doc
IngelaAndin-httpc-typo
KennethL-patch-1
KennethL/erl_docgen/erlref_update
baserock/morph
baserock/ps/proto-web-system
baserock/ps/try-erlang
bjorn/contributing
bjorn/contributing-1
bjorn/work
bmk/kernel/20200514/sctp_and_udp_recv_hangs_on_close/OTP-16654
dgud-string-depr
dgud/stdlib/gen-async-call
gcc-5-pic-cmpxchg8b-quickfix
gh-pages
ingela/master/dtls/test-cuddle
kenneth/asn1_paramtype/OTP-17227
klarna/mnesia_ext
kuba/ssl/doc_typeos_using_ssl
lukas/erts/win32-read_file_info-links
lukas/kernel/docs-assert
maint
maint-17
maint-18
maint-19
maint-20
maint-21
maint-22
maint-23
maint-24
maint-25
maint-26
maint-r13
maint-r14
maint-r14b03
maint-r15
maint-r16
maint-r16b02
master
master-pu
meta
pu
sverker-erts-alloc-doc-fix
sverker-ets-doc-1
sverker-ets-patch-1
sverker/doc-fix-billion
sverker/enif_open_resource_type-doc
github.com: erlang/otp.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
stdlib
/
src
/
escript.erl
Commit message (
Expand
)
Author
Age
Files
Lines
*
stdlib: Handle bad I/O server in escripts
Hans Bolinder
2019-08-27
1
-10
/
+19
*
Update copyright year
Henrik Nord
2018-06-18
1
-1
/
+1
*
Move error formatting to erl_error.erl and delete lib.erl
Richard Carlsson
2018-05-04
1
-1
/
+1
*
stdlib: Do not call erlang:get_stacktrace()
Hans Bolinder
2018-02-06
1
-10
/
+8
*
Merge branch 'siri/string-new-api'
Siri Hansen
2017-09-15
1
-6
/
+6
|
\
|
*
stdlib: Do not use deprecated functions in string(3)
Hans Bolinder
2017-07-06
1
-6
/
+6
*
|
stdlib: Improve handling of Unicode in escript
Hans Bolinder
2017-09-05
1
-1
/
+1
|
/
*
stdlib: Correct Unicode handling in escript
Hans Bolinder
2017-06-09
1
-3
/
+3
*
escript: Pick up stacktrace a soon as possible
Björn Gustavsson
2017-05-17
1
-1
/
+2
*
stdlib: Fix handling of locations and annotations
Hans Bolinder
2017-03-08
1
-5
/
+3
*
Allow escripts with only two lines
Jing Peng
2016-12-13
1
-40
/
+43
*
Update copyright-year
Erlang/OTP
2016-12-07
1
-1
/
+1
*
erts: Implement halt/0 and halt/1 in Erlang
Sverker Eriksson
2016-05-25
1
-0
/
+1
*
Update Kernel and STDLIB
Hans Bolinder
2015-10-08
1
-4
/
+4
*
Change license text to APLv2
Bruce Yinhe
2015-06-18
1
-9
/
+10
*
stdlib: Use module erl_anno
Hans Bolinder
2015-04-30
1
-8
/
+20
*
Replace usage of erlang:now() with usage of new API
Rickard Green
2015-03-20
1
-3
/
+5
*
Merge branch 'pf/document-escript-feature-only-present-in-examples/OTP-11827'
Lukas Larsson
2014-03-27
1
-3
/
+2
|
\
|
*
Document an escript:create/2 hidden feature
Pierre Fenoll
2014-03-27
1
-3
/
+2
*
|
Fix some Dialyzer warnings
Hans Bolinder
2014-03-20
1
-1
/
+9
*
|
Fix unmatched_returns warnings in STDLIB and Kernel
Hans Bolinder
2013-05-06
1
-3
/
+5
|
/
*
Let escript recognize an encoding comment on the second line
Hans Bolinder
2013-03-19
1
-1
/
+7
*
Update copyright years
Björn-Egil Dahlberg
2013-01-25
1
-1
/
+1
*
Make adjustments for Unicode
Hans Bolinder
2013-01-25
1
-7
/
+7
*
[stdlib, kernel] Introduce Unicode support for Erlang source files
Hans Bolinder
2013-01-02
1
-7
/
+22
*
[erts,kernel,stdlib] fix escript/primary archive reloading
Tuncer Ayaz
2012-07-06
1
-2
/
+16
*
stdlib: Stop working around erlang:halt not flushing
Raimo Niskanen
2012-03-21
1
-12
/
+2
*
Merge branch 'dev' into major
Hans Bolinder
2011-09-02
1
-3
/
+3
|
\
|
*
Improve and correct types and specifications in Kernel and STDLIB
Hans Bolinder
2011-08-31
1
-3
/
+3
*
|
emulator: Add a fourth element in exception stacktraces
Björn Gustavsson
2011-08-16
1
-1
/
+1
|
/
*
Update copyright years
Björn-Egil Dahlberg
2011-03-11
1
-1
/
+1
*
Update escrips to allow the -n or -compile(native) flag, which compiles the c...
Lukas Larsson
2011-01-25
1
-3
/
+15
*
Removed dead code
Patrik Nyblom
2010-12-20
1
-3
/
+1
*
escript: Add more types to records
Kostis Sagonas
2010-06-07
1
-41
/
+47
*
Remove the undocumented function escript:foldl/3
Håkan Mattsson
2010-03-16
1
-70
/
+0
*
Add functions to create and extract escripts
Håkan Mattsson
2010-03-16
1
-76
/
+325
*
Fix escript:foldl/3 for beam and archive files
Tuncer Ayaz
2010-02-22
1
-2
/
+2
*
Fixed a case_clause error in the internal function escript:foldl/3.
Håkan Mattsson
2010-02-15
1
-1
/
+1
*
OTP-8434 Improved handling of typed records in escripts
Håkan Mattsson
2010-02-10
1
-42
/
+29
*
OTP-8387 Explicit top directories in archive files are now optional.
Håkan Mattsson
2010-01-27
1
-6
/
+7
*
The R13B03 release.
OTP_R13B03
Erlang/OTP
2009-11-20
1
-0
/
+694