summaryrefslogtreecommitdiff
path: root/main/memory_streams.c
Commit message (Expand)AuthorAgeFilesLines
* Move streams files around a bit, to ease maintenance.Wez Furlong2003-02-161-472/+0
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* wb -> r+bWez Furlong2002-11-181-2/+2
* style fixMoriyoshi Koizumi2002-10-201-2/+4
* This seems to resolve the issues with fgets.Wez Furlong2002-10-051-8/+2
* Revise buffer/seek code a little.Wez Furlong2002-09-231-2/+7
* Implement read buffering in streams.Wez Furlong2002-09-231-53/+14
* - No C++ commentsDerick Rethans2002-07-011-1/+1
* main/streams.cWez Furlong2002-04-021-7/+13
* Phase 3 of OO wrapper cleanupWez Furlong2002-03-281-2/+4
* -missing efree in closeMarcus Boerger2002-03-211-20/+18
* #uups commit on wrong fileMarcus Boerger2002-03-211-1/+1
* -fix missing efreeMarcus Boerger2002-03-211-1/+1
* fixed signed/unsigned comparison warningsHarald Radi2002-03-201-4/+4
* Improve behaviour of the stream casting operation.Wez Furlong2002-03-191-4/+42
* Possibly fix a crash - Marcus, please take a look at it...Zeev Suraski2002-03-191-0/+1
* - Fix whitespace (guys, please try to stick with the php4 tree style as farZeev Suraski2002-03-191-40/+108
* TSRMLS related work on streams, as discussed with Zeev.Wez Furlong2002-03-181-22/+21
* fix TSRM buildWez Furlong2002-03-181-0/+1
* tidyup use of STREAMS_DC macrosWez Furlong2002-03-181-3/+3
* -temp streams are now clean (Thanks to Wez)Marcus Boerger2002-03-181-182/+115
* -added temporary streamsMarcus Boerger2002-03-171-22/+297
* -added memory streamsMarcus Boerger2002-03-161-0/+189