Change logs for yabasic source package in Sid

  • yabasic (1:2.90.3-1) unstable; urgency=medium
    
      * New upstream release
        - Introductory sections about subroutines and libraries
        - Updated the docu from docbook 4.5 to 5
      * Drop flex_and_bison.patch, make bison and
        flex targets during dh_auto_build instead
      * Refresh use_system_libwhereami.patch
      * Switch Build-Depends: libncurses5-dev -> libncurses-dev
      * Update debian/copyright
      * Bump Standards-Version to 4.6.2, no changes
    
     -- Graham Inggs <email address hidden>  Tue, 28 Feb 2023 17:02:42 +0000
  • yabasic (1:2.90.2-1) unstable; urgency=medium
    
      * New upstream release
        - Fixed precision error for print using under windows
        - Better error-reporting for an edge case of short-if
        - Allow '==' to check for equality and '!=' for
          inequality ('=' and '<>' still work)
      * Update debian/copyright
    
     -- Graham Inggs <email address hidden>  Sun, 13 Feb 2022 10:46:26 +0000
  • yabasic (1:2.90.1-1) unstable; urgency=medium
    
      * New upstream release
        - Fixed an error with local variables
        - Moved to a new building-environment
        - Repaired the documentation
        - Removed references to the old documentation
      * Bump Standards-Version to 4.6.0, no changes
    
     -- Graham Inggs <email address hidden>  Fri, 24 Sep 2021 18:52:52 +0000
  • yabasic (1:2.89.1-1) unstable; urgency=medium
    
      * New upstream release
        - Fixed for Problem with system-command after clear screen on MacOS
        - Added functions eval and eval$
        - Fixes for documentation
      * Refresh flex_and_bison.patch
      * Update debian/copyright
      * Update package description (Closes: #976136)
    
     -- Graham Inggs <email address hidden>  Fri, 05 Feb 2021 10:22:26 +0000
  • yabasic (1:2.87.1-1) unstable; urgency=medium
    
      * New upstream release
        - Fixed for libffi on 32 bit systems
        - Updated included header files (windows) of ffi from libffi 3.3
      * Bump Standards-Version to 4.5.1, no changes
    
     -- Graham Inggs <email address hidden>  Sat, 28 Nov 2020 09:14:26 +0000
  • yabasic (1:2.87.0-1) unstable; urgency=medium
    
      * New upstream release
        - Fixed an edge-case in for-loops
        - Allow eof(0) and peek(0) to refer to standard input
    
     -- Graham Inggs <email address hidden>  Thu, 20 Aug 2020 08:11:09 +0000
  • yabasic (1:2.86.9-2) unstable; urgency=medium
    
      * Switch to debhelper 13
      * Do not link with -Wl,--as-needed, it is now the default
      * Use system libwhereami (Closes: #956309)
    
     -- Graham Inggs <email address hidden>  Tue, 28 Jul 2020 10:14:23 +0000
  • yabasic (1:2.86.9-1) unstable; urgency=medium
    
      * New upstream release
        - Fix formatting of larger numbers with '####' et.al.
      * Refresh flex_and_bison.patch
    
     -- Graham Inggs <email address hidden>  Sat, 13 Jun 2020 15:42:53 +0000
  • yabasic (1:2.86.8-1) unstable; urgency=medium
    
      * New upstream release
        - Using pkg-config (if available) to locate libffi
        - Bringing pkg.m4 with us to ease build process
    
     -- Graham Inggs <email address hidden>  Sun, 10 May 2020 09:29:28 +0000
  • yabasic (1:2.86.6-1) unstable; urgency=medium
    
      * New upstream release
        - Fix double backslash in string before quote
      * Bump Standards-Version to 4.5.0, no changes
    
     -- Graham Inggs <email address hidden>  Fri, 20 Mar 2020 06:38:18 +0000
  • yabasic (1:2.86.4-1) unstable; urgency=medium
    
      * New upstream release
        - Fixes for various heap overflows
        - Fix for do-loop / continue
      * Update debian/copyright
    
     -- Graham Inggs <email address hidden>  Thu, 16 Jan 2020 13:57:34 +0000
  • yabasic (1:2.86.0-1) unstable; urgency=medium
    
      * New upstream release
        - Added new functions bitnot
        - Fixes for bit-arithmetic (signed/unsigned)
    
     -- Graham Inggs <email address hidden>  Wed, 04 Dec 2019 09:26:04 +0000
  • yabasic (1:2.85.0-1) unstable; urgency=medium
    
      * New upstream release
        - Added new functions shl, shr and round
        - Introduced binary literals preceded by 0b
        - Fixes for hex literals
        - The error-command no longer adds a line number
    
     -- Graham Inggs <email address hidden>  Fri, 22 Nov 2019 10:52:43 +0000
  • yabasic (1:2.84.3-1) unstable; urgency=medium
    
      * New upstream release
        - Better debugging for library path
        - Clean builds for Windows setup-program
    
     -- Graham Inggs <email address hidden>  Wed, 13 Nov 2019 11:24:53 +0000
  • yabasic (1:2.84.2-1) unstable; urgency=medium
    
      * New upstream release
        - Fixed some potential stackoverflows
        - Removed empty dir related with nano
        - Tests with tmux only within the Rakefile
      * Drop build dependency on tmux
      * Revert using @builddeps@ in test dependencies,
        add libffi-dev and libncurses5-dev
      * Bump Standards-Version to 4.4.1, no changes
    
     -- Graham Inggs <email address hidden>  Wed, 09 Oct 2019 07:42:50 +0000
  • yabasic (1:2.84.1-1) unstable; urgency=medium
    
      * New upstream release
        - Make unload_library after call the default for foreign_functions
        - Fixes to docu
        - Requiring libffi for build (unless specified other by configure-option)
        - explicit error no longer unwinds call-stack
      * Use @builddeps@ in test dependencies to prevent
        autopkgtest failure during dh_auto_configure
    
     -- Graham Inggs <email address hidden>  Tue, 23 Jul 2019 12:52:51 +0000
  • yabasic (1:2.84.0-1) unstable; urgency=medium
    
      * New upstream release
        - New command foreign_buffer_set_buffer
      * Bump Standards-Version to 4.4.0, no changes
    
     -- Graham Inggs <email address hidden>  Mon, 15 Jul 2019 13:11:08 +0000
  • yabasic (1:2.83.3-1) unstable; urgency=medium
    
      * New upstream release
        - Fix for line-numbers in errors after import
        - Updating the manual
        - Allow specifying null-pointer for foreign functions
        - Documentation
      * Drop kbsd_and_hurd.patch, included upstream
      * Switch to debhelper 12
      * Set Rules-Requires-Root: no
      * Upload to unstable
    
     -- Graham Inggs <email address hidden>  Mon, 01 Jul 2019 13:03:04 +0000
  • yabasic (1:2.82.0-1) unstable; urgency=medium
    
      * New upstream release
        - Advanced version of autoconf and other tools
        - Fix in tests
        - Fixed nested import of libraries
        - Libraries can now be found in the directory of the main file too
        - Error messages try to show and mark the offending part of the code
        - Hexadecimal numerical literals are supported, e.g. print 0xff
      * Update flex_and_bison.patch
      * Run build-time tests in parallel again
      * Fix build on kFreeBSD and GNU Hurd, thanks James Clarke!
      * Update debian/copyright
    
     -- Graham Inggs <email address hidden>  Wed, 20 Feb 2019 13:08:52 +0000
  • yabasic (1:2.81.4-1) unstable; urgency=medium
    
      * New upstream release
        - Fixed a compile-problem on macos
        - Corrected a rendering problem on www.yabasic.de, which had cut off the
          bottom-lines of many pages
        - Fixed error with inkey$ and clear screen
        - Fixed fatal error with inkey$ and upper case letters
      * Do not run build-time tests in parallel
    
     -- Graham Inggs <email address hidden>  Thu, 07 Feb 2019 16:40:47 +0000
  • yabasic (1:2.81.2-1) unstable; urgency=medium
    
      * New upstream release
        - Fixed a problem under netbsd, which prevented yabasic from
          finding its own executable
        - Fix on macos for curses-initialization e.g. during "clear screen"
        - Fix that allows libraries to start with a comment introduced by
          a hash or a single quote
        - Made the prior "Guide into the guts" available again as
          "Some remarks on changing Yabasic"; see www.yabasic.de
        - Document options for unix and windows in the same chapter
      * Drop bash-path.patch included upstream
      * Update year in debian/copyright
      * Bump Standards-Version to 4.3.0, no changes
    
     -- Graham Inggs <email address hidden>  Sun, 06 Jan 2019 13:46:28 +0000
  • yabasic (1:2.81.1-1) unstable; urgency=medium
    
      * New upstream release
        - New function chomp$
        - Added new peek "interpreter_path"
        - Fixed a sporadic issue with bound programs
        - Fix: Allow yabasic to run from within a script
      * Add bash and tmux dependencies for new tests
      * New bash-path.patch: fix path to /bin/bash
    
     -- Graham Inggs <email address hidden>  Tue, 13 Nov 2018 10:57:53 +0000
  • yabasic (1:2.80.0-1) unstable; urgency=medium
    
      * New upstream release
        - Added functions floor() and ceil()
        - Checking for function clock_gettime during configure
      * Bump Standards-Version to 4.2.1, no changes
    
     -- Graham Inggs <email address hidden>  Fri, 21 Sep 2018 12:38:10 +0000
  • yabasic (1:2.79.2-1) unstable; urgency=medium
    
      * New upstream release
        - Introduced new peeks "secondsrunning" and "millisrunning"
        - Bugfixes regarding the switch statement
        - Fixed error related with yydebug
      * Refresh flex_and_bison.patch
      * Bump Standards-Version to 4.1.4, no changes
    
     -- Graham Inggs <email address hidden>  Sat, 19 May 2018 17:21:35 +0000
  • yabasic (1:2.78.5-1) unstable; urgency=medium
    
      * New upstream release
        - Introduced new peek "secondsrunning"
        - Within a bound yabasic-programs the name is correctly set
          (as returned by peeking "program_name")
        - Introduced new string-peeks "program_name" and "program_file_name"
        - Bugfixes regarding bound programs and libraries
      * Fix a typo in previous changelog entry
      * Add out.dat to debian/clean to fix FTBFSx2
    
     -- Graham Inggs <email address hidden>  Tue, 03 Apr 2018 11:13:41 +0000
  • yabasic (1:2.78.3-1) unstable; urgency=medium
    
      * New upstream release
        - Fixed a up to 4-times performance penalty,
          that has been introduced in a previous version
        - Brought back "Edit" to the windows context menu
      * Update Vcs-* URIs for move to salsa.debian.org
      * Switch to debhelper 11
      * Update debian/copyright
      * Remove trailing whitespace from debian/changelog
      * Bump Standards-Version to 4.1.3, no changes
    
     -- Graham Inggs <email address hidden>  Wed, 31 Jan 2018 18:47:48 +0000
  • yabasic (1:2.78.2-2) unstable; urgency=medium
    
      * Run dh_autoreconf before dh_auto_configure in autopkgtest
    
     -- Graham Inggs <email address hidden>  Wed, 20 Sep 2017 11:18:56 +0000
  • yabasic (1:2.78.2-1) unstable; urgency=medium
    
      * New upstream release
        - The ran()-function is now guaranteed to return 2**30 different values
      * Refresh flex_and_bison.patch
      * Enable autopkgtests
    
     -- Graham Inggs <email address hidden>  Wed, 13 Sep 2017 14:28:31 +0000
  • yabasic (1:2.78.1-1) unstable; urgency=medium
    
      * New upstream release
        - No more dump when using color without window open
        - Processing of yabasic.xml finds hellip-entity
      * Bump Standards-Version to 4.1.0, no changes needed
    
     -- Graham Inggs <email address hidden>  Tue, 05 Sep 2017 11:52:17 +0000
  • yabasic (1:2.78.0-1) unstable; urgency=medium
    
      * New upstream release
        - Allowed for numeric argument after break
        - Fixed format of manpage (unix)
        - Reworked the switch-statement, added tests
      * Drop patches included upstream and refresh remaining
      * Update debian/copyright
    
     -- Graham Inggs <email address hidden>  Mon, 23 Jan 2017 16:17:02 +0200
  • yabasic (1:2.77.3-1) unstable; urgency=medium
    
      * New upstream release
        - Fixed insecure usage of strcpy (LP: #424602)
        - Better logging for windows installer
        - Spelling corrections
      * Drop patches included upstream and refresh remaining
      * Update debian/copyright, drop comment about old licensing
      * Fix strncpy() issue when regenerating flex parser
    
     -- Graham Inggs <email address hidden>  Wed, 04 Jan 2017 11:28:12 +0200
  • yabasic (1:2.77.2-1) unstable; urgency=medium
    
      * New maintainer (Closes: #465659)
      * New upstream release
      * Switch to debhelper 10, source format 3.0 (quilt)
      * Update debian/watch
      * Update debian/control with Homepage and Vcs-* fields
      * Build with hardening flags and link with --as-needed
      * Regenerate flex and bison parsers
      * Machine-readable debian/copyright
      * Bump Standards-Version to 3.9.8, no further changes
      * Use SOURCE_DATE_EPOCH for reproducible timestamp
      * Clarify licensing
    
     -- Graham Inggs <email address hidden>  Wed, 21 Dec 2016 10:16:55 +0200
  • yabasic (2.763-5) unstable; urgency=low
    
    
      * QA upload
      * Patch graphic.diff: fix a bug that made yabasic crash on executing 
        "open window". Thanks to John Bazik for having sent in the patch.
        Closes: #496962.
      * Doc-base: change section to Programming/Basic
      * Add ${misc:Depends} to package Dependency
      * Standards-Version 3.8.0 (no change)
    
     -- Ralf Treinen <email address hidden>  Fri, 30 Jan 2009 21:21:50 +0100
  • yabasic (2.763-4) unstable; urgency=low
    
    
      * Orphaning.
      * yabasic.1: Fix unintended macro invocations.
      * debian/menu: Menu transition (to Applications/Programming).
      * Conforms to Standards version 3.7.3.
    
     -- Matej Vela <email address hidden>  Wed, 13 Feb 2008 21:16:16 +0100