The NetBSD Project

CVS log for src/usr.bin/xlint/lint1/emit1.c

[BACK] Up to [cvs.NetBSD.org] / src / usr.bin / xlint / lint1

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.94 / (download) - annotate - [select for diffs], Wed Mar 27 20:09:43 2024 UTC (34 hours, 54 minutes ago) by rillig
Branch: MAIN
CVS Tags: HEAD
Changes since 1.93: +3 -3 lines
Diff to previous 1.93 (colored) to selected 1.40 (colored)

lint: clean up; extend overflow test

Revision 1.93 / (download) - annotate - [select for diffs], Tue Mar 19 23:19:03 2024 UTC (9 days, 7 hours ago) by rillig
Branch: MAIN
Changes since 1.92: +7 -8 lines
Diff to previous 1.92 (colored) to selected 1.40 (colored)

lint: keep invalid arguments in function calls

Previously, arguments of incomplete type or 'void' cleared all arguments
of the function call expression, requiring extra checks in later checks.

Invalid function calls are now exported to the .ln files, but that's
irrelevant in practice as these invalid function calls make lint1 fail,
after which xlint removes the .ln file.

Revision 1.92 / (download) - annotate - [select for diffs], Sat Mar 9 13:54:47 2024 UTC (2 weeks, 5 days ago) by rillig
Branch: MAIN
Changes since 1.91: +8 -8 lines
Diff to previous 1.91 (colored) to selected 1.40 (colored)

lint: inline accessor macros for tnode_t

Revision 1.91 / (download) - annotate - [select for diffs], Sat Mar 9 13:20:55 2024 UTC (2 weeks, 5 days ago) by rillig
Branch: MAIN
Changes since 1.90: +9 -7 lines
Diff to previous 1.90 (colored) to selected 1.40 (colored)

lint: inline accessor macros for type_t

Revision 1.90 / (download) - annotate - [select for diffs], Sun Mar 3 16:09:01 2024 UTC (3 weeks, 4 days ago) by rillig
Branch: MAIN
Changes since 1.89: +3 -3 lines
Diff to previous 1.89 (colored) to selected 1.40 (colored)

lint: clean up string parsing and snprintb check

Revision 1.89 / (download) - annotate - [select for diffs], Sat Mar 2 09:32:18 2024 UTC (3 weeks, 5 days ago) by rillig
Branch: MAIN
Changes since 1.88: +7 -7 lines
Diff to previous 1.88 (colored) to selected 1.40 (colored)

lint: remove custom wrappers around <ctype.h> functions

Revision 1.88 / (download) - annotate - [select for diffs], Fri Mar 1 21:52:48 2024 UTC (3 weeks, 6 days ago) by rillig
Branch: MAIN
Changes since 1.87: +3 -3 lines
Diff to previous 1.87 (colored) to selected 1.40 (colored)

lint: fix misleading initializer for string iterator

The field 'start' marks the start of the previous matching character,
not the current iterator position.

No binary change.

Revision 1.87 / (download) - annotate - [select for diffs], Thu Feb 8 20:45:20 2024 UTC (7 weeks ago) by rillig
Branch: MAIN
Changes since 1.86: +5 -6 lines
Diff to previous 1.86 (colored) to selected 1.40 (colored)

lint: clean up redundant braces

No functional change.

Revision 1.86 / (download) - annotate - [select for diffs], Mon Feb 5 23:11:22 2024 UTC (7 weeks, 3 days ago) by rillig
Branch: MAIN
Changes since 1.85: +12 -25 lines
Diff to previous 1.85 (colored) to selected 1.40 (colored)

lint: make function call arguments directly accessible

Previously, the arguments of a function call expression were arranged in
a linear tree structure, from right to left.  To allow easier access to
the arguments, store them in an array instead.

Revision 1.85 / (download) - annotate - [select for diffs], Sat Feb 3 19:25:16 2024 UTC (7 weeks, 5 days ago) by rillig
Branch: MAIN
Changes since 1.84: +13 -4 lines
Diff to previous 1.84 (colored) to selected 1.40 (colored)

lint: keep strings in their source representation

This allows further analysis depending on whether individual characters are
escaped as octal, hexadecimal or not at all.

Revision 1.84 / (download) - annotate - [select for diffs], Sat Feb 3 12:57:12 2024 UTC (7 weeks, 5 days ago) by rillig
Branch: MAIN
Changes since 1.83: +9 -10 lines
Diff to previous 1.83 (colored) to selected 1.40 (colored)

