On Tue, Jul 11, 2017 at 12:53:59AM -0700, Ben Wong wrote: > I'm not sure where to find it on the web page, but you can page > through the most recent changes using `git log -p` and find some > patches that look like they might be relevant (e.g., char > mb[MB_LEN_MAX] -> char mb[MB_LEN_MAX+1]: > > git clone https://git.savannah.gnu.org/git/readline.git > git checkout devel > git log -p
It looks like the same information I see on the web page... clicking on 'devel' branch from the summary page, then I see the individual commits as listed by 'git log', which I can click to see the diffs. I guess for example the "commit readline-20170626 snapshot" fixes a trailing NULL problem? Thanks, Frederick _______________________________________________ Bug-readline mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-readline
