<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/debugger/src, branch OTP-17.5.1</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>debugger: Fix debugger save options on mac</title>
<updated>2014-12-19T14:08:12+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2014-12-19T14:08:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a3c7b9fa731878774358fc3f23c07e684a229172'/>
<id>a3c7b9fa731878774358fc3f23c07e684a229172</id>
<content type='text'>
wxFileDialog:getPaths(FD) always return the empty list
on mac when using file dialog.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
wxFileDialog:getPaths(FD) always return the empty list
on mac when using file dialog.
</pre>
</div>
</content>
</entry>
<entry>
<title>debugger: Do not use the old removed gs functionality</title>
<updated>2014-12-08T08:40:59+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2014-12-08T08:40:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=aa1e961f4dc6250f1ccbfbf150cae8dbef1503e9'/>
<id>aa1e961f4dc6250f1ccbfbf150cae8dbef1503e9</id>
<content type='text'>
dbg_ui_trace module was invoked even though the module had been removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dbg_ui_trace module was invoked even though the module had been removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>debugger: clean up Common Test adaption</title>
<updated>2014-10-21T11:52:53+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2014-10-21T11:52:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8df1aa38c75d0a43c42fd357b9629aa644fb40ea'/>
<id>8df1aa38c75d0a43c42fd357b9629aa644fb40ea</id>
<content type='text'>
The ct_line module was removed some releases ago.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ct_line module was removed some releases ago.
</pre>
</div>
</content>
</entry>
<entry>
<title>Install internal hrl files when necessary</title>
<updated>2014-08-26T09:53:51+00:00</updated>
<author>
<name>Peter Lemenkov</name>
<email>lemenkov@gmail.com</email>
</author>
<published>2014-08-26T09:53:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=22b78c2df4d5faa80b6a96d3fb2e204ad0662c13'/>
<id>22b78c2df4d5faa80b6a96d3fb2e204ad0662c13</id>
<content type='text'>
Sometimes we install *.erl files. Some these files include a private
*.hrl files, so in order to make these *.erl files usable we have to
install these private includes as well.

Signed-off-by: Peter Lemenkov &lt;lemenkov@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sometimes we install *.erl files. Some these files include a private
*.hrl files, so in order to make these *.erl files usable we have to
install these private includes as well.

Signed-off-by: Peter Lemenkov &lt;lemenkov@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix evaluation of map updates in the debugger and erl_eval</title>
<updated>2014-05-03T19:06:37+00:00</updated>
<author>
<name>Anthony Ramine</name>
<email>n.oxyde@gmail.com</email>
</author>
<published>2014-05-03T18:49:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ec15a2aaab58816c728676807c0b6e61d5a5185e'/>
<id>ec15a2aaab58816c728676807c0b6e61d5a5185e</id>
<content type='text'>
Reported-by: José Valim
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported-by: José Valim
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce runtime_dependencies in .app files</title>
<updated>2014-03-20T15:24:47+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2014-03-10T16:15:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=22ff87a0c8db877e3ce53b6ff915dcc6a75c5c0c'/>
<id>22ff87a0c8db877e3ce53b6ff915dcc6a75c5c0c</id>
<content type='text'>
Most dependencies introduced are exactly the dependencies to other
applications found by xref. That is, there might be real dependencies
missing. There might also be pure debug dependencies listed that
probably should be removed. Each application has to be manually
inspected in order to ensure that all real dependencies are listed.

All dependencies introduced are to application versions used in
OTP 17.0. This since the previously used version scheme wasn't
designed for this, and in order to minimize the work of introducing
the dependencies.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most dependencies introduced are exactly the dependencies to other
applications found by xref. That is, there might be real dependencies
missing. There might also be pure debug dependencies listed that
probably should be removed. Each application has to be manually
inspected in order to ensure that all real dependencies are listed.

All dependencies introduced are to application versions used in
OTP 17.0. This since the previously used version scheme wasn't
designed for this, and in order to minimize the work of introducing
the dependencies.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some Dialyzer warnings</title>
<updated>2014-03-20T15:00:26+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2014-03-12T08:17:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ce20094582493203c8812cd003e3d3b080f88607'/>
<id>ce20094582493203c8812cd003e3d3b080f88607</id>
<content type='text'>
Dialyzer recognizes a certain pattern that makes it possible to get
rid of 'The created fun has no local return' warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dialyzer recognizes a certain pattern that makes it possible to get
rid of 'The created fun has no local return' warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'erlang/pr/289'</title>
<updated>2014-03-19T09:18:22+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2014-03-19T09:18:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=539614ad82cfd0ced75e9f43fa76b013d4598d01'/>
<id>539614ad82cfd0ced75e9f43fa76b013d4598d01</id>
<content type='text'>
* erlang/pr/289:
  remove reference to dbg_wx_edit* modules that don't exist
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* erlang/pr/289:
  remove reference to dbg_wx_edit* modules that don't exist
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix evaluation of empty map updates in the debugger</title>
<updated>2014-03-15T20:27:23+00:00</updated>
<author>
<name>Anthony Ramine</name>
<email>n.oxyde@gmail.com</email>
</author>
<published>2014-03-08T17:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5bc10a4ed286247274efa338b7d82b2d1f5534d6'/>
<id>5bc10a4ed286247274efa338b7d82b2d1f5534d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove reference to dbg_wx_edit* modules that don't exist</title>
<updated>2014-03-10T08:18:38+00:00</updated>
<author>
<name>Vlad Dumitrescu</name>
<email>vladdu55@gmail.com</email>
</author>
<published>2014-03-10T08:11:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=99ebcaa479918ab117c75af5e4763fa590737240'/>
<id>99ebcaa479918ab117c75af5e4763fa590737240</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
