stow/AUTHORS

41 lines
1.7 KiB
Plaintext
Raw Normal View History

2001-12-24 09:57:46 -05:00
Stow was written by Bob Glickstein <bobg+stow@zanshin.com>, Zanshin
Software, Inc.
Contributions from Gord Matzigkeit <gord@enci.ucalgary.ca>.
John Bazik wrote `fastcwd', the Perl subroutine for computing the
current working directory.
2001-12-30 12:12:29 -05:00
2019-06-26 08:25:53 -04:00
Charles Briscoe-Smith <cpbs@debian.org> wrote the fix to prevent
2001-12-30 12:56:45 -05:00
stow -D / stow -R removing initially-empty directories.
2002-01-02 11:42:07 -05:00
Adam Lackorzynski <al10@inf.tu-dresden.de> wrote the fix to prevente
the generation of wrong links if there are links in the stow directory.
Stow was maintained by Guillaume Morin <gmorin@gnu.org> up to November 2007.
Kahlil (Kal) Hodgson <kahlil@internode.on.net> performed a major rewrite
2011-12-03 12:09:48 -05:00
in order to implement:
1. defered operations,
2. option parsing via Getopt::Long,
2019-06-26 08:25:53 -04:00
3. options to support shared files,
4. support for multiple operations per invocation,
2019-06-26 08:25:53 -04:00
5. default command line arguments via '.stowrc' and '~/.stowrc' files,
6. better cooperation between multiple stow directories,
2019-06-26 08:25:53 -04:00
7. a test suite (and support code) to ensure that everything still works.
As these changes required a dramatic reorganisation of the code, very little
2011-11-16 09:59:58 -05:00
was left untouched, and so Stow's major version was bumped up to version 2.
Austin Wood <austin.wood@rmit.edu.au> and Chris Hoobin
2019-06-26 08:25:53 -04:00
<christopher.hoobin@rmit.edu.au> helped clean up the documentation for
version 2 and created the texi2man script.
Adam Spiers <stow@adamspiers.org> refactored the backend code into new
Stow.pm and Stow/Util.pm modules providing an OO interface, tightened
2011-11-23 18:45:48 -05:00
up the test suite, added support for ignore lists, `make test', and
distribution via CPAN, and cleaned up numerous other minor issues.
Stow is currently maintained by Adam Spiers.