<feed xmlns='http://www.w3.org/2005/Atom'>
<title>flpsed/src, branch master</title>
<subtitle>a Postscript and PDF annotator
</subtitle>
<id>https://git.flpsed.org/flpsed/atom?h=master</id>
<link rel='self' href='https://git.flpsed.org/flpsed/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.flpsed.org/flpsed/'/>
<updated>2020-11-12T07:55:49+00:00</updated>
<entry>
<title>replace strncpy, stncat with strcpy, strcat to avoid compile warning</title>
<updated>2020-11-12T07:55:49+00:00</updated>
<author>
<name>Johannes Hofmann</name>
<email>hofmann@flpsed.org</email>
</author>
<published>2020-11-12T07:55:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.flpsed.org/flpsed/commit/?id=0087c49f0eb47223ddcc11364a12b484e23830ff'/>
<id>urn:sha1:0087c49f0eb47223ddcc11364a12b484e23830ff</id>
<content type='text'>
gcc warns "specified bound depends on the length of the source argument".
As the buffer has been allocated specifcally to hold src and destination
strings there is no point in using strn* functions here.
See also:
https://stackoverflow.com/questions/56782248/gcc-specified-bound-depends-on-the-length-of-the-source-argument
</content>
</entry>
<entry>
<title>prepare 0.7.3</title>
<updated>2015-04-28T18:41:35+00:00</updated>
<author>
<name>Johannes Hofmann</name>
<email>Johannes.Hofmann@gmx.de</email>
</author>
<published>2015-04-28T18:41:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.flpsed.org/flpsed/commit/?id=5f6425492352b6d966b81b03c4a3addfdf0dd44d'/>
<id>urn:sha1:5f6425492352b6d966b81b03c4a3addfdf0dd44d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use signed variable to store read(2) return value</title>
<updated>2015-04-18T20:09:03+00:00</updated>
<author>
<name>Johannes Hofmann</name>
<email>Johannes.Hofmann@gmx.de</email>
</author>
<published>2015-04-18T20:09:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.flpsed.org/flpsed/commit/?id=6aa6d3a941b4457d89a9b504709260909de8a8c2'/>
<id>urn:sha1:6aa6d3a941b4457d89a9b504709260909de8a8c2</id>
<content type='text'>
reported-by: David Binderman
</content>
</entry>
<entry>
<title>fix -Werror=format-security build</title>
<updated>2014-06-09T21:23:44+00:00</updated>
<author>
<name>Johannes Hofmann</name>
<email>Johannes.Hofmann@gmx.de</email>
</author>
<published>2014-06-09T21:23:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.flpsed.org/flpsed/commit/?id=a02d59bf60cfccdb784850d98871a0c90e24bd64'/>
<id>urn:sha1:a02d59bf60cfccdb784850d98871a0c90e24bd64</id>
<content type='text'>
submitted-by: Filipe Rosset
</content>
</entry>
<entry>
<title>remove unused variables</title>
<updated>2014-01-08T20:33:38+00:00</updated>
<author>
<name>Johannes Hofmann</name>
<email>Johannes.Hofmann@gmx.de</email>
</author>
<published>2014-01-08T20:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.flpsed.org/flpsed/commit/?id=0fa27ea9841ce82b8e24fa0ea2975be2ca1137a4'/>
<id>urn:sha1:0fa27ea9841ce82b8e24fa0ea2975be2ca1137a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>prepare 0.7.1</title>
<updated>2013-09-02T19:08:52+00:00</updated>
<author>
<name>Johannes Hofmann</name>
<email>Johannes.Hofmann@gmx.de</email>
</author>
<published>2013-09-02T19:08:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.flpsed.org/flpsed/commit/?id=36d9a2725c7e03dc8031d5c8a892274bd4f7a222'/>
<id>urn:sha1:36d9a2725c7e03dc8031d5c8a892274bd4f7a222</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use scroll_to() instead of position()</title>
<updated>2011-09-20T20:52:56+00:00</updated>
<author>
<name>Johannes Hofmann</name>
<email>Johannes.Hofmann@gmx.de</email>
</author>
<published>2011-09-20T20:52:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.flpsed.org/flpsed/commit/?id=4b61a16727739b6a947df88a2d9ceb7f304f6c3e'/>
<id>urn:sha1:4b61a16727739b6a947df88a2d9ceb7f304f6c3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bring in utf8 changes from fltk2 branch</title>
<updated>2011-09-20T20:26:46+00:00</updated>
<author>
<name>Johannes Hofmann</name>
<email>Johannes.Hofmann@gmx.de</email>
</author>
<published>2011-09-20T20:26:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.flpsed.org/flpsed/commit/?id=3890bae14e87574efb150f791db6dbd446d9fb57'/>
<id>urn:sha1:3890bae14e87574efb150f791db6dbd446d9fb57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>detect pdf by looking at magic number instead of file extension</title>
<updated>2011-07-11T20:01:52+00:00</updated>
<author>
<name>Johannes Hofmann</name>
<email>Johannes.Hofmann@gmx.de</email>
</author>
<published>2011-07-11T20:01:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.flpsed.org/flpsed/commit/?id=e6b76618e72863849b66274617040dce94b09d78'/>
<id>urn:sha1:e6b76618e72863849b66274617040dce94b09d78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>whitespace and copyright</title>
<updated>2011-07-07T19:20:20+00:00</updated>
<author>
<name>Johannes Hofmann</name>
<email>Johannes.Hofmann@gmx.de</email>
</author>
<published>2011-07-07T19:20:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.flpsed.org/flpsed/commit/?id=871d47788df729b2e7287db3761bc90d4463f591'/>
<id>urn:sha1:871d47788df729b2e7287db3761bc90d4463f591</id>
<content type='text'>
</content>
</entry>
</feed>
