Menu

Shell Compatible Wildcards / News: Recent posts

shwild 0.9.18 released

shwild is a simple, platform-independent library that implements shell-compatible wildcard pattern matching. It is implemented in
C/C++, expressing a C API with a C++ wrapper.

Release 0.9.18 includes the following changes:

* minor compatibility enhancements

Note: this release of shwild requires STLSoft 1.9.45, or later. Download from http://stlsoft.org/

Download from:
http://sourceforge.net/project/showfiles.php?group_id=139253&package_id=152745
Discuss at: http://sourceforge.net/forum/forum.php?forum_id=467564

Posted by Matt Wilson 2008-07-23

shwild 0.9.17 released

shwild is a simple, platform-independent library that implements shell-compatible wildcard pattern matching. It is implemented in C/C++, expressing a C API with a C++ wrapper.

Release 0.9.17 includes the following changes:

* warning suppression for NoX build (VC++ only)

Note: this release of shwild requires STLSoft 1.9.42, or later. Download from http://stlsoft.org/

Download from:
http://sourceforge.net/project/showfiles.php?group_id=139253&package_id=152745
Discuss at: http://sourceforge.net/forum/forum.php?forum_id=467564

Posted by Matt Wilson 2008-05-17

shwild 0.9.16 released

shwild is a simple, platform-independent library that implements shell-compatible wildcard pattern matching. It is implemented in C/C++, expressing a C API with a C++ wrapper.

Release 0.9.16 includes the following changes:
* this release addresses the long-standing, hard-to-reproduce, bug in the range parsing. This now makes 0.9 complete, and development/release of 0.10, which will facilitate the return of match location information information, can proceed.... read more

Posted by Matt Wilson 2008-05-15

shwild 0.9.15 released

shwild is a simple, platform-independent library that implements shell-compatible wildcard pattern matching. It is implemented in C/C++, expressing a C API with a C++ wrapper.

Release 0.9.15 includes the following changes:
* added Win64-compatibility

Note: this release of shwild requires STLSoft 1.9.38, or later. Download from http://stlsoft.org/

Download from:
http://sourceforge.net/project/showfiles.php?group_id=139253&package_id=152745
Discuss at: http://sourceforge.net/forum/forum.php?forum_id=467564... read more

Posted by Matt Wilson 2008-05-04

shwild 0.9.14 released

shwild is a simple, platform-independent library that implements shell-compatible wildcard pattern matching. It is implemented in C/C++, expressing a C API with a C++ wrapper.

Release 0.9.14 includes the following changes:
* fixed namespace bug evident on some versions of GCC

Note: this release of shwild requires STLSoft 1.9.36, or later. Download from http://stlsoft.org/

Download from:
http://sourceforge.net/project/showfiles.php?group_id=139253&package_id=152745
Discuss at: http://sourceforge.net/forum/forum.php?forum_id=467564... read more

Posted by Matt Wilson 2008-05-02

shwild 0.9.13 released

shwild is a simple, platform-independent library that implements shell-compatible wildcard pattern matching. It is implemented in C/C++, expressing a C API with a C++ wrapper.

Release 0.9.13 includes the following changes:
* improved compatibility with VC++ 8 & 9

Note: this release of shwild requires STLSoft 1.9.30, or later. Download from http://stlsoft.org/

Download from:
http://sourceforge.net/project/showfiles.php?group_id=139253&package_id=152745
Discuss at: http://sourceforge.net/forum/forum.php?forum_id=467564

Posted by Matt Wilson 2008-04-05

shwild 0.9.12 released

shwild is a simple, platform-independent library that implements shell-compatible wildcard pattern matching. It is implemented in C/C++, expressing a C API with a C++ wrapper.

Release 0.9.12 includes the following changes:
* added compatibility with VC++ 9

Note: this release of shwild requires STLSoft 1.9.27, or later. Download from http://stlsoft.org/

Download from:
http://sourceforge.net/project/showfiles.php?group_id=139253&package_id=152745
Discuss at: http://sourceforge.net/forum/forum.php?forum_id=467564

Posted by Matt Wilson 2008-03-19

shwild 0.9.9 released

shwild is a simple, platform-independent library that implements shell-compatible wildcard pattern matching. It is implemented in C/C++, expressing a C API with a C++ wrapper.

Release 0.9.9 includes the following changes:
* adds compatibility with the Safe String library (e.g. Visual C++ 8+).

Note: this release of shwild requires STLSoft 1.9.22, or later. Download from http://stlsoft.org/

