<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg.git, branch debian/0.14.9</title>
<subtitle>Vyatta configuration system (mirror of https://github.com/vyos/vyatta-cfg.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-cfg.git/atom?h=debian%2F0.14.9</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg.git/atom?h=debian%2F0.14.9'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/'/>
<updated>2009-02-04T22:52:32+00:00</updated>
<entry>
<title>0.14.9</title>
<updated>2009-02-04T22:52:32+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2009-02-04T22:52:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=d2418b63d68d5bb562e64e322244f6b83af18620'/>
<id>urn:sha1:d2418b63d68d5bb562e64e322244f6b83af18620</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add type checking functions for 16- and 32-bit hexadecimal values.</title>
<updated>2009-02-04T22:37:21+00:00</updated>
<author>
<name>Bob Gilligan</name>
<email>gilligan@vyatta.com</email>
</author>
<published>2009-02-04T22:37:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=beae8c6231ead94e2ea704ccce6ee39d4e22f594'/>
<id>urn:sha1:beae8c6231ead94e2ea704ccce6ee39d4e22f594</id>
<content type='text'>
</content>
</entry>
<entry>
<title>0.14.8</title>
<updated>2009-02-04T19:09:03+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-02-04T19:09:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=76949e545bac7372642bb79cba3c1c3ea8fef871'/>
<id>urn:sha1:76949e545bac7372642bb79cba3c1c3ea8fef871</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Vyatta::Config - exists simplification</title>
<updated>2009-02-04T19:04:34+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-02-04T19:04:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=4311b83716b52b47969e4523128c77131c4da87e'/>
<id>urn:sha1:4311b83716b52b47969e4523128c77131c4da87e</id>
<content type='text'>
No need for if (-d node) { return ...
can just use use return ( -d node )
</content>
</entry>
<entry>
<title>Vyatta::ConfigOutput - test for exists should not use defined</title>
<updated>2009-02-04T19:01:02+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-02-04T19:01:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=fc8d551687df0c874e6262b5ec7ebb574f2b1980'/>
<id>urn:sha1:fc8d551687df0c874e6262b5ec7ebb574f2b1980</id>
<content type='text'>
exists returns a boolean so no need to explicitly check for
defined.
</content>
</entry>
<entry>
<title>Vyatta::Config - don't use global handle for opendir</title>
<updated>2009-02-04T18:57:58+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-02-04T18:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=9f171d3f9c52c9be5fa281d9b7d8ad7c22f66c27'/>
<id>urn:sha1:9f171d3f9c52c9be5fa281d9b7d8ad7c22f66c27</id>
<content type='text'>
Global file handles are trap waiting to happen.
</content>
</entry>
<entry>
<title>Vyatta::Config - simplify boolean</title>
<updated>2009-02-04T18:55:45+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-02-04T18:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=d8922b367e5d45dc8bb2b5dfba59d9473c3403e8'/>
<id>urn:sha1:d8922b367e5d45dc8bb2b5dfba59d9473c3403e8</id>
<content type='text'>
When returning boolean no need to have
  if (expr) return 1; else return 0
Also the proper boolean for false is undef not 0.
</content>
</entry>
<entry>
<title>Vyatta::Config - fix perlcritic warnings from dangling return</title>
<updated>2009-02-04T18:51:58+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-02-04T18:51:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=eb17b185a339fb73059899f5a0bcbac987745002'/>
<id>urn:sha1:eb17b185a339fb73059899f5a0bcbac987745002</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Vyatta::Config::returnValue - change to three argument open</title>
<updated>2009-02-04T18:15:50+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-02-04T18:15:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=eaf4e68ae42b1e4e5c4f5ca0ea944c0ab383157b'/>
<id>urn:sha1:eaf4e68ae42b1e4e5c4f5ca0ea944c0ab383157b</id>
<content type='text'>
Using three argument open is safer against global handle clash,
and accidental scripting.
</content>
</entry>
<entry>
<title>Revert "Cleanup confg library"</title>
<updated>2009-02-04T18:11:56+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2009-02-04T18:11:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=f72dabfeeb0d99681535f9d60ecf84e861df8889'/>
<id>urn:sha1:f72dabfeeb0d99681535f9d60ecf84e861df8889</id>
<content type='text'>
Save is broken by this, so do in smaller chunks.
</content>
</entry>
</feed>
