./lang/execline, The execline scripting language

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


Branch: CURRENT, Version: 2.9.7.0nb1, Package name: execline-2.9.7.0nb1, 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:


Version history: (Expand)


CVS history: (Expand)


   2025-07-08 23:45:34 by Amitai Schleier | Files touched by this commit (6)
Log message:
Fix distfile fetching broken in previous.
   2025-07-08 23:14:28 by Amitai Schleier | Files touched by this commit (4)
Log message:
execline: build from git to get macOS shlibs. Bump PKGREVISION.

Other changes from the next release-to-be:

- bugfix: race condition in forx/forstdin
- fix forstdin usage message
- Do not conflict with main_func in skalibs
   2025-05-13 05:42:56 by Amitai Schleier | Files touched by this commit (3) | Package updated
Log message:
execline: update to 2.9.7.0. Changes:

- Bugfixes.
- pkg-config support.
- New "-P maxpar" option to forx and forstdin, for bounded parallelism.
   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.