Final uuUndo 1.0 for Macintosh sources
Go to file
Aaron Giles b5ab644888 Update README.md 2015-02-06 01:00:25 -08:00
uuUndo 1_0 ƒ Final uuUndo for Macintosh release 2015-02-06 00:56:41 -08:00
.gitattributes :neckbeard: Added .gitattributes 2015-02-06 00:56:14 -08:00
DSAppleEvents.c Final uuUndo for Macintosh release 2015-02-06 00:56:41 -08:00
DSAppleEvents.h Final uuUndo for Macintosh release 2015-02-06 00:56:41 -08:00
DSDialogs.c Final uuUndo for Macintosh release 2015-02-06 00:56:41 -08:00
DSDialogs.h Final uuUndo for Macintosh release 2015-02-06 00:56:41 -08:00
DSGlobals.h Final uuUndo for Macintosh release 2015-02-06 00:56:41 -08:00
DSUserProcs.c Final uuUndo for Macintosh release 2015-02-06 00:56:41 -08:00
DSUserProcs.h Final uuUndo for Macintosh release 2015-02-06 00:56:41 -08:00
DSUtils.c Final uuUndo for Macintosh release 2015-02-06 00:56:41 -08:00
DSUtils.h Final uuUndo for Macintosh release 2015-02-06 00:56:41 -08:00
DSUtilsASG.c Final uuUndo for Macintosh release 2015-02-06 00:56:41 -08:00
DSUtilsASG.h Final uuUndo for Macintosh release 2015-02-06 00:56:41 -08:00
DropShell.c Final uuUndo for Macintosh release 2015-02-06 00:56:41 -08:00
DropShell.h Final uuUndo for Macintosh release 2015-02-06 00:56:41 -08:00
DropShell.make Final uuUndo for Macintosh release 2015-02-06 00:56:41 -08:00
DropShell.r Final uuUndo for Macintosh release 2015-02-06 00:56:41 -08:00
IC2Resource.sit Final uuUndo for Macintosh release 2015-02-06 00:56:41 -08:00
QuickProfiler.c Final uuUndo for Macintosh release 2015-02-06 00:56:41 -08:00
README.md Update README.md 2015-02-06 01:00:25 -08:00
uuUndo & NewsWatcher.TXT Final uuUndo for Macintosh release 2015-02-06 00:56:41 -08:00
uuUndo To Do!.TXT Final uuUndo for Macintosh release 2015-02-06 00:56:41 -08:00
uuUndo.68k.µ Final uuUndo for Macintosh release 2015-02-06 00:56:41 -08:00
uuUndo.ppc.µ Final uuUndo for Macintosh release 2015-02-06 00:56:41 -08:00
uuUndoLDEF.68k.µ Final uuUndo for Macintosh release 2015-02-06 00:56:41 -08:00
uuUndoLDEF.c Final uuUndo for Macintosh release 2015-02-06 00:56:41 -08:00
uundo13.c Final uuUndo for Macintosh release 2015-02-06 00:56:41 -08:00

README.md

uuUndo

These are the final uuUndo 1.0 for Macintosh sources, dating from back around 1994.

Owing to many files involved having resource forks that have been lost over time, what's included here are all the files that had actual data. If anyone attempts to build directly from the sources, you will need to create your own project files and recreate some of the resources.

Overview

This is the first official release of uuUndo, a fast, free batch uudecoding utility for the Macintosh. Although uuUndo was originally designed to work with John Norstad's NewsWatcher, it does quite nicely in its own right as a standalone drag and drop smart uudecoder.

uuUndo is shipped as a fat binary, running incredibly quickly on PowerPC machines, and makes full use of asynchronous I/O to ensure smooth operation in the background. Because it is based on Leonard Rosenthal's DropShell code, uuUndo is also fully scriptable and recordable. uuUndo requires System 7.

License

Copyright (c) 2015, Aaron Giles All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.