<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/pathlib/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/pathlib/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 04 May 2013 10:53:02 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pathlib/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Mark Hobley</title><link>https://sourceforge.net/p/pathlib/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -2,8 +2,8 @@

 Provided functions:

-char * [stripleadingpath](stripleadingpath)(char *pathname);
-char * [striptrailingext](striptrailingext)(char *pathname);
+char * [stripleadingpath] (char * pathname);
+char * [striptrailingext] (char * pathname);

 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Hobley</dc:creator><pubDate>Sat, 04 May 2013 10:53:02 -0000</pubDate><guid>https://sourceforge.net21d977bac539ecb30dcb664f2fc607b94b7f42bb</guid></item><item><title>Home modified by Mark Hobley</title><link>https://sourceforge.net/p/pathlib/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -2,8 +2,8 @@

 Provided functions:

-char * [stripleadingpath](stripleadingpath)(char *);
-char * [striptrailingext](striptrailingext)(char *);
+char * [stripleadingpath](stripleadingpath)(char *pathname);
+char * [striptrailingext](striptrailingext)(char *pathname);

 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Hobley</dc:creator><pubDate>Sun, 14 Apr 2013 16:32:38 -0000</pubDate><guid>https://sourceforge.net93ab552788f44c425e2352ba04eba42a892654bd</guid></item><item><title>Home modified by Mark Hobley</title><link>https://sourceforge.net/p/pathlib/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -2,8 +2,8 @@

 Provided functions:

-char * [stripleadingpath]()(char *);
-char * [striptrailingext]()(char *);
+char * [stripleadingpath](stripleadingpath)(char *);
+char * [striptrailingext](striptrailingext)(char *);

 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Hobley</dc:creator><pubDate>Sun, 14 Apr 2013 16:15:40 -0000</pubDate><guid>https://sourceforge.net5daa046e8eda864a280b685551c1610a2ce7c3c1</guid></item><item><title>Home modified by Mark Hobley</title><link>https://sourceforge.net/p/pathlib/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -2,8 +2,8 @@

 Provided functions:

-char * [[stripleadingpath]](char *);
-char * [[striptrailingext]](char *);
+char * [stripleadingpath]()(char *);
+char * [striptrailingext]()(char *);

 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Hobley</dc:creator><pubDate>Sun, 14 Apr 2013 16:14:50 -0000</pubDate><guid>https://sourceforge.net0bb81ec36e5c54a3948b9a7978d7a0d783a858a9</guid></item><item><title>Home modified by Mark Hobley</title><link>https://sourceforge.net/p/pathlib/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -2,8 +2,8 @@

 Provided functions:

-char * [stripleadingpath](char *);
-char * [striptrailingext](char *);
+char * [[stripleadingpath]](char *);
+char * [[striptrailingext]](char *);

 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Hobley</dc:creator><pubDate>Sun, 14 Apr 2013 16:13:56 -0000</pubDate><guid>https://sourceforge.netfd0d9efd417544275ff864e0c0453572e9c106f4</guid></item><item><title>Home modified by Mark Hobley</title><link>https://sourceforge.net/p/pathlib/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -2,21 +2,8 @@

 Provided functions:

-char * stripleadingpath(char *);
-
-Strips leading pathname components leaving just a base filename. For example:
-
-.\a.out becomes a.out
-
-
-char * striptrailingext(char *);
-
-Strips trailing filename extension:
-
-./a.out becomes a
-
-
-
+char * [stripleadingpath](char *);
+char * [striptrailingext](char *);

 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Hobley</dc:creator><pubDate>Sun, 14 Apr 2013 16:13:00 -0000</pubDate><guid>https://sourceforge.netf9e55d7df3e860375560df7c695030367ba933c9</guid></item><item><title>Home modified by Mark Hobley</title><link>https://sourceforge.net/p/pathlib/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,22 @@
-Welcome to your wiki!
+This is a library of functions for manipulating filenames and pathnames.

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+Provided functions:

-The wiki uses [Markdown](/p/pathlib/wiki/markdown_syntax/) syntax.
+char * stripleadingpath(char *);
+
+Strips leading pathname components leaving just a base filename. For example:
+
+.\a.out becomes a.out
+
+
+char * striptrailingext(char *);
+
+Strips trailing filename extension:
+
+./a.out becomes a
+
+
+

 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Hobley</dc:creator><pubDate>Sun, 14 Apr 2013 16:10:21 -0000</pubDate><guid>https://sourceforge.neta898a766f65656c793ff71ae2628c0400c8a2323</guid></item><item><title>Home modified by Mark Hobley</title><link>https://sourceforge.net/p/pathlib/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/pathlib/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;p&gt;&lt;a href="/u/markhobley/"&gt;Mark Hobley&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;span class="download-button-516acf277929e50974ecb96e" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Hobley</dc:creator><pubDate>Sun, 14 Apr 2013 15:45:43 -0000</pubDate><guid>https://sourceforge.net22e05f2efae866312e9b8da62bdb87f9b8ceb4b4</guid></item></channel></rss>