<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib, branch OTP_R15A</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update version numbers for pre-release of R15</title>
<updated>2011-11-22T10:54:29+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2011-11-21T12:59:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e21ff9b0b69219ab3853be7e80813156113152b7'/>
<id>e21ff9b0b69219ab3853be7e80813156113152b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'dgud/observer/gui/OTP-4779'</title>
<updated>2011-11-19T07:46:53+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2011-11-19T07:46:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f9ab9f01694473e2843f3f1526ef60129a2f123b'/>
<id>f9ab9f01694473e2843f3f1526ef60129a2f123b</id>
<content type='text'>
* dgud/observer/gui/OTP-4779:
  [observer] Implemented basic tracing functionality
  [observer] Work around wxWidgets windows bug
  [observer] Rework tracing part of the gui
  [observer] Fix portability bugs
  [observer] Improve process_info window
  [observer] Misc cleanup and fixes
  [observer] Clean up code
  [observer] Add a [d]ets viewer, tv replacement
  [observer] Started on a wx gui
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* dgud/observer/gui/OTP-4779:
  [observer] Implemented basic tracing functionality
  [observer] Work around wxWidgets windows bug
  [observer] Rework tracing part of the gui
  [observer] Fix portability bugs
  [observer] Improve process_info window
  [observer] Misc cleanup and fixes
  [observer] Clean up code
  [observer] Add a [d]ets viewer, tv replacement
  [observer] Started on a wx gui
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'pan/osx_gcc_fixes'</title>
<updated>2011-11-18T19:48:50+00:00</updated>
<author>
<name>Patrik Nyblom</name>
<email>pan@erlang.org</email>
</author>
<published>2011-11-18T19:48:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=de1dc9682e8c6c56e03d5deb20019ff98d0b569a'/>
<id>de1dc9682e8c6c56e03d5deb20019ff98d0b569a</id>
<content type='text'>
* pan/osx_gcc_fixes:
  Fix typo in erts/configure.in
  Make OTP build w/alternative gcc on MacOS Lion

OTP-9712
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* pan/osx_gcc_fixes:
  Fix typo in erts/configure.in
  Make OTP build w/alternative gcc on MacOS Lion

OTP-9712
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'pan/binary_match_scope/OTP-9701'</title>
<updated>2011-11-18T19:47:31+00:00</updated>
<author>
<name>Patrik Nyblom</name>
<email>pan@erlang.org</email>
</author>
<published>2011-11-18T19:47:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=49052a3d7422e0e776a8df83fa3d8280686cab0f'/>
<id>49052a3d7422e0e776a8df83fa3d8280686cab0f</id>
<content type='text'>
* pan/binary_match_scope/OTP-9701:
  Remove remaining gcc 4.6 assigned-but-not-used warnings from erts
  Remove GCC 4.6 set-but-not-used warning from erl_bif_binary
  Make binary:match with scope return correct values
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* pan/binary_match_scope/OTP-9701:
  Remove remaining gcc 4.6 assigned-but-not-used warnings from erts
  Remove GCC 4.6 set-but-not-used warning from erl_bif_binary
  Make binary:match with scope return correct values
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sverk/hipe-without-fpe/OTP-9724'</title>
<updated>2011-11-18T16:42:28+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2011-11-18T16:42:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7d9ef0fdde8119e1be0a47e3e45c9cdb85f926d8'/>
<id>7d9ef0fdde8119e1be0a47e3e45c9cdb85f926d8</id>
<content type='text'>
* sverk/hipe-without-fpe/OTP-9724:
  otp_build: Disable FPE by default on Linux
  stdlib: Make sure qlc_SUITE:otp_6964 restores backtrace_depth
  erts: Add test for inf/NaN intermediate float results
  hipe,erts: Allow hipe without floating point exceptions
  hipe: Fix bug in hipe_rtl_lcm:calc_killed_expr_bb
  erts: Rename macros used by float instructions without FPE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* sverk/hipe-without-fpe/OTP-9724:
  otp_build: Disable FPE by default on Linux
  stdlib: Make sure qlc_SUITE:otp_6964 restores backtrace_depth
  erts: Add test for inf/NaN intermediate float results
  hipe,erts: Allow hipe without floating point exceptions
  hipe: Fix bug in hipe_rtl_lcm:calc_killed_expr_bb
  erts: Rename macros used by float instructions without FPE
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sa/dialyzer-behaviours'</title>
<updated>2011-11-18T16:33:42+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2011-11-18T16:33:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b130455e73b0bcacee2bfd3dfe6bafa9dd497886'/>
<id>b130455e73b0bcacee2bfd3dfe6bafa9dd497886</id>
<content type='text'>
* sa/dialyzer-behaviours:
  Wrap up behaviours patch for Dialyzer
  Detection of callback-spec discrepancies
  Allow none() as return value in callbacks
  Behaviour callback discrepancy detection for Dialyzer
  Add lookup function for callbacks
  Store callbacks in codeserver and PLT
  Collect callback definitions during compilation
  Update inets results

