Skip to content

Tags: nmeum/edward

Tags

1.1.0

Bump version to 1.1.0

1.0.1

Bump version to 1.0.1

This version only includes fixes of the CHICKEN metadata. This new
patch release enables packaging of edward in the CHICKEN Egg index.

1.0.0

GNUmakefile: Remove STATUS files when vendoring dependencies

The STATUS files contain information obtained from the CHICKEN
implementation fetching the vendored dependencies. This includes the
build-id (which refers to a Git commit in the CHICKEN repository).
Unfortunately, this build ID is only set if Git was installed when
CHICKEN was build which is not the case for the Alpine Linux CHICKEN
package, for example. Therefore, the STATUS file generated on an Alpine
machine is incompatible with a Debian CHICKEN installation.

AFAIK, the STATUS files should not be needed for vendored source code
hence we can safely remove them thus ensuring that the seem tarball
can be build on Alpine and Debian.

0.5.1

edward.egg: Bump version to 0.5.1

Fixes several edge cases regarding EOF handling and adds a test
suite for EOF handling to ensure no regression in this regard
are re-introduced in the future.

Also fixes a bug were custom commands, defined via the library
interface, could not be used in global or interactive commands.

0.5.0

edward.egg: Bump version to 0.5.0

0.4.1

util: refactor write-file using guard

0.4.0

Revert "Move with-io-error-handler to util"

Since commit 5db00df this procedure
is not used outside cmd.scm anymore, hence moving it back to cmd.scm.

This reverts commit fe02361.

0.3.0

Merge branch 'refactor-address-handling'

0.2.1

README.md: Reference two more documents on the ed editor

0.2.0

README.md: Shorten status