Skip to content

Commit

Permalink
version 10.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daisuke Minato authored and Daisuke Minato committed Apr 5, 2021
1 parent 785cebc commit 4f1323b
Show file tree
Hide file tree
Showing 14 changed files with 7,781 additions and 2,493 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

version 10.6.0

Correspond OSX(Intel, Homebrew)

version 10.5.7

Fixed String.insert(int, char) bug
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

この言語はアプリケーションを作るタイプの言語ではないかもしれません。iclover2を使ってシェルとして使うといいと思います。

version 10.5.7
version 10.6.0

サポートしている機能

Expand Down
6 changes: 3 additions & 3 deletions SystemCalls.clcl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ inherit System
{
def alarm(seconads: uint): static native uint;
def dup(old_fd:int): static native throws Exception;
def dup3(old_fd:int, new_fd:int, flags:int): static native throws Exception;
# def dup3(old_fd:int, new_fd:int, flags:int): static native throws Exception;
def execvpe(path:String, argv:List<String>, envp:List<String>):static native throws Exception;

def initialize_system_calls_system():static native;
Expand Down Expand Up @@ -431,9 +431,9 @@ inherit System
def is_leaveok(win:pointer@WINDOW): native bool;
def is_nodelay(win:pointer@WINDOW): native bool;
def is_notimeout(win:pointer@WINDOW): native bool;
def is_pad(win:pointer@WINDOW): native bool;
# def is_pad(win:pointer@WINDOW): native bool;
def is_scrolok(win:pointer@WINDOW): native bool;
def is_subwin(win:pointer@WINDOW): native bool;
# def is_subwin(win:pointer@WINDOW): native bool;
def is_syncok(win:pointer@WINDOW): native bool;
def wgetparent(win:pointer@WINDOW): native pointer@WINDOW;
# def wgetdelay(win:pointer@WINDOW): native int;
Expand Down
1,026 changes: 33 additions & 993 deletions aaa

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion abc

This file was deleted.

Loading

0 comments on commit 4f1323b

Please sign in to comment.