Changeset f8dc0ca in git


Ignore:
Timestamp:
Oct 19, 2010, 9:45:40 AM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
70f5c0982a4d0849f7e012e1a4f52d0b97af5821
Parents:
d802b1555809d178756703621c70b578acb493fb
Message:
doc. for 3-1-2

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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/gmssing.lib

    rd802b1 rf8dc0ca  
    44
    55info="
    6 LIBRARY:  gaussman.lib  Gauss-Manin System of Isolated Singularities
     6LIBRARY: gmssing.lib  Gauss-Manin System of Isolated Singularities
    77
    88AUTHOR:   Mathias Schulze, email: mschulze@mathematik.uni-kl.de
  • Singular/checklibs.c

    rd802b1 rf8dc0ca  
    3131  if (buf[0]!='\0')
    3232  {
     33    int non_ascii_found=0;
    3334    if (strchr(buf,'\r')!=NULL) crlf++;
    3435    if ((buf[LINE_LEN-1]!='\0')||(strlen(buf)>RECOMMENDED_LEN))
     
    3940    if ((strstr(buf," \n")!=NULL)||(strstr(buf," \r\n")!=NULL)) trailing_spaces++;
    4041    if (strchr(buf,'\t')!=NULL) tabs++;
     42
    4143    for(i=0;(i<LINE_LEN) && (buf[i]!='\0'); i++)
    4244    {
    43       if (buf[i]>=127) { non_ascii++;non_ascii_line=lines; break; }
    44     }
     45      if (buf[i]>=127) { non_ascii_found=1;non_ascii++;non_ascii_line=lines; break; }
     46    }
     47    if (non_ascii_found) printf("non-ascii:>>%s<<\n",buf);
    4548    if (footer==0) /* we are still in the header */
    4649    {
     
    420423  if(verylong_lines!=0) printf("hint: lib should not contain very long lines, >=%d found\n",verylong_lines);
    421424  if(non_ascii>0)
    422   printf("error: lib shlould not contain non-ascii characters, %d found, last in line %d\n",non_ascii, non_ascii_line);
     425  printf("error: lib should not contain non-ascii characters, %d found, last in line %d\n",non_ascii, non_ascii_line);
    423426  if (crlf>=lines-1)
    424427  {
  • doc/COPYING.texi

    rd802b1 rf8dc0ca  
    2121@center @uref{http://www.uni-kl.de/,,University of Kaiserslautern}
    2222@center @uref{http://www.mathematik.uni-kl.de/,,Department of Mathematics} and  @uref{http://www.mathematik.uni-kl.de/~zca/,,Centre for Computer Algebra}
    23 @center Authors: @uref{http://www.mathematik.uni-kl.de/~greuel,,G.-M. Greuel}, @uref{http://www.mathematik.uni-kl.de/~pfister,,G. Pfister}, @uref{http://www.mathematik.uni-kl.de/~hannes,,H. Schoenemann}
     23@center Authors: @uref{http://www.mathematik.uni-kl.de/~decker,,W. Decker}, @uref{http://www.mathematik.uni-kl.de/~greuel,,G.-M. Greuel}, @uref{http://www.mathematik.uni-kl.de/~pfister,,G. Pfister}, @uref{http://www.mathematik.uni-kl.de/~hannes,,H. Schoenemann}
    2424
    2525@center Copyright @copyright{} 1986-2010
     
    3939NTL: A Library for doing Number Theory (NTL),
    4040the Multi Protocol library (MP), the
    41 Singular-Factory library, the Singular-libfac library, 
     41Singular-Factory library, the Singular-libfac library,
    4242surfex, and,
    4343for the Windows distributions, the Cygwin DLL and the Cygwin tools (Cygwin), and the
     
    6363
    6464If you want to be informed of new releases,
    65 please register as a @sc{Singular} user by 
     65please register as a @sc{Singular} user by
    6666@c using the
    6767@c registration form on the @sc{Singular} homepage
    6868@c               @uref{http://www.singular.uni-kl.de}.
    6969@c If for some reason you cannot access the registration form, you
    70 @c can also register by 
     70@c can also register by
    7171sending an email to
    7272              @email{singular@@mathematik.uni-kl.de}
     
    169169and
    170170University of Valladolid.
    171  
     171
    172172Current @sc{Singular} developers:
    173173Wolfram Decker,
     
    175175Gerhard Pfister,
    176176Hans Sch@"onemann,
    177  
     177
    178178Shawki Al-Rashed,
    179179Daniel Andres,
     
    232232and
    233233Eva Zerz.
    234  
     234
    235235Further contributions to @sc{Singular} have been made by:
    236236Martin Albrecht,
     
    301301and
    302302Oleksandr Yena.
    303                                                    
     303
    304304We should like to acknowledge the financial support given by
    305305the Volkswagen-Stiftung, the Deutsche Forschungsgemeinschaft
Note: See TracChangeset for help on using the changeset viewer.