Skip to content

Releases: Projeto-Pindorama/heirloom-ng

240220

21 Feb 19:58
10a2e5c
Compare
Choose a tag to compare
240220 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 230503...240220

Download Heirloom Toolchest NG

heirloom-ng-230503

03 May 21:04
Compare
Choose a tag to compare

Release 230503

For new releases, finish porting for OpenBSD and finish implementing watch(1) and timeout(1).

heirloom-ng-230305

05 Mar 16:32
Compare
Choose a tag to compare

Changes from the last stable release:

  • Now _NPROCESSORS_ONLN and _NPROCESSORS_CONF are implemented at getconf;
  • There's now updates at the CHANGES file, which is used by getconf at build time to get which version Heirloom actually is --- that's it, 16 years later;
  • Removed the remaining licence headers, now every licence is referenced by its SPDX identifier --- if my new estimations are correct, we've got rid of 1824 lines, totalizing 5079 lines!

heirloom-ng-230228

28 Feb 05:07
Compare
Choose a tag to compare

New stable release of Heirloom NG:
Differences from the last release:

  • [NEW] readlink(1) implementation based on OpenBSD's, so now you won't need to do Shell hacks for getting a real path of some link ever again;
  • The aforementioned new program is installed at $(UCBBIN) (per default, /usr/ucb), where *BSD programs are installed, and linked to $(DEFBIN) (per default, /usr/5bin), so you will not need to have /usr/ucb in your $PATH just for getting it available. :^)

Still to do: fix compatibility with OpenBSD greater than 5.7 (fix issue #16)

heirloom-ng-230120

20 Jan 09:41
fed4864
Compare
Choose a tag to compare

Stable release of Heirloom NG.
Differences from the last preview release:

  • Notes for the library directories if linking against the GNU C library;
  • Consistency within standards: the SUS rm program shouldn't have the POSIX 1003.1(2008) fix, just the main program;
  • Made $(ROOT) not hardcoded --- in other words, when running make install, you can now define where you want to install without having to previously edit build/mk.config;
  • Cleaned up more licence headers (if my estimations are correct, we've got rid of 3.255 lines!);
  • Small update on README.md --- although it's now less readable on plain-text readers such as more(1) or pg(1), maybe a solution would be creating a plain-text version of the Markdown, like the original README.

Still to do: fix compatibility with OpenBSD greater than 5.7 (fix issue #16)

heirloom-ng-230107

08 Jan 00:12
d0a6305
Compare
Choose a tag to compare
heirloom-ng-230107 Pre-release
Pre-release
  • Added support for the POSIX 1003.1(2008) at rm(1);
  • chroot(8) manual page;
  • Added stdint.h to awk.g.y;
  • Compatibility with a bigger range of GNU C Library versions.

To do in a future release: fix compatibility with OpenBSD greater than 5.7 (fix issue #16)

heirloom-ng-221025

14 Nov 19:59
14a2ca0
Compare
Choose a tag to compare

This release includes:

  • Notes on building for GNU C library at build/mk.config;
  • Support for zstd and xz at tar(1).

heirloom-ng-220821

22 Aug 02:31
9367a69
Compare
Choose a tag to compare

The first^ release of heirloom-ng, with fixes for building both on musl (statically) and on the GNU C library (only tested dynamically for now).

^: After some corrections at build/mk.config. 😆

heirloom-070715

22 Aug 01:34
Compare
Choose a tag to compare

The original source code from 2007.