Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* interp/i-output.boot (appChar): Don't modify string parameter.
        * algebra/Makefile.am (strap-1/FINITE.$(FASLEXT)): Update dependency.
  • Loading branch information
GabrielDosReis committed Dec 26, 2016
1 parent 4857038 commit a8a3b2c
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 18 deletions.
20 changes: 10 additions & 10 deletions configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for OpenAxiom 1.5.0-2016-02-07.
# Generated by GNU Autoconf 2.69 for OpenAxiom 1.5.0-2016-12-26.
#
# Report bugs to <open-axiom-bugs@lists.sf.net>.
#
Expand Down Expand Up @@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='OpenAxiom'
PACKAGE_TARNAME='openaxiom'
PACKAGE_VERSION='1.5.0-2016-02-07'
PACKAGE_STRING='OpenAxiom 1.5.0-2016-02-07'
PACKAGE_VERSION='1.5.0-2016-12-26'
PACKAGE_STRING='OpenAxiom 1.5.0-2016-12-26'
PACKAGE_BUGREPORT='open-axiom-bugs@lists.sf.net'
PACKAGE_URL=''

Expand Down Expand Up @@ -1420,7 +1420,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures OpenAxiom 1.5.0-2016-02-07 to adapt to many kinds of systems.
\`configure' configures OpenAxiom 1.5.0-2016-12-26 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1495,7 +1495,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of OpenAxiom 1.5.0-2016-02-07:";;
short | recursive ) echo "Configuration of OpenAxiom 1.5.0-2016-12-26:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1612,7 +1612,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
OpenAxiom configure 1.5.0-2016-02-07
OpenAxiom configure 1.5.0-2016-12-26
generated by GNU Autoconf 2.69

Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2429,7 +2429,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by OpenAxiom $as_me 1.5.0-2016-02-07, which was
It was created by OpenAxiom $as_me 1.5.0-2016-12-26, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -3448,7 +3448,7 @@ fi

# Define the identity of the package.
PACKAGE='openaxiom'
VERSION='1.5.0-2016-02-07'
VERSION='1.5.0-2016-12-26'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -20081,7 +20081,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by OpenAxiom $as_me 1.5.0-2016-02-07, which was
This file was extended by OpenAxiom $as_me 1.5.0-2016-12-26, which was
generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -20151,7 +20151,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
OpenAxiom config.status 1.5.0-2016-02-07
OpenAxiom config.status 1.5.0-2016-12-26
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -33,7 +33,7 @@ dnl Makefiles for building OpenAxiom interpreter, compiler, libraries, and
dnl auxiliary tools where appropriate.
dnl

AC_INIT([OpenAxiom], [1.5.0-2016-02-07],
AC_INIT([OpenAxiom], [1.5.0-2016-12-26],
[open-axiom-bugs@lists.sf.net])

dnl Most of the macros used in this configure.ac are defined in files
Expand Down
5 changes: 5 additions & 0 deletions src/ChangeLog
@@ -1,3 +1,8 @@
2016-12-26 Gabriel Dos Reis <gdr@axiomatics.org>

* interp/i-output.boot (appChar): Don't modify string parameter.
* algebra/Makefile.am (strap-1/FINITE.$(FASLEXT)): Update dependency.

2016-01-31 Gabriel Dos Reis <gdr@axiomatics.org>

Breaking change from previous version: No more support for command
Expand Down
3 changes: 2 additions & 1 deletion src/algebra/Makefile.am
Expand Up @@ -470,7 +470,8 @@ strap-1/ORDSET.$(FASLEXT): strap-1/SETCAT.$(FASLEXT) \
strap-1/ORDTYPE.$(FASLEXT)

strap-1/FINITE.$(FASLEXT): strap-1/SETCAT.$(FASLEXT) \
strap-0/OAMONS.$(FASLEXT) strap-0/PI.$(FASLEXT)
strap-0/OAMONS.$(FASLEXT) strap-0/PI.$(FASLEXT) \
strap-0/LIST.$(FASLEXT)

strap-1/ORDFIN.$(FASLEXT): strap-1/ORDSET.$(FASLEXT) \
strap-1/FINITE.$(FASLEXT)
Expand Down
3 changes: 2 additions & 1 deletion src/algebra/Makefile.in
Expand Up @@ -1980,7 +1980,8 @@ strap-1/ORDSET.$(FASLEXT): strap-1/SETCAT.$(FASLEXT) \
strap-1/ORDTYPE.$(FASLEXT)

strap-1/FINITE.$(FASLEXT): strap-1/SETCAT.$(FASLEXT) \
strap-0/OAMONS.$(FASLEXT) strap-0/PI.$(FASLEXT)
strap-0/OAMONS.$(FASLEXT) strap-0/PI.$(FASLEXT) \
strap-0/LIST.$(FASLEXT)

strap-1/ORDFIN.$(FASLEXT): strap-1/ORDSET.$(FASLEXT) \
strap-1/FINITE.$(FASLEXT)
Expand Down
6 changes: 1 addition & 5 deletions src/interp/i-output.boot
@@ -1,6 +1,6 @@
-- Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
-- All rights reserved.
-- Copyright (C) 2007-2012, Gabriel Dos Reis.
-- Copyright (C) 2007-2016, Gabriel Dos Reis.
-- All rights reserved.
--
-- Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -529,12 +529,8 @@ appChar(string,x,y,d) ==
if maxIndex string = 1 and stringChar(string,0) = char "%" then
stringChar(string,1) = char "b" =>
bumpDeltaIfTrue:= true
stringChar(string,0) := abstractChar 29
stringChar(string,1) := abstractChar 200
stringChar(string,1) = char "d" =>
bumpDeltaIfTrue:= true
stringChar(string,0) := abstractChar 29
stringChar(string,1) := abstractChar 65
shiftedX:= (y=0 => x+$highlightDelta; x)
--shift x for brightening characters -- presently only if y=0
RPLACSTR(line,shiftedX,n:=#string,string,0,n)
Expand Down

0 comments on commit a8a3b2c

Please sign in to comment.