Ignore:
Timestamp:
Mar 15, 2011, 7:17:48 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f247337dd844f01e85a8379ff9c1e26fe7eea863
Parents:
92e0ebb492f002a11e78b302b3758d32aedea17e
Message:
ADD: dynamic module stuff...

From: Oleksandr Motsak <motsak@mathematik.uni-kl.de>

git-svn-id: file:///usr/local/Singular/svn/trunk@13980 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • dyn_modules/bigintm/bigintm.tst

    r92e0eb r5cdbfe  
    22
    33LIB("./bigintm.so");
     4
     5bigintm_print_load_counter();
     6printBlackboxTypes();
     7
     8
     9LIB("./bigintm.so");
     10
     11bigintm_print_load_counter();
     12printBlackboxTypes();
     13
     14LIB("./bigintm.so");
     15
     16bigintm_print_load_counter();
     17printBlackboxTypes();
     18
    419
    520printBlackboxTypes();
     
    8196
    8297
    83 a - s;
    8498
    85 c == s;
     99
     100
     101
     102
    86103
    87104c.s;
    88105c.sss;
    89 c.0;
     106c."a";
    90107
     108
     109
     110option(yacc);
     111c - s;
     112c == s; // BUG?
     113option(noyacc);
     114
     115
     116
     117c.0; // BUG?
     118option(yacc);
     119c.1; // BUG?
     120c. ; // BUG?
     121option(noyacc);
    91122
    92123
Note: See TracChangeset for help on using the changeset viewer.