Projects / GNU ccScript / Releases

RSS All releases of GNU ccScript

Release Notes: A lot of refactoring has been done for clarity and code portability, and ccscript now requires ucommon 2.1.3 or later. It is now also possible to create merged function libraries from separate script files.

Release Notes: cmake build support was introduced. A number of ABI fixups and pedantic issues in gcc 4.4 were also resolved.

  •  15 Feb 2009 07:40

Release Notes: Direct indexing and mapping of arrays, tuples, and dictionaries using []'s and <> accessors rather than special operators is now possible. Numeric and string assignment expressions and symbol manipulations (such as pre-increment, push, pop, etc.) can now be directly used and have simplified operator syntaxes. Local method blocks have been added so that common code can be passed down from ccscript templates and overridden as needed in derived script sections. More math operators were added for numeric expressions.

  •  04 Feb 2009 16:25

Release Notes: Support was added for nested tuples, additional data transforms for case conversion, and expansion of tuples into separate symbols. Perl string comparison operators were also introduced for clarity between numeric and string operations.

  •  02 Feb 2009 00:35

Release Notes: New list processing support for easier list processing and database query processing, including some ideas borrowed from Python.

  •  29 Dec 2008 18:45

Release Notes: This release introduces support for conditional compiling of scripts based on bound keywords. It introduces the %index symbol to access indexing within for/foreach loops, and new loop index manipulation functions including "previous" to skip backward in a loop. foreach now supports an optional starting offset. Support has been added for numeric expressions and an explicit assignment operator.

  •  13 Sep 2008 18:02

Release Notes: Templating was introduced into the core ccscript language. This allows one to rapidly define and apply commands for common event handlers easily to multiple scripts.

  •  07 Sep 2008 00:04

Release Notes: The core engine was completely rewritten. Many enhancements were made. The script engine is now lock-free and heap usage has been greatly reduced to maximize performance. Extensive compile-time support has been added to validate scripts.

  •  08 Oct 2006 08:03

Release Notes: Code cleanup and harmonization of the API were done for better consistency.

  •  13 Jun 2005 13:43

Release Notes: SQL database connectivity and plugins. Type manager and plugins to create user-defined types. Registration and selection objects.

Screenshot

Project Spotlight

cryptmount

A tool for setup and on-demand mounting of encrypted filesystems under Linux.

Screenshot

Project Spotlight

uim

A multilingual input method framework.