Download List

Descripción del Proyecto

OSSP var is a flexible, full-featured, and fast variable construct expansion library. It supports a configurable variable construct syntax very similar to the style found in many scripting languages (like @name, ${name}, $(name), etc.) and provides both simple scalar (${name}) and array (${name[index]}) expansion, plus optionally one or more post-operations on the expanded value (${name:op:op...}). The supported post-operations are length determination, case conversion, defaults, postive and negative alternatives, sub-strings, regular expression-based substitutions, character translations, and padding. Additionally, a meta-construct plus arithmetic expressions for index and range calculations allow (even nested) iterations over array variable expansions (..[..${name[#+1]}..]..). The actual variable value lookup is performed through a callback function, so OSSP var can expand arbitrary values.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-10-03 00:04
1.1.3

sprintf (3) el paso de parámetros se ha solucionado. El entorno de generación se ha actualizado a GNU libtool 1.5.20 y 2.0.3 de GNU shtool.
Tags: Minor bugfixes
sprintf(3) parameter passing has been fixed. The build environment has been upgraded to GNU libtool 1.5.20 and GNU shtool 2.0.3.

2004-10-31 15:01
1.1.2

Las páginas de manual Unix se limpiaron y ampliada. Mínima de C + + generar apoyo fue añadido. Apoyo a la biblioteca dmalloc fue corregido. La salida de "var-config - libs" fue corregido. El entorno de construcción fue aumentado a GNU libtool 1.5.10.
Tags: Code cleanup
The Unix manual pages were cleaned up and
extended. Minimum C++ build support was added.
Support for the DMalloc library was fixed. The
output of "var-config --libs" was fixed. The build
environment was upgraded to GNU libtool 1.5.10.

2004-09-13 10:54
1.1.1

El entorno de generación se ha actualizado para usar GNU libtool 1.5.8 y 2.0.1 de GNU shtool.
Tags: Minor feature enhancements
The build environment was updated to use GNU
libtool 1.5.8 and GNU shtool 2.0.1.

2004-04-04 13:00
1.1.0

Este lanzamiento remueve "emitidos" advertencias relacionadas con la función de punto de pasar. Proporciona AC_CHECK_VA_COPY autoconf de verificación para comprobar la va_copy (d, s) macro y la prestación de la aplicación de reserva. Actualiza el entorno de construcción a GNU libtool 1.5.4 y GNU autoconf 2.59.
Tags: Minor bugfixes
This release removes "cast" warnings related to function point passing. It provides autoconf check AC_CHECK_VA_COPY for checking the va_copy(d,s) macro and providing fallback implementation. It upgrades the build environment to GNU libtool 1.5.4 and GNU autoconf 2.59.

2003-02-15 06:42
1.0.0

Todas las fugas de memoria restante se fijaron, el código fuente fue limpiado para apoyar ISO C y C + + compiladores, y el entorno de construcción fue aumentado a 2,57 GNU autoconf, libtool de GNU 1.4.3, y 1.6.2 GNU shtool.
Tags: Major bugfixes
All remaining memory leaks were fixed, the source code was cleaned up to support ISO C and C++ compilers, and the build environment was upgraded to GNU autoconf 2.57, GNU libtool 1.4.3, and GNU shtool 1.6.2.

Project Resources