Changeset 382feb in git


Ignore:
Timestamp:
Jul 7, 2016, 11:32:46 AM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
34183abab486cee38d70559e5cdcfbc307938f64
Parents:
4cb2082e7b16621dfb469b4114b7bd18623265e2
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2016-07-07 11:32:46+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2016-07-07 11:35:31+02:00
Message:
format
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/ncfactor.lib

    r4cb208 r382feb  
    1177011770homogfacNthQWeyl_all(h); h is a homogeneous polynomial in the
    1177111771  n'th q-Weyl algebra with respect to the weight vector
    11772  
     11772
    1177311773  [-1,...,-1,1,...,1].
    1177411774   \__  __/  \__  __/
  • Singular/LIB/surfex.lib

    r4cb208 r382feb  
    1515 The software is used for producing raytraced images of surfaces.
    1616 You can download @code{surfex} from @uref{http://www.surfex.AlgebraicSurface.net}
    17 @end texinfo 
     17@end texinfo
    1818
    1919 surfex is a front-end for surf which aims to be easier to use than
  • Singular/grammar.cc

    r4cb208 r382feb  
    22
    33/* Skeleton implementation for Bison's Yacc-like parsers in C
    4    
     4
    55      Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
    66   2009, 2010 Free Software Foundation, Inc.
    7    
     7
    88   This program is free software: you can redistribute it and/or modify
    99   it under the terms of the GNU General Public License as published by
    1010   the Free Software Foundation, either version 3 of the License, or
    1111   (at your option) any later version.
    12    
     12
    1313   This program is distributed in the hope that it will be useful,
    1414   but WITHOUT ANY WARRANTY; without even the implied warranty of
    1515   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1616   GNU General Public License for more details.
    17    
     17
    1818   You should have received a copy of the GNU General Public License
    1919   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
     
    2828   Bison output files to be licensed under the GNU General Public
    2929   License without this special exception.
    30    
     30
    3131   This special exception was added by the Free Software Foundation in
    3232   version 2.2 of Bison.  */
  • Singular/grammar.h

    r4cb208 r382feb  
    22
    33/* Skeleton interface for Bison's Yacc-like parsers in C
    4    
     4
    55      Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
    66   2009, 2010 Free Software Foundation, Inc.
    7    
     7
    88   This program is free software: you can redistribute it and/or modify
    99   it under the terms of the GNU General Public License as published by
    1010   the Free Software Foundation, either version 3 of the License, or
    1111   (at your option) any later version.
    12    
     12
    1313   This program is distributed in the hope that it will be useful,
    1414   but WITHOUT ANY WARRANTY; without even the implied warranty of
    1515   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1616   GNU General Public License for more details.
    17    
     17
    1818   You should have received a copy of the GNU General Public License
    1919   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
     
    2828   Bison output files to be licensed under the GNU General Public
    2929   License without this special exception.
    30    
     30
    3131   This special exception was added by the Free Software Foundation in
    3232   version 2.2 of Bison.  */
  • Tst/Short/ok_s.lst

    r4cb208 r382feb  
    9696ncfactor_nthweylringalt2_s
    9797ncfactor_usl2_reducible_bug_s
    98 ncfactor_usl2_s 
     98ncfactor_usl2_s
    9999nfmodsyz_s
    100100parallel_s
Note: See TracChangeset for help on using the changeset viewer.