On Mon, Oct 08, 2001 at 05:11:43AM -0400, Glenn Maynard wrote: > Restored cls to help; dropped recls instead. > > Added simple timer class. This uses timevals; gettimeofday is wrapped > in xgettimeofday for systems without it. (I did some searching; there > are a lot of places that say some systems don't have gettimeofday, but > none about timeval. If systems do turn out not to have it, we can just > define it ourselves.)
I'd like to have a generic Time class with operator- which would return time difference in milliseconds or as a float. Make it in a separate file. I don't want classes in misc.h/misc.cc. > Suggestion: drop rels, reget, renlist, all other immediate variants; > replace them with "[re]ls", "[re]nlist", "[re]cls", etc. in short help > descriptions. It'll clean up the list and give room for queue, repeat, > glob ... Good suggestion. -- Alexander.
