Lars Gullik Bjønnes wrote: > | Any objections to me committing this? > > You add clutter to a file instead of the dir. why? > why why why!!!
I would argue that 207 lines is not 'clutter' but that 11 files is. Indeed, I even save 140 lines of source if you talk about clutter. Angus Currently: $ wc -l *.C 20 abort.C 25 atoi.C 59 boost-inst.C 24 chdir.C 37 copy.C 387 FileInfo.C 184 FileMonitor.C 105 filename.C 1307 filetools.C 309 forkedcall.C 100 forkedcallqueue.C 217 forkedcontr.C 56 getcwd.C 165 gzstream.C 21 kill.C 716 lstrings.C 137 lyxsum.C 22 lyxtime.C 24 mkdir.C 19 os.C 247 os_os2.C 154 os_unix.C 199 os_win32.C 63 path.C 20 putenv.C 33 rename.C 20 rmdir.C 47 systemcall.C 71 tempname.C 60 tostr.C 20 unlink.C 48 userinfo.C 4916 total Would be: $ wc -l *.C 59 boost-inst.C 387 FileInfo.C 184 FileMonitor.C 105 filename.C 1307 filetools.C 309 forkedcall.C 100 forkedcallqueue.C 217 forkedcontr.C 165 gzstream.C 716 lstrings.C 207 lyxlib.C 137 lyxsum.C 22 lyxtime.C 24 mkdir.C 19 os.C 247 os_os2.C 154 os_unix.C 199 os_win32.C 63 path.C 47 systemcall.C 60 tostr.C 48 userinfo.C 4776 total -- Angus