From 9cf89b4437df6a7741532dd73fed770cd8eef9f2 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 26 Mar 2015 12:47:19 +0000 Subject: - added el_parse() and friends - refactored execlineb to use them - version: rc for 2.1.1.1 --- INSTALL | 2 +- doc/index.html | 4 +- doc/upgrade.html | 8 ++ package/deps.mak | 7 +- package/info | 2 +- src/execline/execlineb.c | 177 ++++----------------------------- src/include/execline/execline.h | 11 ++ src/libexecline/deps-lib/execline | 3 + src/libexecline/el_parse.c | 87 ++++++++++++++++ src/libexecline/el_parse_from_buffer.c | 18 ++++ src/libexecline/el_parse_from_string.c | 15 +++ 11 files changed, 170 insertions(+), 164 deletions(-) create mode 100644 src/libexecline/el_parse.c create mode 100644 src/libexecline/el_parse_from_buffer.c create mode 100644 src/libexecline/el_parse_from_string.c diff --git a/INSTALL b/INSTALL index 9a8f893..c2d9b7a 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 4.0 or later - - skalibs version 2.3.1.0 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.3.2.0 or later: http://skarnet.org/software/skalibs/ This software will run on any operating system that implements POSIX.1-2008, available at: diff --git a/doc/index.html b/doc/index.html index bc2e020..ede99d1 100644 --- a/doc/index.html +++ b/doc/index.html @@ -51,7 +51,7 @@ shell's syntax, and has no security issues.
  • GNU make, version 4.0 or later. Please be aware that execline will not build with an earlier version.
  • skalibs version -2.3.1.0 or later. It's a build-time requirement. It's also a run-time +2.3.2.0 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library.
  • @@ -66,7 +66,7 @@ library.

    Download

    diff --git a/doc/upgrade.html b/doc/upgrade.html index 1e6ab8c..32516d7 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -17,6 +17,14 @@

    What has changed in execline

    +

    in 2.1.1.1

    + + +

    in 2.1.1.0