Skip to content

Commit

Permalink
built under unix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcIhm committed Aug 15, 2020
1 parent edfbda2 commit 6196f7d
Show file tree
Hide file tree
Showing 9 changed files with 382 additions and 406 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 2.86.10 (August 12, 2020)
Version 2.87.0 (August 12, 2020)
- Fixed an edge-case in for-loops
- Allow eof(0) and peek(0) to refer to standard input

Expand Down
2 changes: 1 addition & 1 deletion tag-message
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 2.86.10 (August 12, 2020)
Version 2.87.0 (August 12, 2020)
- Fixed an edge-case in for-loops
- Allow eof(0) and peek(0) to refer to standard input

4 changes: 2 additions & 2 deletions unix/lang/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Version 2.87.0 (August 15, 2020)
Version 2.87.0 (August 12, 2020)
- Fixed an edge-case in for-loops
- Allow eof(0) and peek(0) to refer to standard input
- Fixed an edge-case in for-loops that start with a fractional number


Version 2.86.9 (June 6, 2020)
Expand Down
30 changes: 1 addition & 29 deletions unix/lang/NEWS
Original file line number Diff line number Diff line change
@@ -1,38 +1,10 @@
# Keep here any number and selection of paragraphs with news;
# the first one will be added if necessary to the ChangeLog by rake

Version 2.86.10 (August 12, 2020)
Version 2.87.0 (August 12, 2020)
- Fixed an edge-case in for-loops
- Allow eof(0) and peek(0) to refer to standard input

Version 2.86.9 (June 6, 2020)
- Fix formatting of larger numbers with '####' et.al.

Version 2.86.8 (May 9, 2020)
- Bringing pkg.m4 with us to ease build process

Version 2.86.7 (April 4, 2020)
- Using pkg-config (if available) to locate libffi

Version 2.86.6 (March 8, 2020)
- Advancing version for technical reasons

Version 2.86.5 (March 8, 2020)
- Fix double backslash in string before quote

Version 2.86.4 (January 1, 2020)
- Fix for do-loop / continue

Version 2.86.3 (December 15, 2019)
- Fix for heap overflow found with honggfuzz

Version 2.86.2 (December 12, 2019)
- Fix for heap-buffer-overflow found with address sanitizer

Version 2.86.1 (December 8, 2019)
- Fix for heap-buffer-offerflow

Version 2.86.0 (November 28, 2019)
- Added new functions bitnot
- Fixes for bit-arithmetic (signes/unsigned)

8 changes: 4 additions & 4 deletions unix/lang/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* config.h.in. Generated from configure.ac by autoheader. */

/* build-time, that will be displayed in banner */
#define BUILD_TIME "Thu Aug 13 20:08:44 UTC 2020"
#define BUILD_TIME "Sat Aug 15 12:39:40 UTC 2020"

