0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 7 months ago. based on code collected 8 months ago.
Jul 05, 2024 — Jul 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Compiling on linux Itanium64. More... over 19 years ago
Using gcc-3.4.6 on AIX. More... over 19 years ago
Compiling on OSF. A couple of yet unsolved problems here: ld outputs warning More... over 19 years ago
Added function to modify PATH entries. More... over 19 years ago
Compiling on AIX 5.1. For now, static libraries are created and the linker More... over 19 years ago
Extracted a method for checking return values from read() and possibly More... over 19 years ago
Fixed a test for the buffered input stream. More... over 19 years ago
Started implementation of the buffered input stream. Basic functionality is More... over 19 years ago
More tests for buffered output stream. Now everything seems to be covered. More... over 19 years ago
Introduced a mock for outptut stream tests, use it in tests for buffered More... over 19 years ago
Refactored to perform proper flushing. Need to refactor tests so that certain More... over 19 years ago
Fixed BufferedOutputStream to output as many chunks as are available. More... over 19 years ago
Implemented BufferedOutputStream. Added basic tests, more to come. More... over 19 years ago
Using abstract streams as superclases for delegating streams. The latter More... over 19 years ago
Introduced streams for buffered input/output. More... over 19 years ago
Adjusted installation for template fle name changes. More... over 19 years ago
For templates, separate definition and implementation into .hxx and .cxx files More... over 19 years ago
Added exception class for insufficient memory. Refined some diagnostics. Added More... over 19 years ago
Changed definition of moveAll() to accept a modifiable collection. More... over 19 years ago
Code rearrangement (moved implementation out of the class definition). More... over 19 years ago
Implementing methods is abstract classes by throwing More... over 19 years ago
Using Probe instead of String in tests. More... over 19 years ago
Started tests for ArrayList. More... over 19 years ago
Build collection hierarchy upto ArrayList. The implementation is still empty. More... over 19 years ago
Created the actual interface content for collection classes. More... over 19 years ago
Added a missing file to distribution. Minor diagnostic fix. More... over 19 years ago
Implemented method available() for FileInputStream using methods introduced More... over 19 years ago
Unsing type off_t instead of int for InputStream#available(). More... over 19 years ago
Using the dedicated testdata file instead of Jamfile in tests. More... over 19 years ago
Added a test for file descriptor being the same for file and file descriptor More... over 19 years ago