Télécharger la liste

Description du projet

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

Système requise

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

Cette version ajoute Math.signum, Math.rint et Math.round ainsi, corrections et petites améliorations.
This release adds Math.signum, Math.rint, and Math.round, and adds fixes and small improvements.

2012-12-24 12:01
0.39.10

Cette version ajoute à la chaîne String.fromCharCode, ajoute à Private __getAttributeFromObjectByName, __charCode, __getObjectPointer, __isObjectnameValid et __rstripDoubleZeros, ajoute fichier setuid, setgid, setStickyBit, hasUidBit et hasGidBit, renomme __posixFilePermissionsConverter en __posixFilePermissionToOctal, de __terminalSupportscolors à __terminalSupportsColors, de __stackOrHelp à __handleErrorMessage, __visible, __visibilityCheck, __checkForKeywords à __keywordCheck et __destructor à __destruct, supprime la fonction __stack, prend en charge les caractères cyrilliques, ajoute des corrections et petites améliorations.
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

Cette version ajoute stacktrace (si la coquille non interactive et une exception s'est produite), aide (si la coquille est interactive et une exception s'est produite), le fichier méthodes append, getText, setText et claire, le System.runtime fonctions privées __stackOrHelp, __tracebackHeader, __getPointer et pages man pour le système. Il optimise __decoratorCheck (presque chaque fonction de cadre vérifie maintenant décorateur), la fonction __alias et __unalias « écrase » si le shell n'est pas interactif (alias pour la saisie semi-automatique ne sont pas nécessaire alors) et supprime les __registerAlias et __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

Cette version ajoute un fichier po italien, la capacité de vos fonctions « décorer » (appel @ @ timestamp @ déconseillée) avec un regard presque Pythonic, certaines pages de man, les fonctions du Registre (__registerAlias, __cleanUpAliases), une fonction pour arg tests (__periodCheck), I18n.out.message, I18n.err.message et I18n.help, la __i18nMessage de la fonction privée, généré getters (obtenir l'attribut de $$ classe (Class.generator)) afin d'éviter des affrontements de nom, les __dependencyCheck et les _gnudateCheck (nouvelles fonctions privées pour vérifier les commandes externes qui sont utilisés dans ce cadre), __gnudateCheck au lieu de vérification de la date et de nombreux correctifs.
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

Cette version utilise la fonctionnalité de bash i18n, corrige quelques fautes de petite doc, corrige « unalias Code de hachage », supprime le code extglob de la shopt -u dans toute la chaîne vérifie, corrige un descripteur de fichier erroné (aucun fichier avec nom 1 anymore), ajoute la nouvelle fonction privée __visible (appelée par chaque constructeur de paramètre vérifier maintenant, isVisible), déplace de certaines fonctions oubliées dans le fichier Private.oobash (__posixFilePermissionsConverter__mathConverter, __strUpper, __strLower) et ajoute un premier fichier README.txt vraiment petit dans le répertoire docs.
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