[svn:parrot] r40158 - trunk/src/pmc

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sun Jul 19 17:58:53 UTC 2009


Author: jkeenan
Date: Sun Jul 19 17:58:53 2009
New Revision: 40158
URL: https://trac.parrot.org/parrot/changeset/40158

Log:
Add inline comment referring to TT #849 calling for way of setting mtime and atime.  One POD formatting correction.

Modified:
   trunk/src/pmc/os.pmc

Modified: trunk/src/pmc/os.pmc
==============================================================================
--- trunk/src/pmc/os.pmc	Sun Jul 19 17:44:47 2009	(r40157)
+++ trunk/src/pmc/os.pmc	Sun Jul 19 17:58:53 2009	(r40158)
@@ -219,6 +219,9 @@
 
 =cut
 
+TT #849:  Provide a mechanism for setting 'mtime' and 'atime':
+https://trac.parrot.org/parrot/ticket/849
+
 */
 
     METHOD stat(STRING *path) {
@@ -509,6 +512,7 @@
 thrown.
 
 =cut
+
 */
     METHOD rename(STRING *oldpath, STRING *newpath) {
         char * const coldpath = Parrot_str_to_cstring(interp, oldpath);


More information about the parrot-commits mailing list