<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to news</title><link>https://sourceforge.net/p/pw32/news/</link><description>Recent posts to news</description><atom:link href="https://sourceforge.net/p/pw32/news/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 03 Aug 2001 20:37:27 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pw32/news/feed.rss" rel="self" type="application/rss+xml"/><item><title>0.7.1: Bugfix Release</title><link>https://sourceforge.net/p/pw32/news/2001/08/071-bugfix-release/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;PW32 0.7.1 has been released, as a bugfix release for 0.7.0. It appeared that 0.7.0 was released with broken pw32 dll, not suitable for running any 0.7 package. Unfortunately, it took some time to figure out the bug and release this new version, because I had correct development build installed locally and because I spent most part of summer studying and on vacation in the other city. I apologize to all users who mailed me and who didn't get response in time. Newly released version fixes this bug and also includes the core dll from 0.6 version, to ease installing and usage of PW32, as not all packages were upgraded for 0.7 yet.&lt;/p&gt;
&lt;p&gt;Please read original 0.7.0 announcement, &lt;a href="http://sourceforge.net/forum/forum.php?forum_id=85331"&gt;http://sourceforge.net/forum/forum.php?forum_id=85331&lt;/a&gt; for more info on PW32.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Sokolovsky</dc:creator><pubDate>Fri, 03 Aug 2001 20:37:27 -0000</pubDate><guid>https://sourceforge.net71aced3b178b8bd9a686a4433eecf386a5b6264f</guid></item><item><title>PW32 0.7.0 released</title><link>https://sourceforge.net/p/pw32/news/2001/05/pw32-070-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;New stable release of PW32, almost a year after previous release, is available.&lt;/p&gt;
&lt;p&gt;PW32 is a library (compatibility layer) which offers POSIX interface on top of OSes of Win32 family (both Win9x and NT/2000). Unlike other porting layers available, PW32 was specifically designed with efficiency in mind and distributed under the terms of LGPL. Comprehensive set of GNU software packages built with PW32 also provided.&lt;/p&gt;
&lt;p&gt;Release 0.7.0 contains many bugfixes and small feature additions since previous release. Among major additions is socket subsystem (Amanda backup client suite was ported with new version of PW32, &lt;a href="http://sourceforge.net/projects/pw32/\"&gt;http://sourceforge.net/projects/pw32/\&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;To ease upgrade from previous version, core DLL of PW32, pw32.dll, now comes with version stamp. It means that new packages can now coexisted with ones belonging to the previous version. Until all packages will be upgraded for 0.7.0, it is recommended to have version 0.6.0 of pw32-core package installed (note: it should be installed *before* 0.7.0 version of that package).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Sokolovsky</dc:creator><pubDate>Fri, 11 May 2001 21:11:19 -0000</pubDate><guid>https://sourceforge.net2e6d60bf4aef5fd0e3ab6dc6494a59753c3df087</guid></item><item><title>Socket subsystem is under development</title><link>https://sourceforge.net/p/pw32/news/2001/02/socket-subsystem-is-under-development/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;For the need of Amanda-win32 project (http://sourceforge.net/projects/amanda-win32/), socket subsystem is under development for some time now. I just finished successful build of wget, and moving on with cleaning it. It should be available in the next release, which likely to appear soon.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Sokolovsky</dc:creator><pubDate>Mon, 19 Feb 2001 21:40:39 -0000</pubDate><guid>https://sourceforge.net3337e03a960e28fc11580de27d10ad77ca33302c</guid></item><item><title>PW32 assigned GNU architecture triplet</title><link>https://sourceforge.net/p/pw32/news/2000/11/pw32-assigned-gnu-architecture-triplet/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;PW32 has been assigned official GNU target alias, it is 'pw32' and triplet - it is 'i386-unknown-pw32'. New config.guess and config.sub files have it included.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Sokolovsky</dc:creator><pubDate>Tue, 14 Nov 2000 22:22:10 -0000</pubDate><guid>https://sourceforge.net4e8e16abf37988b7cfd6c12ab3c12a9197377aaf</guid></item><item><title>ash is updated, but deprecated</title><link>https://sourceforge.net/p/pw32/news/2000/08/ash-is-updated-but-deprecated/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It is big surprise for me that people use ash when there's bash available! I even lagged with updating ash for 0.6.0, but download counts of previous version consistently increased. %)&lt;/p&gt;
&lt;p&gt;So, I have updated ash, but would like to make it clear: ash is NOT recommended to be used as script interpreter shell. Just to tell a story, ash was first program ported for PW32, just because sh is an important utility and I thought porting ash would be much easier than bloated bash. Now, looking back, I may say I was wrong. Ash is amazing example of classic &amp;quot;Unix&amp;quot; (versus POSIX) app - it is written to exploit knowledge of particular sustems' design traits, instead of using portable typedefs and macros. So its porting wasn't easy. But of course, it was a wonderful testbed for PW32!&lt;/p&gt;
&lt;p&gt;After ash was ported, I used it as the default shell (i.e. /bin/sh) without much problems (autoconf testsuite was one I remember), until I started working with libtool. There, I fixed 2 segfault-causing bugs in ash, and when I faced third, I decided not try to fix it, nor even port newer version of it, but invest time into porting bash. There were some little problems with it (and still one remained - bash doesn't eat dos textfiles yet), but it works fine now.&lt;/p&gt;
&lt;p&gt;On Linux, ash is most used for rescue disks. So, if you want to make diskette to carry along to have POSIX environment on any win32 box you can pass by, ash is your choice ;-). Otherwise, use bash!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Sokolovsky</dc:creator><pubDate>Wed, 09 Aug 2000 13:18:21 -0000</pubDate><guid>https://sourceforge.nete9be5137bce8ad708dce0d0aaef82b9528ea30b1</guid></item><item><title>PW32 milestone: self-sufficient developmental GNU/Win32 dist</title><link>https://sourceforge.net/p/pw32/news/2000/08/pw32-milestone-self-sufficient-developmental-gnuwin32-dist/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;PW32, an efficient POSIX subset implementation atop of Win32 API with its 0.6.0 release has reached status of GNU/Win32 distribution containing all common tools required for C application development/porting.&lt;/p&gt;
&lt;p&gt;PW32 is an implementation of the (subset of) POSIX/Unix API for Win32&lt;br /&gt;
systems. Its main concerns are efficiency and full platform coverage,&lt;br /&gt;
including adequate support for low-end Win9x systems. PW32 is based&lt;br /&gt;
on DJGPP's runtime library by DJ Delorie. PW32 core is licensed under LGPL. &lt;/p&gt;
&lt;p&gt;Also, PW32 is a collection of ported software. There's a simple packaging scheme employed, allowing installing to be as easy as manual unpacking zip archive (in fact, no package manager exists yet). As of release 0.6.0, more than 20 packages are available, from fileutils to libtool - in short, everything needed to do Free- and OpenSource development in canonical GNU way on the Win32 platforms.&lt;/p&gt;
&lt;p&gt;More information is available at &lt;a href="http://pw32.sourceforge.net"&gt;http://pw32.sourceforge.net&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Sokolovsky</dc:creator><pubDate>Tue, 08 Aug 2000 17:48:47 -0000</pubDate><guid>https://sourceforge.netf2a9d5bc0e6be507c33655502accc9426f5a575a</guid></item><item><title>[SourceForge] One-step Trove querying</title><link>https://sourceforge.net/p/pw32/news/2000/07/sourceforge-one-step-trove-querying/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The Trove categorizing scheme, adopted by SourceForge, is very powerful device and indeed big leap forward comparing to classical Freshmeat/RPM categorization. However, to use its full power, sophisticated, but interface-easy searching/querying solution should exist. Current approach - incrementally putting constraints may be ok for browsing, but gets too cumbersome when you want to do plain searching. So, as an experiment, I made alternative interface to SF Trove engine, which uses standard for multi-category databases technique: presents entire category tree and allows user to select required criteria on it. Unfortunately, I must admit that it didn't work as well as I expected: even with not fully traversed category tree it's quite big and selecting criteria on it is quite distracting. Traditionally, this problem solved by collapsable tree widgets, but it's not so easy to do it in web. &lt;/p&gt;
&lt;p&gt;Anyway, you can see what's it all about at &lt;a href="http://pw32.sourceforge.net/sf/trove-tree.php3"&gt;http://pw32.sourceforge.net/sf/trove-tree.php3&lt;/a&gt; . Comments are welcome.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Sokolovsky</dc:creator><pubDate>Mon, 17 Jul 2000 12:17:43 -0000</pubDate><guid>https://sourceforge.netcc79e7d6faaaa8015124d666b1f38db63d2183f5</guid></item><item><title>New package: automake</title><link>https://sourceforge.net/p/pw32/news/2000/07/new-package-automake/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is release is based on automake snapshot from official CVS repository. As recommended, please do not redistribute this snapshot widely (since it may contain bugs) and be prepared to them yourself. Having said that, CVS automake has many nice things that were not available before.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Sokolovsky</dc:creator><pubDate>Sun, 16 Jul 2000 13:18:50 -0000</pubDate><guid>https://sourceforge.netf6c30467c0dc9b7e12c6ae546e9684395ef08191</guid></item><item><title>New package: perl-bin</title><link>https://sourceforge.net/p/pw32/news/2000/07/new-package-perl-bin/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Yes, the great Perl, is finally here. Version 5.005_03, I didn't dare to touch 5.6 yet. Well, it's enough to run automake.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Sokolovsky</dc:creator><pubDate>Sun, 16 Jul 2000 13:08:04 -0000</pubDate><guid>https://sourceforge.nete09d04ab52c7206bf3df026916f877f8cd5ba26a</guid></item><item><title>New package: which-bin</title><link>https://sourceforge.net/p/pw32/news/2000/07/new-package-which-bin/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;GNU which, utility to find full path of the executable, available at version 2.11.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Sokolovsky</dc:creator><pubDate>Sun, 16 Jul 2000 13:04:07 -0000</pubDate><guid>https://sourceforge.net8245d8ffc8023fdcd77bbec70de9f0a718efd8ca</guid></item></channel></rss>