Jan 16, 2025
- Add
(match REGEXP STRING)
- Upgrade gmnlisp to v0.7.8
Nov 25, 2024
- Update gmnlisp to v0.7.5
Jun 27, 2024
- The SOURCES of
(updatep TARGET SOURCES...)
can include the sub list of source files now - Add
(spawnlp)
and(spawnvp)
Jun 27, 2024
- Implement (string-fields "S")
- (wildcard) accepts N-arguments (N>=0)
- Update gmnlisp to v0.7.0 (latest master)
(apply #'make)
can not be availale now
- Implement
(updatep OBJ SRC*)
which returns the newer files inSRC
thanOBJ
- Implement
-version
option
Jan 16, 2023
- 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)
Oct 23, 2022
- Update gmnlisp to v0.1.3 to use (defmacro)
- Add functions: (foreach) , (chdir) ,and (getwd)
- Add variable: windows (true if %OS% ==
Windows_NT
) - Replace: (env)[golang version] to (doenv)[defmacro version]
- Rename: (split-sequence) to (string-split)
Oct 16, 2022
- The first release