<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/kernel/test/Makefile, branch OTP-21.3</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>[logger] Add idle timer in logger_olp</title>
<updated>2019-01-16T08:59:24+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-12-20T15:49:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f68e91a318912a34f38ea437365c8843af54f66f'/>
<id>f68e91a318912a34f38ea437365c8843af54f66f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[logger] Add logger_stress_SUITE</title>
<updated>2019-01-16T08:59:24+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-12-11T11:03:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2c63eda781ccf12c2f35a94bc07b1b1013232483'/>
<id>2c63eda781ccf12c2f35a94bc07b1b1013232483</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[logger] Add tests for logger_proxy</title>
<updated>2019-01-16T08:59:24+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-12-11T09:13:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9fdd7a279d01ec91bfa9b55a5d86f86e6c860226'/>
<id>9fdd7a279d01ec91bfa9b55a5d86f86e6c860226</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2018-06-18T12:51:18+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2018-06-18T12:51:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b'/>
<id>5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[logger] Remove logger_bench_SUITE</title>
<updated>2018-06-11T13:01:41+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-06-08T13:48:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=cca41722c8dc7b83500f14588643ccd82bf3020f'/>
<id>cca41722c8dc7b83500f14588643ccd82bf3020f</id>
<content type='text'>
This test suite was used during early development of Logger, but is no
longer upto date.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This test suite was used during early development of Logger, but is no
longer upto date.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename module logger_simple to logger_simple_h</title>
<updated>2018-05-23T09:11:57+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-05-17T17:45:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=530d3cf99c562e3678eeb08e135ae90c4df4e052'/>
<id>530d3cf99c562e3678eeb08e135ae90c4df4e052</id>
<content type='text'>
Also, change HandlerId from logger_simple to simple.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, change HandlerId from logger_simple to simple.
</pre>
</div>
</content>
</entry>
<entry>
<title>logger: Rework configuration of logger</title>
<updated>2018-05-21T15:43:52+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2018-05-08T14:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=395dbad6bcc38c3384840674f40657273b05b14a'/>
<id>395dbad6bcc38c3384840674f40657273b05b14a</id>
<content type='text'>
Most logger configuration that was possible through
kernel application variables have been moved into a
common 'logger' application environment in kernel.

Now all the configuration possible through the logger
API can be done as sys config.

The handler started by kernel has been renamed to 'default'
instead of logger_std_h.

There is a new logger:setup_handlers/1 function that given an
application name can be used to setup handlers in other applications.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most logger configuration that was possible through
kernel application variables have been moved into a
common 'logger' application environment in kernel.

Now all the configuration possible through the logger
API can be done as sys config.

The handler started by kernel has been renamed to 'default'
instead of logger_std_h.

There is a new logger:setup_handlers/1 function that given an
application name can be used to setup handlers in other applications.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add logger</title>
<updated>2018-04-26T12:37:30+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-04-24T12:26:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0deea4a8f369013ec00e231d0c2c37e4ab3f0ba1'/>
<id>0deea4a8f369013ec00e231d0c2c37e4ab3f0ba1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add zzz_SUITE with erts_debug:lc_graph last in tests</title>
<updated>2018-04-13T15:40:48+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2018-04-13T12:47:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6915407d64fca30896929bbc717408595a63d45b'/>
<id>6915407d64fca30896929bbc717408595a63d45b</id>
<content type='text'>
for erts, stdlib, kernel and runtime_tools.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for erts, stdlib, kernel and runtime_tools.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace the zlib driver with a NIF</title>
<updated>2017-09-05T13:56:07+00:00</updated>
<author>
<name>John Högberg</name>
<email>john@erlang.org</email>
</author>
<published>2017-07-21T12:20:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=948ee9b34f34a55cb4b70b7077a849c7dc7a5f18'/>
<id>948ee9b34f34a55cb4b70b7077a849c7dc7a5f18</id>
<content type='text'>
All operations will now yield appropriately, allowing them to be used
freely in concurrent applications. This commit also deprecates the
functions listed below, although they won't raise deprecation
warnings until OTP 21:

zlib:adler32
zlib:crc32
zlib:inflateChunk
zlib:getBufSize
zlib:setBufSize

The behavior of throwing an error when a dictionary is required for
decompression has also been deprecated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All operations will now yield appropriately, allowing them to be used
freely in concurrent applications. This commit also deprecates the
functions listed below, although they won't raise deprecation
warnings until OTP 21:

zlib:adler32
zlib:crc32
zlib:inflateChunk
zlib:getBufSize
zlib:setBufSize

The behavior of throwing an error when a dictionary is required for
decompression has also been deprecated.
</pre>
</div>
</content>
</entry>
</feed>
