Age | Commit message (Expand) | Author |
2010-05-10 | whitespace fixes | Marc Espie |
2010-04-24 | simplify using //= | Marc Espie |
2010-01-19 | simplify caching: return $cached->{$_} //= new_value; | Marc Espie |
2010-01-17 | use Carp directly, it it very inexpensive actually, since it's been rewritten | Marc Espie |
2010-01-09 | move signal catching up, so we can clean repos and temp files at once. | Marc Espie |
2010-01-05 | common pattern, put it there since everything uses Error. | Marc Espie |
2009-11-15 | make these independent from Getopt, require Exporter | Marc Espie |
2009-11-11 | remove forwarders, and provide a sensible API that says what's going on | Marc Espie |
2009-11-10 | bad espie: use strict/warnings consistently, and fix two nits and two | Marc Espie |
2008-10-21 | ouch, this one requires local for now | Marc Espie |
2008-10-20 | Say goodbye to local $_ | Marc Espie |
2008-09-29 | add prototype for Carp::croak to prevent error under perl 5.10 | Simon Bertrang |
2008-06-21 | introduce unlink operation with nice properties | Marc Espie |
2008-03-10 | print better error message if child dies... with extra dark magic to grab | Marc Espie |
2007-06-04 | some minor systematic changes. | Marc Espie |
2004-12-12 | cvs expands $OpenBSD...$, so move the variable defs up so that they don't | Marc Espie |
2004-12-12 | add somewhat more regular error catching code. | Marc Espie |
2004-12-06 | Usage | Marc Espie |
2004-11-27 | record sample/extra directories if !extra, so that SharedItems won't warn | Marc Espie |
2004-11-15 | use Carp | Marc Espie |
2004-10-23 | system() method that stores command normal output so that we can show | Marc Espie |
2004-10-23 | store pkgname in shared items, so that delayed printing can be used | Marc Espie |
2004-10-20 | basic framework for delayed messages. | Marc Espie |
2004-10-04 | Add Fatal/Warn routines: for now, they do nothing more than die/print STDERR, | Marc Espie |
2004-09-14 | basic error wrapper for system and such. | Marc Espie |