History log of /netbsd-src/lib/libc/net/nslexer.l (Results 1 – 12 of 12)
Revision Date Author Comments
# 9e66e6d7 25-Jun-2012 abs <abs@NetBSD.org>

Update old-style definitions to ANSI, remove a couple of register
definitions along the way. Fixed gcc 4.1 build (thank you vax)


# 504f8671 20-Mar-2012 matt <matt@NetBSD.org>

Use C89 Prototypes.
Remove use of __P


# 75a94454 08-Dec-2010 christos <christos@NetBSD.org>

use %option noinput


# 7a8f9848 08-Dec-2010 joerg <joerg@NetBSD.org>

input() is not used, so don't provide it.


# 2853bbf4 29-Oct-2009 christos <christos@NetBSD.org>

use %option instead of #define YY_NO_...


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# c5a53802 25-Jan-2004 lukem <lukem@NetBSD.org>

Use syslog(3) instead of err(3) to log errors.
Based on email conversation with Brian Ginsbach.

Add '%option never-interactive' to nslexer.l, to prevent isatty() from
being called unnecessarily.
Per

Use syslog(3) instead of err(3) to log errors.
Based on email conversation with Brian Ginsbach.

Add '%option never-interactive' to nslexer.l, to prevent isatty() from
being called unnecessarily.
Per discussion on current-users@ between Christian Biere and Greg Woods.

show more ...


# 4747ad6e 11-Nov-2002 thorpej <thorpej@NetBSD.org>

Fix signed/unsigned comparison warnings.


# 247856f4 19-Mar-2002 lukem <lukem@NetBSD.org>

Fixes from Bill Fenner <fenner@research.att.com> for problems he found
in FreeBSD's port of this nsswitch code:

- Don't ignore unknown characters. The old lexer would treat
hosts:!!!!!!!!@@@@@$%^&

Fixes from Bill Fenner <fenner@research.att.com> for problems he found
in FreeBSD's port of this nsswitch code:

- Don't ignore unknown characters. The old lexer would treat
hosts:!!!!!!!!@@@@@$%^&*()()*$(files{}{}|||++!)(dns
exactly the same as
hosts: files dns

- Recover from errors by looking for the end of a line. This means
that having a syntax error near the top of the file doesn't prevent
a service at the bottom of the file with no syntax error from being
looked up.

Thanks Bill!

show more ...


# 312f023d 02-Jul-1999 kleink <kleink@NetBSD.org>

Need "namespace.h".


# 645b10c9 25-Jan-1999 lukem <lukem@NetBSD.org>

add rcsids


# de3b78d7 15-Jan-1999 lukem <lukem@NetBSD.org>

merge nsswitch into main branch