<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install/c/stuff.xs.pl, branch 10.32</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>fix fd leak when detecting network driver (mostly notable in network center and drakroam)</title>
<updated>2008-04-18T17:24:19+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>oblin@mandriva.com</email>
</author>
<published>2008-04-18T17:24:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=330a3cddd6bee024f194b8d1fc01cc44cd1f506d'/>
<id>330a3cddd6bee024f194b8d1fc01cc44cd1f506d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix minor fd leak</title>
<updated>2008-04-18T16:53:25+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>oblin@mandriva.com</email>
</author>
<published>2008-04-18T16:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=7c5855744286a1bee6d9ff0de5457a3403fa13c7'/>
<id>7c5855744286a1bee6d9ff0de5457a3403fa13c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix build of wireless binding with latest kernel headers</title>
<updated>2007-07-17T17:52:01+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>oblin@mandriva.com</email>
</author>
<published>2007-07-17T17:52:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=1cd83e71509919d0001efe5c44a5814bc2e019c8'/>
<id>1cd83e71509919d0001efe5c44a5814bc2e019c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>re-sync after the big svn loss</title>
<updated>2007-04-25T12:26:16+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2007-04-25T12:26:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=126777bc019a54afb4ec51299f2cf9d2841698aa'/>
<id>126777bc019a54afb4ec51299f2cf9d2841698aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unused silo&amp;sbus&amp;prom stuff (was for sparc, but untouched for more than 5 years and must be broken</title>
<updated>2006-03-03T15:01:17+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2006-03-03T15:01:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=bc403cc629ad1b2d73dccd584bc6cc5ae4721143'/>
<id>bc403cc629ad1b2d73dccd584bc6cc5ae4721143</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replacing double with NV as suggested by rafael:</title>
<updated>2006-01-12T10:37:33+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2006-01-12T10:37:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=03a9a972ce256129d304d973dd0e1100b1df6190'/>
<id>03a9a972ce256129d304d973dd0e1100b1df6190</id>
<content type='text'>
NV is the portable typedef perl's Configure figures out for floating point
values. And since it's an internal type the typemap is easier. See:
$ perl -V:nvtype
nvtype='double';

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NV is the portable typedef perl's Configure figures out for floating point
values. And since it's an internal type the typemap is easier. See:
$ perl -V:nvtype
nvtype='double';

</pre>
</div>
</content>
</entry>
<entry>
<title>use BLKGETSIZE64 to allow detecting partitions bigger than 2TB, and use</title>
<updated>2006-01-12T10:10:36+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2006-01-12T10:10:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=749646d30eb3cefd0df6cbd29f1af6b6b29f745b'/>
<id>749646d30eb3cefd0df6cbd29f1af6b6b29f745b</id>
<content type='text'>
"double" instead of "unsigned int" (nb: it means we will use doubles instead
of ints for computing things, this works quite nicely up to 100_000TB

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"double" instead of "unsigned int" (nb: it means we will use doubles instead
of ints for computing things, this works quite nicely up to 100_000TB

</pre>
</div>
</content>
</entry>
<entry>
<title>look for "NR_CPUS limit of 1 reached" instead of looking MP tables by hand, or using DMI info (often broken)</title>
<updated>2006-01-10T14:52:39+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2006-01-10T14:52:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=fbdcdd6c198149aebccb5cd7068ec5bf74c4012d'/>
<id>fbdcdd6c198149aebccb5cd7068ec5bf74c4012d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- i had foolishly removed c::iconv whereas it was used still used by c::from_utf8 and c::to_utf8</title>
<updated>2005-12-15T09:14:01+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2005-12-15T09:14:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=a4e6acb7d49063a117261eaf85f31fcfd281bfe7'/>
<id>a4e6acb7d49063a117261eaf85f31fcfd281bfe7</id>
<content type='text'>
- anyway, moving c::from_utf8 and c::to_utf8 to common::from_utf8 and common::to_utf8
- making them use Locale::gettext::iconv
- Locale::gettext::iconv transform undef into standard charset (1.05-2mdk)
- drop c::standard_charset (now unused)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- anyway, moving c::from_utf8 and c::to_utf8 to common::from_utf8 and common::to_utf8
- making them use Locale::gettext::iconv
- Locale::gettext::iconv transform undef into standard charset (1.05-2mdk)
- drop c::standard_charset (now unused)

</pre>
</div>
</content>
</entry>
<entry>
<title>use Locale::gettext for dgettext, bindtextdomain and bind_textdomain_codeset instead of module c</title>
<updated>2005-12-15T08:48:51+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2005-12-15T08:48:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=226bc14e18ffe6c106d28680ea935cad227a9e05'/>
<id>226bc14e18ffe6c106d28680ea935cad227a9e05</id>
<content type='text'>
(that way we can also use dngettext, and it's more modular)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(that way we can also use dngettext, and it's more modular)

</pre>
</div>
</content>
</entry>
</feed>
