Skip to content

Commit cf2e58d

Browse files
committed
Release Version 9.23
1 parent 645bc78 commit cf2e58d

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

doc/jlatex/jintro.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ \subsection{開発履歴}
214214
aarm64(ARM)対応を行った.バージョンが9.19となった. OSX対応を行った (gluTessCallback, glGenTexturesEXT), GL\_COLOR\_ATTACHMENT 定数の追加, color-image クラスの修正 (BGR から RGB へ修正).バージョンが9.20となった.
215215
hashtab の :trim の挙動の誤りを修正した -を含むファイルをコンパイル出来るようにした.cygwinでcygpq.dllがなくてもエラーにならないようにした.バージョンが9.21となった.
216216
:draw-box, :draw-polyline, :draw-starに:colorオプションを追加した.with-output-to-string が nilではなく、stringを返すようにした.error時に呼び出し関数を表示するようにした.classofでポインタを確認するようにした.applyでシンボルポインタをそのままfuncallに渡すようにした.butlast, appendの引数のエラーチェックを加えた.バージョンが9.22となった.
217+
ARM64サポートが追加された.modelが更新された.バージョンが9.23となった.
217218
\end{description}
218219

219220
\subsection{インストール}

doc/jlatex/jmanual.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
\AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
1010

1111
%%%
12-
\newcommand{\eusversion}{9.22}
12+
\newcommand{\eusversion}{9.23}
1313

1414

1515
\flushbottom

doc/latex/intro.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ \subsection{Revision History}
286286
Version 9.20 is released, support OSX (gluTessCallback, glGenTexturesEXT), add GL\_COLOR\_ATTACHMENT constants, fix color-image class, (it uses RGB not BGR).
287287
Version 9.21 is released, fix :trim of hashtab class, enable to compile filename containing -, do not raise error when not found cygpq.dll (Cygwin)
288288
Version 9.22 is released, add :color option to :draw-box, :draw-polyline, :draw-star, with-output-to-string returns color instead of nil, print call stack on error, check if classof is called with pointer, pass symbol pointer to funcall in apply, add error check of butlast and append.
289+
Version 9.23 is released, support ARM64, udpate models.
289290
\end{description}
290291

291292
\subsection{Installation}

doc/latex/manual.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
\usepackage[dvipdfmx,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref}
88

99
%%%
10-
\newcommand{\eusversion}{9.22}
10+
\newcommand{\eusversion}{9.23}
1111

1212
\flushbottom
1313
\makeindex

lisp/Makefile.generic1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ TOOLDIR=tool
2828
XWINDOWDIR=xwindow
2929
GLDIR=opengl/src
3030
GLINCLUDE=-I/usr/local/Mesa/include/
31-
VERSION=9.22
31+
VERSION=9.23
3232
XVERSION=X_V11R6
3333

0 commit comments

Comments
 (0)