Changeset 215353e in git for Singular/ipshell.cc


Ignore:
Timestamp:
Oct 28, 2013, 11:14:01 AM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
56aaaefc9ea598cd0bef8f3687618d69cdafb5a0
Parents:
b19f81dea5dc1029caf194b9f57389fd6a9f66a3
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-10-28 11:14:01+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-10-28 11:15:14+01:00
Message:
chg: listvar(all) lists Top and Current instead of only Top
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    rb19f81 r215353e  
    422422    if (strcmp(what,"all")==0)
    423423    {
     424      if (currPack!=basePack)
     425        list_cmd(-1,NULL,prefix,iterate,fullname); // list current package
    424426      really_all=TRUE;
    425427      h=basePack->idroot;
Note: See TracChangeset for help on using the changeset viewer.