Age | Commit message (Expand) | Author |
2010-02-16 | runtime_tools: Modernize specs | Kostis Sagonas |
2010-02-16 | sasl: Eliminate tuple used as fun | Kostis Sagonas |
2010-02-16 | sasl: Add missing modules to app file | Kostis Sagonas |
2010-02-16 | asn1: Clean up as suggested by tidier | Kostis Sagonas |
2010-02-16 | os_mon: Modernize types and specs | Kostis Sagonas |
2010-02-16 | wx: Clean up as suggested by tidier | Kostis Sagonas |
2010-02-16 | Update copyright header | Björn Gustavsson |
2010-02-16 | Add support for prefixing macro names generated by the compiler | Tomas Johansson |
2010-02-16 | ** Empty commit message ** | Lars G Thorsen |
2010-02-16 | Merge branch 'kr/odbc-netinet' into ccase/r13b04_dev | Erlang/OTP |
2010-02-16 | Merge branch 'bg/erl_bif_types' into ccase/r13b04_dev | Erlang/OTP |
2010-02-16 | Merge branch 'jn/sasl-format_report' into ccase/r13b04_dev | Erlang/OTP |
2010-02-16 | Merge branch 'va/rb-improvements' into ccase/r13b04_dev | Erlang/OTP |
2010-02-15 | Added the configuration parameters iiop_out_ports_attempts and iiop_out_ports... | Niclas Eklund |
2010-02-15 | Fixed a case_clause error in the internal function escript:foldl/3. | Håkan Mattsson |
2010-02-15 | ** Empty commit message ** | Håkan Mattsson |
2010-02-15 | Merge branch 'dgud/emacs-mode' into ccase/r13b04_dev | Erlang/OTP |
2010-02-14 | Add types for erts_debug:lock_counters/1 | Björn Gustavsson |
2010-02-14 | Add types for os:timestamp/0 | Björn Gustavsson |
2010-02-14 | Add types for erts_debug:dist_ext_to_term/2 | Björn Gustavsson |
2010-02-14 | erl_bif_types: add 'http_bin' as a valid packet option | Björn Gustavsson |
2010-02-14 | Added sasl_report:format_report/3 to return a string rather than send an io | Jay Nelson |
2010-02-14 | syntax_tools: Add types and specs for most exported functions | Kostis Sagonas |
2010-02-14 | syntax_tools: Support the --enable-native-libs configure option | Kostis Sagonas |
2010-02-14 | syntax_tools: Remove $Id$ annotations | Kostis Sagonas |
2010-02-14 | dialyzer: New version for the R13B04 release | Kostis Sagonas |
2010-02-14 | hipe: Miscellaneous additions | Kostis Sagonas |
2010-02-14 | typer: New version for the R13B04 release | Kostis Sagonas |
2010-02-14 | Fix a HiPE compiler bug evaluating an expression that throws system_limit | Kostis Sagonas |
2010-02-14 | New rb:filter/2 to filter reports by date | Alvaro Videla |
2010-02-14 | New rb:filter/1 function to ease report filtering | Alvaro Videla |
2010-02-14 | Modify rb:grep/1 to grep reports using the re module | Alvaro Videla |
2010-02-14 | Fix minor typo in read_report/1 | Alvaro Videla |
2010-02-14 | file.erl: Add a type to be used from other modules | Kostis Sagonas |
2010-02-13 | OTP-8317, OTP-8323, OTP-8328, OTP-8362 & OTP-8403. | Micael Karlberg |
2010-02-13 | OTP-8016, OTP-8056, OTP-8103, OTP-8106, OTP-8312, OTP-8315, OTP-8327, | Micael Karlberg |
2010-02-13 | OTP-8395, OTP-8433 & OTP-8442. | Micael Karlberg |
2010-02-13 | OTP-8442: Regstration of agents using config file incorrect | Micael Karlberg |
2010-02-13 | OTP-8431: Fix error handling of httpc_manager and its starter process | Micael Karlberg |
2010-02-12 | Merge branch 'kr/crypto_makefile' into ccase/r13b04_dev | Erlang/OTP |
2010-02-12 | Merge branch 'bd/doc-fixes' into ccase/r13b04_dev | Erlang/OTP |
2010-02-12 | Merge branch 'yh/packet_option_for_new_ssl_send' into ccase/r13b04_dev | Erlang/OTP |
2010-02-12 | Merge branch 'mp/et-app-file' into ccase/r13b04_dev | Erlang/OTP |
2010-02-12 | Merge branch 'ms/pcre-security' into ccase/r13b04_dev | Erlang/OTP |
2010-02-12 | Merge branch 'jn/supervisor_child_count_only' into ccase/r13b04_dev | Erlang/OTP |
2010-02-12 | Merge branch 'ks/stdlib-cleanups' into ccase/r13b04_dev | Erlang/OTP |
2010-02-12 | Fixed ssl:setopts(Socket, binary) which was didn't work for 'new' ssl. | Dan Gudmundsson |
2010-02-12 | Fixed bug file cache bug and improved the error messages. | Dan Gudmundsson |
2010-02-12 | Allow <c>ssl:listen/2</c> to be called with option {ssl_imp, old}. | Dan Gudmundsson |
2010-02-12 | prepend packet size bytes in ssl:send() in new_ssl implementation | YAMASHINA Hio |