Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-05-30 12:12:30 -0700 (Sun, 30 May 2004)
Revision: 375
Log message:
Added some additional functions. Status: tested with and without SSL on
RH9; not tested on mojave clients; mostly tested on win32. I'll check
the others after this commit. Tested against Mozilla and IE. It should
be clean, but let me know if you see problems!
Added the following functions to the toploop:
!ls: int -- filesystem directory listing
!cd: string -> int -- change directory
!pwd: string -- print working directory
!mkdir: string -> int -- create a new directory
!rm: string -> int -- remove a file
!edit: string -> int -- edit a file
!omake: int -- rebuild the system
!restart: int -- restart MetaPRL
!cvs: string -> int -- CVS operations
Note that the syntax of these "syscall" commands uses dereferencing.
These functions work with the terminal and browser interfaces
(with slightly different behavior).
Changes | Path |
+2 -1 | libmojave/cutil/Files |
Added | libmojave/cutil/lm_config.c |
Properties | libmojave/cutil/lm_config.c |
+11 -1 | libmojave/cutil/lm_ssl.c |
+2 -1 | libmojave/util/Files |
Added | libmojave/util/lm_config.ml |
Properties | libmojave/util/lm_config.ml |
Added | libmojave/util/lm_config.mli |
Properties | libmojave/util/lm_config.mli |
+8 -0 | libmojave/util/lm_ssl.ml |
+2 -0 | libmojave/util/lm_ssl.mli |