Histórico de Commits

Autor SHA1 Mensagem Data
  michael 844a9b0ca6 * Actually observe TStringStream.OwnsEncoding in destructor há 7 anos atrás
  michael ab0c29e54f * Rename RawByteString version of TstringStream constructor, compiler cannot decide for empty string há 8 anos atrás
  michael 2b1bb6a5f5 * TStringStream now observes encoding, bug ID #30508 há 8 anos atrás
  marco 6166215174 * make istream signedness equal to MSDN and modern delphi. Denis Kozlov, há 8 anos atrás
  michael bc6819aa91 * Attempt to avoid overflow when reallocating stream há 9 anos atrás
  michael 6b3b3d5c0c * Fix bug ID #29155, wrong declaration of ISTream. há 9 anos atrás
  michael e6b86d9b5b * Made string in stringstream constructor optional há 9 anos atrás
  michael 61969710c3 * Writebuffer too (Fix bug 28796streams.inc há 9 anos atrás
  michael 2c24153736 * Fix bug #28796 há 9 anos atrás
  yury e1a0b1204a * Removed unused vars in RTL. há 10 anos atrás
  michael 5f5883695d * Fix bug #26954 há 10 anos atrás
  michael 71a1628303 * Fix bug #24645 há 11 anos atrás
  nickysn 9418fa9b8b * fixed compilation of unit classes with integer=smallint há 11 anos atrás
  michael f163a35238 * UniqueString called on initial string for stringstream (bug ID 24130) há 11 anos atrás
  michael b023e30164 * Only resize TStringStream.Datastring in case the string will grow because of the write operation há 11 anos atrás
  nickysn 730f7c82b7 * some fixes, intended to get units fgl and classes to compile on 16-bit cpus há 12 anos atrás
  svenbarth 930b76e8fb Fix compilation of WinCE. Change the fixed UNICODE define of WinCE to FPC_OS_UNICODE, so that it won't be undefined when changing the mode/string type and that the usage of a UNICODE API is independant of the mode. há 12 anos atrás
  michael a3f7a7fdb4 * Avoid overflow when reading from streams > 2gb há 12 anos atrás
  florian 39aef35bdc * pass not only exception address but also frame to raise: há 12 anos atrás
  Jonas Maebe 404e1a34a4 * changed resource handle parameters from THandle to TFPResourceHMODULE so há 13 anos atrás
  michael 9fc66414b5 * Avoid code duplication in TFileStream.Create há 13 anos atrás
  florian cd2488d177 * fix compilation on 64 Bit targets há 14 anos atrás
  paul 7817f5017d rtl: add TBytesStream class for compatibility with delphi (TStringStream is a descendant of TBytesStream) + test há 14 anos atrás
  michael 96e5333dc2 * Added fakeSeekForward for benefit of descendant streams. há 14 anos atrás
  michael fd491e8647 * Fixed permissions on file create há 14 anos atrás
  michael a201f07420 * Added share mode argument to FileCreate call há 14 anos atrás
  paul 812a665cbe rtl: don't crash if resource is not found in TResourceStream and was passed by ID instead of Name (in this case exception tried to get a string from ID) há 14 anos atrás
  marco 32a7502f38 * Change TProxyStream.seek to 64-bit variant. há 14 anos atrás
  sergei 41aeb9a22b * Rework TStream.CopyFrom (see Mantis #17980): há 14 anos atrás
  sergei 907e7a32d5 * GetFileHandle(), THandleStream: changed type that is used to store file handle from Integer to THandle, so it can be redefined to 64 bits on certain platforms, see http://lists.freepascal.org/lists/fpc-devel/2010-November/023019.html há 14 anos atrás