-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
nuBASIC ChangeLog | ||
Please send nuBASIC bug reports to <[email protected]>. | ||
|
||
2017-01-22 | ||
- Add format function for floating point representation (StrP, StrP$) | ||
- Add Hash-table support: HSet(), HGet(), HCnt(), HChk(), HDel() | ||
- Add Any type: type deduction | ||
- Add GetAppPath() API | ||
- Add Quit() API | ||
- Improvements and bug-fixes | ||
|
||
|
||
2016-01-22 | ||
- Add StrP function for a better floating point representation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Please send nuBASIC / nuBasicEditor bug reports to <[email protected]>. | |
Win32/64 built with VS2015 needs "Visual C++ Redistributable Packages for Visual Studio 2015" | ||
https://www.microsoft.com/en-us/download/details.aspx?id=48145 | ||
|
||
TODO, 2017 | ||
Jan 22, 2017 | ||
* Released nuBASIC 1.47 | ||
- Add format function for floating point representation (StrP, StrP$) | ||
- Add Hash-table support: HSet(), HGet(), HCnt(), HChk(), HDel() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
nuBASICEditor | ||
|
||
(c) Antonino Calderone <[email protected]> - 2014-2016 | ||
(c) Antonino Calderone <[email protected]> - 2014-2017 | ||
http://www.nubasic.eu | ||
|
||
nuBasicEditor is an syntax highlighting editor based on Scintilla | ||
|
@@ -9,5 +9,3 @@ nuBasicEditor is an syntax highlighting editor based on Scintilla | |
SUPPORTED PLATFORMS | ||
------------------- | ||
Windows | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters