Searched +hist:1.396 +hist:2.1 (Results 1 - 7 of 7) sorted by relevance
| /src/usr.bin/xlint/lint1/ | ||
| H A D | decl.c | 1.396 Sat Mar 09 13:20:55 GMT 2024 rillig lint: inline accessor macros for type_t 1.181 Sun May 16 10:34:19 GMT 2021 rillig lint: add type information to unportable bit-field type Seeing the message "unportable bit-field type 'int'" may sound strange at first, but that's a strict interpretation of the wording in C99 6.7.2.1p4, which requires that the bit-field type is "'_Bool', 'unsigned int' or 'signed int', or some other implementation-defined type". The rationale for C99 6.7.2.1 explicitly lists plain 'int' among the allowed types for bit-fields, regardless of any additional implementation-defined types. This means that lint had interpreted this paragraph wrong, and it should be fixed to allow plain int as well. 1.181 Sun May 16 10:34:19 GMT 2021 rillig lint: add type information to unportable bit-field type Seeing the message "unportable bit-field type 'int'" may sound strange at first, but that's a strict interpretation of the wording in C99 6.7.2.1p4, which requires that the bit-field type is "'_Bool', 'unsigned int' or 'signed int', or some other implementation-defined type". The rationale for C99 6.7.2.1 explicitly lists plain 'int' among the allowed types for bit-fields, regardless of any additional implementation-defined types. This means that lint had interpreted this paragraph wrong, and it should be fixed to allow plain int as well. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.622 Fri Apr 06 10:49:28 GMT 2012 spz adjust for expat-2.1.0 1.535 Sun Apr 25 00:54:44 GMT 2010 joerg Add the constant database reader (cdbr(3)) and writer ((cdbw(3)). They implement a space efficent write-once database with fast access path. Switch the services(5) database to use cdb. The size of the database file decreases from 2.1MB disk space to 307KB. Access performance is about the same if setservent(0) is used and about an order of magnitude faster otherwise. services_mkdb defaults to the new format, but can optionally create the old db(3) format as well for statically linked legacy applications. 1.396 Wed Jul 18 20:17:27 GMT 2007 christos bump version 1.137 Sun May 13 18:13:33 GMT 2001 veego Bump the minor number of libamu to 2.1. 1.1 Thu Jul 02 06:36:37 GMT 1998 jonathan Do datbase normalization on sets/lists/*/* containing shared-library related files. Partition into three categories: * shl.mi -- MI sharedlib files present on all ports with shared libs * shl.aout -- MI sharedlib files present on all ELF ports * shl.elf -- MI sharedlib files present on all a.out ports Add rudimentary shl* support to makeflist. Remove files left empty after shlib normalization. Add ad.mips where appropriate. Make libc, libedit numbers consistent (libc.so.12.29, libedit.2.1). |
| H A D | mi | 1.473 Tue Apr 27 07:38:23 GMT 2004 heas Updates for Postfix 2.1.0 1.396 Wed Apr 09 20:17:07 GMT 2003 jmmv Add a Catalan libc message catalog file (plus everything else needed to track the file). Closes my own PR lib/19498. |
| /src/usr.bin/make/ | ||
| H A D | job.c | 1.396 Sun Jan 10 21:20:46 GMT 2021 rillig make(1): consistently use boolean expressions in conditions Most of the make code already followed the style of explicitly writing (ptr != NULL) instead of the shorter (ptr) in conditions. The remaining 50 instances have been found by an experimental, unpublished check in lint(1) that treats bool expressions as incompatible to any other scalar type, just as in Java, C#, Pascal and several other languages. The only unsafe operation on Boolean that is left over is (flags & FLAG), for an enum implementing a bit set. If Boolean is an ordinary integer type (the default), some high bits may get lost. But if Boolean is the same as _Bool (by compiling with -DUSE_C99_BOOLEAN), C99 6.3.1.2 defines that a conversion from any scalar to the type _Bool acts as a comparison to 0, which cannot lose any bits. 1.29 Sat Sep 04 04:21:28 GMT 1999 christos PR/8259: Chris Demetriou: Fix stack overflow bugs exposed by the glibc-2.1.1 Makefile. Use snprintf everywhere. |
| H A D | main.c | 1.396 Tue Oct 27 07:16:27 GMT 2020 rillig make(1): initialize all CmdOpts fiels 1.48 Sat Sep 04 04:21:28 GMT 1999 christos PR/8259: Chris Demetriou: Fix stack overflow bugs exposed by the glibc-2.1.1 Makefile. Use snprintf everywhere. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.1205 Sun Apr 25 00:54:45 GMT 2010 joerg Add the constant database reader (cdbr(3)) and writer ((cdbw(3)). They implement a space efficent write-once database with fast access path. Switch the services(5) database to use cdb. The size of the database file decreases from 2.1MB disk space to 307KB. Access performance is about the same if setservent(0) is used and about an order of magnitude faster otherwise. services_mkdb defaults to the new format, but can optionally create the old db(3) format as well for statically linked legacy applications. 1.684 Tue Apr 27 07:38:23 GMT 2004 heas Updates for Postfix 2.1.0 1.396 Sat Aug 25 03:31:32 GMT 2001 thorpej Add pnaphy(4). |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.1436 Sun Apr 25 00:54:44 GMT 2010 joerg Add the constant database reader (cdbr(3)) and writer ((cdbw(3)). They implement a space efficent write-once database with fast access path. Switch the services(5) database to use cdb. The size of the database file decreases from 2.1MB disk space to 307KB. Access performance is about the same if setservent(0) is used and about an order of magnitude faster otherwise. services_mkdb defaults to the new format, but can optionally create the old db(3) format as well for statically linked legacy applications. 1.396 Thu Nov 08 19:51:33 GMT 2001 gmcgarry Install krb5.3 |
Completed in 462 milliseconds