Changeset f5526d in git


Ignore:
Timestamp:
Mar 2, 2001, 2:02:54 PM (22 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
Children:
89ff330823701e119667003326742b3326348ba6
Parents:
c283291affd980a3c0f17ee26984329d9cdfdc90
Message:
*hannes: removed tst.lib/template.lib


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/all.lib

    rc28329 rf5526d  
    1 // $Id: all.lib,v 1.34 2001-01-16 13:48:22 Singular Exp $
     1// $Id: all.lib,v 1.35 2001-03-02 13:02:54 Singular Exp $
    22///////////////////////////////////////////////////////////////////////////////
    3 version="$Id: all.lib,v 1.34 2001-01-16 13:48:22 Singular Exp $";
     3version="$Id: all.lib,v 1.35 2001-03-02 13:02:54 Singular Exp $";
    44category = "General purpose";
    55info="
     
    6666Miscellaneous
    6767  makedbm_lib:     Data Base of Singularities for the Arnold-Classifier
    68   template_lib:    A Template for a Singular Library
    69 
    70 Utilities
    71   tst_lib:         Procedures for running automatic tst Tests
    7268
    7369@end format
     
    127123//Miscellaneous
    128124LIB "makedbm.lib";
    129 LIB "template.lib";
    130 //Utilities
    131 LIB "tst.lib";
    132 
Note: See TracChangeset for help on using the changeset viewer.