Home
Name Modified Size InfoDownloads / Week
OOCFramework-1.9.2.4.tar 2011-08-18 1.8 MB
readme.txt 2011-08-18 2.1 kB
OOCFramework-1.9.2.3.tar 2011-07-25 1.2 MB
OO C Framework PackagesV1.9.2.1.pdf 2011-07-25 25.1 kB
OO C Framework Reference Guide V1.9.2.3.pdf 2011-07-25 297.9 kB
OOCFramework-1.9.2.2.tar 2011-04-27 900.6 kB
OOCFramework1.9.1.7z 2011-03-16 138.9 kB
Totals: 7 Items   4.4 MB 0
### 2011-08-17 ###
Release version: 1.9.2.4
Bug fixes:
 .AfpFile: Memory leak fixed in read() method + end of file not detected + performance improvements, search() improved, hasMoreRecords() deprecated, demo updated.
 .All: source/ directory renamed to src/

### 2011-07-21 ###
Release version: 1.9.2.3
Changes:
 .All: All newline characters have been converted to the Unix format.
    First version of the Reference Guide.
 .Afp: afpRecord.isValid() and afpFile.write() added to their corresponding classes. afpFile.getRecord() renamed to afpFile.read().
    afpRecord.new(void) interface changed to afpRecord.new(ByteArray* data).
 .ByteArray: byteArray.indexOf() and byteArray.write() methods added to the class.
 .Date: date.before(), date.after() and date.isValid() methods added to the class. assert() calls commented out to work only when NDEBUG is not defined.
 .DateFormat: parse() and format() improved.
    [fix]: parse() was setting a valid date by default even if the date being parsed was invalid.
 .File: isOpen() and getSize() methods added to the class and all of its subclasses.
 .Out: class added to Std package, only println() method has been implemented.
 .String: replace() method implemented for accepting a replacement string which length is different than the substring to find.
    String: toDouble() and valueOfDouble() methods added to the class. Demo updated.
 

### 2011-04-26 ###
Release version: 1.9.2.2
Changes:
 .Methods inherited from file class implemented on its subclasses (AfpFile, InputFile, OutputFile, ConfigFile)
 .Comments translated to english (not finished yet)
 .Indenting and general format changes
 .ByteArray: method compareTo() added
 .Date: most commonly used date output formats added as methods toYYMMDD()/toMMDDYY and so on.
 .String: fix on trim() that was throwing an abort on strings containing only spaces.
 .General performance improvements
 .makefile for AIX
 .Builds for AIX and Cygwin (tested only on winXP) under the following paths: lib/libCFramework-1.9.2.2-AIX.a and lib/libCFramework-1.9.2.2-Cyg.a
Source: readme.txt, updated 2011-08-18