Skip to content

Releases: hymkor/smake

v0.4.3

16 Jan 11:09
Compare
Choose a tag to compare
  • Add (match REGEXP STRING)
  • Upgrade gmnlisp to v0.7.8

v0.4.2

25 Dec 04:49
Compare
Choose a tag to compare
  • Update gmnlisp to v0.7.5

v0.4.1

27 Jun 11:27
Compare
Choose a tag to compare
  • The SOURCES of (updatep TARGET SOURCES...) can include the sub list of source files now
  • Add (spawnlp) and (spawnvp)

v0.4.0

27 Jun 05:18
Compare
Choose a tag to compare
  • Implement (string-fields "S")
  • (wildcard) accepts N-arguments (N>=0)
  • Update gmnlisp to v0.7.0
    • (apply #'make) can NOT be available now
  • Implement (updatep OBJ SRC*) which returns the newer files in SRC than OBJ
  • Implement -version option

v0.3.0

15 Jan 15:56
Compare
Choose a tag to compare
  • Re-implement (env)[defmacro version] supporting multi environment variables
  • Remove (doenv)
  • (sh) and (sh-) accept multi-statements
  • (env) and (pushd) now uses (unwind-protect)
  • macros now use (gensym)

v0.2.0

23 Oct 13:03
Compare
Choose a tag to compare
  • Update gmnlisp to v0.1.3 to use (defmacro)
  • Add functions: (foreach) , (chdir) ,and (getwd)
  • Add variable: windows (true if %OS% == Windows_NT)
  • Rename: (env) to (doenv) , (split-sequence) to (string-split)

v0.1.0

16 Oct 04:23
Compare
Choose a tag to compare

The first release.