Releases: Corsaair/redtamarin
Releases · Corsaair/redtamarin
redtamarin-sdk v0.4.1
Redtamarin 0.4.1
2016-02-02 (close enough :p)
see Install the Redtamarin SDK
UPDATE
Mac OS X and Linux deb packages have been updated
redtamarin-sdk_0.4.1_darwin-i386.deb
redtamarin-sdk_0.4.1-1_darwin-i386.deb
redtamarin-sdk_0.4.1_darwin-amd64.deb
redtamarin-sdk_0.4.1-1_darwin-amd64.deb
redtamarin-sdk_0.4.1_i386.deb
redtamarin-sdk_0.4.1-1_i386.deb
redtamarin-sdk_0.4.1_amd64.deb
redtamarin-sdk_0.4.1-1_amd64.deb
reason: wrong redbean packaged
new features
- easy installation with
.deb
packages distribution
for Windows, Mac OS X and Linux - a Windows installer to setup a
sane POSIX environment - new standalone projector
redtamarin
command-line toolas3shebang
shell script interpreter- improved asdoc and resulting HTML
- a lot more Wiki documentation
- new AVMGLUE definitions
flash.system.Security
- new RNLIB definitions
shell.Environment
shell.OperatingSystem
shell.HardwareInformation
shell.ShellType
shell.Cygwin
- new CLIB definitions
inC.*
:argc
,argv
,environ
inC.conio.*
:set_binary_mode()
inC.stdio.*
:fcopy()
inC.unistd.*
:which()
inC.sys.stat.*
:mkdirp()
bug fixed
- #7 add non-standard function which to C.unistd
- #8 add non-standard function mkdirp to C.sys.stat
- #12 add function setmode to C.stdio
- #13 redtamarin-sdk bin files
- #14 need to support projectors arguments
- #17 document Mac OS X Setup
- #18 document Windows Setup
- #19 document Linux Ubuntu Setup
- #21 update the compilation config
- #23 new SDK layout
- #24 Hard Dependency on Cygwin for Windows
- #25 document a minimum Cygwin install for Windows
- #26 create a Redtamarin installer for Windows
- #27 shell detection under Windows
- #31 redbean need to move to its own repository
- #32 create a redtamarin SDK (google code Issue 53)
- #36 linux 64-bit compilation requires -Wno-error (google code Issue 101)
- #39 bug in recvall (google code Issue 104)
- #40 new projector and abc versioning support (google code Issue 52)
- #42 exe projector odes not execute from $PATH (google code Issue 50)
- #43 Running Windows .EXE is incorrectly requiring .EXE to be specified on commandline (google code Issue 43)
- #51 implement OperatingSystem
- #52 implement VMPI_SystemMemorySize for Linux
- #53 implement VMPI_SystemMemoryUse for Linux
- #56 compilation error in CSockaddr_inObject::toStruct
- #57 add a redtamarin utility
- #58 Windows compile but segfault when run
- #59 rewrite changelog to markdown
- #63 add non-standard function fcopy to C.stdio