Filename.st
Tue, 15 Feb 2005 22:42:02 +0100 Claus Gittinger *** empty log message ***
Wed, 09 Feb 2005 14:17:10 +0100 Stefan Vogel Save a system call in #remove.
Fri, 14 Jan 2005 12:22:53 +0100 Claus Gittinger comment
Mon, 20 Dec 2004 13:53:20 +0100 ca oops - fixed usage of UnixFilename in a windows system
Wed, 15 Dec 2004 11:30:57 +0100 penk check for tempDir to be present (WIN32 kludge)
Fri, 10 Sep 2004 15:16:26 +0200 Claus Gittinger added enhancements by Jan
Fri, 13 Aug 2004 21:30:22 +0200 Stefan Vogel #linkInfo now returns the info also for files that are not a symlink
Thu, 01 Apr 2004 13:52:36 +0200 Claus Gittinger avoid expensive full-blocks (which return)
Sat, 20 Mar 2004 15:38:07 +0100 Claus Gittinger +separatorString
Fri, 19 Mar 2004 22:30:13 +0100 Claus Gittinger readStream now raises an error itself
Tue, 09 Mar 2004 13:13:58 +0100 Stefan Vogel Define #xxxStreamOrNil methods.
Fri, 05 Mar 2004 20:06:02 +0100 Stefan Vogel Use #codePoint instead of deprecated #asciiValue
Tue, 02 Mar 2004 15:18:10 +0100 ca #mimeTypeOfContents do not ask for baseName and suffix (opt. win)
Fri, 06 Feb 2004 23:31:23 +0100 Stefan Vogel Remove obsolete nil-checks after opening streams
Wed, 28 Jan 2004 20:55:07 +0100 ca handle openErrors
Mon, 26 Jan 2004 16:10:32 +0100 Claus Gittinger comment
Wed, 14 Jan 2004 15:07:50 +0100 Claus Gittinger comment
Sat, 22 Nov 2003 18:05:22 +0100 Claus Gittinger *** empty log message ***
Mon, 27 Oct 2003 22:27:07 +0100 Claus Gittinger only init once.
Mon, 27 Oct 2003 11:08:09 +0100 Claus Gittinger recursiveDirectoryContentsAsFilenames
Thu, 23 Oct 2003 17:44:24 +0200 Claus Gittinger String new -> uninitializedNew: / basicNew:
Wed, 22 Oct 2003 00:58:35 +0200 Claus Gittinger *** empty log message ***
Wed, 15 Oct 2003 10:33:48 +0200 penk cononilize current directory '.' no empty filename anymore
Sat, 30 Aug 2003 22:05:14 +0200 Claus Gittinger *** empty log message ***
Fri, 18 Jul 2003 14:54:20 +0200 Stefan Vogel #directoryName returned a Filename
Fri, 04 Jul 2003 11:07:10 +0200 Stefan Vogel Comments
Tue, 01 Jul 2003 13:08:18 +0200 Claus Gittinger category change
Thu, 12 Jun 2003 22:35:43 +0200 Claus Gittinger oops
Thu, 12 Jun 2003 22:34:45 +0200 Claus Gittinger fixed for directory name ending with '/..'
Fri, 06 Jun 2003 15:11:56 +0200 Claus Gittinger comment
Tue, 03 Jun 2003 19:00:50 +0200 Stefan Vogel New: #appendTo:
Mon, 19 May 2003 17:28:08 +0200 martin *** empty log message ***
Mon, 19 May 2003 15:51:46 +0200 Stefan Vogel new tail: to get the last n path components (as String)
Fri, 16 May 2003 12:47:49 +0200 Claus Gittinger +mimeTypeFromName
Wed, 07 May 2003 16:32:07 +0200 Claus Gittinger method category rename
Wed, 07 May 2003 16:11:29 +0200 Claus Gittinger method category rename
Fri, 25 Apr 2003 16:17:49 +0200 Claus Gittinger isParentDirectoryOf - fix for directories
Wed, 26 Mar 2003 13:20:47 +0100 Claus Gittinger no need to try alternative file-move, if a fileNotFound is raised.
Fri, 21 Mar 2003 11:55:40 +0100 Claus Gittinger comment
Fri, 21 Mar 2003 11:21:09 +0100 Claus Gittinger category changes
Tue, 18 Mar 2003 15:23:20 +0100 Claus Gittinger prefix/suffix definition changed for files beginning with
Sun, 02 Mar 2003 19:41:11 +0100 Stefan Vogel Handle openErrorSignal in preparition for change openErrorSignal
Wed, 26 Feb 2003 12:14:41 +0100 Claus Gittinger *** empty log message ***
Wed, 26 Feb 2003 11:43:47 +0100 Michael Beyl fix for windows
Tue, 25 Feb 2003 23:34:41 +0100 penk *** empty log message ***
Tue, 25 Feb 2003 20:44:03 +0100 penk long fileName (from DOS filename)
Mon, 03 Feb 2003 11:47:39 +0100 Claus Gittinger checkin from browser
Mon, 03 Feb 2003 11:47:01 +0100 Claus Gittinger move now also supports recursive directory moves
Mon, 03 Feb 2003 11:44:53 +0100 Claus Gittinger move now also supports recursive directory moves
Wed, 29 Jan 2003 20:40:57 +0100 Claus Gittinger createEmpty
Wed, 29 Jan 2003 19:32:58 +0100 penk creationTime
Wed, 29 Jan 2003 19:29:57 +0100 penk added creationTime
Mon, 27 Jan 2003 16:46:40 +0100 Claus Gittinger comment
Mon, 30 Dec 2002 18:46:03 +0100 Claus Gittinger care for unreadable contents in mimeTypeOfContents
Tue, 26 Nov 2002 17:16:46 +0100 Stefan Vogel Remove unused method variables
Tue, 26 Nov 2002 11:06:34 +0100 Claus Gittinger added newTemporary with template
Fri, 08 Nov 2002 17:15:46 +0100 penk can evaluate block for matchList on filename completition
Mon, 04 Nov 2002 16:21:04 +0100 Claus Gittinger checkin from browser
Thu, 17 Oct 2002 17:07:31 +0200 Claus Gittinger added utility: ExternalStream >> copyToEndInto:
Tue, 15 Oct 2002 18:39:05 +0200 Claus Gittinger completion fixes
less more (0) -100 -60 tip