Changeset 1673507 in git


Ignore:
Timestamp:
Jan 8, 2013, 11:52:40 PM (11 years ago)
Author:
Max Horn <max@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
7ee69f18c3d270f0f8b59dc03b0c276d7066146b
Parents:
8836a9f43c10a0aea1e3ab6a8d9ecf52fe6a9128
git-author:
Max Horn <max@quendi.de>2013-01-08 23:52:40+01:00
git-committer:
Oleksandr Motsak <http://goo.gl/mcpzY>2013-01-10 16:45:07+01:00
Message:
Fix spelling: "MacOS X" -> "Mac OS X"

The correct official spelling is indeed "Mac OS X". This is in
contrast to old macintosh operating systems which were called "MacOS"
as in "MacOS 7".

Conflicts:
	README
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • Singular/ChangeLog.310

    r8836a9 r1673507  
    8686Changes w.r.t 3-1-0-1:
    8787- 3-1-0-2 Wed May  6 12:34:23 CEST 2009
    88 - TMPDIR causes problems on MacOsX builds (or fails): renamed to SI_TMPDIR
     88- TMPDIR causes problems on Mac OS X builds (or fails): renamed to SI_TMPDIR
    8989- better error handling in assigning qring
    9090- attributes which depend on the ring: cleanup fixed (see Tst/Short/bug_tr134)
  • doc/INSTALL_mac.texi

    r8836a9 r1673507  
    1414
    1515This is the final distribution of @sc{Singular} as MPW tool.
    16 Newer versions of @sc{Singular} will only be available for MacOS X (which is handled like other @sc{Unix}-systems).
     16Newer versions of @sc{Singular} will only be available for Mac OS X (which is handled like other @sc{Unix}-systems).
    1717To install @sc{Singular} on a Macintosh (PPC only), you need the file @code{Singular-2-0-2-ppc-MPW.sea.hqx} resp. @code{Singular-2-0-2-ppc-MPW.hqx} which you can obtain by public ftp from @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular}.
    1818Furthermore, you need MacOS version >= 8.5 with an installed MPW shell.
     
    2222
    2323
    24 @heading Installing @sc{Singular} on MacOS X
     24@heading Installing @sc{Singular} on Mac OS X
    2525
    2626Please see @uref{INSTALL_unix.html}.
    27 In contrast to other Unix systems, under MacOS X, @sc{Singular} is only available as a shell command and there is no Emacs interface.
     27In contrast to other Unix systems, under Mac OS X, @sc{Singular} is only available as a shell command and there is no Emacs interface.
    2828Enter @code{Singular} in a terminal under Aqua to run @sc{Singular}.
    2929Alternatively, you may choose @code{Terminal} as the application to open the file @code{Singular} with and put it into the dock.
  • doc/INSTALL_osx.texi

    r8836a9 r1673507  
    88
    99@ifclear singularmanual
    10 @majorheading Installation instructions for @sc{Singular} on a Macintosh (MacOS X)
     10@majorheading Installation instructions for @sc{Singular} on a Macintosh (Mac OS X)
    1111
    1212
    1313@heading Installation preliminaries
    1414
    15 To install @sc{Singular} on a Macintosh, you need the file @code{Singular-<version>-ppcMac-darwin.tar.gz} resp. @code{Singular-<version>-share.tar.gz} which you can obtain by public ftp from @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular}. Furthermore, you need MacOSX version >= 10.2.
     15To install @sc{Singular} on a Macintosh, you need the file @code{Singular-<version>-ppcMac-darwin.tar.gz} resp. @code{Singular-<version>-share.tar.gz} which you can obtain by public ftp from @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular}. Furthermore, you need Mac OSX version >= 10.2.
    1616
    1717@include register.texi
    1818
    19 @heading Installing @sc{Singular} on MacOS X
     19@heading Installing @sc{Singular} on Mac OS X
    2020
    2121Please see @uref{INSTALL_unix.html}. Full functionality of @sc{Singular} requires the presence of the X-window
    22 environment. In the absense of X under MacOS X, @sc{Singular} is only available as a shell command, that is
     22environment. In the absense of X under Mac OS X, @sc{Singular} is only available as a shell command, that is
    2323there are no @code{TSingular} and @code{ESingular}. @sc{Singular} can only be used by typing @code{Singular}
    2424in a terminal under Aqua. Alternatively, you may choose @code{Terminal} as the application to open the file @code{Singular} with and put it into the dock. The last step is easier under 10.3 (Panther), because the binaries already
  • doc/NEWS.texi

    r8836a9 r1673507  
    609609@item @sc{Singular} is available for ix86-Linux,
    610610SunOS-5, IRIX-6, ix86-Win (runs on Windows 95/98/NT4/2000/XP/Vista),
    611 FreeBSD, MacOS X, x86_64-Linux (AMD64/Opteron/EM64T),
     611FreeBSD, Mac OS X, x86_64-Linux (AMD64/Opteron/EM64T),
    612612IA64-Linux
    613613@end itemize
  • m4/ax_python_embed.m4

    r8836a9 r1673507  
    301301    # other included Frameworks.  However, it is necessary
    302302    # where someone has installed more than one frameworked
    303     # Python.  Frameworks are really only used in MacOSX.
     303    # Python.  Frameworks are really only used in Mac OS X.
    304304    strLibFW = dictConfig.get("PYTHONFRAMEWORKPREFIX")
    305305    if strLibFW and (strLibFW != ""):
  • singuname.sh

    r8836a9 r1673507  
    203203        exit 1
    204204    fi
    205 # Darwin/MacOS X ##############################################
     205# Darwin/Mac OS X ##############################################
    206206elif (echo $uname_m | $egrep "Power Macintosh" > $devnull)
    207207then
Note: See TracChangeset for help on using the changeset viewer.