Download List

项目描述

oobash is an oo-style framework for bash 4 written in bash. It provides tools for rapid script development and huge libraries.

系统要求

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.

2013-01-22 04:39
0.39.11

此版本添加 Math.signum,Math.rint 和入,并添加修补程序和小的改进。
This release adds Math.signum, Math.rint, and Math.round, and adds fixes and small improvements.

2012-12-24 12:01
0.39.10

这释放将添加到字符串 String.fromCharCode,将添加到私营 __getAttributeFromObjectByName、 __charCode、 __getObjectPointer、 __isObjectnameValid、 __rstripDoubleZeros、 添加文件 setuid 和 setgid、 setStickyBit、 hasUidBit、 hasGidBit、 将 __posixFilePermissionsConverter 重命名为 __posixFilePermissionToOctal,__terminalSupportscolors 至 __terminalSupportsColors,__stackOrHelp 至 __handleErrorMessage,__visible 至 __visibilityCheck,__checkForKeywords 至 __keywordCheck 和 __destructor 到 __destruct、 删除 __stack 功能、 支持西里尔字符和添加修补程序和小的改进。
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.

2012-01-22 11:00
0.39.1

此版本为系统添加栈跟踪 (如果发生不交互式 shell 和异常)、 帮助 (如果是交互式的 shell 并出现异常)、 方法将追加的文件、 getText、 setText,和清除、 System.runtime 私有函数 __stackOrHelp、 __tracebackHeader,和 __getPointer 和手册页。它优化了 __decoratorCheck (几乎每个框架功能现在可以检查室内设计师),将"覆盖"的 __alias 和 __unalias 的功能如果外壳不是交互式 (自动完成的别名都不需要然后),并删除 __registerAlias 和 __cleanUpAliases。
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.

2011-12-31 08:10
0.39

此版本添加了一个意大利宝文件、"装饰"您的函数 (@calling @timestamp @deprecated) 与几乎 Pythonic 看,一些人页,注册表 __cleanUpAliases __registerAlias),为 arg 测试 (__periodCheck)、 I18n.out.message、 I18n.err.message 和 I18n.help,私有函数 __i18nMessage,一个函数的函数的能力产生的 getter (获得 $类 $属性 (Class.generator)) 以避免名称冲突,__dependencyCheck 和 _gnudateCheck (新私有函数来检查外部命令在这一框架中使用)而不是日期检查和很多修补程序 __gnudateCheck。
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.

2011-10-28 02:02
0.38.5

此版本使用 i18n bash 功能,修复了一些小 doc 错字,修复了"unalias 哈希代码",删除 shopt-u extglob 代码中所有字符串检查、 纠正一个错误的文件描述符 (名称 1 再也没有文件)、 添加新的私有函数 __visible,(调用的每个构造函数的参数现在,检查 isVisible)、 被遗忘的某些功能移到 Private.oobash 文件 (__posixFilePermissionsConverter__mathConverter,__strUpper,__strLower),并将第一次真的是小 README.txt 文件添加文档的目录中。
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.

Project Resources