Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-15 | Windows and Mac build issues | Dan Gudmundsson | |
2010-11-15 | Add dialyser spec | Dan Gudmundsson | |
2010-11-15 | Better make dependecies for api generation | Dan Gudmundsson | |
2010-11-15 | Split opengl functionality into separate dynamic library | Dan Gudmundsson | |
The idea is to build a separate opengl library which can be reused by other erlang applications. | |||
2010-11-12 | Merge branch 'ia/ssl-decryption-error/OTP-8930' into dev | Ingela Anderton Andin | |
* ia/ssl-decryption-error/OTP-8930: Added "DECRYPTION_FAILED ALERT" for block decipher failure. | |||
2010-11-12 | Merge branch 'ia/odbc/windows_fix' into dev | Ingela Anderton Andin | |
* ia/odbc/windows_fix: Added needed include file ws2tcpip.h for windows. | |||
2010-11-12 | Added needed include file ws2tcpip.h for windows. | Raimo Niskanen | |
2010-11-12 | Merge branch 'raimo/inet-getifaddrs/OTP-8926' into dev | Raimo Niskanen | |
* raimo/inet-getifaddrs/OTP-8926: Write documentation Delete decommented code Add testcase Implement inet:getifaddrs/0 on Windows Implement basic inet:getifaddrs/0 Fix building error of SCTP in FreeBSD 7.1 and later | |||
2010-11-12 | Merge branch 'raimo/wxwidgets-configure-fixes' into dev | Raimo Niskanen | |
* raimo/wxwidgets-configure-fixes: wxWidgets configure fixes | |||
2010-11-11 | Merge branch 'maint-r14' into dev | Björn-Egil Dahlberg | |
2010-11-10 | Added "DECRYPTION_FAILED ALERT" for block decipher failure. | Ingela Anderton Andin | |
Also fixed incorrect dialyzer spec. | |||
2010-11-10 | wxWidgets configure fixes | Raimo Niskanen | |
2010-11-09 | Merge branch 'sverker/doc-fixes/OTP-8880' into dev | Sverker Eriksson | |
* sverker/doc-fixes/OTP-8880: Documentation update to ETS and drivers | |||
2010-11-09 | Write documentation | Raimo Niskanen | |
2010-11-09 | Fix two typos in Dialyzer documentation | Tuncer Ayaz | |
2010-11-09 | Add testcase | Raimo Niskanen | |
2010-11-09 | Implement basic inet:getifaddrs/0 | Raimo Niskanen | |
2010-11-08 | Add release notes for erl_interface-3.7.1.1 | Björn-Egil Dahlberg | |
2010-11-08 | Fix faulty tracelevel in erl_interface | Björn-Egil Dahlberg | |
2010-11-04 | Fix badly formed Dets file after initialization | Hans Bolinder | |
If a Dets table with fewer slots than keys was opened and then closed after just a lookup, the contents were no longer well-formed. This bug has been fixed. (Thanks to Matthew Evans.) | |||
2010-11-02 | Merge branch 'maint-r14' into dev | Niclas Eklund | |
2010-11-02 | Merge branch 'lukas/common_test/ct_parse_table/OTP-8907' into dev | Lukas Larsson | |
* lukas/common_test/ct_parse_table/OTP-8907: Update parse_table to take multiline sql rows Add test cases for ct:parse_table | |||
2010-11-02 | Merge branch 'hb/parsetools/format_yecc_messages/OTP-8919' into dev | Hans Bolinder | |
* hb/parsetools/format_yecc_messages/OTP-8919: Improve formating of Yecc error messages | |||
2010-11-01 | Merge branch 'ia/odbc/windows_fix' into dev | Ingela Anderton Andin | |
* ia/odbc/windows_fix: Better configure test that also works on windows. | |||
2010-11-01 | Better configure test that also works on windows. | Ingela Anderton Andin | |
2010-11-01 | Improve formating of Yecc error messages | Hans Bolinder | |
The formating of Yecc's error messages has been improved. (Thanks to Joe Armstrong.) | |||
2010-11-01 | The fix regarding OTP-8849 was not included in the previous version as stated. | Niclas Eklund | |
2010-11-01 | Move away from using deprecated public_key function pem_to_der. | Niclas Eklund | |
2010-11-01 | Update parse_table to take multiline sql rows | Lukas Larsson | |
Add test cases for ct:parse_table | |||
2010-11-01 | Merge branch 'maint-r14' into dev | Niclas Eklund | |
2010-11-01 | Merge branch 'ia/odbc/ipv6/OTP-8917' into dev | Ingela Anderton Andin | |
* ia/odbc/ipv6/OTP-8917: Ipv6 can now be supported on Windows as well as on UNIX. Ipv6 should be supported on non windows. | |||
2010-10-29 | Merge branch 'ks/bad-export_type' into dev | Björn Gustavsson | |
* ks/bad-export_type: Avoid errors for a badly formed export_type declarations | |||
2010-10-29 | Merge branch 'ms/fix-string-copies' into dev | Björn Gustavsson | |
* ms/fix-string-copies: string_SUITE: Add test for string:copies(Str, Float) string_SUITE: Fix copy and paste error in test of string:copies/2 Fix crash in string:copies/2 OTP-8915 | |||
2010-10-29 | string_SUITE: Add test for string:copies(Str, Float) | Björn Gustavsson | |
2010-10-29 | string_SUITE: Fix copy and paste error in test of string:copies/2 | Björn Gustavsson | |
2010-10-29 | Merge branch 'ta/fix-dialyzer-documentation' into dev | Björn Gustavsson | |
* ta/fix-dialyzer-documentation: Add missing Dialyzer warning options to doc | |||
2010-10-29 | Merge branch 'ks/strengthen-specs' into dev | Björn Gustavsson | |
* ks/strengthen-specs: lists: Strengthen and modernize specs syntax_tools: Fix an erroneous type and strengthen some specs ordsets: Export ordset/1 type and strengthen specs compiler: Strengthen some specs to shut off dialyzer warnings | |||
2010-10-29 | Removed superfluous release notes. | Niclas Eklund | |
2010-10-29 | Merge branch 'ks/rec-erl_types' into dev | Björn Gustavsson | |
* ks/rec-erl_types: Deeper unfolding of recursive types | |||
2010-10-29 | Deeper unfolding of recursive types | Kostis Sagonas | |
The change of taking out some hard-coded information about the file module uncovered that the unfolding of recursive types was probably too shallow. This has been fixed by unfolding it until a deeper limit (REC_TYPE_LIMIT). While at erl_types.erl also did some cleanup changes and fixed an erroneous io:format message. | |||
2010-10-28 | Ipv6 can now be supported on Windows as well as on UNIX. | Ingela Anderton Andin | |
Loopback address constants are used when connecting the c-side to the erlang-side over local socket API avoiding getaddrinfo problems, and the {ip, loopback} option is added as a listen option on the erlang-side. Also cleaned up the TIME_STAMP contribution. | |||
2010-10-28 | Merge branch 'maint-r13' into maint-r14 | Niclas Eklund | |
Conflicts: lib/cosNotification/src/CosNotification_Definitions.hrl lib/cosNotification/vsn.mk lib/orber/vsn.mk | |||
2010-10-28 | Fix epp bug concerning the file attribute and file inclusion | Hans Bolinder | |
Cover did not collect coverage data for files such as Yecc parses containing include directives. The bug has been fixed by modifying epp, the Erlang Code Preprocessor. | |||
2010-10-28 | Merge branch 'maint-r13' into maint-r14 | Niclas Eklund | |
Conflicts: lib/ssh/doc/src/notes.xml lib/ssh/src/ssh.appup.src lib/ssh/src/ssh_system_sup.erl lib/ssh/vsn.mk | |||
2010-10-27 | Prepare release | Erlang/OTP | |
2010-10-27 | Merge branch 'nick/cosNotification/deprecated_regexp/OTP-8846' into maint-r13 | Erlang/OTP | |
* nick/cosNotification/deprecated_regexp/OTP-8846: Fiex TR tag. Uppdatet year in header. Added missing bracket. Switched from using the deprecated regexp to re instead. | |||
2010-10-27 | Merge branch 'nick/orber/corbaloc_http/OTP-8900' into maint-r13 | Erlang/OTP | |
* nick/orber/corbaloc_http/OTP-8900: Incorrect TR tag. A corbaloc http string could return an EXIT message, instead of a system exception, if the HTTP server closed the socket without returning a complete message. I.e. header and a body containing a stringified IOR. | |||
2010-10-27 | Fiex TR tag. | Niclas Eklund | |
2010-10-27 | Incorrect TR tag. | Niclas Eklund | |
2010-10-26 | lists: Strengthen and modernize specs | Kostis Sagonas | |
Strengthen some specs that were a bit more liberal than they should. While at it, change uses of the is_subtype guard to :: which is more modern and compact. |