commit 80de71adf3323f3669dea39e690793efff1182c2 Merge: 6e11768 f837753 Author: Jelmer Vernooij <jelmer@debian.org> Date: Fri Nov 4 17:07:08 2022 +0000 Merge branch 'lintian-fixes' into 'master' Fix some issues reported by lintian See merge request debian/tinyscheme!1 commit f837753fd4bfc371b3fea7c136ab05bca711b942 Author: Debian Janitor <janitor@jelmer.uk> Date: Sat Oct 15 04:23:08 2022 +0000 Update standards version to 4.6.1, no changes needed. Changes-By: lintian-brush Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html commit 6d3069c244033193f17d90510a28384676df256d Author: Debian Janitor <janitor@jelmer.uk> Date: Sat Oct 15 04:23:02 2022 +0000 Use secure URI in Homepage field. Changes-By: lintian-brush Fixes: lintian: homepage-field-uses-insecure-uri See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html commit 6e117686b1f2882b7e590263a67753b29583c29e Author: Barak A. Pearlmutter <barak+git@pearlmutter.net> Date: Tue Jul 20 23:16:34 2021 +0100 log changes commit 597a5ca2c5e062f14e32880c6c1874591c1effa6 Merge: 336d395 7793f9e Author: Barak A. Pearlmutter <barak+git@pearlmutter.net> Date: Tue Jul 20 23:14:43 2021 +0100 Merge tag 'upstream/1.42.svn.2020.09.28' commit 7793f9e181ec4c020eedc3fa69407666270023d4 Author: kcozens <kcozens@4a0124f5-7288-4c88-8df5-efb20b5748ad> Date: Mon Sep 28 19:52:04 2020 +0000 Eliminated possible compiler warning. git-svn-id: svn://svn.code.sf.net/p/tinyscheme/code/trunk@130 4a0124f5-7288-4c88-8df5-efb20b5748ad commit 57a97f4b293fb720844ff25eec8430291b3ef229 Author: kcozens <kcozens@4a0124f5-7288-4c88-8df5-efb20b5748ad> Date: Sun Sep 27 21:18:22 2020 +0000 mk_atom forgot to set has_fp_exp. From patch #21 by Jesse Rosenstock. git-svn-id: svn://svn.code.sf.net/p/tinyscheme/code/trunk@129 4a0124f5-7288-4c88-8df5-efb20b5748ad commit 33d56f9e8b3f949a7c78a98d16f22627c5700c4f Author: kcozens <kcozens@4a0124f5-7288-4c88-8df5-efb20b5748ad> Date: Sun Sep 27 20:26:54 2020 +0000 Use trunc() from C99. From patch #20 by Jesse Rosenstock. git-svn-id: svn://svn.code.sf.net/p/tinyscheme/code/trunk@128 4a0124f5-7288-4c88-8df5-efb20b5748ad commit 3cd9e67ce777eabf08ecf27cbc772cb90414fe6e Author: kcozens <kcozens@4a0124f5-7288-4c88-8df5-efb20b5748ad> Date: Sun Sep 27 20:06:33 2020 +0000 Use x and y declared at top of opexe_2 to save repeating some car() and cadr() calls. Partly done for consistency with other opexe_ routines. git-svn-id: svn://svn.code.sf.net/p/tinyscheme/code/trunk@127 4a0124f5-7288-4c88-8df5-efb20b5748ad commit dff81a5074f86140b9953ced967d5a082b03edde Author: kcozens <kcozens@4a0124f5-7288-4c88-8df5-efb20b5748ad> Date: Tue Sep 22 23:31:57 2020 +0000 Oops. The is_integer checks needed to be negated. Fixes bug #45. From a patch by Rodion Gorkovenko. git-svn-id: svn://svn.code.sf.net/p/tinyscheme/code/trunk@126 4a0124f5-7288-4c88-8df5-efb20b5748ad commit 187597aa4085d1f5e1f7abe7d31494d279c63716 Author: kcozens <kcozens@4a0124f5-7288-4c88-8df5-efb20b5748ad> Date: Sun Aug 2 18:38:06 2020 +0000 Don't define APPLE in the makefile. From patch #17 by Jesse Rosenstock. git-svn-id: svn://svn.code.sf.net/p/tinyscheme/code/trunk@125 4a0124f5-7288-4c88-8df5-efb20b5748ad commit c2e3fa99729dddb260a87a60c4b18cb8dcc2b8ef Author: kcozens <kcozens@4a0124f5-7288-4c88-8df5-efb20b5748ad> Date: Sun Aug 2 18:22:25 2020 +0000 Eliminated compiler warning. git-svn-id: svn://svn.code.sf.net/p/tinyscheme/code/trunk@124 4a0124f5-7288-4c88-8df5-efb20b5748ad commit 16faaeefe50123c3bde6c90f42b593cb27a57d00 Author: kcozens <kcozens@4a0124f5-7288-4c88-8df5-efb20b5748ad> Date: Sun Aug 2 18:18:10 2020 +0000 Corrected comment about sign of remainder result. Compile with -Wall. git-svn-id: svn://svn.code.sf.net/p/tinyscheme/code/trunk@123 4a0124f5-7288-4c88-8df5-efb20b5748ad commit 035141da433ac5d3f757415a7fda1396bd3d672b Author: kcozens <kcozens@4a0124f5-7288-4c88-8df5-efb20b5748ad> Date: Thu Jun 25 17:07:35 2020 +0000 R5RS compatibility fix. Return proper type for remainder and modulo. The changes include the patch from patch #24 by Jesse Rosentstock. Additional changes include quotient only taking two arguments, and a minor optimization in execution of quotient, remainder, and modulo. git-svn-id: svn://svn.code.sf.net/p/tinyscheme/code/trunk@122 4a0124f5-7288-4c88-8df5-efb20b5748ad commit f37032fc39fd8a10afb4d9bb5a449c9355c9b2e6 Author: kcozens <kcozens@4a0124f5-7288-4c88-8df5-efb20b5748ad> Date: Sat Jun 13 17:55:50 2020 +0000 Don't define APPLE in makefile. From patch #16 by Jesse Rosenstock. git-svn-id: svn://svn.code.sf.net/p/tinyscheme/code/trunk@121 4a0124f5-7288-4c88-8df5-efb20b5748ad commit 336d395e8f75fd57e1a04cdd48bb2ff4c7154ca5 Author: Barak A. Pearlmutter <barak+git@pearlmutter.net> Date: Tue Jul 20 23:06:03 2021 +0100 update git ignore commit 49d82756ff5396d1acee975f2abc2a026e000a8d Author: Barak A. Pearlmutter <barak+git@pearlmutter.net> Date: Tue Jul 20 23:01:48 2021 +0100 cherry pick cond-expand patch commit dd60d6b8890c793e126bd966bf9488f2d870c6b8 Author: Barak A. Pearlmutter <barak+git@pearlmutter.net> Date: Tue Jul 20 22:57:31 2021 +0100 Update watch file format version to 4. Changes-By: lintian-brush Fixes: lintian: older-debian-watch-file-standard See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html commit 7e60cce5e34fd62393e9eab9e5eea4f14e60d474 Author: Barak A. Pearlmutter <barak+git@pearlmutter.net> Date: Tue Jul 20 22:57:20 2021 +0100 Update standards version to 4.5.1, no changes needed. Changes-By: lintian-brush Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
Among the 1 debian patch available in version 1.42.svn.2020.06.04-2 of the package, we noticed the following issues: