FileStream.st
Thu, 10 Jan 2013 12:43:30 +0100 Claus Gittinger mingw changes
Wed, 09 Jan 2013 12:01:27 +0100 Stefan Vogel Add __ before STX_String, STX_Character
Tue, 08 Jan 2013 19:09:40 +0100 Claus Gittinger *** empty log message ***
Tue, 08 Jan 2013 18:55:11 +0100 Claus Gittinger 64bit mingw changes
Thu, 13 Dec 2012 15:23:52 +0100 Stefan Vogel class: FileStream
Fri, 26 Oct 2012 11:56:21 +0200 Stefan Vogel changed: #openWithMode:attributes:
Thu, 05 Apr 2012 11:59:44 +0200 Stefan Vogel added: #isEmpty
Fri, 07 Oct 2011 15:57:55 +0200 Claus Gittinger MAXPATHLEN cleanup;
Tue, 31 Aug 2010 20:05:23 +0200 Stefan Vogel added: #isDirectory
Sun, 18 Jul 2010 23:16:19 +0200 Claus Gittinger added: #contentsOfEntireFile
Tue, 09 Feb 2010 15:23:17 +0100 Stefan Vogel WIN32 - do open and close with non-interruptable wrap calls.
Tue, 09 Feb 2010 14:42:54 +0100 Stefan Vogel changed: #openFile:withMode:attributes:
Thu, 04 Feb 2010 17:13:12 +0100 Stefan Vogel changed: #openFile:withMode:attributes:
Thu, 04 Feb 2010 12:45:27 +0100 Stefan Vogel added: #openError:
Mon, 01 Feb 2010 19:19:02 +0100 Stefan Vogel Use __MKEXTERNALADDRESS() instead of __MKOBJ()
Mon, 21 Dec 2009 16:36:02 +0100 Stefan Vogel changed: #openFile:withMode:attributes:
Thu, 05 Nov 2009 15:37:38 +0100 Stefan Vogel __isByteArray() to __isByteArrayLike() in primitive code
Wed, 28 Oct 2009 21:58:57 +0100 Claus Gittinger filePointer -> handle migration
Sun, 11 Oct 2009 11:38:29 +0200 Claus Gittinger comment in: #removeOnClose:
Tue, 28 Jul 2009 17:17:33 +0200 Stefan Vogel Do locking against fclose() when doing fdopen()
Tue, 28 Jul 2009 13:32:44 +0200 Stefan Vogel Windows: user CreateFile() instead of fopen() to avoid wrong data to be read
Wed, 14 Jan 2009 21:01:21 +0100 Stefan Vogel comment
Tue, 13 Jan 2009 15:46:42 +0100 Stefan Vogel #reset reopens a closed file (compatibility with other smalltalks)
Thu, 30 Oct 2008 16:31:05 +0100 Claus Gittinger unicode filenames
Wed, 14 Mar 2007 18:55:29 +0100 Stefan Vogel Remove unused stat() redefinition
Thu, 22 Feb 2007 16:23:40 +0100 Claus Gittinger *** empty log message ***
Tue, 20 Feb 2007 09:14:27 +0100 Stefan Vogel Move fileIn methods refering to filenames from PeekableStream
Wed, 24 Jan 2007 16:32:20 +0100 Stefan Vogel changed #printOn:
Fri, 19 Jan 2007 16:02:37 +0100 Claus Gittinger *** empty log message ***
Fri, 19 Jan 2007 01:03:13 +0100 Stefan Vogel Visual-C support
Mon, 19 Dec 2005 17:14:22 +0100 Claus Gittinger *** empty log message ***
Fri, 08 Jul 2005 19:15:03 +0200 Claus Gittinger 64bit; mkSmallInteger
Thu, 07 Jul 2005 17:01:53 +0200 Claus Gittinger alpha64 vs. POINTER_SIZE cleanup
Tue, 31 May 2005 20:48:38 +0200 Claus Gittinger STORE macro fix (gcc3.4 bug)
Thu, 10 Mar 2005 13:33:50 +0100 Claus Gittinger printing
Thu, 03 Mar 2005 13:15:53 +0100 Claus Gittinger copy
Tue, 09 Nov 2004 18:26:59 +0100 Claus Gittinger gcc3.3.1 insn-scheduling bug workaround
Wed, 29 Sep 2004 15:42:29 +0200 Stefan Vogel Fix #reOpen handling:
Wed, 22 Sep 2004 10:17:27 +0200 Stefan Vogel Fix #reOpen to handle OpenError.
Tue, 07 Sep 2004 01:08:47 +0200 Stefan Vogel Interchanged the meaning of method privacy -
Fri, 03 Sep 2004 13:30:10 +0200 Stefan Vogel Better documentation for catching open errors.
Wed, 01 Sep 2004 16:45:23 +0200 Stefan Vogel Allow to proceed with any stream from an #openError handler
Thu, 12 Aug 2004 17:48:55 +0200 Stefan Vogel Mark methods as private
Thu, 12 Aug 2004 15:51:06 +0200 Stefan Vogel Documentation: users shold never send #closeFile
Tue, 18 May 2004 12:23:59 +0200 Claus Gittinger *** empty log message ***
Thu, 04 Mar 2004 12:42:14 +0100 ca add __STORE(...)
Tue, 02 Mar 2004 17:28:24 +0100 Stefan Vogel #position0Based did not work on unbuffered streams (with 64 bit off_t).
Tue, 02 Mar 2004 15:16:08 +0100 ca raise condition interrupt: interrupt between creation and lobby
Thu, 19 Feb 2004 15:13:00 +0100 Claus Gittinger *** empty log message ***
Wed, 18 Feb 2004 15:24:31 +0100 ca win32: do not pass pointers into OBJMEM to api calls
Fri, 06 Feb 2004 12:40:43 +0100 Stefan Vogel Large file support (off_t with 64 bits) for UNIX
Thu, 05 Feb 2004 13:20:13 +0100 Claus Gittinger stats filesize can be up-to 32bit now.
Thu, 05 Feb 2004 12:57:29 +0100 Claus Gittinger preps for 64bit positions
Thu, 05 Feb 2004 12:52:51 +0100 Claus Gittinger preps for 64bit positions; fixed 32bit position
Thu, 05 Feb 2004 12:36:00 +0100 Stefan Vogel SmallInteger may be to small for file positions
Wed, 14 Jan 2004 14:04:57 +0100 Claus Gittinger comment
Thu, 21 Aug 2003 14:10:36 +0200 penk *** empty log message ***
Mon, 16 Jun 2003 20:48:51 +0200 Stefan Vogel Raise an error when open fails
Mon, 19 May 2003 12:13:53 +0200 Claus Gittinger category
Wed, 07 May 2003 16:32:07 +0200 Claus Gittinger method category rename
less more (0) -100 -60 tip