From 41b42ac76c11c7dac70ac9df1b5696f5c113ac7f Mon Sep 17 00:00:00 2001 From: Pentium44 Date: Wed, 18 May 2022 12:07:27 -0700 Subject: [PATCH] Push to V0.7.2 --- Makefile | 4 ++-- Makefile.musl | 2 +- docs/README.txt | 15 +++++++++------ 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index a1071c8..9d49d6f 100755 --- a/Makefile +++ b/Makefile @@ -2,13 +2,13 @@ # (C) Copyright 2014-2022 Chris Dorman, some rights reserved (GPLv2) # Some changes and tweaks from Menchers -VERSION = \"0.7.1\" +VERSION = \"0.7.2\" VERSION_EXTRA = \"$(EXTRA)\" PREFIX ?= /usr #CC ?= musl-gcc -CC ?= gcc-9 +CC ?= gcc #CC ?= tcc #CC ?= musl-tcc CFLAGS += -O3 -g -Wall -Wextra diff --git a/Makefile.musl b/Makefile.musl index 8848223..ec490d7 100755 --- a/Makefile.musl +++ b/Makefile.musl @@ -2,7 +2,7 @@ # (C) Copyright 2014-2022 Chris Dorman, some rights reserved (GPLv2) # Some changes and tweaks from Menchers -VERSION = \"0.7.1\" +VERSION = \"0.7.2\" VERSION_EXTRA = \"$(EXTRA)\" PREFIX ?= /usr diff --git a/docs/README.txt b/docs/README.txt index fb779de..ffb55fe 100644 --- a/docs/README.txt +++ b/docs/README.txt @@ -117,14 +117,10 @@ Todo list This section will obviously expand and adapt to the direction of the language. This is going to change rapidly. -* Add in-script functions -* Add script including * More networking function flexibility -* File pull / file push functionality (via network sockets) * Micro text editor -* IRC server, bot, and client built in -* Web server additions (pulled from chttpd) -* PATH variable support for use as a shell in some cases +* IRC server, bot, and client built in <--- in progress, will be possible with network functions +* Probably more stuff! ----- Done @@ -144,6 +140,8 @@ List of finished features, in a rough summary. * Shebang handling * Variable support * If, ifn, loop, and comp statements +* PATH variable support for use as a shell in some cases +* Web server additions (pulled from chttpd) ----- Changelog @@ -151,6 +149,11 @@ Changelog Changes between version bumps in SlideScript. Hoping to have a lightweight top-down scripting language by V1.0.0 release! From there it will be molding and preserving the art. +* V0.7.2 + * Bug fixes + * Integrated PATH variables into slidescript for the sake of a useable shell + * Allow for external programs to be ran from slidescript if no functions found (shell) + * V0.7.1 * Removed tar sources from SlideScript, does it need to create tar packages. (You can use system utils) * Reworked compress / decompress for single file operations. Great for resources FOR slidescript (assets)