summaryrefslogtreecommitdiff
path: root/usr.bin/m4/eval.c
Commit message (Expand)AuthorAgeFilesLines
* m4: import from OpenBSDBaptiste Daroussin2019-09-091-2/+2
* m4: import from OpenBSDBaptiste Daroussin2019-09-091-12/+31
* m4: import patch from OpenBSDBaptiste Daroussin2019-09-091-9/+8
* Import from OpenBSD: -E flagBaptiste Daroussin2019-09-091-1/+5
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* usr.bin: minor spelling fixes on comments.Pedro F. Giffuni2016-05-011-1/+1
* Synchronize m4(1) with OpenBSDBaptiste Daroussin2015-11-211-2/+2
* Sync with OpenBSDBaptiste Daroussin2014-07-271-8/+8
* Reduce diff with upstream.Jung-uk Kim2013-05-031-1/+1
* Improve m4 compatibility with GNU m4 extension ** (exponent)Baptiste Daroussin2012-04-151-2/+3
* Unbreak the build after r228697 adding the { } block to make clear whichBjoern A. Zeeb2011-12-191-1/+2
* Reimplement support for the ** (exponent) gnu extension, make it available th...Baptiste Daroussin2011-12-181-2/+6
* Synchronize with laster version of m4 from OpenBSD and NetBSDBaptiste Daroussin2011-11-281-218/+167
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Store a pointer to "null" in struct ndblock's defn member instead of aTim J. Robbins2004-08-161-3/+3
* Flush streams before calling system() so that the output appears in theTim J. Robbins2003-05-011-1/+3
* Kill extraneous whitespace.Juli Mallett2002-07-151-12/+12
* Revert vendor identifiers, and #if 0 what is #if 0/#else for OpenBSD.Juli Mallett2002-05-031-2/+10
* Merge local changes again, against ANSIfied m4(1).Juli Mallett2002-05-011-68/+24
* Crank WARNS.Juli Mallett2002-04-201-5/+5
* Bring OpenBSD m4(1) off of the OPENBSD vendor branch, and add the -s option,Juli Mallett2002-04-191-192/+464
* This adds support for -s to the m4(1) utility, which causes #line directivesJuli Mallett2002-04-171-0/+6
* Remove the local basename in favor of the libc version.David E. O'Brien2001-07-241-3/+8
* Make sure the len() builtin always returns an answer. Previously,Gregory Neil Shapiro2001-05-291-2/+1
* String operations could silently truncate long strings, leaving the outputGregory Neil Shapiro2001-05-181-8/+8
* Fix format string warnings.Kris Kennaway2000-11-271-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make the builtin unix macro work as it should (well like Solaris's,Steve Price1998-09-071-1/+5
* divnum is no longer silently restricted to the range 0..9. (cf: 4098)Jonathan Lemon1997-08-181-3/+7
* Use err(3) instead of local redefinition. Remove progname.Philippe Charnier1997-07-231-11/+15
* Make the $@ macro behave as described in the man page.Joerg Wunsch1997-04-131-0/+10
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-5/+5
* 1) kill temp diver upon exitAndrey A. Chernov1995-04-161-0/+1
* Fix syscmd() output out of syncAndrey A. Chernov1995-03-111-1/+4
* Make m4 more 8bit clean.Andrey A. Chernov1994-12-181-3/+3
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+789