All releases of oobash


Release Notes: Some "make pretty" actions for the Class.generator. toString is ready for objects with more than one attribute.


Release Notes: Class.generator can now create classes with more than one attribute. __attribute and __destructor private functions were added along with System.currentTimeNanos.


Release Notes: A developer tool for generating your own classes was added, and is called Class.generator. Math methods were added: Math.log10, Math.log1p, Math.log, Math.expm1, Math.cosh, Math.sinh, Math.tanh, Math.toDegrees, Math.toRadians, Math.hypot, Math.ceil, and Math.floor. Infinity and -Infinity were added to Math. Support was added for the Icelandic locale (specifically its special characters). compareTo now demands objects as arguments (only the String compareTo needs a primitive string as argument). Some corrections were made in the help system. Some fixes were made.


Release Notes: A new difference between primitive strings and String objects (equalsIgnoreCase, equals). equals has been added for File objects, and it accepts objects as argument instead of primitive strings. Math.adder and Math.multiplier methods have been added. File methods isSymbolicLink, isNamedPipe, hasStickyBit, isSocket, isCharacterSpecial, isBlockSpecial, and compareTo have been added. The class Boolean has been added with some methods: Boolean.TRUE, Boolean.FALSE, Boolean.parseBoolean, equals, getClass, toString, and compareTo. A possible declare -i error has been caught. Error messages are sent to the error channel.


Release Notes: This release adds Math methods: Math.min, Math.max, Math.abs, Math.sqrt, and Math.exp. It adds String methods: compareTo and compareToIgnoreCase. If QUIET=true, no startmessage is shown. There are some fixes.


Release Notes: Some math fixes.


Release Notes: File methods were added: isHidden, isFile, mkdir, mkdirs, and getParent. Math methods were added: Math.sin, Math.cos, Math.tan, Math.atan, Math.asin, and Math.acos. Math methods accept arguments in scientific notation. Math methods accept arguments with float values denoted with "." or ",". Support was added for Scottish Gaelic, Catalan, and Hungarian locales (special characters). Some fixes were made.


Release Notes: The File, System, and Math classes were added. Some fixes were made.


Release Notes: Support for Albanian, Swedish, Finnish, Danish, and Norwegian special characters. Some fixes/changes in some methods (toUpperCase, toLowerCase, capitalize, equalsIgnoreCase, and sustring). First use of private functions in this version.


Release Notes: Now possible: string manipulation with special Czech, Slovak, and Slovenian characters. There are some fixes.