Date: Sun, 25 Apr 2010 20:43:19 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/sh arith.y arith_lex.l expand.c Message-ID: <201004252043.o3PKhPNb074777@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2010-04-25 20:43:19 UTC FreeBSD src repository Modified files: bin/sh arith.y arith_lex.l expand.c Log: SVN rev 207206 on 2010-04-25 20:43:19Z by jilles sh: Use stalloc for arith variable names. This is simpler than the custom memory tracker I added earlier, and is also needed by the dash arith code I plan to import. Revision Changes Path 1.26 +4 -0 src/bin/sh/arith.y 1.26 +3 -23 src/bin/sh/arith_lex.l 1.63 +3 -1 src/bin/sh/expand.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004252043.o3PKhPNb074777>