<feed xmlns='http://www.w3.org/2005/Atom'>
<title>knr/ch1, branch master</title>
<subtitle>Category-0 solutions to The C Programming Language, 2nd Edition</subtitle>
<id>https://git.zlg.space/knr/atom/ch1?h=master</id>
<link rel='self' href='https://git.zlg.space/knr/atom/ch1?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zlg.space/knr/'/>
<updated>2016-06-16T17:15:33Z</updated>
<entry>
<title>The massive astyle sweep!</title>
<updated>2016-06-16T17:15:33Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2016-06-16T17:15:33Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/knr/commit/?id=f8d9ff23eb8d3e3286ff5cf4d5f9493532991bb7'/>
<id>urn:sha1:f8d9ff23eb8d3e3286ff5cf4d5f9493532991bb7</id>
<content type='text'>
Code style should be consistent now. All future commits will be run through
astyle or they will be amended.
</content>
</entry>
<entry>
<title>1-16 solution code and comment style cleanup</title>
<updated>2015-12-20T02:40:02Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2015-12-20T02:40:02Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/knr/commit/?id=0c7a59180de778a4e9019176a65eb02b5493b6f7'/>
<id>urn:sha1:0c7a59180de778a4e9019176a65eb02b5493b6f7</id>
<content type='text'>
Also of note is the length that the program reports includes the newline
character at the end. This has been clarified in a comment. The exercise
text does not specify whether to include newlines as part of the length,
so it was left alone.

Removed the contributor notice, since contributor acknowledgements are
centralized.
</content>
</entry>
<entry>
<title>Re-solve Exercise 1-16: arbitrarily long maxline</title>
<updated>2015-12-20T01:43:20Z</updated>
<author>
<name>Isa Hassen</name>
<email>hassen.isa@gmail.com</email>
</author>
<published>2015-12-19T00:40:12Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/knr/commit/?id=032b64e37a23541e136dcf082a4564023579ed39'/>
<id>urn:sha1:032b64e37a23541e136dcf082a4564023579ed39</id>
<content type='text'>
A completely rewritten solution which follows the spec given in the book
exactly; make the program work for arbitrarily long input lines while
modifying `main()` only. I've only changed the name of the macro MAXLINE
to BUFFSIZE for clarity - otherwise the code is typed up exactly as
found in the book.

It demonstrates the use of a buffer without modifying any of the helper
functions.
</content>
</entry>
<entry>
<title>Ensure 1-02's solution compiles</title>
<updated>2014-08-03T05:21:27Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2014-08-03T05:21:27Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/knr/commit/?id=ede584d18ecd057b5715de5ed047671e20523a2e'/>
<id>urn:sha1:ede584d18ecd057b5715de5ed047671e20523a2e</id>
<content type='text'>
I'm preparing for build automation, so everything needs to build
</content>
</entry>
<entry>
<title>Correct Exercise 1-22's solution</title>
<updated>2013-07-23T10:10:32Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2013-07-23T10:10:32Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/knr/commit/?id=4d373709427451e6a5523453812bb84e6c0be72d'/>
<id>urn:sha1:4d373709427451e6a5523453812bb84e6c0be72d</id>
<content type='text'>
Tabs are now handled properly and the instructions are better followed.
</content>
</entry>
<entry>
<title>Add exercise descriptions and answers for ch1</title>
<updated>2013-04-23T18:33:25Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2013-04-23T18:33:25Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/knr/commit/?id=82d318879c897b3d665767d74806cd33fe6791c0'/>
<id>urn:sha1:82d318879c897b3d665767d74806cd33fe6791c0</id>
<content type='text'>
* Corrected behavior in solutions for 1-9 and 1-23
</content>
</entry>
<entry>
<title>Add license file, reorganize project</title>
<updated>2013-02-14T02:48:44Z</updated>
<author>
<name>zlg</name>
<email>zlg@zlg.space</email>
</author>
<published>2013-02-14T02:48:44Z</published>
<link rel='alternate' type='text/html' href='https://git.zlg.space/knr/commit/?id=5018e06c580dd21c958ec1672c26a3448faf0c55'/>
<id>urn:sha1:5018e06c580dd21c958ec1672c26a3448faf0c55</id>
<content type='text'>
</content>
</entry>
</feed>
