Changeset f8dc0ca in git
- Timestamp:
- Oct 19, 2010, 9:45:40 AM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 70f5c0982a4d0849f7e012e1a4f52d0b97af5821
- Parents:
- d802b1555809d178756703621c70b578acb493fb
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/gmssing.lib
rd802b1 rf8dc0ca 4 4 5 5 info=" 6 LIBRARY: gaussman.lib Gauss-Manin System of Isolated Singularities6 LIBRARY: gmssing.lib Gauss-Manin System of Isolated Singularities 7 7 8 8 AUTHOR: Mathias Schulze, email: mschulze@mathematik.uni-kl.de -
Singular/checklibs.c
rd802b1 rf8dc0ca 31 31 if (buf[0]!='\0') 32 32 { 33 int non_ascii_found=0; 33 34 if (strchr(buf,'\r')!=NULL) crlf++; 34 35 if ((buf[LINE_LEN-1]!='\0')||(strlen(buf)>RECOMMENDED_LEN)) … … 39 40 if ((strstr(buf," \n")!=NULL)||(strstr(buf," \r\n")!=NULL)) trailing_spaces++; 40 41 if (strchr(buf,'\t')!=NULL) tabs++; 42 41 43 for(i=0;(i<LINE_LEN) && (buf[i]!='\0'); i++) 42 44 { 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); 45 48 if (footer==0) /* we are still in the header */ 46 49 { … … 420 423 if(verylong_lines!=0) printf("hint: lib should not contain very long lines, >=%d found\n",verylong_lines); 421 424 if(non_ascii>0) 422 printf("error: lib sh lould 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); 423 426 if (crlf>=lines-1) 424 427 { -
doc/COPYING.texi
rd802b1 rf8dc0ca 21 21 @center @uref{http://www.uni-kl.de/,,University of Kaiserslautern} 22 22 @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} 24 24 25 25 @center Copyright @copyright{} 1986-2010 … … 39 39 NTL: A Library for doing Number Theory (NTL), 40 40 the Multi Protocol library (MP), the 41 Singular-Factory library, the Singular-libfac library, 41 Singular-Factory library, the Singular-libfac library, 42 42 surfex, and, 43 43 for the Windows distributions, the Cygwin DLL and the Cygwin tools (Cygwin), and the … … 63 63 64 64 If you want to be informed of new releases, 65 please register as a @sc{Singular} user by 65 please register as a @sc{Singular} user by 66 66 @c using the 67 67 @c registration form on the @sc{Singular} homepage 68 68 @c @uref{http://www.singular.uni-kl.de}. 69 69 @c If for some reason you cannot access the registration form, you 70 @c can also register by 70 @c can also register by 71 71 sending an email to 72 72 @email{singular@@mathematik.uni-kl.de} … … 169 169 and 170 170 University of Valladolid. 171 171 172 172 Current @sc{Singular} developers: 173 173 Wolfram Decker, … … 175 175 Gerhard Pfister, 176 176 Hans Sch@"onemann, 177 177 178 178 Shawki Al-Rashed, 179 179 Daniel Andres, … … 232 232 and 233 233 Eva Zerz. 234 234 235 235 Further contributions to @sc{Singular} have been made by: 236 236 Martin Albrecht, … … 301 301 and 302 302 Oleksandr Yena. 303 303 304 304 We should like to acknowledge the financial support given by 305 305 the Volkswagen-Stiftung, the Deutsche Forschungsgemeinschaft
Note: See TracChangeset
for help on using the changeset viewer.