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.
This release adds to String String.fromCharCode, adds to Private __getAttributeFromObjectByName, __charCode, __getObjectPointer, __isObjectnameValid, and __rstripDoubleZeros, adds to File setuid, setgid, setStickyBit, hasUidBit, and hasGidBit, renames __posixFilePermissionsConverter to __posixFilePermissionToOctal, __terminalSupportscolors to __terminalSupportsColors, __stackOrHelp to __handleErrorMessage, __visible to __visibilityCheck, __checkForKeywords to __keywordCheck, and __destructor to __destruct, removes the __stack function, supports Cyrillic characters, and adds fixes and small improvements.
This release adds stacktrace (if the shell not interactive and an exception occurred), help (if the shell is interactive and an exception occurred), the File methods append, getText, setText, and clear, the System.runtime private functions __stackOrHelp, __tracebackHeader, and __getPointer, and man pages for System. It optimizes __decoratorCheck (almost every framework function now checks for decorator), "overwrites" the __alias and __unalias function if the shell is not interactive (aliases for autocompletion are not needed then), and deletes __registerAlias and __cleanUpAliases.
This release adds an Italian po file, the ability to "decorate" your functions (@calling @timestamp @deprecated) with an almost Pythonic look, some man pages, functions for the registry (__registerAlias, __cleanUpAliases), a function for arg testing (__periodCheck), I18n.out.message, I18n.err.message, and I18n.help, the private function __i18nMessage, generated getters (get$Class$Attribute (Class.generator)) to avoid name clashes, __dependencyCheck and _gnudateCheck (new private functions to check the external commands which are used in this framework), __gnudateCheck instead of date check, and many fixes.
This release uses the i18n bash feature, fixes some small doc typos, fixes "unalias hashCode", removes the shopt -u extglob code in all the string checks, corrects a wrong file descriptor (no files with name 1 anymore), adds the new private function __visible (called by every constructor for parameter checking now, isVisible), moves some forgotten functions to the Private.oobash file (__posixFilePermissionsConverter, __mathConverter, __strUpper, __strLower), and adds a first really small README.txt file in the docs directory.