aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2010-06-07Add Emacs EUnit feature: auto-saveChris Bernard
2010-06-07Remove tid() from the predefined builtin types.Kostis Sagonas
2010-06-07erlang-eunit: Optionally run code coverage analysis during eunit testsKlas Johansson
2010-06-07erlang-eunit: Made alternative locations of files more flexibleKlas Johansson
2010-06-07Let ei_get_type() return ERL_FLOAT_EXT instead of NEW_FLOAT_EXTBjörn-Egil Dahlberg
2010-06-07gs: Clean up as suggested by tidierKostis Sagonas
2010-06-07Fix ei_tmo to restrict dflags to NEW_FLOAT_EXTBjörn-Egil Dahlberg
2010-06-07compact IEEE 754 double encoding in external binary format for eiSteve Vinoski
2010-06-07fix typo in ei_decode_ei_term documentationSteve Vinoski
2010-06-07Fix confusing dialyzer warnings for is_record/2 with illegal recordsBjörn Gustavsson
2010-06-06erl_types: Export is_erl_type/1Björn Gustavsson
2010-06-04Merge branch 'uw/mnesia-overload' into devErlang/OTP
2010-06-04Merge branch 'uw/mnesia-schema-merge' into devErlang/OTP
2010-06-04Support opening files in exclusive modeMichael Santos
2010-06-04OTP-8478: Added support for multiple SNMPv3 EngineIDs in a single agentMicael Karlberg
2010-06-04Merge branch 'ks/dialyzer' into devErlang/OTP
2010-06-04OTP-8529: Raise condition processing repliesMicael Karlberg
2010-06-04Fixed handling of several ssl/tls packets arriving at the same time.Ingela Anderton Andin
2010-06-03dialyzer: Build the PLT even if there are unresolved remote typesKostis Sagonas
2010-06-03OTP-8555 Send message from NIFSverker Eriksson
2010-06-03proplists: Export the type property()Björn Gustavsson
2010-06-03erl_lint: Issue warnings for undefined exported typesKostis Sagonas
2010-06-03Minor fix in a print messageKostis Sagonas
2010-06-03Add handling of unknown typesMaria Christakis
2010-06-03Add declaration for exported typesKostis Sagonas
2010-06-03Add types and specs; performed some cleanups alsoKostis Sagonas
2010-06-03erl_scan: Add declarations for exported typesKostis Sagonas
2010-06-03stdlib: Add declarations for exported typesKostis Sagonas
2010-06-03hipe: Add declarations for exported typesKostis Sagonas
2010-06-03compiler: Add declarations for exported typesKostis Sagonas
2010-06-03syntax_tools: Add declarations for exported typesKostis Sagonas
2010-06-03kernel: Add declaration for exported typesKostis Sagonas
2010-06-03Support -export_type() in dialyzer and erl_typesKostis Sagonas
2010-06-03Add infrastructure for the -export_type() attributeKostis Sagonas
2010-06-03OTP-8665 epp bugHans Bolinder
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-03Merge branch 'pan/otp_8611_standard_io' into devErlang/OTP
2010-06-03Merge branch 'pan/otp_3626_win_find_executable' into devErlang/OTP
2010-06-03Fixed a bug in the spec which caused dsa parameters to be lost in the certifi...Dan Gudmundsson
2010-06-02OTP-8529: Raise condition processing repliesMicael Karlberg
2010-06-02OTP-8634: Pending counter raise condition.Micael Karlberg
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-02Add -compile({no_auto_import,[F/A]}) doc to compiler.xmlPatrik Nyblom
2010-06-02Add some testcases to compiler to verify that overriding really happensPatrik Nyblom