aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src
AgeCommit message (Expand)Author
2010-05-20Merge branch 'pan/otp_8217_binary' into devErlang/OTP
2010-05-19Merge branch 'dp/shell-line-editing' into devErlang/OTP
2010-05-17Add longer timetrap to testcases and add binary to app filePatrik Nyblom
2010-05-17Add guard BIFs binary_part/2,3Patrik Nyblom
2010-05-17Add binary:{encode,decode}_unsigned({1,2}Patrik Nyblom
2010-05-17Add binary:list_to_bin/1 and binary:copy/1,2Patrik Nyblom
2010-05-17Add bin_to_list/{1,2,3}Patrik Nyblom
2010-05-17Add binary:part to erl_bif_binary.cPatrik Nyblom
2010-05-17Teach binary.c the semantics to take longest instead of shortest matchPatrik Nyblom
2010-05-17Initial commit of the binary EEPPatrik Nyblom
2010-05-12timer: Update specs and apply tidier cleanupsKostis Sagonas
2010-05-12OTP-8629 stdlib: prepare erl_parse.yrl for future extensionHans Bolinder
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-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