Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-01 | maint: update all copyright year number ranges | Jim Meyering | |
Run "make update-copyright", but then also run this, perl -pi -e 's/2\d\d\d-//' tests/sample-test to make that one script use the single most recent year number. | |||
2012-03-22 | maint: refactor relpath() from `realpath` for use by `ln` | Pádraig Brady | |
* src/relpath.c: Refactored from realpath.c and adjusted to support returning the relative path rather than just printing to stdout. * src/relpath.h: Export the relpath function. * src/Makefile.am: Reference the refactored relpath module. * po/POTFILES.in: Likewise. * src/realpath.c: Adjust to the refactored relpath module. |