aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
AgeCommit message (Expand)Author
2010-05-31OTP-8657 New Erlang scanner tokens: '..' and '...'Hans Bolinder
2010-05-27handle {global, term()} names in format_status/2Steve Vinoski
2010-05-21Merge branch 'sv/format_status_error_info' into devErlang/OTP
2010-05-21Correct typos in EEP-0031 implementationTuncer Ayaz
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 documentation for binary modulePatrik Nyblom
2010-05-17Add more tests and make some go easier on small systemsPatrik Nyblom
2010-05-17Correct Boyer More and trapping for longest_common_suffixPatrik Nyblom
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 referenced_byte_size/1Patrik 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:longest_common_prefix/longest_common_suffixPatrik Nyblom
2010-05-17Add binary:part to erl_bif_binary.cPatrik Nyblom
2010-05-17Count reductions for process even when not trappingPatrik Nyblom
2010-05-17Add random compare testcasePatrik 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-12OTP-8628 stdlib: correction lists(3)Hans 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-11Test that gen_server:call/2,3 are fast even with a huge message queueBjörn Gustavsson
2010-05-11Compile tests that communicate with R12 nodes with the r12 optionBjörn Gustavsson
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-21Merge branch 'ms/re_infinite_loop' into devErlang/OTP
2010-04-21Removed deprecated functions and moduleNiclas Eklund
2010-04-20Support nested record field access without parenthesesTuncer Ayaz
2010-04-20Add testcase for infinite loop problem caused by reset of match_call_countPatrik Nyblom
2010-04-19Merge branch 'bg/deprecations' into devErlang/OTP
2010-04-19OTP-8567 The word 'spec' is no longer reserved.Hans Bolinder
2010-04-15Merge branch 'ms/pcre-compile-workspace-overrun' into devErlang/OTP
2010-04-14Fix spec for ets:to_dets/2Kostis Sagonas
2010-04-14Merge branch 'ks/stdlib' into devErlang/OTP
2010-04-14re_SUITE: Add pcre_compile_workspace_overflow/1Björn Gustavsson
2010-04-13ets docs: Correct return type for ets:to_dets/2Björn Gustavsson
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