The Inbox: CryptoCore-rww.2.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: CryptoCore-rww.2.mcz

commits-2
A new version of CryptoCore was added to project The Inbox:
http://source.squeak.org/inbox/CryptoCore-rww.2.mcz

==================== Summary ====================

Name: CryptoCore-rww.2
Author: rww
Time: 28 August 2010, 7:01:31.146 am
UUID: 75104908-6807-b64f-9db7-3300ec10b97b
Ancestors: CryptoCore-rww.1

removed unused extension method

=============== Diff against CryptoCore-rww.1 ===============

Item was removed:
- ----- Method: SocketStream>>peekInBufferForAll: (in category '*cryptocore') -----
- peekInBufferForAll: aString
- "Answer whether or not the inbuffer in the receiver
- contains aString. If a match is made answer true.
- We use findString:startingAt: to avoid copying."
- self receiveAvailableData.
- ^(inBuffer findString: aString) > 0
- !