<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install/interactive/http.pm, branch V9_1_19mdk</title>
<subtitle>Mageia Installer and base platform for many utilities</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/'/>
<entry>
<title>remove unused variables or rename them with an underscore (eg: $o becomes $_o)</title>
<updated>2002-12-04T21:22:16+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2002-12-04T21:22:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=868f8ef6acc35e7f402f082fb8398c22bbd012b5'/>
<id>868f8ef6acc35e7f402f082fb8398c22bbd012b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>perl_checker adaptations</title>
<updated>2002-11-27T20:50:12+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2002-11-27T20:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=b0d554c4155060ed665844fdf7b2a08db9bb3356'/>
<id>b0d554c4155060ed665844fdf7b2a08db9bb3356</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add/remove spaces to make perl_checker happy</title>
<updated>2002-11-13T11:46:04+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2002-11-13T11:46:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=4006b6abce88b7a53502926f921ae1408b5dd37e'/>
<id>4006b6abce88b7a53502926f921ae1408b5dd37e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't return a typeglob ref, return the typeglob (reference to typeglobs are</title>
<updated>2002-11-10T12:43:01+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2002-11-10T12:43:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=ea4e9bc9cd5d7b7f97d19b8c27337c95c026bb73'/>
<id>ea4e9bc9cd5d7b7f97d19b8c27337c95c026bb73</id>
<content type='text'>
soft references which doesn't increment the ref count)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
soft references which doesn't increment the ref count)

</pre>
</div>
</content>
</entry>
<entry>
<title>replace "_" with "N" and "__" with "N_"</title>
<updated>2002-11-06T13:20:21+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2002-11-06T13:20:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=9091151d546e5d749b47e2efce3ff651784fcc8c'/>
<id>9091151d546e5d749b47e2efce3ff651784fcc8c</id>
<content type='text'>
rationale:

- currently, we use _("xxx") as a shorthand for gettext("xxx"). It
also used to call xgettext with --keyword=_

- alas, function &amp;_ is global and not by package (notice esp. that _
is not exported in common.pm)

- this lead to big ugly pb with packages defining their own &amp;_,
overriding common.pm's &amp;_

- a fix is to set @::textdomains to add a new domain (the default
being "libDrakX")

but relying on the global "_" is still dangerous!

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rationale:

- currently, we use _("xxx") as a shorthand for gettext("xxx"). It
also used to call xgettext with --keyword=_

- alas, function &amp;_ is global and not by package (notice esp. that _
is not exported in common.pm)

- this lead to big ugly pb with packages defining their own &amp;_,
overriding common.pm's &amp;_

- a fix is to set @::textdomains to add a new domain (the default
being "libDrakX")

but relying on the global "_" is still dangerous!

</pre>
</div>
</content>
</entry>
<entry>
<title>use each_index instead of map_index when the return value is not used</title>
<updated>2002-11-05T12:26:59+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2002-11-05T12:26:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=96279a0b9750c1d757b48c40cd1f17b5a60ea014'/>
<id>96279a0b9750c1d757b48c40cd1f17b5a60ea014</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- handle setting 'ok' &amp;&amp; 'cancel'</title>
<updated>2002-08-13T18:28:57+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2002-08-13T18:28:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=aa19bdfd007143ebe13a762072ab12302b8f3a74'/>
<id>aa19bdfd007143ebe13a762072ab12302b8f3a74</id>
<content type='text'>
- handle isWizard in newt (basic handling)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- handle isWizard in newt (basic handling)

</pre>
</div>
</content>
</entry>
<entry>
<title>- Big Move 1: interactive::* hierarchy</title>
<updated>2002-07-23T10:35:55+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tvignaud@mandriva.org</email>
</author>
<published>2002-07-23T10:35:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=6ed6b5341362f87e3c70420f206a33f71c72a3de'/>
<id>6ed6b5341362f87e3c70420f206a33f71c72a3de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
