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.
Esta versión incorpora a la cadena String.fromCharCode, agrega a __getAttributeFromObjectByName privado, __charCode, __getObjectPointer, __isObjectnameValid y __rstripDoubleZeros, agrega al archivo setuid, setgid, setStickyBit, hasUidBit y hasGidBit, cambia el nombre de __posixFilePermissionsConverter __posixFilePermissionToOctal, __terminalSupportscolors para __terminalSupportsColors, __stackOrHelp para __handleErrorMessage, __visible __visibilityCheck, __checkForKeywords a __keywordCheck y __destructor a __destruct, quita la función __stack, admite caracteres cirílicos y agrega pequeñas mejoras y correcciones.
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.
Esta versión incorpora stacktrace (si se ha producido la shell no interactivo y una excepción), ayuda (si la shell es interactivo y se produjo una excepción), el archivo métodos append, getText, setText y claro, el System.runtime funciones privadas __stackOrHelp, __tracebackHeader y __getPointer y páginas de comando man para el sistema. Optimiza __decoratorCheck (casi cada función marco ahora busca decorador), "sobrescribe" la función de __alias y __unalias si la cáscara no es interactiva (alias de autocompletado no son necesarios luego) y elimina __registerAlias y __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.
Esta versión agrega un archivo po italiano, la capacidad para "decorar" sus funciones (@ llamada @ timestamp @ deprecated) con un aspecto casi Pythonic, algunas páginas de comando man, funciona para el registro (__registerAlias, __cleanUpAliases), una función para arg pruebas (__periodCheck), I18n.out.message, I18n.err.message y I18n.help, la __i18nMessage de función privada, generaron captadores (obtener$ clase$ atributo (Class.generator)) para evitar enfrentamientos de nombre, __dependencyCheck y _gnudateCheck (nuevas funciones privadas para verificar los comandos externos que se utilizan en este marco), __gnudateCheck en lugar de verificación fecha y muchas correcciones.
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.
Esta versión utiliza la característica de bash i18n, corrige algunos errores tipográficos pequeño doc, corrige "unalias código hash", quita el código de extglob de shopt -u en toda la cadena de comprobaciones, corrige un descriptor de archivo incorrecto (no hay archivos con nombre 1 ya), agrega el nuevo private function __visible (llamado por cada constructor de parámetro comprobando ahora, isVisible), mueve algunas funciones olvidadas en el archivo Private.oobash (__posixFilePermissionsConverter__mathConverter, __strUpper, __strLower) y agrega un primer archivo README.txt realmente pequeño en el directorio de documentos.
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.