History log of /netbsd-src/usr.bin/tip/value.c (Results 1 – 15 of 15)
Revision Date Author Comments
# a64eb759 21-Oct-2013 christos <christos@NetBSD.org>

get rid of equal(), use {s,g}etprogname().


# ffe34450 14-Dec-2006 christos <christos@NetBSD.org>

pass lint; from Anon Ymous


# c4341bc3 03-Apr-2006 christos <christos@NetBSD.org>

Pass a little lint.


# 58c2151f 03-Apr-2006 perry <perry@NetBSD.org>

ANSIfy decls, de-__P, clean trailing whitespace


# 4f6045fc 23-Apr-2004 christos <christos@NetBSD.org>

constify and warns = 3


# 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.


# 923d7551 12-Jul-1998 mrg <mrg@NetBSD.org>

- KNF
- use snprintf
- be safe with buffers (change prompt() to take a size_t len arg for this)


# 04abeda6 23-Nov-1997 mrg <mrg@NetBSD.org>

fix compile warnings on the alpha.


# e37283e1 22-Nov-1997 lukem <lukem@NetBSD.org>

WARNSify, KNFify, using ANSI string functions, cleanup .Nm usage


# 53fddda6 11-Feb-1997 mrg <mrg@NetBSD.org>

give buffers lengths; use strdup.


# 89dcb48d 29-Dec-1996 cgd <cgd@NetBSD.org>

fix up -ansi -pedantic warnings produced because of static function
declarations nested in other functions. The solution: declare the
static functions at the top level.


# 88caf985 29-Dec-1996 cgd <cgd@NetBSD.org>

replace old zzhack structure (YUCK!) and number(), boolean(), character(),
and address() macros with new macros of the same names (to get values),
and macros with those names but with "set" prepended

replace old zzhack structure (YUCK!) and number(), boolean(), character(),
and address() macros with new macros of the same names (to get values),
and macros with those names but with "set" prepended and which take a
second argument (to set values). The new macros use type casts to do
type conversion, which is much cleaner than using a union and making
endianness-related hacks to get the right 'short's and 'char's from
the right array indices. (YUCK! again, for good measure.)

show more ...


# 39801ccc 08-Dec-1994 jtc <jtc@NetBSD.org>

Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id convention.


# 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