CVS commit: src/usr.bin/xlint/lint1

2011-02-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 5 17:14:15 UTC 2011 Modified Files: src/usr.bin/xlint/lint1: externs1.h mkops op.h ops.def tree.c Log Message: as promised make the last ops table auto-generated. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/xlint/lint1

2011-02-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 5 17:29:48 UTC 2011 Modified Files: src/usr.bin/xlint/lint1: mkops Log Message: copyright date To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/xlint/lint1/mkops Please note that diffs are not

CVS commit: src/usr.bin/xlint/lint1

2011-02-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 5 19:10:40 UTC 2011 Modified Files: src/usr.bin/xlint/lint1: mkops Log Message: fix missing comparison To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/xlint/lint1/mkops Please note that diffs

CVS commit: src/usr.bin/xlint/lint1

2011-02-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 5 19:13:48 UTC 2011 Modified Files: src/usr.bin/xlint/lint1: Makefile.ops-c Makefile.ops-h Log Message: better dependency handling To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/usr.bin/xlint/lint1

2011-02-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 4 23:31:23 UTC 2011 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/usr.bin/xlint/lint1/tree.c Please note that diffs are not

CVS commit: src/usr.bin/xlint/lint1

2011-02-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 4 23:32:44 UTC 2011 Modified Files: src/usr.bin/xlint/lint1: Makefile op.h Added Files: src/usr.bin/xlint/lint1: Makefile.ops-c Makefile.ops-h ops.def Log Message: generate ops table dynamically. Will move the

CVS commit: src/usr.bin/xlint/lint1

2011-02-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 5 03:09:46 UTC 2011 Modified Files: src/usr.bin/xlint/lint1: Makefile.ops-c Makefile.ops-h Log Message: fix tools build. Why doesn't .PARSEDIR work? To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/usr.bin/xlint/lint1

2011-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 17 03:04:10 UTC 2011 Modified Files: src/usr.bin/xlint/lint1: mem1.c Log Message: PR/44235: Valeriy E. Ushakov: Don't pick up a block from the free list if it is not big enough, allocate a new one. XXX: this is

CVS commit: src/usr.bin/xlint/lint1

2010-12-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 18 20:57:41 UTC 2010 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: PR/44235: Martin Husemann: Fix core dump due to memory corruption. Found by Henning Petersen To generate a diff of this commit: cvs

CVS commit: src/usr.bin/xlint/lint1

2010-11-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 24 17:51:11 UTC 2010 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: PR/44148: Henning Petersen: catstrg() does not set the resulting string length. To generate a diff of this commit: cvs rdiff -u -r1.64

CVS commit: src/usr.bin/xlint/lint1

2010-03-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 21 14:29:04 UTC 2010 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: revert for now. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/usr.bin/xlint/lint1/tree.c Please note that diffs

CVS commit: src/usr.bin/xlint/lint1

2010-03-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 21 00:02:13 UTC 2010 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: make lint recognize constant shift values and not warn if the number of bits shifted results in a narrower type. To generate a diff of

CVS commit: src/usr.bin/xlint/lint1

2010-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 11 16:28:06 UTC 2010 Modified Files: src/usr.bin/xlint/lint1: scan.l Log Message: fix hex double parsing. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/usr.bin/xlint/lint1/scan.l Please note that

CVS commit: src/usr.bin/xlint/lint1

2009-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 2 18:17:16 UTC 2009 Modified Files: src/usr.bin/xlint/lint1: init.c Log Message: change initialization from non const of regular variables to c99 instead of gnu since c99 now has it. To generate a diff of this

CVS commit: src/usr.bin/xlint/lint1

2009-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 2 19:01:14 UTC 2009 Modified Files: src/usr.bin/xlint/lint1: cgram.y decl.c lint1.h tree.c Log Message: recognize struct __packed x { }; in addition to struct x { } __packed; To generate a diff of this commit: cvs

CVS commit: src/usr.bin/xlint/lint1

2009-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 2 19:02:16 UTC 2009 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: remove debugging To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/usr.bin/xlint/lint1/tree.c Please note that diffs

CVS commit: src/usr.bin/xlint/lint1

2009-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 2 20:45:06 UTC 2009 Modified Files: src/usr.bin/xlint/lint1: decl.c Log Message: fix typedef struct __packed To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/usr.bin/xlint/lint1/decl.c Please note

CVS commit: src/usr.bin/xlint/lint1

2009-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 2 21:04:03 UTC 2009 Modified Files: src/usr.bin/xlint/lint1: decl.c externs1.h tree.c Log Message: compute sizes by the new tsize() function. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50

CVS commit: src/usr.bin/xlint/lint1

2009-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 3 01:35:20 UTC 2009 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: accept struct { ... } __packed name; To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/usr.bin/xlint/lint1/cgram.y

CVS commit: src/usr.bin/xlint/lint1

2009-08-05 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Aug 5 19:08:29 UTC 2009 Modified Files: src/usr.bin/xlint/lint1: mem1.c Log Message: Fix typos in comment. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.bin/xlint/lint1/mem1.c Please note that diffs

CVS commit: src/usr.bin/xlint/lint1

2009-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 2 16:10:49 UTC 2009 Modified Files: src/usr.bin/xlint/lint1: cgram.y err.c externs1.h scan.l tree.c Log Message: Add __alignof__. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44

CVS commit: src/usr.bin/xlint/lint1

2009-04-27 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Mon Apr 27 15:08:10 UTC 2009 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: Print left and right type and not left type twice. (Hi Christos!) To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58

<    3   4   5   6   7   8