Skip to content

Commit

Permalink
STklos 2.00 release
Browse files Browse the repository at this point in the history
  • Loading branch information
egallesio committed Sep 12, 2023
1 parent 0a67e44 commit c97da38
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
2023-09-12 Erick Gallesio <[email protected]>
- STklos 2.00 release

2023-09-11 Erick Gallesio <[email protected]>
- Merge branch 'v200'
- Use the ".so" suffix for the readline completer on macOS
- Modified start-interactive-gtk for macOS
- Updated documentation
- Merge branch 'jpellegrini-compiler-error'
- Merge branch 'compiler-error' of https://github.com/jpellegrini/STklos into jpellegrini-compiler-error
- Merge branch 'small-fixes' of https://github.com/jpellegrini/STklos

- Merge branch 'small-fixes' of https://github.com/jpellegrini/STklos into v200

2023-09-10 Erick Gallesio <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -2675,7 +2675,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu=$ac_cv_c_compiler_gnu

# Set also VERSION_STATUS to stable when changing version
VERSION_STATUS=unstable # and reset it to unstable after releasing
VERSION_STATUS=stable # and reset it to unstable after releasing

#
# Grab configure options before it is too late
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

AC_PREREQ([2.69])
AC_INIT([stklos],[2.00]) # Set also VERSION_STATUS to stable when changing version
VERSION_STATUS=unstable # and reset it to unstable after releasing
VERSION_STATUS=stable # and reset it to unstable after releasing

#
# Grab configure options before it is too late
Expand Down
4 changes: 2 additions & 2 deletions doc/HTML/stklos-ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -14538,7 +14538,7 @@ <h4 id="_system_information">4.13.5. System Information</h4>
</div>
<div class="listingblock">
<div class="content">
<pre class="rouge highlight"><code data-lang="scheme"><span class="p">(</span><span class="nf">features</span><span class="p">)</span> <span class="nv">=&gt;</span> <span class="p">(</span><span class="nf">STklos</span> <span class="nv">STklos-2</span><span class="o">.</span><span class="mf">00.1534</span> <span class="nv">exact-complex</span>
<pre class="rouge highlight"><code data-lang="scheme"><span class="p">(</span><span class="nf">features</span><span class="p">)</span> <span class="nv">=&gt;</span> <span class="p">(</span><span class="nf">STklos</span> <span class="nv">STklos-2</span><span class="o">.</span><span class="mi">00</span> <span class="nv">exact-complex</span>
<span class="nv">ieee-float</span> <span class="nv">full-unicode</span> <span class="nv">ratios</span> <span class="nv">little-endian</span> <span class="o">...</span><span class="p">)</span></code></pre>
</div>
</div>
Expand Down Expand Up @@ -31446,7 +31446,7 @@ <h3 id="_addendum_how_to_use_this_license_for_your_documents">B.13. ADDENDUM: Ho
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-09-11 17:46:01 +0200
Last updated 2023-09-12 16:56:23 +0200
</div>
</div>
</body>
Expand Down
7 changes: 4 additions & 3 deletions src/boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -3448,7 +3448,7 @@ STk_instr STk_boot_code [] = {
0xa,
0x6e,
0x2d,
0x3e1a,
0x3e1b,
0x25,
0x55,
0xaa,
Expand Down Expand Up @@ -17695,7 +17695,7 @@ STk_instr STk_boot_code [] = {
0x1f,
0x301,
0x23,
0x29,
0x2a,
0x3,
0x25,
0x67,
Expand Down Expand Up @@ -17731,11 +17731,12 @@ STk_instr STk_boot_code [] = {
0x25,
0x55,
0xb2,
0x67,
0x55,
0x303,
0x6c,
0x1b4,
0x2,
0x3,
0x24,
0x1f,
0x304,
Expand Down

0 comments on commit c97da38

Please sign in to comment.