Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-18 | Merge tag 'OTP_R16B01' | Björn-Egil Dahlberg | |
The R16B01 release Conflicts: lib/sasl/vsn.mk | |||
2013-06-17 | Prepare releaseOTP_R16B01 | Erlang/OTP | |
2013-06-12 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-06-10 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-06-07 | versions updates for erl_interface, et and os_mon | Fredrik Gustafsson | |
2013-05-02 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-04-30 | Rename and document lists:zf/2 as lists:filtermap/2 | Anthony Ramine | |
This function is used all over the place in OTP itself and people sometimes want that functionality, they may as well not reimplement it themselves. | |||
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-04-19 | Convert XML files to UTF-8, where needed | Hans Bolinder | |
2013-04-05 | Use erlang:demonitor(Ref, [flush]) where applicable | Loïc Hoguin | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP | |
2013-01-18 | Merge branch 'nox/enable-silent-rules/OTP-10726' | Björn-Egil Dahlberg | |
* nox/enable-silent-rules/OTP-10726: Implement ./otp_build configure --enable-silent-rules | |||
2013-01-15 | Implement ./otp_build configure --enable-silent-rules | Anthony Ramine | |
With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1. | |||
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder | |
2012-09-03 | Prepare releaseOTP_R15B02 | Erlang/OTP | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-06-28 | [et] Remove dead code (and fix dialyser warnings) | Dan Gudmundsson | |
2012-06-25 | Merge branch 'rj/fix-et-doc' into maint | Henrik Nord | |
* rj/fix-et-doc: Fix typo in ET doc OTP-10119 | |||
2012-06-05 | Fix typo in ET doc | Ricardo Catalinas Jiménez | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-04-01 | Prepare releaseOTP_R15B01 | Erlang/OTP | |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-02-08 | Suppress deprecated warnings in all modules that call 'gs' | Björn Gustavsson | |
2011-11-22 | Revert "Update version numbers for pre-release of R15" | Björn-Egil Dahlberg | |
This reverts commit e21ff9b0b69219ab3853be7e80813156113152b7. | |||
2011-11-22 | Update version numbers for pre-release of R15OTP_R15A | Björn Gustavsson | |
2011-10-04 | Prepare releaseOTP_R14B04 | Erlang/OTP | |
2011-09-29 | Update copyright years | Björn-Egil Dahlberg | |
2011-08-17 | Remove Dialyzer warnings | Hans Bolinder | |
2011-05-24 | Prepare releaseOTP_R14B03 | Erlang/OTP | |
2011-05-11 | Windows fixes, content_viewer window size was wrong and removed focus stealing | Dan Gudmundsson | |
2011-03-30 | Merge branch 'hw/call-chmod-without-f' into dev | Henrik Nord | |
* hw/call-chmod-without-f: Call chmod without the "-f" flag Conflicts: erts/emulator/test/Makefile lib/asn1/test/Makefile lib/crypto/test/Makefile lib/debugger/test/Makefile lib/docbuilder/test/Makefile lib/edoc/test/Makefile lib/erl_interface/test/Makefile lib/inviso/test/Makefile lib/parsetools/test/Makefile lib/percept/test/Makefile lib/ssl/test/Makefile lib/syntax_tools/test/Makefile lib/test_server/test/Makefile lib/tools/test/Makefile OTP-9170 | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Update and add cover spec files to work with common_test | Lukas Larsson | |
2011-02-17 | Update all test specs | Lukas Larsson | |
2011-02-17 | Fix formatting for et | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update et tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2011-02-17 | Update tests to work with ts -> ct migrations script. | Lukas Larsson | |
2010-12-06 | Prepare release | Erlang/OTP | |
2010-12-01 | Fix error when using module et in trace patterns | Lars Thorsen | |
2010-11-15 | Call chmod without the "-f" flag | Holger Weiß | |
"-f" is a non-standard chmod option which at least SGI IRIX and HP UX do not support. As the only effect of the "-f" flag is to suppress warning messages, it can be safely omitted. | |||
2010-09-13 | Prepare releaseOTP_R14B | Erlang/OTP | |
2010-09-09 | Merge branch 'dgud/et_fixes/OTP-8830' into dev | Dan Gudmundsson | |
* dgud/et_fixes/OTP-8830: Fix wx viewer so it works on windows/mac. | |||
2010-09-07 | Merge branch 'mk/net-dragonfly-bsd-patches' into dev | Björn Gustavsson | |
* mk/net-dragonfly-bsd-patches: Remove unused variables Use proper install method Add support for DragonFly BSD Add support for NetBSD | |||
2010-09-03 | Fix wx viewer so it works on windows/mac. | Dan Gudmundsson | |
A wxPaintDC must created and destroyed when paint event happens. Otherwise redrawing will not work on windows, this is documented but since it works on linux without it, many misses it. | |||
2010-09-02 | Merge branch 'lars/et/broken-links-in-documentation/OTP-8796' into dev | Lars Thorsen | |
* lars/et/broken-links-in-documentation/OTP-8796: Fixed broken links in the documentation. |