/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
systems. This function is required for `alloca.c' support on those systems.
Expand Down Expand Up @@ -89,7 +89,7 @@
#define PACKAGE_NAME "yabasic"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "yabasic 2.86.10"
#define PACKAGE_STRING "yabasic 2.87.0"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "yabasic"
Expand All @@ -98,7 +98,7 @@
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION "2.86.10"
#define PACKAGE_VERSION "2.87.0"

/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
Expand All @@ -118,7 +118,7 @@
#define USE_DL_FFI 1

/* Version number of package */
#define VERSION "2.86.10"
#define VERSION "2.87.0"

/* Define to 1 if the X Window System is missing or not being used. */
/* #undef X_DISPLAY_MISSING */
Expand Down
20 changes: 10 additions & 10 deletions unix/lang/config.status
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by yabasic $as_me 2.86.10, which was
This file was extended by yabasic $as_me 2.87.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -429,7 +429,7 @@ Report bugs to the package provider."

ac_cs_config="'CFLAGS=-g -O0'"
ac_cs_version="\
yabasic config.status 2.86.10
yabasic config.status 2.87.0
configured by ./configure, generated by GNU Autoconf 2.69,
with options \"$ac_cs_config\"
Expand Down Expand Up @@ -734,7 +734,7 @@ fi


PACKAGE='yabasic'
VERSION='2.86.10'
VERSION='2.87.0'
RM='rm -f'
ofile='libtool'

Expand Down Expand Up @@ -899,7 +899,7 @@ S["AUTOHEADER"]="autoheader"
S["AUTOMAKE"]="automake-1.16"
S["AUTOCONF"]="autoconf"
S["ACLOCAL"]="aclocal-1.16"
S["VERSION"]="2.86.10"
S["VERSION"]="2.87.0"
S["PACKAGE"]="yabasic"
S["CYGPATH_W"]="echo"
S["am__isrc"]=""
Expand Down Expand Up @@ -938,8 +938,8 @@ S["prefix"]="/usr/local"
S["exec_prefix"]="${prefix}"
S["PACKAGE_URL"]=""
S["PACKAGE_BUGREPORT"]=""
S["PACKAGE_STRING"]="yabasic 2.86.10"
S["PACKAGE_VERSION"]="2.86.10"
S["PACKAGE_STRING"]="yabasic 2.87.0"
S["PACKAGE_VERSION"]="2.87.0"
S["PACKAGE_TARNAME"]="yabasic"
S["PACKAGE_NAME"]="yabasic"
S["PATH_SEPARATOR"]=":"
Expand Down Expand Up @@ -988,12 +988,12 @@ cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
BEGIN {
D["PACKAGE_NAME"]=" \"yabasic\""
D["PACKAGE_TARNAME"]=" \"yabasic\""
D["PACKAGE_VERSION"]=" \"2.86.10\""
D["PACKAGE_STRING"]=" \"yabasic 2.86.10\""
D["PACKAGE_VERSION"]=" \"2.87.0\""
D["PACKAGE_STRING"]=" \"yabasic 2.87.0\""
D["PACKAGE_BUGREPORT"]=" \"\""
D["PACKAGE_URL"]=" \"\""
D["PACKAGE"]=" \"yabasic\""
D["VERSION"]=" \"2.86.10\""
D["VERSION"]=" \"2.87.0\""
D["STDC_HEADERS"]=" 1"
D["HAVE_SYS_TYPES_H"]=" 1"
D["HAVE_SYS_STAT_H"]=" 1"
Expand All @@ -1018,7 +1018,7 @@ D["HAVE_CURSES_H"]=" 1"
D["HAVE_NCURSES_H"]=" 1"
D["HAVE_GETNSTR"]=" 1"
D["UNIX_ARCHITECTURE"]=" \"x86_64-unknown-linux-gnu\""
D["BUILD_TIME"]=" \"Thu Aug 13 20:08:44 UTC 2020\""
D["BUILD_TIME"]=" \"Sat Aug 15 12:39:40 UTC 2020\""
for (key in D) D_is_set[key] = 1
FS = ""
}
Expand Down
20 changes: 10 additions & 10 deletions unix/lang/configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for yabasic 2.86.10.
# Generated by GNU Autoconf 2.69 for yabasic 2.87.0.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='yabasic'
PACKAGE_TARNAME='yabasic'
PACKAGE_VERSION='2.86.10'
PACKAGE_STRING='yabasic 2.86.10'
PACKAGE_VERSION='2.87.0'
PACKAGE_STRING='yabasic 2.87.0'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1331,7 +1331,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 yabasic 2.86.10 to adapt to many kinds of systems.
\`configure' configures yabasic 2.87.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1405,7 +1405,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of yabasic 2.86.10:";;
short | recursive ) echo "Configuration of yabasic 2.87.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1526,7 +1526,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
yabasic configure 2.86.10
yabasic configure 2.87.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1945,7 +1945,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 yabasic $as_me 2.86.10, which was
It was created by yabasic $as_me 2.87.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2809,7 +2809,7 @@ fi

# Define the identity of the package.
PACKAGE='yabasic'
VERSION='2.86.10'
VERSION='2.87.0'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -14899,7 +14899,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 yabasic $as_me 2.86.10, which was
This file was extended by yabasic $as_me 2.87.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -14965,7 +14965,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="\\
yabasic config.status 2.86.10
yabasic config.status 2.87.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion unix/lang/libtool
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /bin/sh
# Generated automatically by config.status (yabasic) 2.86.10
# Generated automatically by config.status (yabasic) 2.87.0
# Libtool was configured on host osboxes:
# NOTE: Changes made to this file will be lost: look at ltmain.sh.

Expand Down
Loading

0 comments on commit 6196f7d

Please sign in to comment.