lint: clean up comments, reduce scope of variables

Revision 1.83 / (download) - annotate - [select for diffs], Thu Feb 1 18:37:06 2024 UTC (8 weeks ago) by rillig
Branch: MAIN
Changes since 1.82: +6 -9 lines
Diff to previous 1.82 (colored) to selected 1.40 (colored)

lint: use standard buffer for storing string values

No functional change.

Revision 1.82 / (download) - annotate - [select for diffs], Mon Jan 29 21:30:24 2024 UTC (8 weeks, 3 days ago) by rillig
Branch: MAIN
Changes since 1.81: +6 -10 lines
Diff to previous 1.81 (colored) to selected 1.40 (colored)

lint: do not remember content of wide string literals

The plain char literals are needed for checking printf/scanf format
strings; lint has no similar check for wide strings. These format
strings are checked by modern compilers, making this check less
relevant.

Revision 1.81 / (download) - annotate - [select for diffs], Sun Dec 3 18:17:41 2023 UTC (3 months, 3 weeks ago) by rillig
Branch: MAIN
Changes since 1.80: +4 -4 lines
Diff to previous 1.80 (colored) to selected 1.40 (colored)

lint: in declarations, replace tab with space

Previously, in some cases, the keywords 'const' or 'struct' were
followed by a tab, which doesn't make sense.

No functional change.

Revision 1.80 / (download) - annotate - [select for diffs], Sun Dec 3 13:12:40 2023 UTC (3 months, 3 weeks ago) by rillig
Branch: MAIN
Changes since 1.79: +14 -15 lines
Diff to previous 1.79 (colored) to selected 1.40 (colored)

lint: re-wrap comments

No functional change.

Revision 1.79 / (download) - annotate - [select for diffs], Sun Dec 3 12:03:38 2023 UTC (3 months, 3 weeks ago) by rillig
Branch: MAIN
Changes since 1.78: +7 -7 lines
Diff to previous 1.78 (colored) to selected 1.40 (colored)

lint: indent statement continuations consistently

No binary change.

Revision 1.78 / (download) - annotate - [select for diffs], Sat Dec 2 21:50:20 2023 UTC (3 months, 3 weeks ago) by rillig
Branch: MAIN
Changes since 1.77: +2 -4 lines
Diff to previous 1.77 (colored) to selected 1.40 (colored)

lint: remove redundant empty lines

No functional change.

Revision 1.77 / (download) - annotate - [select for diffs], Wed Sep 13 20:31:58 2023 UTC (6 months, 2 weeks ago) by rillig
Branch: MAIN
Changes since 1.76: +5 -5 lines
Diff to previous 1.76 (colored) to selected 1.40 (colored)

lint: prevent invalid memory access when checking an expression

In check_expr_misc, the left and right operands of an expression were
accessed even in the case of CON (constant), STRING (string literal) and
NAME (identifier), which led to invalid values in pointer variables.
These invalid values were not used though, but technically they invoked
undefined behavior.

Precede each access to the operands with a check that the expression
indeed has operands, except in those cases where the operand is known to
have operands by only looking at the code of the current function.

Revision 1.76 / (download) - annotate - [select for diffs], Sat Aug 12 21:32:16 2023 UTC (7 months, 2 weeks ago) by rillig
Branch: MAIN
Changes since 1.75: +5 -8 lines
Diff to previous 1.75 (colored) to selected 1.40 (colored)

lint: clean up comments

There's no output buffer anymore.

Revision 1.75 / (download) - annotate - [select for diffs], Sat Aug 12 21:08:37 2023 UTC (7 months, 2 weeks ago) by rillig
Branch: MAIN
Changes since 1.74: +7 -22 lines
Diff to previous 1.74 (colored) to selected 1.40 (colored)

lint: remove redundant comments

Revision 1.74 / (download) - annotate - [select for diffs], Sat Aug 12 20:48:24 2023 UTC (7 months, 2 weeks ago) by rillig
Branch: MAIN
Changes since 1.73: +6 -14 lines
Diff to previous 1.73 (colored) to selected 1.40 (colored)

lint: for each record in the output file, write the newline immediately

There's no point delaying the '\n' until the next line is written.

Revision 1.73 / (download) - annotate - [select for diffs], Wed Aug 2 18:51:25 2023 UTC (7 months, 3 weeks ago) by rillig
Branch: MAIN
Changes since 1.72: +8 -7 lines
Diff to previous 1.72 (colored) to selected 1.40 (colored)

lint: distinguish between arguments and parameters

