aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
AgeCommit message (Expand)Author
2010-06-03Merge branch 'pan/otp_8579_autoimport_override' into devErlang/OTP
2010-06-03Merge branch 'pan/otp_8577_re_pattern_doc' into devErlang/OTP
2010-06-02Remove outcommented code from erl_lintPatrik Nyblom
2010-06-02Make port_command/3 auto-importedPatrik Nyblom
2010-06-02Remove (harmless) warnings about min/max in core applicationsPatrik Nyblom
2010-06-02Autoimport min/2 and max/2Patrik Nyblom
2010-06-02Improve coverage of erl_int in testcasesPatrik Nyblom
2010-06-02Change warning to error for nowarn_bif_clash compiler directivePatrik Nyblom
2010-06-02Return nowarn_bif_clash functionality but with warningPatrik Nyblom
2010-06-02Teach erl_lint to better override BIFs with local functions and importsPatrik Nyblom
2010-06-02Teach compiler to override autoimport with importPatrik Nyblom
2010-06-02First prototype for local functions overriding autoimportedPatrik Nyblom
2010-06-02OTP-8664 Erlang parser augmented with operators for integer typesHans Bolinder
2010-06-02Merge branch 'jv/autoimport-binary_to_term_2' into devErlang/OTP
2010-06-02Evaluate element/2 at compile-time using type informationBjörn Gustavsson
2010-06-02erl_expand_records: Replace is_record() with matchingBjörn Gustavsson
2010-06-02Add documentation of what part of a re mp() can be used for guard testsPatrik Nyblom
2010-05-31OTP-8657 New Erlang scanner tokens: '..' and '...'Hans Bolinder
2010-05-27handle {global, term()} names in format_status/2Steve Vinoski
2010-05-24Change binary_to_term/2 to be auto-importedJayson Vantuyl
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