./lang/execline, The execline scripting language

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.9.6.1, Package name: execline-2.9.6.1, Maintainer: schmonz

execline is a (non-interactive) scripting language, like sh, but its syntax
is quite different from a traditional shell syntax. The execlineb program
is meant to be used as an interpreter for a text file; the other commands
are essentially useful inside an execlineb script.


Master sites:

Filesize: 108.951 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-14 15:11:56 by Amitai Schleier | Files touched by this commit (4) | Package updated
Log message:
execline: update to 2.9.6.1. Changes:

- Bugfixes.
   2024-06-19 20:58:58 by Amitai Schleier | Files touched by this commit (3) | Package updated
Log message:
execline: update to 2.9.6.0. Changes:

- elglob can now provide a single word, where the results of the
  globbing are separated by a given delimiter (or encoded into a
  netstring).
- New option: importas -S, with the same functionality as the old
  "import" command: import a variable with the same name.
   2024-04-16 20:26:55 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
execline: update to 2.9.5.1. Changes:

- Bugfixes.
   2024-04-16 15:32:07 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
execline: small manpage update. Ride recent version bump.
   2024-04-15 22:41:11 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
execline: update to 2.9.5.0. Changes:

- Bugfixes.
- backtick now sets ? when it can be nonzero.
   2024-02-29 02:17:46 by Amitai Schleier | Files touched by this commit (4)
Log message:
Take MAINTAINER for s6* and execline.
   2024-02-27 05:40:22 by Charlotte Koch | Files touched by this commit (1)
Log message:
lang/execline: Reset MAINTAINER
   2023-11-11 12:52:41 by Amitai Schleier | Files touched by this commit (3) | Package updated
Log message:
execline: update to 2.9.4.0. Changes:

- Adaptation to skalibs-2.14.0.0.
- New dummy -e option in execlineb.
- Slightly better error reporting in execlineb.