cvs commit: hugs98/docs hugs.1.in hugs98/docs/users_guide
commands.sgml hugs98/src MkDepend.in hugs.c module.c module.h
hugs98/src/dotnet Makefile hugs98/src/msc Makefile hugs98/src/winhugs
Makefile
ross@glass.cse.ogi.edu
ross@glass.cse.ogi.edu
Thu, 7 Aug 2003 06:14:35 -0700
ross 2003/08/07 06:14:35 PDT
Modified files:
docs hugs.1.in
docs/users_guide commands.sgml
src MkDepend.in hugs.c module.c module.h
src/dotnet Makefile
src/msc Makefile
src/winhugs Makefile
Log:
Change the behaviour of the :browse command (if "all" not specified):
formerly listed names defined in the module, now lists exported names.
Since the libraries now use imports much more, with the old behaviour
things like ":b List" listed no names, which is both useless and confusing
to beginners. Now it lists the exports of List (which is also much
closer to the output before we switched to the hierarchical libraries).
Also added a few rev's to keep the export lists in the order they
were specified.
Revision Changes Path
1.18 +1 -1 hugs98/docs/hugs.1.in
1.6 +6 -3 hugs98/docs/users_guide/commands.sgml
1.5 +2 -2 hugs98/src/MkDepend.in
1.127 +16 -50 hugs98/src/hugs.c
1.9 +54 -0 hugs98/src/module.c
1.3 +1 -0 hugs98/src/module.h
1.11 +2 -2 hugs98/src/dotnet/Makefile
1.36 +2 -2 hugs98/src/msc/Makefile
1.25 +2 -2 hugs98/src/winhugs/Makefile