Adding StringBuffer class and test case. This gives append functionality.
authorbdemsky <bdemsky>
Wed, 25 Oct 2006 00:14:33 +0000 (00:14 +0000)
committerbdemsky <bdemsky>
Wed, 25 Oct 2006 00:14:33 +0000 (00:14 +0000)
commitd8245adc9c3fe22933fd80a1bcda234aeddb4874
tree99c9fcf1c5a9266ceb8b3e6c943024bdc3153308
parent5381d15a5e04156c9ca554693211cabdd3a195c8
Adding StringBuffer class and test case.  This gives append functionality.
Robust/src/ClassLibrary/String.java
Robust/src/ClassLibrary/StringBuffer.java [new file with mode: 0644]
Robust/src/Main/Main.java
Robust/src/Runtime/runtime.c
Robust/src/Tests/DoTests
Robust/src/Tests/StringBufferTest.java [new file with mode: 0644]
Robust/src/Tests/output/StringBufferTest.output.goal [new file with mode: 0644]