History log of /freebsd-current/usr.bin/bc/scan.l
Revision Date Author Comments
# 1d386b48 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# 43b001dc 17-Apr-2014 Bjoern A. Zeeb <bz@FreeBSD.org>

Stop casting the const char * to void * to char * to make compile more happy
after r264573.

Someone submit to: OpenBSD
MFC after: 13 days
X-MFC with: r264573


# be848c7a 16-Apr-2014 Xin LI <delphij@FreeBSD.org>

Sync with OpenBSD.

MFC after: 2 weeks


# 9c5a52cf 22-May-2013 Jung-uk Kim <jkim@FreeBSD.org>

Work around build breakages with GCC 4.2.

Reported by: tinderbox


# 1161d420 22-Nov-2010 Rebecca Cran <brucec@FreeBSD.org>

Fix some more warnings found by clang.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# 85bf7ec7 06-Jun-2010 Gabor Kovesdan <gabor@FreeBSD.org>

- Fix signal handling in bc/dc. Now Ctrl-C terminates the execution.

Requested by: gk (via private mail)
Approved by: delphij (mentor)


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 89ff1978 05-Feb-2010 Xin LI <delphij@FreeBSD.org>

Fix a bug in previous revision.

The bc(1) program may need to deal with files when it's being run in
interactive mode, so we can not blindly use interactive mode (in turn
use libedit) but need to check if the input source is really the standard
input.

This commit should fix a regression where 'bc -l' would not parse the
mathlib.

Reported by: trasz


# 4218135b 04-Feb-2010 Xin LI <delphij@FreeBSD.org>

Use libedit when interacting with tty, which provided history
functionality, etc. as did by GNU bc.

This also fixes an issue where BSDL bc can not handle very long
line.

Reported by: imp
Reviewed by: imp


# 7121df63 03-Feb-2010 Gabor Kovesdan <gabor@FreeBSD.org>

- style(9)

Approved by: delphij (mentor)


# fdf1f88b 20-Jan-2010 Gabor Kovesdan <gabor@FreeBSD.org>

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