Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-20 | kernel: Patch 1109 | Rickard Green | |
OTP-8502 A race condition in <c>os:cmd/1</c> could cause the caller to get stuck in <c>os:cmd/1</c> forever. | |||
2010-08-20 | snmp: Patch erl_1108 | Micael Karlberg | |
OTP-8480 [agent] A minor mnesia related performance improvement. OTP-8481 [manager] Fixed an upgrade/downgrade problem. Upgrade/downgrade from/to 4.13.5 did not work for the net-if process. This has now been fixed | |||
2010-02-19 | The R13B04 releaseOTP_R13B04 | Erlang/OTP | |
2010-02-22 | OTP-8466: Fix ei to build on vxworks | Björn-Egil Dahlberg | |
2010-02-22 | OTP-8395, OTP-8433 & OTP-8442. | Micael Karlberg | |
2010-02-22 | OTP-8317, OTP-8323, OTP-8328, OTP-8362 & OTP-8403. | Micael Karlberg | |
2010-02-22 | Fix escript:foldl/3 for beam and archive files | Tuncer Ayaz | |
escript:foldl/3 was not completely adapted to the changes introduced in 6af2ac91005276add18b1c9bbf4c8fe4f8c6e040. A partial fix has already been applied by Hakan Mattson in 4ec4a06edb5baaa0af2840943230c4a0be3a93cf. Signed-off-by: Tuncer Ayaz <[email protected]> | |||
2010-02-19 | asn1: Correct ticket number in vsn.mk | Björn Gustavsson | |
2010-02-19 | Added megaco_config to appup file | Håkan Mattsson | |
2010-02-19 | Update release notes | Björn Gustavsson | |
2010-02-19 | OTP-8463 Support for EXTENSIBILITY IMPLIED and SET/SEQ OF NamedType is | Kenneth Lundin | |
added. | |||
2010-02-19 | Added release notes for megaco 3.14 | Håkan Mattsson | |
2010-02-19 | Update version number | Björn-Egil Dahlberg | |
2010-02-19 | Update release notes | Björn-Egil Dahlberg | |
2010-02-19 | Fix problems identified by dialyzer. | Kostis Sagonas | |
2010-02-19 | mnesia: fix vsn | Dan Gudmundsson | |
2010-02-18 | OTP-8451 Harmless buffer overflow by one byte in asn1 and ram_file_drv. | Sverker Eriksson | |
2010-02-18 | Avoid crash when trying to alert the user. | Dan Gudmundsson | |
2010-02-17 | Update version numbers | Björn Gustavsson | |
2010-02-17 | ssl: Prepare release | Dan Gudmundsson | |
2010-02-17 | OTP-8311: Various updates and fixes in Common Test and Test Server | Peter Andersson | |
2010-02-17 | OTP-8459 Do a controlled shutdown if a non ssl packet arrives as the first | Dan Gudmundsson | |
packet. | |||
2010-02-17 | Merge branch 'ks/hipe' into ccase/r13b04_dev | Erlang/OTP | |
* ks/hipe: dialyzer: Fix system_limit exception in race analysis syntax_tools: Add types and specs for most exported functions syntax_tools: Support the --enable-native-libs configure option syntax_tools: Remove $Id$ annotations dialyzer: New version for the R13B04 release hipe: Miscellaneous additions typer: New version for the R13B04 release Fix a HiPE compiler bug evaluating an expression that throws system_limit OTP-8460 ks/hipe | |||
2010-02-17 | public_key: Prepare release | Dan Gudmundsson | |
2010-02-17 | Merge branch 'tj/asn1_macro_prefix' into ccase/r13b04_dev | Erlang/OTP | |
* tj/asn1_macro_prefix: Add support for prefixing macro names generated by the compiler OTP-8453 tj/asn1_macro_prefix | |||
2010-02-17 | wx: Prepare release | Dan Gudmundsson | |
2010-02-17 | emacs: Update test suite skeletons | Peter Andersson | |
2010-02-17 | mnesia: prepare release | Dan Gudmundsson | |
2010-02-17 | OTP-8447 Bit string comprehensions can now be used in parameterized | Hans Bolinder | |
modules. (Thanks to Jebu Ittiachen.) | |||
2010-02-17 | Update version number | Björn-Egil Dahlberg | |
2010-02-17 | Merge branch 'ks/cleanups' into ccase/r13b04_dev | Erlang/OTP | |
* ks/cleanups: percept: Clean up as suggested by tidier percept: Modernize types and specs parsetools: Don't use 'try...of' when 'try' will do parsetools: Use %% for comments at the beginning of a line parsetools: Replace lists:keysearch/3 with lists:keyfind/3 parsetools: Modernize types and specs parsetools: Replace TABs with spaces runtime_tools: Modernize specs sasl: Eliminate tuple used as fun sasl: Add missing modules to app file asn1: Clean up as suggested by tidier os_mon: Modernize types and specs wx: Clean up as suggested by tidier OTP-8455 ks/cleanups | |||
2010-02-16 | dialyzer: Fix system_limit exception in race analysis | Kostis Sagonas | |
dialyzer_callgraph: Avoid creation of too many ets tables by the race analysis. dialyzer_dataflow: The digraph returned by the race analysis should not be the translated one. | |||
2010-02-16 | percept: Clean up as suggested by tidier | Kostis Sagonas | |
2010-02-16 | percept: Modernize types and specs | Kostis Sagonas | |
2010-02-16 | parsetools: Don't use 'try...of' when 'try' will do | Kostis Sagonas | |
2010-02-16 | parsetools: Use %% for comments at the beginning of a line | Kostis Sagonas | |
According to the style guidelines (and the Erlang mode for Emacs), comments at the beginning of a line should start with "%%", not "%". | |||
2010-02-16 | parsetools: Replace lists:keysearch/3 with lists:keyfind/3 | Kostis Sagonas | |
2010-02-16 | parsetools: Modernize types and specs | Kostis Sagonas | |
2010-02-16 | parsetools: Replace TABs with spaces | Björn Gustavsson | |
The files in the parsetools application are supposed to be indented using spaces only. Remove the stray TABs that somehow have crept in. | |||
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 | |
This is useful when multiple protocols that contains macros with identical names are included in a single module. Add the missing record_name_prefix compiler option to the documentation. | |||
2010-02-16 | ** Empty commit message ** | Lars G Thorsen | |
2010-02-16 | Merge branch 'kr/odbc-netinet' into ccase/r13b04_dev | Erlang/OTP | |
* kr/odbc-netinet: Fix ODBC compilation error on FreeBSD by adding netinet/in.h to #include macros OTP-8444 The odbc application can now be compiled on FreeBSD. (Thanks to Kenji Rikitake.) | |||
2010-02-16 | Merge branch 'bg/erl_bif_types' into ccase/r13b04_dev | Erlang/OTP | |
* bg/erl_bif_types: Add types for erts_debug:lock_counters/1 Add types for os:timestamp/0 Add types for erts_debug:dist_ext_to_term/2 erl_bif_types: add 'http_bin' as a valid packet option OTP-8437: bg/erl_bif_types |