aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/uuencode
Commit message (Collapse)AuthorAgeFilesLines
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| | | | | | | | Notes: svn path=/projects/bmake/; revision=265802
| * Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=265720
| * Merge headSimon J. Gerraty2014-04-287-0/+204
| |\ | | | | | | | | | Notes: svn path=/projects/bmake/; revision=265044
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * | Sync from headSimon J. Gerraty2012-11-041-1/+1
| |\ \ | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=242545
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|/ |/| | | | | | | | | | | | | | | | | from the latter. Notes: svn path=/head/; revision=265420
* | | Migrate most of tools/regression/usr.bin/ to the new tests layout.Julio Merino2014-03-167-0/+204
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm starting with the easy cases. The leftovers need to be looked at a bit more closely. Note that this change _does_ modify the code of the old tests. This is required in order to allow the code to locate the data files in the source directory instead of the current directory, because Kyua automatically changes the latter to a temporary directory. Also note that at least one test is known to be broken here. Actually, the test is not really broken: it's marked as a TODO but unfortunately Kyua's TAP parser currently does not understand that. Will have to be fixed separately. Notes: svn path=/head/; revision=263227
* | Prefer an example users born after myself might use.Eitan Adler2012-10-261-1/+1
|/ | | | | | | | Approved by: bcr (mentor) MFC after: 3 days Notes: svn path=/head/; revision=242136
* Add missing static keywords to uuencode(1)Ed Schouten2011-11-061-7/+7
| | | | Notes: svn path=/head/; revision=227197
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-113-12/+0
| | | | | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson Notes: svn path=/head/; revision=216370
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
| | | | | | | Also add some missing $FreeBSD$ to keep svn happy. Notes: svn path=/head/; revision=201386
* - Remove MLINKS to nonexistant manpagesChristian Brueffer2005-07-141-1/+1
| | | | | | | | | | - Change some section numbers to match reality - For MLINKS to manpages from ports, mention which port installs them MFC after: 3 days Notes: svn path=/head/; revision=148011
* Sort sections.Ruslan Ermilov2005-01-181-3/+3
| | | | Notes: svn path=/head/; revision=140420
* Userland signed char fixes for PPC build. Problems were using a charPeter Grehan2004-01-221-1/+1
| | | | | | | | | | | | return for getopt() and comparing to -1, ditto with fgetc() and EOF, and using the kg_nice value from <sys/user.h> Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at> Reviewed by: obrien, bde (a while back) Tested lightly on: ppc, i386, make universe Notes: svn path=/head/; revision=124830
* Make GCC 3.3 happy with rcsid[], sccs[], and copyright[].David E. O'Brien2003-05-031-2/+1
| | | | Notes: svn path=/head/; revision=114594
* Fix English usage: "for security purpose" -> "for security reasons".Tony Finch2003-03-181-1/+1
| | | | Notes: svn path=/head/; revision=112378
* Document uudecode's new relaxed mode for handling raw data.Tony Finch2003-02-271-3/+25
| | | | Notes: svn path=/head/; revision=111589
* Correct minor grammos.Jens Schweikhardt2002-12-221-3/+3
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=108181
* Improve the way base64 mode is enabled based on the program name,Tony Finch2002-10-201-1/+2
| | | | | | | so that it works when the path to b64encode is used to run it. Notes: svn path=/head/; revision=105519
* Don't try (and fail) to fchmod /dev/stdout. Revert the manual pageTony Finch2002-09-031-1/+1
| | | | | | | | | | | to suggest the portable alternative to -p. PR: 42356 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> MFC after: 1 week Notes: svn path=/head/; revision=102910
* Suggest -p instead of -o /dev/stdout.Tony Finch2002-09-031-1/+1
| | | | | | | PR: 42356 Notes: svn path=/head/; revision=102891
* Fix a late-night buglet in MLINKS ordering.Juli Mallett2002-05-191-1/+1
| | | | | | | Submitted by: Szilveszter Adam <sziszi@bsd.hu> Notes: svn path=/head/; revision=96958
* Synch usage() and manpage for b64encode/b64decode.Juli Mallett2002-05-192-1/+6
| | | | | | | Make uudecode's usage more like that of other programs. Notes: svn path=/head/; revision=96943
* Add b64decode & b64encode as synonyms for uudecode and uuencode -m,Juli Mallett2002-05-193-2/+28
| | | | | | | | | respectively, for convenience when encoding or decoding base64 files. As requested by various users. Notes: svn path=/head/; revision=96942
* Group the output chunks differently, to try to match BSD/OS output. SwitchJuli Mallett2002-05-171-3/+6
| | | | | | | | | | to using arithmatic to determine buffer sizes to encode into. Diane Bruce pointed out to me that BSD/OS did MIME too, so I want to match their output, too, since my decision of 8 output groups was wholly arbitrary. Notes: svn path=/head/; revision=96810
* Finish converting the rest of the function declaration and prototypesMike Barcroft2002-05-121-7/+8
| | | | | | | to ANSI C. Use new source ID scheme. Notes: svn path=/head/; revision=96438
* unbreak build:Alfred Perlstein2002-05-111-3/+1
| | | | | | | | K&R style main() makes gcc emit a warning about missing prototypes so switch to ANSI. Notes: svn path=/head/; revision=96386
* Use `The .Nm utility'Philippe Charnier2002-04-201-8/+12
| | | | Notes: svn path=/head/; revision=95124
* In the BUGS section, mention that the ballooning of size mentioned here isJuli Mallett2002-04-201-2/+2
| | | | | | | | | | with regard to the traditional algorithm. Suggested by: obrien MFC after: 1 week Notes: svn path=/head/; revision=95104
* Bump WARNS to 4.Juli Mallett2002-04-201-0/+1
| | | | Notes: svn path=/head/; revision=95086
* remove __PWarner Losh2002-03-221-3/+3
| | | | Notes: svn path=/head/; revision=92922
* mdoc(7) police: fix markup and uudecode(1) -o option description.Ruslan Ermilov2002-03-151-6/+5
| | | | Notes: svn path=/head/; revision=92344
* Initialize `output' in a more proper location.Mike Barcroft2002-03-051-2/+3
| | | | | | | Submitted by: roam Notes: svn path=/head/; revision=91676
* Add base64 support to uuencode(1) and uudecode(1), as specified by SUSv3.Juli Mallett2002-03-052-21/+98
| | | | | | | | | | | Add `-o' option to uuencode(1) to pipe the uuencoded output to an arbitrary file, instead of just stdout. Reviewed by: -standards, mike Approved by: mike Notes: svn path=/head/; revision=91661
* Un-deprecate the -p option. We now have two ways to output to stdout:Mike Barcroft2002-02-161-3/+0
| | | | | | | | | `-o /dev/stdout' or `-p'. Requested by: grog, nectar Notes: svn path=/head/; revision=90720
* Add -o option (POSIX.1-2001) to uudecode(1). Deprecate the -p optionMike Barcroft2002-01-271-3/+18
| | | | | | | | | | | (which allows one to redirect output to stdout); `-o /dev/stdout' is recommended instead. Submitted by: Joseph Mallett <jmallett@xMach.org> MFC after: 2 weeks Notes: svn path=/head/; revision=89882
* WARNS=2 is to become the default, so remove it from here.Mark Murray2001-12-111-1/+0
| | | | Notes: svn path=/head/; revision=87695
* Pad input with null characters if it is not a multiple of 3.Ruslan Ermilov2001-10-092-1/+7
| | | | | | | | PR: bin/31156 MFC after: 1 week Notes: svn path=/head/; revision=84715
* Remove whitespace at EOL.Dima Dorfman2001-07-152-7/+7
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-102-2/+2
| | | | Notes: svn path=/head/; revision=79535
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
| | | | | | | builtins (e.g., exit, strcmp). Notes: svn path=/head/; revision=78718
* Satisfy gcc's parenthetical needs and clamp down with WANRS=2.Dima Dorfman2001-06-172-2/+3
| | | | | | | Reviewed by: md5(1) Notes: svn path=/head/; revision=78387
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+2
| | | | Notes: svn path=/head/; revision=74848
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-2/+3
| | | | Notes: svn path=/head/; revision=70197
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-202-3/+3
| | | | Notes: svn path=/head/; revision=68963