Date: Wed, 20 Jan 2010 21:30:52 +0000 (UTC) From: Gabor Kovesdan <gabor@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src ObsoleteFiles.inc src/gnu/usr.bin Makefile src/usr.bin Makefile src/usr.bin/bc Makefile bc.1 bc.library bc.y extern.h pathnames.h scan.l src/usr.bin/bc/USD.doc Makefile bc src/usr.bin/dc Makefile bcode.c bcode.h dc.1 dc.c extern.h inout.c ... Message-ID: <201001202135.o0KLYxMZ025046@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gabor 2010-01-20 21:30:52 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc gnu/usr.bin Makefile usr.bin Makefile Added files: usr.bin/bc Makefile bc.1 bc.library bc.y extern.h pathnames.h scan.l usr.bin/bc/USD.doc Makefile bc usr.bin/dc Makefile bcode.c bcode.h dc.1 dc.c extern.h inout.c mem.c stack.c usr.bin/dc/USD.doc Makefile dc Log: SVN rev 202719 on 2010-01-20 21:30:52Z by gabor Replace GNU bc/dc with BSDL versions ported from OpenBSD. They have a good compatibility level with the GNU counterparts and have shown to be mature enough. For now, the GNU versions aren't removed from the tree, just detached from the build. Sponsored by: Google Summer of Code 2008 Portbuild run by: erwin Approved by: delphij Revision Changes Path 1.223 +7 -0 src/ObsoleteFiles.inc 1.100 +1 -3 src/gnu/usr.bin/Makefile 1.327 +2 -0 src/usr.bin/Makefile 1.1 +17 -0 src/usr.bin/bc/Makefile (new) 1.1 +13 -0 src/usr.bin/bc/USD.doc/Makefile (new) 1.1 +1241 -0 src/usr.bin/bc/USD.doc/bc (new) 1.1 +400 -0 src/usr.bin/bc/bc.1 (new) 1.1 +263 -0 src/usr.bin/bc/bc.library (new) 1.1 +1179 -0 src/usr.bin/bc/bc.y (new) 1.1 +38 -0 src/usr.bin/bc/extern.h (new) 1.1 +21 -0 src/usr.bin/bc/pathnames.h (new) 1.1 +288 -0 src/usr.bin/bc/scan.l (new) 1.1 +13 -0 src/usr.bin/dc/Makefile (new) 1.1 +16 -0 src/usr.bin/dc/USD.doc/Makefile (new) 1.1 +753 -0 src/usr.bin/dc/USD.doc/dc (new) 1.1 +1781 -0 src/usr.bin/dc/bcode.c (new) 1.1 +98 -0 src/usr.bin/dc/bcode.h (new) 1.1 +552 -0 src/usr.bin/dc/dc.1 (new) 1.1 +140 -0 src/usr.bin/dc/dc.c (new) 1.1 +63 -0 src/usr.bin/dc/extern.h (new) 1.1 +417 -0 src/usr.bin/dc/inout.c (new) 1.1 +110 -0 src/usr.bin/dc/mem.c (new) 1.1 +379 -0 src/usr.bin/dc/stack.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001202135.o0KLYxMZ025046>