Changeset 1ccc0a in git
- Timestamp:
- Dec 15, 2008, 4:30:30 PM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 35e3a67b3cf2f0f3347c117abbfc926bf620ca3a
- Parents:
- 73b186d5bc4b455e4e5d630d447f6d74c3cb0f80
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/poly.lib
r73b186 r1ccc0a 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: poly.lib,v 1. 49 2008-12-12 11:26:34 SingularExp $";2 version="$Id: poly.lib,v 1.50 2008-12-15 15:30:30 seelisch Exp $"; 3 3 category="General purpose"; 4 4 info=" … … 828 828 RETURN: number, the content (greatest common factor of coefficients) 829 829 of the polynomial/vector f 830 SEE ALSO: cleardenom 830 831 EXAMPLE: example content; shows an example 831 832 " -
doc/INSTALL_unix.texi
r73b186 r1ccc0a 1 1 @comment -*-texinfo-*- 2 @comment $Id: INSTALL_unix.texi,v 1.2 7 2007-08-01 15:07:22 SingularExp $2 @comment $Id: INSTALL_unix.texi,v 1.28 2008-12-15 15:30:30 seelisch Exp $ 3 3 @c FILE: INSTALL_unix.texi 4 4 @c PURPOSE: Installation instruction for Singular on Unix … … 171 171 Singular emacs lisp files} but we give no warranties for specific platforms). 172 172 @item on-line @code{html} help 173 @tab @uref{http://www.netscape.com,,netscape}browser173 @tab any web browser 174 174 @item on-line @code{info} help 175 175 @tab @uref{http://www.texinfo.org,,info}, or … … 276 276 @code{system("--version");}. 277 277 278 @item Under SuSE-Linux, @sc{ESingular} doesnot display a prompt:278 @item Under previous SuSE-Linux releases, @sc{ESingular} did not display a prompt: 279 279 @cindex SuSE, ESingular bug 280 280 @cindex ESingular, no prompt … … 282 282 This is due to the very restrictive access rights of @code{/dev/pty*} of 283 283 the standard @uref{http://www.suse.de,SuSE} distribution (starting from 284 version 6.3 on). As root, do one of the following: Either 284 version 6.3 on). The problem may still be present when working with the latest SuSE-Linux release. 285 As root, do one of the following: Either 285 286 @example 286 287 chmod 666 /dev/pty* … … 294 295 @end example 295 296 296 @ item For @code{HPUX} systems:297 @ *The /etc/termcap files which are pre-installed on these systems are298 broken which leads to messages like299 @ example300 Name collision between 9826 9836301 @ end example302 when @sc{Singular} is started. To fix this, you can get fixed termcap303 files from @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/utils}304 by downloading the files termcap-<uname-description> and either305 replace your /etc/termcap file by the file found there, or view, and306 redo the respective changes by @code{diff}'ing the downloaded and the307 original file.297 @c @item For @code{HPUX} systems: 298 @c @*The /etc/termcap files which are pre-installed on these systems are 299 @c broken which leads to messages like 300 @c @example 301 @c Name collision between 9826 9836 302 @c @end example 303 @c when @sc{Singular} is started. To fix this, you can get fixed termcap 304 @c files from @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/utils} 305 @c by downloading the files termcap-<uname-description> and either 306 @c replace your /etc/termcap file by the file found there, or view, and 307 @c redo the respective changes by @code{diff}'ing the downloaded and the 308 @c original file. 308 309 309 310 @item For @code{ix86-Linux} systems:
Note: See TracChangeset
for help on using the changeset viewer.