Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Finding out where features come from (Was: disown -a)



2021-03-03 08:57:15 +0100, Pier Paolo Grassi:
> out of curiosity, how have you assembled this informations? from memory or
> digging in the source trees?
[...]

I do collect a number of old archives of various shell source
codes downloaded from here and there and look in there for this
kind of information. I enjoy this kind of archeological digging.

For recent versions, you can generally look in cvs/svn/git logs,
or use git blame/svn ann or git log --grep...

For older versions, most shells keep changelogs. zsh has some
Etc/ChangeLog*, bash has a NEWS and CWRU/changelog. zsh links
its changelog to the mailing list. So not only you can find the
change, but also the reasoning and discussions behind it. That's
quite unique and invaluable.

It's hard to obtain old ksh versions. All I have is ksh86 (from
some bsd source tree), svr4.2 ksh88d from archive.org, the
leaked solaris11's ksh88i, ksh93d from dtksh, ksh85's man page
and some of ksh93's since it's been made opensource. There's a
RELEASE file in there (and more for the libraries) but it's a
bit patchy.

BSD shells (based on ash originally published on usenet in 1989,
so easy to find, except for OpenBSD which switched to pdksh) are
easy as the sccs history is publicly available.

For tcsh, someone compiled all versions back to 6.06.1 in the
git repo. Some older versions can be found on usenet.

I started using zsh around the time bash 2.0 came out. But that
was 25 years ago. I can't say I remember much from then. Back
then, bash was already quite limited compared to zsh. It didn't
even have arrays.

-- 
Stephane




Messages sorted by: Reverse Date, Date, Thread, Author