Skip to content

Commit

Permalink
Bumped version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chpock committed May 6, 2024
1 parent 07389b3 commit ef476b2
Show file tree
Hide file tree
Showing 23 changed files with 40 additions and 39 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
2024-05-06 Konstantin Kushnir <[email protected]>
* Bumped version to 1.6.0
* Fix undefined behaviour

2024-05-05 Konstantin Kushnir <[email protected]>
Expand Down
18 changes: 9 additions & 9 deletions 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.71 for cookfs 1.5.0.
# Generated by GNU Autoconf 2.71 for cookfs 1.6.0.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
Expand Down Expand Up @@ -608,8 +608,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='cookfs'
PACKAGE_TARNAME='cookfs'
PACKAGE_VERSION='1.5.0'
PACKAGE_STRING='cookfs 1.5.0'
PACKAGE_VERSION='1.6.0'
PACKAGE_STRING='cookfs 1.6.0'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1345,7 +1345,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 cookfs 1.5.0 to adapt to many kinds of systems.
\`configure' configures cookfs 1.6.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1407,7 +1407,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of cookfs 1.5.0:";;
short | recursive ) echo "Configuration of cookfs 1.6.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1516,7 +1516,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
cookfs configure 1.5.0
cookfs configure 1.6.0
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1815,7 +1815,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 cookfs $as_me 1.5.0, which was
It was created by cookfs $as_me 1.6.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -10069,7 +10069,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 cookfs $as_me 1.5.0, which was
This file was extended by cookfs $as_me 1.6.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -10124,7 +10124,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
cookfs config.status 1.5.0
cookfs config.status 1.6.0
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dnl to configure the system for the local environment.
# so you can encode the package version directly into the source files.
#-----------------------------------------------------------------------

AC_INIT([cookfs],[1.5.0])
AC_INIT([cookfs],[1.6.0])

#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.
Expand Down
4 changes: 2 additions & 2 deletions doc/cookfs.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<!-- cookfs.n
-->
<body><div class="doctools">
<h1 class="doctools_title">cookfs(n) 1.5.0 cookfs &quot;vfs::cookfs&quot;</h1>
<h1 class="doctools_title">cookfs(n) 1.6.0 cookfs &quot;vfs::cookfs&quot;</h1>
<div id="name" class="doctools_section"><h2><a name="name">Name</a></h2>
<p>cookfs - vfs::cookfs</p>
</div>
Expand All @@ -125,7 +125,7 @@ <h1 class="doctools_title">cookfs(n) 1.5.0 cookfs &quot;vfs::cookfs&quot;</h1>
<div class="doctools_synopsis">
<ul class="doctools_requirements">
<li>package require <b class="pkgname">Tcl 8.5</b></li>
<li>package require <b class="pkgname">vfs::cookfs <span class="opt">?1.5.0?</span></b></li>
<li>package require <b class="pkgname">vfs::cookfs <span class="opt">?1.6.0?</span></b></li>
</ul>
<ul class="doctools_syntax">
<li><a href="#1"><b class="cmd">::cookfs::Mount</b> <span class="opt">?<i class="arg">options</i>?</span> <i class="arg">archive</i> <i class="arg">local</i> <span class="opt">?<i class="arg">options</i>?</span></a></li>
Expand Down
4 changes: 2 additions & 2 deletions doc/cookfs.man
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[manpage_begin cookfs n 1.5.0]
[manpage_begin cookfs n 1.6.0]
[copyright {2010-2011 Wojciech Kocjan <[email protected]>}]
[copyright {2024 Konstantin Kushnir <[email protected]>}]
[moddesc {vfs::cookfs}]
[titledesc {vfs::cookfs}]
[require Tcl 8.5]
[require vfs::cookfs [opt 1.5.0]]
[require vfs::cookfs [opt 1.6.0]]

[description]

Expand Down
4 changes: 2 additions & 2 deletions doc/cookfs.n
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'\" Copyright (c) 2010-2011 Wojciech Kocjan <wojciech@kocjan\&.org>
'\" Copyright (c) 2024 Konstantin Kushnir <chpock@gmail\&.com>
'\"
.TH "cookfs" n 1\&.5\&.0 cookfs "vfs::cookfs"
.TH "cookfs" n 1\&.6\&.0 cookfs "vfs::cookfs"
.\" The -*- nroff -*- definitions below are for supplemental macros used
.\" in Tcl/Tk manual entries.
.\"
Expand Down Expand Up @@ -277,7 +277,7 @@ cookfs \- vfs::cookfs
.SH SYNOPSIS
package require \fBTcl 8\&.5\fR
.sp
package require \fBvfs::cookfs ?1\&.5\&.0?\fR
package require \fBvfs::cookfs ?1\&.6\&.0?\fR
.sp
\fB::cookfs::Mount\fR ?\fIoptions\fR? \fIarchive\fR \fIlocal\fR ?\fIoptions\fR?
.sp
Expand Down
4 changes: 2 additions & 2 deletions doc/cookfs_fsindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<!-- cookfs::fsindex.n
-->
<body><div class="doctools">
<h1 class="doctools_title">cookfs::fsindex(n) 1.5.0 cookfs_fsindex &quot;vfs::cookfs::fsindex&quot;</h1>
<h1 class="doctools_title">cookfs::fsindex(n) 1.6.0 cookfs_fsindex &quot;vfs::cookfs::fsindex&quot;</h1>
<div id="name" class="doctools_section"><h2><a name="name">Name</a></h2>
<p>cookfs::fsindex - vfs::cookfs::fsindex</p>
</div>
Expand All @@ -120,7 +120,7 @@ <h1 class="doctools_title">cookfs::fsindex(n) 1.5.0 cookfs_fsindex &quot;vfs::co
<div class="doctools_synopsis">
<ul class="doctools_requirements">
<li>package require <b class="pkgname">Tcl 8.5</b></li>
<li>package require <b class="pkgname">vfs::cookfs <span class="opt">?1.5.0?</span></b></li>
<li>package require <b class="pkgname">vfs::cookfs <span class="opt">?1.6.0?</span></b></li>
</ul>
<ul class="doctools_syntax">
<li><a href="#1"><b class="cmd">::cookfs::fsindex</b> <span class="opt">?<i class="arg">exportedData</i>?</span></a></li>
Expand Down
4 changes: 2 additions & 2 deletions doc/cookfs_fsindex.man
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[manpage_begin cookfs::fsindex n 1.5.0]
[manpage_begin cookfs::fsindex n 1.6.0]
[copyright {2010-2011 Wojciech Kocjan <[email protected]>}]
[copyright {2024 Konstantin Kushnir <[email protected]>}]
[moddesc {vfs::cookfs::fsindex}]
[titledesc {vfs::cookfs::fsindex}]
[require Tcl 8.5]
[require vfs::cookfs [opt 1.5.0]]
[require vfs::cookfs [opt 1.6.0]]

[description]

Expand Down
4 changes: 2 additions & 2 deletions doc/cookfs_fsindex.n
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'\" Copyright (c) 2010-2011 Wojciech Kocjan <wojciech@kocjan\&.org>
'\" Copyright (c) 2024 Konstantin Kushnir <chpock@gmail\&.com>
'\"
.TH "cookfs::fsindex" n 1\&.5\&.0 cookfs_fsindex "vfs::cookfs::fsindex"
.TH "cookfs::fsindex" n 1\&.6\&.0 cookfs_fsindex "vfs::cookfs::fsindex"
.\" The -*- nroff -*- definitions below are for supplemental macros used
.\" in Tcl/Tk manual entries.
.\"
Expand Down Expand Up @@ -277,7 +277,7 @@ cookfs::fsindex \- vfs::cookfs::fsindex
.SH SYNOPSIS
package require \fBTcl 8\&.5\fR
.sp
package require \fBvfs::cookfs ?1\&.5\&.0?\fR
package require \fBvfs::cookfs ?1\&.6\&.0?\fR
.sp
\fB::cookfs::fsindex\fR ?\fIexportedData\fR?
.sp
Expand Down
4 changes: 2 additions & 2 deletions doc/cookfs_pages.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<!-- cookfs::pages.n
-->
<body><div class="doctools">
<h1 class="doctools_title">cookfs::pages(n) 1.5.0 cookfs_pages &quot;vfs::cookfs::pages&quot;</h1>
<h1 class="doctools_title">cookfs::pages(n) 1.6.0 cookfs_pages &quot;vfs::cookfs::pages&quot;</h1>
<div id="name" class="doctools_section"><h2><a name="name">Name</a></h2>
<p>cookfs::pages - vfs::cookfs::pages</p>
</div>
Expand All @@ -120,7 +120,7 @@ <h1 class="doctools_title">cookfs::pages(n) 1.5.0 cookfs_pages &quot;vfs::cookfs
<div class="doctools_synopsis">
<ul class="doctools_requirements">
<li>package require <b class="pkgname">Tcl 8.5</b></li>
<li>package require <b class="pkgname">vfs::cookfs <span class="opt">?1.5.0?</span></b></li>
<li>package require <b class="pkgname">vfs::cookfs <span class="opt">?1.6.0?</span></b></li>
</ul>
<ul class="doctools_syntax">
<li><a href="#1"><b class="cmd">::cookfs::pages</b> <span class="opt">?<i class="arg">options</i>?</span> <i class="arg">archive</i></a></li>
Expand Down
4 changes: 2 additions & 2 deletions doc/cookfs_pages.man
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[manpage_begin cookfs::pages n 1.5.0]
[manpage_begin cookfs::pages n 1.6.0]
[copyright {2010-2011 Wojciech Kocjan <[email protected]>}]
[copyright {2024 Konstantin Kushnir <[email protected]>}]
[moddesc {vfs::cookfs::pages}]
[titledesc {vfs::cookfs::pages}]
[require Tcl 8.5]
[require vfs::cookfs [opt 1.5.0]]
[require vfs::cookfs [opt 1.6.0]]

[description]

Expand Down
4 changes: 2 additions & 2 deletions doc/cookfs_pages.n
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'\" Copyright (c) 2010-2011 Wojciech Kocjan <wojciech@kocjan\&.org>
'\" Copyright (c) 2024 Konstantin Kushnir <chpock@gmail\&.com>
'\"
.TH "cookfs::pages" n 1\&.5\&.0 cookfs_pages "vfs::cookfs::pages"
.TH "cookfs::pages" n 1\&.6\&.0 cookfs_pages "vfs::cookfs::pages"
.\" The -*- nroff -*- definitions below are for supplemental macros used
.\" in Tcl/Tk manual entries.
.\"
Expand Down Expand Up @@ -277,7 +277,7 @@ cookfs::pages \- vfs::cookfs::pages
.SH SYNOPSIS
package require \fBTcl 8\&.5\fR
.sp
package require \fBvfs::cookfs ?1\&.5\&.0?\fR
package require \fBvfs::cookfs ?1\&.6\&.0?\fR
.sp
\fB::cookfs::pages\fR ?\fIoptions\fR? \fIarchive\fR
.sp
Expand Down
2 changes: 1 addition & 1 deletion pkgconfig.tcl.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ proc cookfs::pkgconfig {{command ""} {value ""} {newValue ""}} {
error "Usage: ::cookfs::pkgconfig list|get paramName"
}

package provide vfs::cookfs::pkgconfig 1.5.0
package provide vfs::cookfs::pkgconfig 1.6.0

2 changes: 1 addition & 1 deletion scripts/asyncworker_process.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,4 @@ proc cookfs::asyncworker::process::writeData {chan data} {
flush $chan
}

package provide vfs::cookfs::asyncworker::process 1.5.0
package provide vfs::cookfs::asyncworker::process 1.6.0
2 changes: 1 addition & 1 deletion scripts/asyncworker_thread.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,4 @@ proc ::cookfs::asyncworker::thread::handle {name cmd idx arg} {
}
}

package provide vfs::cookfs::asyncworker::thread 1.5.0
package provide vfs::cookfs::asyncworker::thread 1.6.0
2 changes: 1 addition & 1 deletion scripts/cookvfs.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -501,4 +501,4 @@ proc cookfs::writetomemory {fsid} {

cookfs::initialize

package provide vfs::cookfs 1.5.0
package provide vfs::cookfs 1.6.0
2 changes: 1 addition & 1 deletion scripts/fsindex.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -390,4 +390,4 @@ proc cookfs::fsindex::handle {name cmd args} {
error "TODO: args"
}

package provide vfs::cookfs::tcl::fsindex 1.5.0
package provide vfs::cookfs::tcl::fsindex 1.6.0
2 changes: 1 addition & 1 deletion scripts/memchan.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ proc cookfs::onMemchanClose {fsid path chan} {
writeFiles $fsid $path channel $chan ""
}

package provide vfs::cookfs::tcl::memchan 1.5.0
package provide vfs::cookfs::tcl::memchan 1.6.0
2 changes: 1 addition & 1 deletion scripts/optimize.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ proc cookfs::optimizelist {fsid base filelist} {
return [concat $smallfiles $largefiles]
}

package provide vfs::cookfs::tcl::optimize 1.5.0
package provide vfs::cookfs::tcl::optimize 1.6.0
2 changes: 1 addition & 1 deletion scripts/pages.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -898,4 +898,4 @@ proc cookfs::pages::handle {name cmd args} {
error "TODO: help"
}

package provide vfs::cookfs::tcl::pages 1.5.0
package provide vfs::cookfs::tcl::pages 1.6.0
2 changes: 1 addition & 1 deletion scripts/readerchannel.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,4 @@ proc cookfs::readableChannelHandler {fsid chid command args} {
}
}

package provide vfs::cookfs::tcl::readerchannel 1.5.0
package provide vfs::cookfs::tcl::readerchannel 1.6.0
2 changes: 1 addition & 1 deletion scripts/vfs.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -308,4 +308,4 @@ proc cookfs::vfshandleOpen {fsid relative mode} {
}
}

package provide vfs::cookfs::tcl::vfs 1.5.0
package provide vfs::cookfs::tcl::vfs 1.6.0
2 changes: 1 addition & 1 deletion scripts/writer.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,4 @@ proc cookfs::writeFiles {fsid args} {
}
}

package provide vfs::cookfs::tcl::writer 1.5.0
package provide vfs::cookfs::tcl::writer 1.6.0

0 comments on commit ef476b2

Please sign in to comment.