<feed xmlns='http://www.w3.org/2005/Atom'>
<title>musl/include/sys/param.h, branch v1.2.6</title>
<subtitle>musl - an implementation of the standard library for Linux-based systems</subtitle>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/'/>
<entry>
<title>fix misspelling of a legacy macro name in sys/param.h</title>
<updated>2016-10-20T21:01:56+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2016-10-20T21:01:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=4b8f94c2501e6fea3db631b73b0c91e34e2134cf'/>
<id>4b8f94c2501e6fea3db631b73b0c91e34e2134cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix missing parens in bit op macros (param.h)</title>
<updated>2012-05-10T16:10:44+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-05-10T16:10:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=bfb29b666ed4ab2f6679e0cb0ac92b12abf0abc3'/>
<id>bfb29b666ed4ab2f6679e0cb0ac92b12abf0abc3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>and another bug in setbit, etc. macros..</title>
<updated>2012-05-10T15:59:07+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-05-10T15:59:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=2e41887f54a8d01353204cb2509b4c466861e3b4'/>
<id>2e41887f54a8d01353204cb2509b4c466861e3b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo in sys/param.h that broke setbit, etc. macros</title>
<updated>2012-05-10T15:55:16+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-05-10T15:55:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=e0ff0d34dcce6993bedefe5ef61f10701d2b5a09'/>
<id>e0ff0d34dcce6993bedefe5ef61f10701d2b5a09</id>
<content type='text'>
this is all junk, but some programs use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is all junk, but some programs use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>legacy junk compatibility grab-bag</title>
<updated>2012-04-18T16:22:24+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-04-18T16:22:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=ba6a9e7734aaff8f4e7d49b888f9dd1954bc92b1'/>
<id>ba6a9e7734aaff8f4e7d49b888f9dd1954bc92b1</id>
<content type='text'>
- add the rest of the junk traditionally in sys/param.h
- add prototypes for some nonstandard functions
- add _GNU_SOURCE to their source files so the compiler can check proto
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add the rest of the junk traditionally in sys/param.h
- add prototypes for some nonstandard functions
- add _GNU_SOURCE to their source files so the compiler can check proto
</pre>
</div>
</content>
</entry>
<entry>
<title>add MIN/MAX macros to sys/param.h</title>
<updated>2012-01-25T03:51:27+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-01-25T03:51:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=6a193804a87a69856c3b5705b24a19a6ba4b6e16'/>
<id>6a193804a87a69856c3b5705b24a19a6ba4b6e16</id>
<content type='text'>
this is a nonstandard junk header anyway, so just do what apps expect..
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is a nonstandard junk header anyway, so just do what apps expect..
</pre>
</div>
</content>
</entry>
<entry>
<title>make sys/param.h not depend on PATH_MAX and NAME_MAX</title>
<updated>2011-02-20T05:28:10+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-02-20T05:28:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=2b43ef8fc76eaf3912aa98316eae82797494276d'/>
<id>2b43ef8fc76eaf3912aa98316eae82797494276d</id>
<content type='text'>
this is a nonstandard header used only by backwards programs, but for
some reason it's extremely popular. the recent namespace cleanup fixes
broke it, because PATH_MAX and NAME_MAX will not be defined unless an
approriate feature test macro has been defined. moreover, it's too
late to just #define _GNU_SOURCE in param.h, since limits.h may have
already been included.

let's just hard-code standard values and be done with it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is a nonstandard header used only by backwards programs, but for
some reason it's extremely popular. the recent namespace cleanup fixes
broke it, because PATH_MAX and NAME_MAX will not be defined unless an
approriate feature test macro has been defined. moreover, it's too
late to just #define _GNU_SOURCE in param.h, since limits.h may have
already been included.

let's just hard-code standard values and be done with it.
</pre>
</div>
</content>
</entry>
<entry>
<title>initial check-in, version 0.5.0</title>
<updated>2011-02-12T05:22:29+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-02-12T05:22:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01'/>
<id>0b44a0315b47dd8eced9f3b7f31580cf14bbfc01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
