aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src
AgeCommit message (Expand)Author
2010-05-12OTP-8629 stdlib: prepare erl_parse.yrl for future extensionHans Bolinder
2010-05-12Add support for the format_status callback to gen_eventSteve Vinoski
2010-05-12Extend format_status for gen_server/gen_fsm termination error loggingSteve Vinoski
2010-05-12Merge branch 'bg/opt-receive' into devErlang/OTP
2010-05-11Merge branch 'bg/beam_lib' into devErlang/OTP
2010-05-10gen: Inline wait_resp_mon/2 to help the compiler optimizeBjörn Gustavsson
2010-05-06Remove redundant includesBjörn Gustavsson
2010-05-06Make beam_lib:cmp/2 stricterBjörn Gustavsson
2010-04-30Fix mispelled type name in spec for ets:to_dets/2Björn Gustavsson
2010-04-27OTP-8564 Update deprecation statusMicael Karlberg
2010-04-23Merge branch 'ta/nested-records' into devErlang/OTP
2010-04-21Removed deprecated functions and moduleNiclas Eklund
2010-04-20Support nested record field access without parenthesesTuncer Ayaz
2010-04-19Merge branch 'bg/deprecations' into devErlang/OTP
2010-04-19OTP-8567 The word 'spec' is no longer reserved.Hans Bolinder
2010-04-14Fix spec for ets:to_dets/2Kostis Sagonas
2010-04-14Merge branch 'ks/stdlib' into devErlang/OTP
2010-04-13erl_parse.yrl: Add missing operator in type declarationKostis Sagonas
2010-04-13stdlib: Add types and specsKostis Sagonas
2010-04-13stdlib: Use fun object instead of {M,F} tupleKostis Sagonas
2010-04-13ets: Cleanup as suggested by tidierKostis Sagonas
2010-04-09Add timer:tc/2 to measure the elapsed time of anonymous functionsChristopher Faulet
2010-04-09OTP-8562 Closing right parenthesis in macro definitions is mandatory.Hans Bolinder
2010-04-08Postpone removal of concat_binary/1Björn Gustavsson
2010-04-08Remove deprecated lists:flat_length/1Björn Gustavsson
2010-03-30erl_parse: Remove more stray 'cond' supportBjörn Gustavsson
2010-03-17OTP-8522 Avoid duplicated 'undefined' in record field typesHans Bolinder
2010-03-16Remove the undocumented function escript:foldl/3Håkan Mattsson
2010-03-16Add functions to create and extract escriptsHåkan Mattsson
2010-03-16Add function zip:foldl/3 to iterate over zip archivesHåkan Mattsson
2010-03-16Remove stray code supporting 'cond'Björn Gustavsson
2010-03-16Remove stray code supporting constant/1Björn Gustavsson
2010-03-15Update copyright headersBjörn Gustavsson
2010-03-10Fix a crash when using an undefined record name as a typeKostis Sagonas
2010-03-09OTP-8503 stdlib: records with no fields is considered typed by eppHans Bolinder
2010-03-09OTP-8501 stdlib: erl_pp no longer quotes atoms in typesHans Bolinder
2010-03-09Readline-style line edit historyDave Peticolas
2010-03-09Merge branch 'ks/types' into devErlang/OTP
2010-03-07file.hrl: Move out type declarationsKostis Sagonas
2010-03-02OTP-8473 stdlib: erl_pp bugfix abstract type 'fun'Hans Bolinder
2010-03-02OTP-8470 stdlib: epp bugHans Bolinder
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-12Merge branch 'jn/supervisor_child_count_only' into ccase/r13b04_devErlang/OTP
2010-02-12Merge branch 'ks/stdlib-cleanups' into ccase/r13b04_devErlang/OTP
2010-02-10OTP-8434 Improved handling of typed records in escriptsHåkan Mattsson
2010-02-10Add count_children/1 to supervisor.erl to determine the number ofJay Nelson
2010-02-10OTP-8418 user.erl (used in oldshell) is updated to handle unicode inPatrik Nyblom
2010-02-10Merge branch 'ks/erl_lint' into ccase/r13b04_devErlang/OTP
2010-02-10Support the configure option --enable-native-libsKostis Sagonas