This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
matz (author)
Thu May 15 21:17:45 -0700 2008
commit c3da8872ce8ae7af117021754380907086573e82
tree 2371c51ea4f8d5acadf6971f044b6012c465d0db
parent abc1fbf6b22454366d957f427ef1e2ea32eda7e8
tree 2371c51ea4f8d5acadf6971f044b6012c465d0db
parent abc1fbf6b22454366d957f427ef1e2ea32eda7e8
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
.cvsignore | Fri Jun 23 18:15:08 -0700 2006 | [akr] |
| |
README | Sun Jan 06 07:49:38 -0800 2008 | [akr] |
| |
depend | Thu Sep 06 08:42:53 -0700 2007 | [matz] |
| |
extconf.rb | Sun Oct 31 21:04:04 -0800 2004 | [eban] |
| |
stringio.c | Tue Dec 02 19:22:12 -0800 2008 | [nobu] |
README
-*- rd -*-
$Author$
=begin
= StringIO
Pseudo (({IO})) class from/to (({String})).
This library is based on MoonWolf version written in Ruby. Thanks a lot.
= Differences to (({IO}))
* not implemented: (({fcntl})), (({reopen})).
* (({fileno})) returns nil.
* (({pos=})) returns new position, not 0.
* (({ungetc})) does nothing at start of the string.
=end





