view etc/GNULIB.UPDATE @ 28243:7739d3eb952b

NEWS: Announce support for negative numbers in dec2bin, dec2hex. * NEWS: Announce support for negative numbers in dec2bin, dec2hex.
author Rik <rik@octave.org>
date Sat, 25 Apr 2020 14:35:00 -0700
parents e3ef089c5529
children
line wrap: on
line source

## Instructions for updating gnulib on development branch

## "cd" to a directory where you want to clone the gnulib repository and run:
git clone git://git.savannah.gnu.org/gnulib.git

## If you already have a local gnulib git repository, pull the latest changes:
git pull

## Query the commit id of the current head:
git rev-parse HEAD

## Locate the line in bootstrap.conf starting with ": ${GNULIB_REVISION=" and
## replace the git commit id with the new one.