History log of /src/usr.bin/tip/value.c |
Revision | | Date | Author | Comments |
1.15 |
| 21-Oct-2013 |
christos | get rid of equal(), use {s,g}etprogname().
|
1.14 |
| 14-Dec-2006 |
christos | branches: 1.14.34; 1.14.40; pass lint; from Anon Ymous
|
1.13 |
| 03-Apr-2006 |
christos | Pass a little lint.
|
1.12 |
| 03-Apr-2006 |
perry | ANSIfy decls, de-__P, clean trailing whitespace
|
1.11 |
| 23-Apr-2004 |
christos | constify and warns = 3
|
1.10 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.9 |
| 12-Jul-1998 |
mrg | - KNF - use snprintf - be safe with buffers (change prompt() to take a size_t len arg for this)
|
1.8 |
| 23-Nov-1997 |
mrg | fix compile warnings on the alpha.
|
1.7 |
| 22-Nov-1997 |
lukem | WARNSify, KNFify, using ANSI string functions, cleanup .Nm usage
|
1.6 |
| 11-Feb-1997 |
mrg | give buffers lengths; use strdup.
|
1.5 |
| 29-Dec-1996 |
cgd | 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.
|
1.4 |
| 29-Dec-1996 |
cgd | 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.)
|
1.3 |
| 08-Dec-1994 |
jtc | Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention.
|
1.2 |
| 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 |
| 08-Dec-1994 |
jtc | imported from 4.4lite
|
1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.14.40.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.14.34.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|