History log of /netbsd-src/usr.bin/ctags/lisp.c (Results 1 – 11 of 11)
Revision Date Author Comments
# 7027866a 13-Jul-2009 roy <roy@NetBSD.org>

Rename internal getline() function to get_line() so it does
conflict with the soon to be added getline(3) libc function.


# 1db2ef90 17-Feb-2005 xtraeme <xtraeme@NetBSD.org>

Kill __P(), use ANSI function declarations, constify; WARNS=3.


# b2f78261 20-Jun-2004 jmc <jmc@NetBSD.org>

Completely rework how tools/compat is done. Purge all uses/references to
_NETBSD_SOURCE as this makes cross building from older/newer versions of
NetBSD harder, not easier (and also makes the resulti

Completely rework how tools/compat is done. Purge all uses/references to
_NETBSD_SOURCE as this makes cross building from older/newer versions of
NetBSD harder, not easier (and also makes the resulting tools 'different')

Wrap all required code with the inclusion of nbtool_config.h, attempt to
only use POSIX code in all places (or when reasonable test w. configure and
provide definitions: ala u_int, etc).

Reviewed by lukem. Tested on FreeBSD 4.9, Redhat Linux ES3, NetBSD 1.6.2 x86
NetBSD current (x86 and amd64) and Solaris 9.

Fixes PR's: PR#17762 PR#25944

show more ...


# 89aaa1bb 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22365, verified by myself.


# fe182b38 14-Jul-2003 itojun <itojun@NetBSD.org>

use bounded string op


# c72d58a8 31-Jan-2002 tv <tv@NetBSD.org>

Make this compilable as a host tool.


# c3203395 06-Nov-1998 christos <christos@NetBSD.org>

char -> unsigned char


# 46f4e7d3 18-Oct-1997 lukem <lukem@NetBSD.org>

WARNSify, fix .Nm usage, getopt returns -1 not EOF


# b6f5f9f2 26-Mar-1995 glass <glass@NetBSD.org>

Merge with 4.4Lite


# e9d867ef 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources