Filename.st
branchjv
changeset 17938 e2aad1d7c317
parent 17912 80eb31a5a622
child 17955 f5ee690b1a27
--- a/Filename.st	Fri Apr 13 00:04:07 2012 +0100
+++ b/Filename.st	Fri Apr 13 14:18:13 2012 +0100
@@ -3809,7 +3809,7 @@
 
 , aString
     "this allows filenames to understand how names are concatenated.
-     Returns a string consisting of the receivers name, concatenated
+     Returns a string consisting of the receiver's name, concatenated
      by aString. Notice this is NOT the same as construct:, which inserts
      a directory delimiter and returns a new fileName instance.
      See also: #withSuffix: which is new and better."
@@ -3826,7 +3826,8 @@
      'Makefile' asFilename construct:'.bak'     
     "
 
-    "Modified: 7.9.1997 / 23:45:36 / cg"
+    "Modified: / 07-09-1997 / 23:45:36 / cg"
+    "Modified (comment): / 01-04-2012 / 13:18:21 / cg"
 !
 
 canonicalize
@@ -5879,20 +5880,15 @@
 !Filename class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Filename.st,v 1.373 2012/01/19 16:20:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Filename.st,v 1.374 2012/04/01 11:25:33 cg Exp $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Filename.st,v 1.373 2012/01/19 16:20:58 cg Exp '
+    ^ '§Header: /cvs/stx/stx/libbasic/Filename.st,v 1.374 2012/04/01 11:25:33 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Filename.st 10763 2012-01-22 23:07:15Z vranyj1 $'
+    ^ '$Id: Filename.st 10804 2012-04-13 13:18:13Z vranyj1 $'
 ! !
 
 Filename initialize!
-
-
-
-
-