Changeset 57de80 in git


Ignore:
Timestamp:
Jul 8, 2005, 4:36:31 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
0012cd4f13750d91e4a0ed30bff8169440d35f3f
Parents:
8540982492465f5af391c8505837e61a4a35a825
Message:
*hannes: bug 37,38,
         doc/Makefile: DOC2TEX_EXAMPLE_EXCLUSIONS


git-svn-id: file:///usr/local/Singular/svn/trunk@8429 2c84dea3-7e68-4137-9b89-c4e89433aadc
Files:
6 added
3 edited

Legend:

Unmodified
Added
Removed
  • Tst/Short/ok_s.lst

    r854098 r57de80  
    3333bug_35
    3434bug_36
     35bug_37
     36bug_38
    3537bug_5
    3638bug_6
  • doc/Makefile.in

    r854098 r57de80  
    22###
    33### Makefile for Singular documentation
    4 ### $Id: Makefile.in,v 1.99 2005-05-12 13:52:59 Singular Exp $
     4### $Id: Makefile.in,v 1.100 2005-07-08 14:36:30 Singular Exp $
    55#####################################################################
    66SHELL=/bin/sh
     
    6464DOC2TEX         = ${PERL} ./doc2tex.pl -docdir ${DOC_SUBDIR} \
    6565                  -Singular ${SINGULAR} -verbose ${VERBOSE} -make ${MAKE} \
    66                   -exdir ${EX_SUBDIR}
     66                  -exdir ${EX_SUBDIR} @DOC2TEX_EXAMPLE_EXCLUSIONS@
    6767PL2DOC          = ${PERL} ./pl2doc.pl -db ${CHKSUM_DB}
    6868
  • factory/cf_factor.cc

    r854098 r57de80  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_factor.cc,v 1.24 2005-06-28 14:39:52 Singular Exp $ */
     2/* $Id: cf_factor.cc,v 1.25 2005-07-08 14:36:31 Singular Exp $ */
    33
    44//{{{ docu
     
    118118      printf("+%d",f.intval());
    119119    }
    120     else printf("+...");
     120    else //printf("+...");
     121       cout << f;
    121122    //if (f.inZ()) printf("(Z)");
    122123    //else if (f.inQ()) printf("(Q)");
Note: See TracChangeset for help on using the changeset viewer.