Download List

프로젝트 설명

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) 매개 변수 전달 해결되었습니다. 은 GNU libtool 1.5.20 및 업그레이 드되었습니다 환경을 구축하고는 GNU shtool 2.0.3.
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

유닉스 매뉴얼 페이지를 청소했고 연장했다. 최소 C + +를 추가했습니다 지원을 빌드합니다. 지원 dmalloc 라이브러리에 대한 해결되었습니다. "var - config로 - libs와"의 출력을 고정했다. 은 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

은 GNU libtool 1.5.8를 사용하도록 업데이 트되었습니다 환경을 구축하고는 GNU shtool 2.0.1.
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

이 릴리스에는 "캐스팅"경고 지점을 통과 관련된 기능이 제거됩니다. 그것은 (d는 va_copy을 확인하기 위해 autoconf를 확인 AC_CHECK_VA_COPY 제공,들) 매크로 및 대체 구현을 제공합니다. 은 GNU libtool 1.5.4 및 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

모든 남아있는 메모리 누수, 소스 코드은 ISO C 및 C를 지원 청소했습니다 + 고정했다 + 컴파일러, 그리고 환경을 구축하고는 GNU autoconf를 2.57로 업그레이 드했다,은 GNU libtool 1.4.3, 그리고 GNU shtool 1.6.2.
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