summaryrefslogtreecommitdiff
path: root/stdlib/stream.ml
Commit message (Expand)AuthorAgeFilesLines
* Remove out of date comment of StreamGabriel Scherer2015-10-091-4/+0
* Rename type data' to cell in StreamGabriel Scherer2015-10-091-4/+4
* Remove last Obj.magic in StreamGabriel Scherer2015-10-091-8/+8
* Make Stream a less unsafeGabriel Scherer2015-10-091-36/+51
* #6500: add String.init, Bytes.init, Labels couterparts, Stream.of_byte. (Cher...Alain Frisch2014-07-281-0/+9
* merge branch "safe-string"Damien Doligez2014-04-291-5/+5
* PR#5644: a dumbed-down fix to fix the observable effect (Stream.of_string) wi...Gabriel Scherer2013-07-211-1/+12
* Revert the changes of revision 12682 (PR#5644 Stream.count broken when used w...Gabriel Scherer2013-07-211-57/+34
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* clean up TABs and whitespaceDamien Doligez2012-07-301-1/+1
* PR#5644: Stream.count broken when used with Sapp or Slazy nodesGabriel Scherer2012-07-101-34/+57
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* Remove restrictions to stream concatenation, and use Lazy.t for the argumentMichel Mauny2008-06-181-41/+51
* MAJ en-tetes pour mentionner la 'special exception' sur la LGPLXavier Leroy2001-12-071-1/+2
* Changement de la licenceXavier Leroy1999-11-171-1/+2
* Ajout de Pervasives.ignore. List.remove -> List.remove_ass*Xavier Leroy1999-02-241-1/+1
* Message d'erreur manquant (était indiqué par erreur comme "erreur interne").Daniel de Rauglaudre1998-11-021-1/+2
* Paresseux.Damien Doligez1997-10-141-1/+1
* Nouvelle version des StreamsDaniel de Rauglaudre1997-06-161-53/+92
* Utilisation de Sys.os_type. Nettoyages exceptions (failwith -> invalid_arg)Xavier Leroy1996-11-071-2/+2
* Renommage en Objective CamlXavier Leroy1996-04-301-2/+2
* Les fonctions de streams rapides, "from", "of_channel", etc. ne peuvent plusDaniel de Rauglaudre1995-12-071-23/+26
* Mutables in buffio (do not compromise streams polymorphism).Daniel de Rauglaudre1995-11-151-6/+4
* Modify interface & comments.Daniel de Rauglaudre1995-11-131-11/+27
* Add "iter". Change comments.Daniel de Rauglaudre1995-11-101-0/+13
* Library module for streams and parsers. Very first version.Daniel de Rauglaudre1995-11-091-0/+118