Revision 1.72 / (download) - annotate - [select for diffs], Thu Jul 13 08:40:38 2023 UTC (8 months, 2 weeks ago) by rillig
Branch: MAIN
Changes since 1.71: +3 -3 lines
Diff to previous 1.71 (colored) to selected 1.40 (colored)

lint: indent copyright lines consistently

Revision 1.71 / (download) - annotate - [select for diffs], Sun Jul 2 18:14:44 2023 UTC (8 months, 3 weeks ago) by rillig
Branch: MAIN
Changes since 1.70: +5 -5 lines
Diff to previous 1.70 (colored) to selected 1.40 (colored)

lint: rename 'quad' to 'signed int' or 'unsigned int'

No functional change.

Revision 1.70 / (download) - annotate - [select for diffs], Thu Jun 29 10:31:33 2023 UTC (9 months ago) by rillig
Branch: MAIN
Changes since 1.69: +6 -6 lines
Diff to previous 1.69 (colored) to selected 1.40 (colored)

lint: clean up initialization of type properties

No functional change.

Revision 1.69 / (download) - annotate - [select for diffs], Sat Jun 24 20:50:54 2023 UTC (9 months ago) by rillig
Branch: MAIN
Changes since 1.68: +3 -3 lines
Diff to previous 1.68 (colored) to selected 1.40 (colored)

lint: reduce memory allocations

The type val_t has the same size as the tn_s member in the same union.

No functional change.

Revision 1.68 / (download) - annotate - [select for diffs], Fri Jun 9 15:36:31 2023 UTC (9 months, 2 weeks ago) by rillig
Branch: MAIN
Changes since 1.67: +9 -31 lines
Diff to previous 1.67 (colored) to selected 1.40 (colored)

lint: miscellaneous clean-ups

No binary change, except for line numbers in assertions.

Revision 1.67 / (download) - annotate - [select for diffs], Fri Jun 9 13:03:49 2023 UTC (9 months, 2 weeks ago) by rillig
Branch: MAIN
Changes since 1.66: +10 -10 lines
Diff to previous 1.66 (colored) to selected 1.40 (colored)

lint: indent local variables consistently

No binary change.

Revision 1.66 / (download) - annotate - [select for diffs], Sat Apr 22 17:49:15 2023 UTC (11 months ago) by rillig
Branch: MAIN
Changes since 1.65: +3 -3 lines
Diff to previous 1.65 (colored) to selected 1.40 (colored)

lint: rename type_t.t_str to t_sou

The name 't_str' could have meant 'string' or 'struct'.  Since both
struct and union types have members, rename it to 't_sou'.

No functional change.

Revision 1.65 / (download) - annotate - [select for diffs], Thu Feb 2 22:23:30 2023 UTC (13 months, 3 weeks ago) by rillig
Branch: MAIN
Changes since 1.64: +4 -4 lines
Diff to previous 1.64 (colored) to selected 1.40 (colored)

lint: clean up

In symtab_search, most of the conditions were redundant, so remove them.

In read_byte, using CHAR_MASK was conceptually wrong, as that constant
is from the target platform while the lexical analysis happens on the
host platform.  It was unnecessary as well, as a hypothetical host
platform with 36-bit chars might encode the characters from the basic
source character set as numbers higher than 0x0_0000_00ff.  Since lint
assumes that both the source character set as well as the execution
character set are the same and based on 8-bit bytes, nothing changes.

No functional change.

Revision 1.64 / (download) - annotate - [select for diffs], Sat Oct 1 09:42:40 2022 UTC (17 months, 3 weeks ago) by rillig
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10
Changes since 1.63: +3 -3 lines
Diff to previous 1.63 (colored) to selected 1.40 (colored)

lint: add hyphen to adjective 'old-style'

Revision 1.63 / (download) - annotate - [select for diffs], Tue Jun 21 22:10:30 2022 UTC (21 months, 1 week ago) by rillig
Branch: MAIN
Changes since 1.62: +3 -3 lines
Diff to previous 1.62 (colored) to selected 1.40 (colored)

lint: use is_struct_or_union instead of comparing twice

No functional change.

Revision 1.62 / (download) - annotate - [select for diffs], Fri May 20 21:18:55 2022 UTC (22 months, 1 week ago) by rillig
Branch: MAIN
Changes since 1.61: +3 -3 lines
Diff to previous 1.61 (colored) to selected 1.40 (colored)

lint: use __RCSID in lint mode as well

Since 1995-10-02, lint supports __asm statements and __asm modifiers.