Download from: http://sourceforge.net/project/showfiles.php?group_id=139253&package_id=152745
Discuss at: http://sourceforge.net/forum/forum.php?forum_id=467564

Posted by Matt Wilson 2008-02-08

shwild 0.9.8 released

shwild is a simple, platform-independent library that implements shell-compatible wildcard pattern matching. It is implemented in C/C++, expressing a C API with a C++ wrapper.

Release 0.9.8 includes the following changes:
* fixes weird multiple symbol definition linker error encountered with VC++ 8

Note: this release of shwild requires STLSoft 1.9.6, or later. Download from http://stlsoft.org/

Download from: http://sourceforge.net/project/showfiles.php?group_id=139253&package_id=152745
Discuss at: http://sourceforge.net/forum/forum.php?forum_id=467564

Posted by Matt Wilson 2008-01-03

shwild 0.9.7 released

shwild is a simple, platform-independent library that implements shell-compatible wildcard pattern matching. It is implemented in C/C++, expressing a C API with a C++ wrapper.

Release 0.9.7 includes the following changes:
~ corrected the bad-casing of matches.cpp and matches.hpp that got into 0.9.6

Note: this release of shwild requires STLSoft 1.9.6, or later. Download from http://stlsoft.org/downloads.html ... read more

Posted by Matt Wilson 2007-11-12

shwild 0.9.6 released

shwild is a simple, platform-independent library that implements shell-compatible wildcard pattern matching. It is implemented in C/C++, expressing a C API with a C++ wrapper.

Release 0.9.6 includes the following changes:
~ fixed bug whereby an empty pattern did not match correctly against an empty string

Note: this release of shwild requires STLSoft 1.9.6, or later. Download from http://stlsoft.org/downloads.html ... read more

Posted by Matt Wilson 2007-11-11

shwild.fnmatch 0.8.1 released

shwild.fnmatch is a small, simple library that provides a platform-independent implementation of the UNIX shell function fnmatch(). It is implemented in terms of three other open-source libraries: shwild (http://shwild.org/), cstring (http://synesis.com.au/software/cstring) and STLSoft (http://stlsoft.org/).

Release 0.8.1 is the first public release.

Note: this release of shwild.fnmatch requires:
- shwild 0.9.5, or later. Download from http://sourceforge.net/project/showfiles.php?group_id=139253&package_id=152745
- STLSoft 1.9.1 beta 44, or later. Download from http://stlsoft.org/downloads.html
- cstring 3.4.3, or later. Download from http://synesis.com.au/software/cstring/downloads.html... read more

Posted by Matt Wilson 2007-02-25

shwild 0.9.5 released

shwild is a simple, platform-independent library that implements shell-compatible wildcard pattern matching. It is implemented in C/C++, expressing a C API with a C++ wrapper.

Release 0.9.5 includes the following changes:
~ fixes to UNIX compilation

Note: this release of shwild requires STLSoft 1.9.1 beta 44, or later. Download from http://stlsoft.org/downloads.html

Download from: http://sourceforge.net/project/showfiles.php?group_id=139253&package_id=152745&release_id=488243
Discuss at: http://sourceforge.net/forum/forum.php?forum_id=467564

Posted by Matt Wilson 2007-02-25

shwild 0.9.4 released

shwild is a simple, platform-independent library that implements shell-compatible wildcard pattern matching. It is implemented in C/C++, expressing a C API with a C++ wrapper.

Release 0.9.4 includes the following changes:
- removed all dependencies on cstring library
- removed build dependency on Open-RJ library for core, examples, and samples; required now only for building unit-test programs.

Note: this release of shwild requires STLSoft 1.9.1 beta 44, or later. Download from http://stlsoft.org/downloads.html ... read more

Posted by Matt Wilson 2007-02-22

shwild 0.9.2 released

0.9.1 contained a few minor glitches in the documentation, and also some out-of-date makefiles, now fixed (hopefully!) with 0.9.2

Posted by Matt Wilson 2006-05-15

shwild 0.9.1 released

First release of shwild, at a beta version 0.9.

Some behaviours remain to be made 100% concrete, so feedback welcome.

Posted by Matt Wilson 2006-05-14

1.0.1 beta nearly ready for release

Just working through a few final issues. We expect to release in the next few days

Posted by Matt Wilson 2005-08-08

Project Initiation

We've just started this project (May 2005). Once we've planned the development path, we should be in a position to start releases before the end of June

Posted by Matt Wilson 2005-05-19
MongoDB Logo MongoDB