summaryrefslogtreecommitdiff
path: root/usr.bin/uuencode
AgeCommit message (Expand)Author
2022-04-18bintrans: move files to a new directoryPiotr Pawel Stefaniak
2022-04-18Modularize uuencode and uudecode by wrapping them in bintrans.cPiotr Pawel Stefaniak
2022-03-29uudecode: move the new uudecode test from uuencode/ to uudecode/Piotr Pawel Stefaniak
2022-03-28uudecode: use SRCDIR in the regression testPiotr Pawel Stefaniak
2022-03-28uudecode: add missing test files to MakefilePiotr Pawel Stefaniak
2022-03-28uudecode: correct error messagePiotr Pawel Stefaniak
2022-03-28uu{encode,decode}: improve stylePiotr Pawel Stefaniak
2018-11-12Make outfile constant.Xin LI
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-03-10Use nitems() from sys/param.h.Marcelo Araujo
2017-02-28Renumber copyright clause 4Warner Losh
2017-02-11Remove spaces at end of lineBaptiste Daroussin
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-04-11MFHGlen Barber
2016-04-07Enhance uuencode with a -r option to produce raw output.Pietro Cerutti
2016-03-10MFHGlen Barber
2016-03-09DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery
2016-02-02First pass to fix the 'tests' packages.Glen Barber
2015-10-12Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2014-05-08Merge from headSimon J. Gerraty
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
2014-04-28Merge headSimon J. Gerraty
2014-03-16Migrate most of tools/regression/usr.bin/ to the new tests layout.Julio Merino
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-11-04Sync from headSimon J. Gerraty
2012-10-26Prefer an example users born after myself might use.Eitan Adler
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2011-11-06Add missing static keywords to uuencode(1)Ed Schouten
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2010-01-02Build usr.bin/ with WARNS=6 by default.Ed Schouten
2005-07-14- Remove MLINKS to nonexistant manpagesChristian Brueffer
2005-01-18Sort sections.Ruslan Ermilov
2004-01-22Userland signed char fixes for PPC build. Problems were using a charPeter Grehan
2003-05-03Make GCC 3.3 happy with rcsid[], sccs[], and copyright[].David E. O'Brien
2003-03-18Fix English usage: "for security purpose" -> "for security reasons".Tony Finch
2003-02-27Document uudecode's new relaxed mode for handling raw data.Tony Finch
2002-12-22Correct minor grammos.Jens Schweikhardt
2002-10-20Improve the way base64 mode is enabled based on the program name,Tony Finch
2002-09-03Don't try (and fail) to fchmod /dev/stdout. Revert the manual pageTony Finch
2002-09-03Suggest -p instead of -o /dev/stdout.Tony Finch
2002-05-19Fix a late-night buglet in MLINKS ordering.Juli Mallett
2002-05-19Synch usage() and manpage for b64encode/b64decode.Juli Mallett