~ubuntu-branches/ubuntu/intrepid/zlib/intrepid

« back to all changes in this revision

Viewing changes to contrib/iostream3/TODO

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-07-09 17:25:35 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070709172535-fywqps3hjk0bvi12
Tags: 1:1.2.3.3.dfsg-5ubuntu1
* Merge with Debian; remaining changes:
  - Install multilib into /usr/lib32 on amd64.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Possible upgrades to gzfilebuf:
 
2
 
 
3
- The ability to do putback (e.g. putbackfail)
 
4
 
 
5
- The ability to seek (zlib supports this, but could be slow/tricky)
 
6
 
 
7
- Simultaneous read/write access (does it make sense?)
 
8
 
 
9
- Support for ios_base::ate open mode
 
10
 
 
11
- Locale support?
 
12
 
 
13
- Check public interface to see which calls give problems
 
14
  (due to dependence on library internals)
 
15
 
 
16
- Override operator<<(ostream&, gzfilebuf*) to allow direct copying
 
17
  of stream buffer to stream ( i.e. os << is.rdbuf(); )