Change logs for yabasic source package in Buster

  • 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