-/* $Id: js_file.c,v 1.5 2006/10/01 15:31:45 mmondor Exp $ */
+/* $Id: js_file.c,v 1.6 2006/10/01 15:43:39 mmondor Exp $ */
/*
* Copyright (c) 2006, Matthew Mondor
*
* XXX
* - add path validity checking hook function
- * - optionally make the class init function also initialize stdin, stdout,
- * stderr
* - implement formatted printing functions sprintf, fprintf, printf
* - XXX There is a problem with file_fh(). We probably should provide
* a corresponding function to free/unlock the fh. Because otherwise the
OBJECT_TO_JSVAL(o), NULL, NULL,
JSPROP_READONLY | JSPROP_PERMANENT)) {
(void) fprintf(stderr,
- "File: Error defining stdoutproperty\n");
+ "File: Error defining stdout property\n");
return NULL;
}
} else {