Changeset 1ccc0a in git


Ignore:
Timestamp:
Dec 15, 2008, 4:30:30 PM (15 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
35e3a67b3cf2f0f3347c117abbfc926bf620ca3a
Parents:
73b186d5bc4b455e4e5d630d447f6d74c3cb0f80
Message:
changes due to bugs/enhancement requests by Hrn. Gorzel


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/poly.lib

    r73b186 r1ccc0a  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: poly.lib,v 1.49 2008-12-12 11:26:34 Singular Exp $";
     2version="$Id: poly.lib,v 1.50 2008-12-15 15:30:30 seelisch Exp $";
    33category="General purpose";
    44info="
     
    828828RETURN:  number, the content (greatest common factor of coefficients)
    829829         of the polynomial/vector f
     830SEE ALSO: cleardenom
    830831EXAMPLE: example content; shows an example
    831832"
  • doc/INSTALL_unix.texi

    r73b186 r1ccc0a  
    11@comment -*-texinfo-*-
    2 @comment $Id: INSTALL_unix.texi,v 1.27 2007-08-01 15:07:22 Singular Exp $
     2@comment $Id: INSTALL_unix.texi,v 1.28 2008-12-15 15:30:30 seelisch Exp $
    33@c FILE: INSTALL_unix.texi
    44@c PURPOSE: Installation instruction for Singular on Unix
     
    171171Singular emacs lisp files} but we give no warranties for specific platforms).
    172172@item on-line @code{html} help
    173 @tab @uref{http://www.netscape.com,,netscape} browser
     173@tab any web browser
    174174@item on-line @code{info} help
    175175@tab @uref{http://www.texinfo.org,,info}, or
     
    276276@code{system("--version");}.
    277277
    278 @item Under SuSE-Linux, @sc{ESingular} does not display a prompt:
     278@item Under previous SuSE-Linux releases, @sc{ESingular} did not display a prompt:
    279279@cindex SuSE, ESingular bug
    280280@cindex ESingular, no prompt
     
    282282This is due to the very restrictive access rights of @code{/dev/pty*} of
    283283the standard @uref{http://www.suse.de,SuSE} distribution (starting from
    284 version 6.3 on). As root, do one of the following: Either
     284version 6.3 on). The problem may still be present when working with the latest SuSE-Linux release.
     285As root, do one of the following: Either
    285286@example
    286287chmod 666 /dev/pty*
     
    294295@end example
    295296
    296 @item For @code{HPUX} systems:
    297 @*The /etc/termcap files which are pre-installed on these systems are
    298 broken which leads to messages like
    299 @example
    300 Name collision between 9826 9836
    301 @end example
    302 when @sc{Singular} is started. To fix this, you can get fixed termcap
    303 files from @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/utils}
    304 by downloading the files termcap-<uname-description> and either
    305 replace your /etc/termcap file by the file found there, or view, and
    306 redo the respective changes by @code{diff}'ing the downloaded and the
    307 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.
    308309
    309310@item For @code{ix86-Linux} systems:
Note: See TracChangeset for help on using the changeset viewer.