Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 595833 Details for
Bug 837142
RFE: Add patch to allow disabling readline in maxima-runtime-clisp
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
maxima-5.27.0-clisp-noreadline.patch
maxima-5.27.0-clisp-noreadline.patch (text/plain), 1.46 KB, created by
Paulo Andrade
on 2012-07-02 23:40:37 UTC
(
hide
)
Description:
maxima-5.27.0-clisp-noreadline.patch
Filename:
MIME Type:
Creator:
Paulo Andrade
Created:
2012-07-02 23:40:37 UTC
Size:
1.46 KB
patch
obsolete
>diff -up maxima-5.27.0/src/maxima.in.orig maxima-5.27.0/src/maxima.in >--- maxima-5.27.0/src/maxima.in.orig 2012-07-02 20:30:19.795879333 -0400 >+++ maxima-5.27.0/src/maxima.in 2012-07-02 20:31:30.947882064 -0400 >@@ -103,6 +103,7 @@ while [ -n "$1" ]; do > --userdir ) : ; shift;; # noop; handled by process_userdir_argument > --userdir=*) : ;; # noop; handled by process_userdir_argument > -v|--verbose ) verbose=true;; >+ --disable-readline ) CLISP_OPTIONS="-disable-readline";; > *) ;; > esac > shift >@@ -135,9 +136,9 @@ if [ "$verbose" = "true" ]; then > fi > if [ "$MAXIMA_LISP" = "clisp" ]; then > if [ "$layout_autotools" = "true" ]; then >- exec "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/@CLISP_RUNTIME@" $MAXIMA_LISP_OPTIONS -q -M "$maxima_image_base.mem" "" -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" >+ exec "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/@CLISP_RUNTIME@" $MAXIMA_LISP_OPTIONS $CLISP_OPTIONS -q -M "$maxima_image_base.mem" "" -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" > else >- exec "@CLISP_NAME@" $MAXIMA_LISP_OPTIONS -q -M "$maxima_image_base.mem" "" -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" >+ exec "@CLISP_NAME@" $MAXIMA_LISP_OPTIONS $CLISP_OPTIONS -q -M "$maxima_image_base.mem" "" -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" > fi > elif [ "$MAXIMA_LISP" = "cmucl" ]; then > # CMUCL can use either an executable image or a regular lisp core
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 837142
: 595833