OTP-9731
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* sa/dialyzer-behaviours:
  Wrap up behaviours patch for Dialyzer
  Detection of callback-spec discrepancies
  Allow none() as return value in callbacks
  Behaviour callback discrepancy detection for Dialyzer
  Add lookup function for callbacks
  Store callbacks in codeserver and PLT
  Collect callback definitions during compilation
  Update inets results

OTP-9731
</pre>
</div>
</content>
</entry>
<entry>
<title>[observer] Implemented basic tracing functionality</title>
<updated>2011-11-18T15:14:34+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2011-11-18T15:14:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=39730743916b300eb3e229c4e6e8a2987487d797'/>
<id>39730743916b300eb3e229c4e6e8a2987487d797</id>
<content type='text'>
Use ttb which does most of the work already.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use ttb which does most of the work already.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ia/public_key/ssl/git-ignore'</title>
<updated>2011-11-18T15:00:51+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2011-11-18T15:00:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=01bf07008b38839f4e1dff3293f921c2e35a44c4'/>
<id>01bf07008b38839f4e1dff3293f921c2e35a44c4</id>
<content type='text'>
* ia/public_key/ssl/git-ignore:
  Updated public_key and ssl ignores
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ia/public_key/ssl/git-ignore:
  Updated public_key and ssl ignores
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'lukas/common_test/make_cth_non_alpha/OTP-9449'</title>
<updated>2011-11-18T14:32:52+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2011-11-18T14:32:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=23f336b105dc96641e9ac1042fa0ec11a3617fc1'/>
<id>23f336b105dc96641e9ac1042fa0ec11a3617fc1</id>
<content type='text'>
* lukas/common_test/make_cth_non_alpha/OTP-9449:
  Remove alpha notice since CTH are now final
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lukas/common_test/make_cth_non_alpha/OTP-9449:
  Remove alpha notice since CTH are now final
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'peppe/common_test/css_and_xhtml'</title>
<updated>2011-11-18T14:23:32+00:00</updated>
<author>
<name>Peter Andersson</name>
<email>peppe@erlang.org</email>
</author>
<published>2011-11-18T14:23:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=42213c86c2317f4c89bac62ec1abc7cf0d815f01'/>
<id>42213c86c2317f4c89bac62ec1abc7cf0d815f01</id>
<content type='text'>
* peppe/common_test/css_and_xhtml:
  Make absolute paths in log files relative
  Fix bad error printout
  Copy default CSS file to log directory before test run
  Add CSS stylesheet for the text and tables in Common Test and Test Server

OTP-9706
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* peppe/common_test/css_and_xhtml:
  Make absolute paths in log files relative
  Fix bad error printout
  Copy default CSS file to log directory before test run
  Add CSS stylesheet for the text and tables in Common Test and Test Server

OTP-9706
</pre>
</div>
</content>
</entry>
</feed>
