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.

2003-02-15 06:42 Back to release list
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