mos 0.1 README ============================================================================== Copyright (c) 1997-2001 Kurt A. Stephens and Ion, Inc., All Rights Reserved. http://www.acm.org/~stephensk Kurt A. Stephens and Ion, Inc. MAKE NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. Kurt A. Stephens and Ion, Inc. SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. $Id: COPYRIGHT,v 1.3 2001/04/03 18:37:16 stephens Exp $ ============================================================================== mos 0.1 README ============================================================================== This is MOS - Meta Object System. See documentation in doc/mos.html Requirements: GCC GNU bison perl 5.x GNU readline GNU history System V V8 regexp(3) compatable regular expression package. Boehm GC ============================================================================== ============================================================================== NAME mos VERSION 0.1 CATEGORY Object Oriented DESC A prototype-based object system C library with a meta object protocol similar to Self and SmallTalk, yet simpler. MOS allows changing a object's meta object to redefine new behaviors for method lookup and application. CONTAINS_PKGS mos REQUIRES_OTHERS bison gcc history perl readline DATE 2001/06/02 10:29:47 README /home/stephens/public_html/research/pub/mos0.1.txt ARCHIVE /home/stephens/public_html/research/pub/mos0.1.tgz NAME mos VERSION 0.1 CATEGORY Object Oriented DESC A prototype-based object system C library with a meta object protocol similar to Self and SmallTalk, yet simpler. MOS allows changing a object's meta object to redefine new behaviors for method lookup and application. SRC_DIR /home/stephens/ion/src/mos CVSLOG CVSLOG MAKE make MAKE_CLEAN clean veryclean README README REQUIRES_OTHERS gcc perl bison readline history REQUIRES_PKGS OTHER bison OTHER gcc OTHER history OTHER perl OTHER readline ============================================================================== mos 0.1 CHANGES ============================================================================== ============================================================================== mos 0.1 Table of Contents ============================================================================== mos0.1: total 7 drwxr-xr-x 3 stephens stepheng 1024 Jun 2 05:30 . drwxr-xr-x 3 stephens stepheng 1024 Jun 2 05:30 .. -rw-r--r-- 1 stephens stepheng 96 Jun 2 05:30 CHANGES -rw-r--r-- 1 stephens stepheng 601 Jun 2 05:30 COPYRIGHT -rw-r--r-- 1 stephens stepheng 777 Jun 2 05:30 README -rw-r--r-- 1 stephens stepheng 105 Jun 2 05:30 TOC drwxr-xr-x 3 stephens stepheng 1024 Jun 2 05:30 src mos0.1/src: total 5 drwxr-xr-x 3 stephens stepheng 1024 Jun 2 05:30 . drwxr-xr-x 3 stephens stepheng 1024 Jun 2 05:30 .. -rw-r--r-- 1 stephens stepheng 390 Jun 2 05:30 GUM_BUILD_ROOT drwxr-xr-x 7 stephens stepheng 2048 Jun 2 05:30 mos mos0.1/src/mos: total 363 drwxr-xr-x 7 stephens stepheng 2048 Jun 2 05:30 . drwxr-xr-x 3 stephens stepheng 1024 Jun 2 05:30 .. -rw-r--r-- 1 stephens stepheng 104 Feb 19 1999 .gdbinit drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 CVS -rw-r--r-- 1 stephens stepheng 6156 May 9 2000 Makefile -rw-r--r-- 1 stephens stepheng 324 Feb 17 1999 PKG -rw-r--r-- 1 stephens stepheng 209 Feb 17 1999 README -rw-r--r-- 1 stephens stepheng 289 Feb 17 1999 TODO -rw-r--r-- 1 stephens stepheng 7737 Mar 21 2000 accessor.c -rw-r--r-- 1 stephens stepheng 12354 Mar 21 2000 annot.c -rw-r--r-- 1 stephens stepheng 7063 Mar 21 2000 annot.pl -rw-r--r-- 1 stephens stepheng 2938 Dec 26 1999 basicMeta.c -rw-r--r-- 1 stephens stepheng 389 Dec 26 1999 bc.c -rw-r--r-- 1 stephens stepheng 26371 May 9 2000 bcCompile.c -rw-r--r-- 1 stephens stepheng 4750 Dec 26 1999 bcDecomp.c -rw-r--r-- 1 stephens stepheng 11468 May 9 2000 bcMethod.c -rw-r--r-- 1 stephens stepheng 17546 Jul 26 1999 bison.simple -rw-r--r-- 1 stephens stepheng 806 Dec 26 1999 block.c -rw-r--r-- 1 stephens stepheng 4077 Mar 21 2000 bool.c -rw-r--r-- 1 stephens stepheng 5593 Mar 21 2000 catch.c -rw-r--r-- 1 stephens stepheng 1467 Dec 26 1999 char.c -rw-r--r-- 1 stephens stepheng 3392 Dec 26 1999 clone.c -rw-r--r-- 1 stephens stepheng 10104 Dec 26 1999 coder.c -rw-r--r-- 1 stephens stepheng 2862 Dec 26 1999 comptest.c -rw-r--r-- 1 stephens stepheng 2031 Mar 21 2000 constant.c -rw-r--r-- 1 stephens stepheng 782 Dec 26 1999 debug.c -rw-r--r-- 1 stephens stepheng 2845 Dec 26 1999 debugger.c -rw-r--r-- 1 stephens stepheng 14144 Mar 21 2000 defaultBehavior.c -rw-r--r-- 1 stephens stepheng 3308 Jan 7 2000 defaults.c drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 doc -rw-r--r-- 1 stephens stepheng 4329 Dec 26 1999 error.c -rw-r--r-- 1 stephens stepheng 15849 Dec 26 1999 expr.c drwxr-xr-x 5 stephens stepheng 1024 Feb 2 21:29 include -rw-r--r-- 1 stephens stepheng 2076 Dec 26 1999 init.c -rw-r--r-- 1 stephens stepheng 253 Feb 19 1999 init.pl -rw-r--r-- 1 stephens stepheng 3633 Dec 26 1999 integer.c -rw-r--r-- 1 stephens stepheng 9050 Mar 21 2000 lex.c drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 lib -rw-r--r-- 1 stephens stepheng 2874 Dec 26 1999 load.c -rw-r--r-- 1 stephens stepheng 726 Dec 26 1999 main.c -rw-r--r-- 1 stephens stepheng 10768 Mar 21 2000 map.c -rw-r--r-- 1 stephens stepheng 1753 Dec 26 1999 mem.c -rw-r--r-- 1 stephens stepheng 5681 Mar 21 2000 message.c -rw-r--r-- 1 stephens stepheng 292 Feb 19 1999 meth.pl -rw-r--r-- 1 stephens stepheng 1929 Dec 26 1999 method.c -rw-r--r-- 1 stephens stepheng 506 Feb 19 1999 mos.gdb -rw-r--r-- 1 stephens stepheng 3046 Mar 21 2000 namedobj.c -rw-r--r-- 1 stephens stepheng 269 Feb 19 1999 obj.pl -rw-r--r-- 1 stephens stepheng 4109 Mar 21 2000 objdesc.c -rw-r--r-- 1 stephens stepheng 5392 Dec 26 1999 os.c -rw-r--r-- 1 stephens stepheng 6854 Mar 21 2000 parse.y -rw-r--r-- 1 stephens stepheng 4151 Dec 26 1999 print.c -rw-r--r-- 1 stephens stepheng 4904 Dec 26 1999 readline.c -rw-r--r-- 1 stephens stepheng 3254 Dec 26 1999 real.c -rw-r--r-- 1 stephens stepheng 5427 Mar 21 2000 regexp.c -rw-r--r-- 1 stephens stepheng 252 Feb 19 1999 sel.pl -rw-r--r-- 1 stephens stepheng 8998 Dec 26 1999 selector.c -rw-r--r-- 1 stephens stepheng 6334 Dec 26 1999 send.c -rw-r--r-- 1 stephens stepheng 767 Dec 26 1999 share.c -rw-r--r-- 1 stephens stepheng 167 Feb 19 1999 share.def -rw-r--r-- 1 stephens stepheng 5730 Dec 26 1999 slots.c drwxr-xr-x 5 stephens stepheng 1024 Feb 2 21:29 src -rw-r--r-- 1 stephens stepheng 1375 Dec 26 1999 srcInfo.c -rw-r--r-- 1 stephens stepheng 12610 Mar 21 2000 str.c -rw-r--r-- 1 stephens stepheng 9882 Mar 21 2000 stream.c -rw-r--r-- 1 stephens stepheng 6094 Dec 26 1999 strstrm.c -rw-r--r-- 1 stephens stepheng 3865 Mar 21 2000 system.c -rw-r--r-- 1 stephens stepheng 273 Feb 19 1999 system.pl -rw-r--r-- 1 stephens stepheng 2395 Dec 26 1999 test1.c -rw-r--r-- 1 stephens stepheng 1058 Dec 26 1999 test2.c -rw-r--r-- 1 stephens stepheng 2815 Dec 26 1999 traceMethod.c -rw-r--r-- 1 stephens stepheng 1192 Dec 26 1999 undef.c -rw-r--r-- 1 stephens stepheng 10759 Mar 21 2000 vector.c -rw-r--r-- 1 stephens stepheng 1000 Dec 26 1999 voidP.c -rw-r--r-- 1 stephens stepheng 601 Dec 26 1999 weak.c mos0.1/src/mos/CVS: total 8 drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 7 stephens stepheng 2048 Jun 2 05:30 .. -rw-r--r-- 1 stephens stepheng 2824 Feb 2 21:29 Entries -rw-r--r-- 1 stephens stepheng 17 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root mos0.1/src/mos/doc: total 30 drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 7 stephens stepheng 2048 Jun 2 05:30 .. drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 CVS -rw-r--r-- 1 stephens stepheng 2359 Feb 19 1999 comp.txt -rw-r--r-- 1 stephens stepheng 21727 Nov 4 1999 mos.html mos0.1/src/mos/doc/CVS: total 5 drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 .. -rw-r--r-- 1 stephens stepheng 84 Feb 2 21:29 Entries -rw-r--r-- 1 stephens stepheng 21 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root mos0.1/src/mos/include: total 6 drwxr-xr-x 5 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 7 stephens stepheng 2048 Jun 2 05:30 .. drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 CVS drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 mos drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 readline mos0.1/src/mos/include/CVS: total 5 drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 5 stephens stepheng 1024 Feb 2 21:29 .. -rw-r--r-- 1 stephens stepheng 25 Feb 2 21:29 Entries -rw-r--r-- 1 stephens stepheng 25 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root mos0.1/src/mos/include/mos: total 65 drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 5 stephens stepheng 1024 Feb 2 21:29 .. drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 CVS -rw-r--r-- 1 stephens stepheng 980 Mar 21 2000 accessor.h -rw-r--r-- 1 stephens stepheng 335 Mar 21 2000 annot.h -rw-r--r-- 1 stephens stepheng 953 Feb 19 1999 basicMeta.h -rw-r--r-- 1 stephens stepheng 664 Feb 19 1999 bc.def -rw-r--r-- 1 stephens stepheng 608 Feb 19 1999 bc.h -rw-r--r-- 1 stephens stepheng 355 Feb 19 1999 bcCompile.h -rw-r--r-- 1 stephens stepheng 339 Feb 19 1999 block.h -rw-r--r-- 1 stephens stepheng 329 Feb 19 1999 bool.h -rw-r--r-- 1 stephens stepheng 1026 Dec 26 1999 catch.h -rw-r--r-- 1 stephens stepheng 533 Feb 19 1999 char.h -rw-r--r-- 1 stephens stepheng 501 Feb 19 1999 clone.h -rw-r--r-- 1 stephens stepheng 541 Feb 19 1999 constant.h -rw-r--r-- 1 stephens stepheng 371 Feb 19 1999 error.h -rw-r--r-- 1 stephens stepheng 1264 Feb 19 1999 expr.h -rw-r--r-- 1 stephens stepheng 498 Feb 19 1999 init.h -rw-r--r-- 1 stephens stepheng 988 Feb 19 1999 integer.h -rw-r--r-- 1 stephens stepheng 1675 Feb 19 1999 map.h -rw-r--r-- 1 stephens stepheng 3792 Mar 21 2000 mapfuncs.h -rw-r--r-- 1 stephens stepheng 499 Feb 19 1999 memcpy.h -rw-r--r-- 1 stephens stepheng 2568 Feb 19 1999 message.h -rw-r--r-- 1 stephens stepheng 1074 Mar 21 2000 method.h -rw-r--r-- 1 stephens stepheng 2233 Feb 19 1999 mos.h -rw-r--r-- 1 stephens stepheng 503 Feb 19 1999 namedobj.h -rw-r--r-- 1 stephens stepheng 1097 Mar 21 2000 objdef.h -rw-r--r-- 1 stephens stepheng 1146 Feb 19 1999 objdesc.h -rw-r--r-- 1 stephens stepheng 807 Feb 19 1999 object.h -rw-r--r-- 1 stephens stepheng 553 Feb 19 1999 objhdr.h -rw-r--r-- 1 stephens stepheng 580 Feb 19 1999 op.def -rw-r--r-- 1 stephens stepheng 436 Feb 19 1999 parse.h -rw-r--r-- 1 stephens stepheng 451 Feb 19 1999 print.h -rw-r--r-- 1 stephens stepheng 1116 Feb 19 1999 real.h -rw-r--r-- 1 stephens stepheng 403 Dec 26 1999 regexp.h -rw-r--r-- 1 stephens stepheng 375 Feb 19 1999 sel2def.h -rw-r--r-- 1 stephens stepheng 1204 Feb 19 1999 selector.h -rw-r--r-- 1 stephens stepheng 1486 Feb 19 1999 send.h -rw-r--r-- 1 stephens stepheng 530 Feb 19 1999 slots.h -rw-r--r-- 1 stephens stepheng 528 Feb 19 1999 srcInfo.h -rw-r--r-- 1 stephens stepheng 775 Feb 19 1999 str.h -rw-r--r-- 1 stephens stepheng 547 Feb 19 1999 stream.h -rw-r--r-- 1 stephens stepheng 256 Feb 19 1999 undef.h -rw-r--r-- 1 stephens stepheng 1076 Feb 19 1999 value.h -rw-r--r-- 1 stephens stepheng 1554 Feb 19 1999 vector.h -rw-r--r-- 1 stephens stepheng 864 Feb 19 1999 voidP.h -rw-r--r-- 1 stephens stepheng 380 Feb 19 1999 weak.h mos0.1/src/mos/include/mos/CVS: total 6 drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 .. -rw-r--r-- 1 stephens stepheng 1785 Feb 2 21:29 Entries -rw-r--r-- 1 stephens stepheng 29 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root mos0.1/src/mos/include/readline: total 12 drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 5 stephens stepheng 1024 Feb 2 21:29 .. drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 CVS -rw-r--r-- 1 stephens stepheng 8530 Feb 19 1999 history.h mos0.1/src/mos/include/readline/CVS: total 5 drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 .. -rw-r--r-- 1 stephens stepheng 44 Feb 2 21:29 Entries -rw-r--r-- 1 stephens stepheng 34 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root mos0.1/src/mos/lib: total 5 drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 7 stephens stepheng 2048 Jun 2 05:30 .. drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 CVS drwxr-xr-x 5 stephens stepheng 1024 Feb 2 21:29 mos mos0.1/src/mos/lib/CVS: total 5 drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 .. -rw-r--r-- 1 stephens stepheng 10 Feb 2 21:29 Entries -rw-r--r-- 1 stephens stepheng 21 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root mos0.1/src/mos/lib/mos: total 14 drwxr-xr-x 5 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 .. drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 CVS drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 annot -rw-r--r-- 1 stephens stepheng 765 Jun 28 1999 delegate.mos -rw-r--r-- 1 stephens stepheng 230 Jun 28 1999 dumpMethod.mos -rw-r--r-- 1 stephens stepheng 350 Oct 13 1999 init.mos -rw-r--r-- 1 stephens stepheng 546 Jun 28 1999 iterate.mos -rw-r--r-- 1 stephens stepheng 762 Jun 28 1999 point.mos -rw-r--r-- 1 stephens stepheng 603 Jun 28 1999 pointd.mos -rw-r--r-- 1 stephens stepheng 412 Jun 28 1999 regexp.mos drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 test -rw-r--r-- 1 stephens stepheng 1220 Jun 28 1999 while.mos mos0.1/src/mos/lib/mos/CVS: total 5 drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 5 stephens stepheng 1024 Feb 2 21:29 .. -rw-r--r-- 1 stephens stepheng 370 Feb 2 21:29 Entries -rw-r--r-- 1 stephens stepheng 25 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root mos0.1/src/mos/lib/mos/annot: total 3 drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 5 stephens stepheng 1024 Feb 2 21:29 .. drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 CVS mos0.1/src/mos/lib/mos/annot/CVS: total 5 drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 .. -rw-r--r-- 1 stephens stepheng 2 Feb 2 21:29 Entries -rw-r--r-- 1 stephens stepheng 31 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root mos0.1/src/mos/lib/mos/test: total 10 drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 5 stephens stepheng 1024 Feb 2 21:29 .. drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 CVS -rw-r--r-- 1 stephens stepheng 1680 Jun 28 1999 block.mos -rw-r--r-- 1 stephens stepheng 131 Jun 28 1999 regexp.mos -rw-r--r-- 1 stephens stepheng 2090 Jun 28 1999 test.mos -rw-r--r-- 1 stephens stepheng 221 Jun 28 1999 while.mos mos0.1/src/mos/lib/mos/test/CVS: total 5 drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 .. -rw-r--r-- 1 stephens stepheng 170 Feb 2 21:29 Entries -rw-r--r-- 1 stephens stepheng 30 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root mos0.1/src/mos/src: total 6 drwxr-xr-x 5 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 7 stephens stepheng 2048 Jun 2 05:30 .. drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 CVS drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 include drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 old mos0.1/src/mos/src/CVS: total 5 drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 5 stephens stepheng 1024 Feb 2 21:29 .. -rw-r--r-- 1 stephens stepheng 24 Feb 2 21:29 Entries -rw-r--r-- 1 stephens stepheng 21 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root mos0.1/src/mos/src/include: total 6 drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 5 stephens stepheng 1024 Feb 2 21:29 .. drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 CVS -rw-r--r-- 1 stephens stepheng 65 Feb 19 1999 annot.def -rw-r--r-- 1 stephens stepheng 82 Feb 19 1999 init.def drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 mos mos0.1/src/mos/src/include/CVS: total 5 drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 .. -rw-r--r-- 1 stephens stepheng 93 Feb 2 21:29 Entries -rw-r--r-- 1 stephens stepheng 29 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root mos0.1/src/mos/src/include/mos: total 6 drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 .. drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 CVS -rw-r--r-- 1 stephens stepheng 84 Feb 19 1999 meth.def -rw-r--r-- 1 stephens stepheng 83 Feb 19 1999 obj.def -rw-r--r-- 1 stephens stepheng 78 Feb 19 1999 sel.def mos0.1/src/mos/src/include/mos/CVS: total 5 drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 .. -rw-r--r-- 1 stephens stepheng 123 Feb 2 21:29 Entries -rw-r--r-- 1 stephens stepheng 33 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root mos0.1/src/mos/src/old: total 28 drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 5 stephens stepheng 1024 Feb 2 21:29 .. drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 CVS -rw-r--r-- 1 stephens stepheng 7210 Feb 19 1999 lex2.c -rw-r--r-- 1 stephens stepheng 5870 Feb 19 1999 mapobj.c -rw-r--r-- 1 stephens stepheng 427 Feb 19 1999 mapobj.h -rw-r--r-- 1 stephens stepheng 1159 Feb 19 1999 parse.c -rw-r--r-- 1 stephens stepheng 7448 Feb 19 1999 parse_.y mos0.1/src/mos/src/old/CVS: total 5 drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 .. -rw-r--r-- 1 stephens stepheng 204 Feb 2 21:29 Entries -rw-r--r-- 1 stephens stepheng 25 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root ==============================================================================