bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Why does bash bundles readline instead of use a shared one?


From: Garreau, Alexandre
Subject: Why does bash bundles readline instead of use a shared one?
Date: Mon, 28 May 2018 18:27:45 +0200
User-agent: Gnus (5.13), GNU Emacs 25.1.1 (x86_64-pc-linux-gnu)

Hi,

Today, searching in my distribution (debian) for which packages depended
on readline, I learnt that bash didn’t link with readline, but bundled
its own version present in its sources tree.

Why so? is it to gain performance? is the memory waste minimal or even
negative due to some optimization? is it because distributions may
find difficult to embed an instance of a recent-enough readline? doesn’t
this add complexity to manage synchronization between bash readline and
upstream one? I’m curious about this…



reply via email to

[Prev in Thread] Current Thread [Next in Thread]