aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/uudecode
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-101-4/+4
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-7/+4
* MFHGlen Barber2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge from headSimon J. Gerraty2014-05-081-3/+2
| |\ | |/ |/|
| * Merge headSimon J. Gerraty2014-04-287-1/+220
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-3/+2
| |/ |/|
* | NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
* | Migrate most of tools/regression/usr.bin/ to the new tests layout.Julio Merino2014-03-167-1/+220
|/
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* "b64decode -r" did not handle arbitary breaks in base64 encodedEdwin Groothuis2010-10-181-5/+31
* Stylify of uudecode(1)Edwin Groothuis2010-10-181-29/+35
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Make GCC 3.3 happy with rcsid[], sccs[], and copyright[].David E. O'Brien2003-05-031-2/+1
* The POSIXly-correct /dev/stdout handling added in rev 1.44 makesTony Finch2003-03-181-1/+1
* Don't complain about an early end-of-file in the -r case rather thanTony Finch2003-03-041-1/+1
* Pull some common uu/b64 code out into shared functions. Move someTony Finch2003-02-271-36/+44
* Add a relaxed mode for handling raw input which is missing theTony Finch2003-02-271-11/+36
* Be POSIXly correct in the handling of /dev/stdout -- it's a "magic cookie"Tony Finch2003-02-271-2/+3
* Variables that come in in and out pairs should be named accordingly.Tony Finch2002-11-011-68/+84
* Be much more paranoid about where uudecode writes its output, especiallyTony Finch2002-11-011-7/+36
* Instead of abusing stdin and stdout, use our own file pointers.Tony Finch2002-11-011-14/+22
* Some uses of the variable n needed to be int, others needed to beMike Barcroft2002-09-111-8/+8
* Unbreak world by fixing 4 syntax errors and 1 wrong variable type.Mike Barcroft2002-09-111-5/+5
* Fix style bugs in macros.Tony Finch2002-09-101-9/+6
* Tidy up the base64 code and relax the error handling.Tony Finch2002-09-101-18/+28
* Style: Don't treat pointers as booleans.Tony Finch2002-09-101-2/+2
* Fix tilde-expansion of the filename obtained from the "begin" line in -sTony Finch2002-09-101-95/+84
* Replace a goto with continue.Tony Finch2002-09-101-2/+1
* Remove register keyword.Tony Finch2002-09-101-2/+2
* Style: space after return.Tony Finch2002-09-101-15/+15
* Make the handling of -i neater.Tony Finch2002-09-101-14/+10
* Only try to chmod the output if it's a regular file, rather thanTony Finch2002-09-101-4/+4
* Don't try (and fail) to fchmod /dev/stdout. Revert the manual pageTony Finch2002-09-031-0/+2