No binary change.

Revision 1.61 / (download) - annotate - [select for diffs], Sun Feb 27 18:29:14 2022 UTC (2 years, 1 month ago) by rillig
Branch: MAIN
Changes since 1.60: +5 -6 lines
Diff to previous 1.60 (colored) to selected 1.40 (colored)

lint: merge duplicate code for handling plain and wide strings

No functional change.  As before, the string literals "1" "2" "3" are
not concatenated from left to right, instead concatenation starts with
"23" and then proceeds to "123".

Revision 1.60 / (download) - annotate - [select for diffs], Sun Nov 28 10:01:36 2021 UTC (2 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.59: +7 -2 lines
Diff to previous 1.59 (colored) to selected 1.40 (colored)

lint: do not export unnamed objects to the .ln file

Since these objects are unnamed, they cannot be referenced by other
files or even create name clashes.

Seen in usr.sbin/cpuctl/aarch64.c, reported by Christos.

Revision 1.59 / (download) - annotate - [select for diffs], Sun Sep 12 10:06:03 2021 UTC (2 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.58: +7 -7 lines
Diff to previous 1.58 (colored) to selected 1.40 (colored)

lint: un-abbreviate rvused and rvdisc

No functional change.

Revision 1.58 / (download) - annotate - [select for diffs], Sat Sep 4 18:58:57 2021 UTC (2 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.57: +7 -9 lines
Diff to previous 1.57 (colored) to selected 1.40 (colored)

lint: inline local variables in outtype

No functional change.

Revision 1.57 / (download) - annotate - [select for diffs], Sat Sep 4 14:58:42 2021 UTC (2 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.56: +22 -21 lines
Diff to previous 1.56 (colored) to selected 1.40 (colored)

lint: clean up outfstrg, which writes format strings

Most characters don't need outqchar, a simple outchar is often enough.

Since '\0' is not a digit, there is no need to check for that.

No functional change.

Revision 1.56 / (download) - annotate - [select for diffs], Sat Sep 4 14:48:27 2021 UTC (2 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.55: +52 -2 lines
Diff to previous 1.55 (colored) to selected 1.40 (colored)

lint: move outqchar from common to lint1

Revision 1.55 / (download) - annotate - [select for diffs], Sat Sep 4 14:26:32 2021 UTC (2 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.54: +3 -3 lines
Diff to previous 1.54 (colored) to selected 1.40 (colored)

lint: use 'char' as type for passing characters to functions

No functional change.

Revision 1.54 / (download) - annotate - [select for diffs], Thu Sep 2 07:04:41 2021 UTC (2 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.53: +3 -3 lines
Diff to previous 1.53 (colored) to selected 1.40 (colored)

lint: fix typo in assertion

Revision 1.53 / (download) - annotate - [select for diffs], Tue Aug 31 23:10:52 2021 UTC (2 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.52: +16 -38 lines
Diff to previous 1.52 (colored) to selected 1.40 (colored)

lint: reduce verbose switch statement to table lookup

No functional change.

Revision 1.52 / (download) - annotate - [select for diffs], Mon Aug 30 19:48:21 2021 UTC (2 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.51: +3 -3 lines
Diff to previous 1.51 (colored) to selected 1.40 (colored)

tests/lint: test varargs, printflike, scanflike

Revision 1.51 / (download) - annotate - [select for diffs], Sat Aug 28 12:21:53 2021 UTC (2 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.50: +3 -3 lines
Diff to previous 1.50 (colored) to selected 1.40 (colored)

lint: un-abbreviate unsigned integer types

No functional change.

Revision 1.50 / (download) - annotate - [select for diffs], Mon Aug 23 06:21:59 2021 UTC (2 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.49: +3 -3 lines
Diff to previous 1.49 (colored) to selected 1.40 (colored)

lint: remove unnecessary width parameter for msb

No functional change.

Revision 1.49 / (download) - annotate - [select for diffs], Thu Aug 19 21:13:58 2021 UTC (2 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.48: +5 -5 lines
Diff to previous 1.48 (colored) to selected 1.40 (colored)

lint: change return type of 'msb' from int to bool

No functional change.

Revision 1.48 / (download) - annotate - [select for diffs], Sun Aug 8 10:41:34 2021 UTC (2 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.47: +14 -23 lines
Diff to previous 1.47 (colored) to selected 1.40 (colored)

lint: condense code for writing the .ln files

No functional change.

Revision 1.47 / (download) - annotate - [select for diffs], Sat Jul 31 19:52:44 2021 UTC (2 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.46: +10 -5 lines
Diff to previous 1.46 (colored) to selected 1.40 (colored)

lint: improve support for __int128_t and __uint128_t

For the .ln files, I chose the letter 'J' to represent the 128-bit
integer types since it is close to 'I' for int.  The naming of 'L' for
'long' is obvious, but 'Q' for 64-bit integers is a quad-16-bit word,
which is an unusual measurement unit nowadays.  One benefit of choosing
'J' is that the next letter, 'K' can then be used for 256-bit integer
types.

Support for 128-bit integer types is still very basic.  Plus, it is only
supported on LP64 platforms, which means that lint cannot be
cross-compiled to check for an LP64 platform while running on an ILP32
platform.

Revision 1.46 / (download) - annotate - [select for diffs], Thu Jul 15 17:03:50 2021 UTC (2 years, 8 months ago) by rillig
Branch: MAIN
Changes since 1.45: +2 -31 lines
Diff to previous 1.45 (colored) to selected 1.40 (colored)

lint: replace call to ttos with type_name

Since tyname.c 1.20 from 2021-01-02, type_name is as simple to use as
ttos and more expressive.  It can also be called multiple times without
invalidating the returned strings.

Used only in debug mode.

Revision 1.45 / (download) - annotate - [select for diffs], Mon Jul 5 19:39:12 2021 UTC (2 years, 8 months ago) by rillig
Branch: MAIN
Changes since 1.44: +6 -8 lines
Diff to previous 1.44 (colored) to selected 1.40 (colored)

lint: fix type warnings in emit1.c

The plain character strings in strg_t are saved as an array of unsigned
char.  When such a character is passed to ch_isdigit, it requires a
cast.  This is exactly the situation that ch_isdigit tried to avoid in
the first place.

No functional change.

Revision 1.44 / (download) - annotate - [select for diffs], Sun Apr 18 20:02:56 2021 UTC (2 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Changes since 1.43: +12 -13 lines
Diff to previous 1.43 (colored) to selected 1.40 (colored)

lint: test emitting of symbol information in the .ln files

Even though the new test is quite large, it didn't find any bugs in the
code.  The only thing I'm unsure about is why static functions are
exported as well, since they are supposed to be local to the translation
unit.

Revision 1.43 / (download) - annotate - [select for diffs], Sat Mar 27 12:32:19 2021 UTC (3 years ago) by rillig
Branch: MAIN
Changes since 1.42: +7 -7 lines
Diff to previous 1.42 (colored) to selected 1.40 (colored)

lint: rename filename management functions

No functional change.

Revision 1.42 / (download) - annotate - [select for diffs], Fri Feb 19 22:27:49 2021 UTC (3 years, 1 month ago) by rillig
Branch: MAIN
Changes since 1.41: +3 -3 lines
Diff to previous 1.41 (colored) to selected 1.40 (colored)

lint: rename t_isenum and t_aincompl to be more expressive

No functional change.

Revision 1.41 / (download) - annotate - [select for diffs], Fri Feb 19 22:20:18 2021 UTC (3 years, 1 month ago) by rillig
Branch: MAIN
Changes since 1.40: +3 -3 lines
Diff to previous 1.40 (colored)

lint: rename tenum_t and its members to be more expressive

Revision 1.40 / (download) - annotate - [selected], Fri Feb 19 22:16:12 2021 UTC (3 years, 1 month ago) by rillig
Branch: MAIN
Changes since 1.39: +3 -3 lines
Diff to previous 1.39 (colored)

lint: rename str_t and its members to be more expressive

No functional change.

Revision 1.39 / (download) - annotate - [select for diffs], Sun Jan 17 14:50:11 2021 UTC (3 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.38: +3 -3 lines
Diff to previous 1.38 (colored) to selected 1.40 (colored)

lint: rename operator AMPER to ADDR

There is no operator called 'ampersand'.  The ampersand sign is merely
the textual representation of both the operator ADDR and the operator
BITAND.

Revision 1.38 / (download) - annotate - [select for diffs], Sat Jan 16 16:53:23 2021 UTC (3 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.37: +4 -4 lines
Diff to previous 1.37 (colored) to selected 1.40 (colored)

lint: replace integer constant expressions with true and false

LINTFLAGS=-gST make lint, with manual review.

The error messages from lint are all correct, they are not complete
though.  The return value of a function returning bool may still be
compared to the integer 0.

Revision 1.37 / (download) - annotate - [select for diffs], Sat Jan 16 02:40:02 2021 UTC (3 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.36: +12 -11 lines
Diff to previous 1.36 (colored) to selected 1.40 (colored)

lint: replace 0 and 1 with false and true, where appropriate

Change in behavior: Passing the option -h exactly 4294967296 times or
any multiple thereof is no longer equivalent to passing it never at all,
it is now equivalent to passing it once.  See main2.c, hflag++ for the
actual change.

Other than that, no functional change intended.

A very large portion of the code already conformed to the requirements
of the strict bool mode.  The only missing thing was using the constant
literals false and true instead of 0 and 1.  For sure there are some
integer literals left that can be converted.  For now, all literals that
appeared in the form " = 0" or " = 1" have been replaced.

Revision 1.36 / (download) - annotate - [select for diffs], Mon Jan 11 19:29:49 2021 UTC (3 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.35: +11 -10 lines
Diff to previous 1.35 (colored) to selected 1.40 (colored)

lint: sprinkle a few const modifiers throughout the code

Revision 1.35 / (download) - annotate - [select for diffs], Sun Jan 10 00:05:46 2021 UTC (3 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.34: +3 -3 lines
Diff to previous 1.34 (colored) to selected 1.40 (colored)

lint: rename type classification macros

The previous names tspec_is_int and tspec_is_uint were confusing because
there are actually tspec_t constants called INT and UINT, these
classification macros return true for other integer types as well,
though.

While here, remove the prefix "tspec_" from these macros.  It wasn't as
helpful as intended, in many cases it was obviously redundant, when it
was called as tspec_is_integer(tn->tn_type->t_tspec).

No functional change.

Revision 1.34 / (download) - annotate - [select for diffs], Mon Jan 4 22:26:50 2021 UTC (3 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.33: +5 -5 lines
Diff to previous 1.33 (colored) to selected 1.40 (colored)

lint: fix typos and other minor stylistic issues

Revision 1.33 / (download) - annotate - [select for diffs], Sun Jan 3 20:14:38 2021 UTC (3 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.32: +11 -11 lines
Diff to previous 1.32 (colored) to selected 1.40 (colored)

lint: rename prflstrg to printflike_argnum, likewise for scflstrg

Revision 1.32 / (download) - annotate - [select for diffs], Sat Jan 2 18:26:44 2021 UTC (3 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.31: +4 -4 lines
Diff to previous 1.31 (colored) to selected 1.40 (colored)

lint: fix lint warning 161 "constant in conditional context"

Revision 1.31 / (download) - annotate - [select for diffs], Fri Jan 1 09:28:22 2021 UTC (3 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.30: +4 -4 lines
Diff to previous 1.30 (colored) to selected 1.40 (colored)

lint: replace simple LERROR with lint_assert

Revision 1.30 / (download) - annotate - [select for diffs], Fri Jan 1 09:11:40 2021 UTC (3 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.29: +3 -4 lines
Diff to previous 1.29 (colored) to selected 1.40 (colored)

lint: replace some more LERROR with lint_assert

Revision 1.29 / (download) - annotate - [select for diffs], Wed Dec 30 11:14:03 2020 UTC (3 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.28: +7 -7 lines
Diff to previous 1.28 (colored) to selected 1.40 (colored)

lint: un-abbreviate s_dpos, s_spos and s_upos

Revision 1.28 / (download) - annotate - [select for diffs], Wed Dec 30 10:56:51 2020 UTC (3 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.27: +4 -4 lines
Diff to previous 1.27 (colored) to selected 1.40 (colored)

lint: un-abbreviate parenthesized and _strg

Revision 1.27 / (download) - annotate - [select for diffs], Wed Dec 30 10:46:11 2020 UTC (3 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.26: +4 -4 lines
Diff to previous 1.26 (colored) to selected 1.40 (colored)

lint: rename more _nxt members to _next

Revision 1.26 / (download) - annotate - [select for diffs], Wed Dec 30 10:26:12 2020 UTC (3 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.25: +6 -6 lines
Diff to previous 1.25 (colored) to selected 1.40 (colored)

lint: rename s_nxt to s_next

Revision 1.25 / (download) - annotate - [select for diffs], Tue Dec 29 21:32:46 2020 UTC (3 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored) to selected 1.40 (colored)

lint: fix typo in comments

Revision 1.24 / (download) - annotate - [select for diffs], Tue Dec 29 11:35:11 2020 UTC (3 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored) to selected 1.40 (colored)

lint: remove redundant parentheses around return value

Revision 1.23 / (download) - annotate - [select for diffs], Mon Dec 28 21:24:55 2020 UTC (3 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.22: +6 -7 lines
Diff to previous 1.22 (colored) to selected 1.40 (colored)

lint: spell check

Revision 1.22 / (download) - annotate - [select for diffs], Mon Dec 28 18:49:02 2020 UTC (3 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored) to selected 1.40 (colored)

lint: rename tspec macros

Revision 1.21 / (download) - annotate - [select for diffs], Mon Dec 28 12:52:45 2020 UTC (3 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.20: +4 -4 lines
Diff to previous 1.20 (colored) to selected 1.40 (colored)

lint1: remove trailing whitespace

Revision 1.20 / (download) - annotate - [select for diffs], Tue Dec 26 17:02:19 2017 UTC (6 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: phil-wifi-base, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, phil-wifi, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, is-mlppp-base, is-mlppp
Changes since 1.19: +5 -2 lines
Diff to previous 1.19 (colored) to selected 1.40 (colored)

Don't print duplicate definitions for inline symbols.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Sep 26 22:52:24 2008 UTC (15 years, 6 months ago) by matt
Branch: MAIN
CVS Tags: yamt-pagecache-tag8, yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, tls-maxphys-base, tls-maxphys, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, matt-premerge-20091211, matt-nb8-mediatek-base, matt-nb8-mediatek, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-premerge-20101231, matt-mips64-base2, localcount-20160914, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, cherry-xenmp-base, cherry-xenmp, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2, agc-symver-base, agc-symver
Changes since 1.18: +4 -2 lines
Diff to previous 1.18 (colored) to selected 1.40 (colored)

Teach lint about long double _Complex (C99)

Revision 1.16.20.1 / (download) - annotate - [select for diffs], Sun May 18 12:36:11 2008 UTC (15 years, 10 months ago) by yamt
Branch: yamt-pf42
Changes since 1.16: +6 -2 lines
Diff to previous 1.16 (colored) next main 1.17 (colored) to selected 1.40 (colored)

sync with head.

Revision 1.18 / (download) - annotate - [select for diffs], Sat Apr 26 23:34:55 2008 UTC (15 years, 11 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, hpcarm-cleanup-nbase
Changes since 1.17: +5 -5 lines
Diff to previous 1.17 (colored) to selected 1.40 (colored)

Fix complex double to be '\0' instead of 'u', from Nicolas Joly.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Apr 25 22:18:34 2008 UTC (15 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.16: +6 -2 lines
Diff to previous 1.16 (colored) to selected 1.40 (colored)

preliminary _Complex support.
NB: Does not really understand type conversions between complex and doubles.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Sep 24 15:30:35 2005 UTC (18 years, 6 months ago) by perry
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf, chap-midi-nbase, chap-midi-base, chap-midi, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-pf42
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored) to selected 1.40 (colored)

in several comments:
  implizit -> implicit
  explizit -> explicit

Revision 1.15 / (download) - annotate - [select for diffs], Sun Sep 12 08:58:52 2004 UTC (19 years, 6 months ago) by yamt
Branch: MAIN
CVS Tags: netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3
Changes since 1.14: +4 -2 lines
Diff to previous 1.14 (colored) to selected 1.40 (colored)

recognize _Bool.

Revision 1.13.2.1 / (download) - annotate - [select for diffs], Tue Jun 22 07:18:49 2004 UTC (19 years, 9 months ago) by tron
Branch: netbsd-2-0
CVS Tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2
Changes since 1.13: +6 -2 lines
Diff to previous 1.13 (colored) next main 1.14 (colored) to selected 1.40 (colored)

Pull up revision 1.14 (requested by jmc in ticket #527):
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

Revision 1.14 / (download) - annotate - [select for diffs], Sun Jun 20 22:20:16 2004 UTC (19 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.13: +6 -2 lines
Diff to previous 1.13 (colored) to selected 1.40 (colored)

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

Revision 1.13 / (download) - annotate - [select for diffs], Fri Sep 13 14:59:24 2002 UTC (21 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-2-0-base, fvdl_fs64_base
Branch point for: netbsd-2-0
Changes since 1.12: +5 -5 lines
Diff to previous 1.12 (colored) to selected 1.40 (colored)

Minimize diffs with my C99 capable version [this commit does not include
C99 support.

- turn lerror() into a macro so that the filename and the line number of the
  error are printed before we abort.
- recurse in type printing to provide the proper type name.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Feb 5 03:04:27 2002 UTC (22 years, 1 month ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored) to selected 1.40 (colored)

Replace u_quad_t with uint64_t and quad_t with int64_t, and use
<inttypes.h> to get those type definitions.  These types are more
portable, and a little more sane to do autoconf tests for.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Jan 31 19:36:54 2002 UTC (22 years, 2 months ago) by tv
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored) to selected 1.40 (colored)

Protect __RCSID and __COPYRIGHT from being invoked if not defined.

Revision 1.10 / (download) - annotate - [select for diffs], Mon May 28 12:40:37 2001 UTC (22 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.9: +17 -27 lines
Diff to previous 1.9 (colored) to selected 1.40 (colored)

cleanup (prior to more adding more features):
- convert to ANSI KNF
- remove trailing whitespace
- translate some comments from german into english

code compiles and runs clean, and tested by running "make lint" against
xlint source using previous and this lint produces same results.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Feb 24 00:43:51 2001 UTC (23 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.40 (colored)

fix broken NetBSD RCS id tags

Revision 1.7.8.1 / (download) - annotate - [select for diffs], Fri Jun 23 16:40:18 2000 UTC (23 years, 9 months ago) by minoura
Branch: minoura-xpg4dl
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 (colored) next main 1.8 (colored) to selected 1.40 (colored)

Sync w/ netbsd-1-5-base.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Jun 14 06:49:23 2000 UTC (23 years, 9 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, netbsd-1-5
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 (colored) to selected 1.40 (colored)

fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well.  No functional changes.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Feb 22 15:40:39 1998 UTC (26 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4, minoura-xpg4dl-base, comdex-fall-1999-base, comdex-fall-1999
Branch point for: minoura-xpg4dl
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored) to selected 1.40 (colored)

WARNSify

Revision 1.5.2.1 / (download) - annotate - [select for diffs], Tue Nov 4 21:42:20 1997 UTC (26 years, 4 months ago) by thorpej
Branch: netbsd-1-3
CVS Tags: netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA
Changes since 1.5: +14 -2 lines
Diff to previous 1.5 (colored) next main 1.6 (colored) to selected 1.40 (colored)

Pull up from trunk: make renaming work and other minor fixes.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Nov 3 22:36:38 1997 UTC (26 years, 5 months ago) by cgd
Branch: MAIN
Changes since 1.5: +14 -2 lines
Diff to previous 1.5 (colored) to selected 1.40 (colored)

implement (hack in) symbol (function and variable) renaming, so that
the function renaming tricks currently needed by libc can be tolerated
by lint.  This needs some cleanup, but it appears to work.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Dec 22 11:31:06 1996 UTC (27 years, 3 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-3-base
Branch point for: netbsd-1-3
Changes since 1.4: +13 -3 lines
Diff to previous 1.4 (colored) to selected 1.40 (colored)

* recognize that pointers to identical unnamed and untyped structs,
  unions, and enums are, in fact, identical.  This is done by tagging
  each of unnamed and untyped structure, union and enum with a unique
  position of creation, which is used as a unique identifier that
  when determine whether or not a pair of structures, unions, or enums
  are identical.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Oct 2 17:21:28 1995 UTC (28 years, 6 months ago) by jpo
Branch: MAIN
CVS Tags: netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA, netbsd-1-2, netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1
Changes since 1.3: +5 -6 lines
Diff to previous 1.3 (colored) to selected 1.40 (colored)

prototypes override old style function definitions
this is a gnu extension to ansi c

Revision 1.3 / (download) - annotate - [select for diffs], Mon Oct 2 17:14:14 1995 UTC (28 years, 6 months ago) by jpo
Branch: MAIN
Changes since 1.2: +9 -8 lines
Diff to previous 1.2 (colored) to selected 1.40 (colored)

added inline keywords
"inline" is enabled by -g, "__inline" and "__inline__" are always available

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jul 3 21:24:02 1995 UTC (28 years, 9 months ago) by cgd
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored) to selected 1.40 (colored)

RCS id cleanup

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Jul 3 20:56:36 1995 UTC (28 years, 9 months ago) by cgd
Branch: Jochen_Pohl
CVS Tags: Jochen_Pohl-950703
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.40 (colored)

lint(1) implementation, by Jochen Pohl.  named 'xlint' for a similar
reason to why 'install' is named 'xinstall'.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jul 3 20:56:36 1995 UTC (28 years, 9 months ago) by cgd
Branch: MAIN
Diff to selected 1.40 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>