CVS commit: src/usr.bin/error

2020-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 10 18:35:30 UTC 2020 Modified Files: src/usr.bin/error: input.c Log Message: use getline(3) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr.bin/error/input.c Please note that diffs are not

CVS commit: src/usr.bin/error

2016-06-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jun 30 15:34:30 UTC 2016 Modified Files: src/usr.bin/error: pi.c Log Message: PR 51298 David Binderman: simplify redundant conditionals To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.bin/error/pi.c

CVS commit: src/usr.bin/error

2016-06-06 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Mon Jun 6 16:32:19 UTC 2016 Modified Files: src/usr.bin/error: error.1 Log Message: Convert reference to f77(1) from .Xr to .Ic as we don't have it any more. Ok from wiz@ To generate a diff of this commit: cvs rdiff -u -r1.18

CVS commit: src/usr.bin/error

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 16:35:35 UTC 2016 Modified Files: src/usr.bin/error: filter.c Log Message: Use this program's Strdup() instead of strdup() so it exits on failure instead of dumping core. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/error

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 16:26:34 UTC 2016 Modified Files: src/usr.bin/error: filter.c Log Message: Use rewind() instead of freopen()'ing the same file for no reason. Also, close the file when done instead of dropping it on the floor.

CVS commit: src/usr.bin/error

2015-08-09 Thread Mateusz Kocielski
Module Name:src Committed By: shm Date: Sun Aug 9 09:49:25 UTC 2015 Modified Files: src/usr.bin/error: filter.c Log Message: Remove unnecessary fclose(3) call To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.bin/error/filter.c Please note that

CVS commit: src/usr.bin/error

2012-02-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Feb 29 23:37:07 UTC 2012 Modified Files: src/usr.bin/error: error.h touch.c Log Message: Don't use non-literal format strings. Split it up depending on the number of arguments used. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/error

2012-01-22 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jan 22 09:25:27 UTC 2012 Modified Files: src/usr.bin/error: error.1 Log Message: Fix the csh(1) example (make ... | error ..., not make ... | error ...), and add a sh(1) example (make ... 21 | error ...). To generate a diff of

CVS commit: src/usr.bin/error

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 13:11:22 UTC 2011 Modified Files: src/usr.bin/error: error.h main.c pi.c Log Message: avoid ... dutch being interpreted as a pascal continuation message, and core-dumping. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/error

2011-07-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 18 21:46:16 UTC 2011 Modified Files: src/usr.bin/error: input.c Log Message: gcc 4.5 error support (file:line:col: error instead of file:line: error) To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/usr.bin/error

2011-05-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue May 24 12:24:23 UTC 2011 Modified Files: src/usr.bin/error: touch.c Log Message: Simplify To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/usr.bin/error/touch.c Please note that diffs are not public domain;

CVS commit: src/usr.bin/error

2011-05-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri May 20 07:07:37 UTC 2011 Modified Files: src/usr.bin/error: error.1 Log Message: Sort options, merge single letter options in synopsis. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.bin/error/error.1

CVS commit: src/usr.bin/error

2011-05-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri May 20 07:08:25 UTC 2011 Modified Files: src/usr.bin/error: error.1 Log Message: Fix macro name in SYNOPSIS. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.bin/error/error.1 Please note that diffs are

CVS commit: src/usr.bin/error

2011-05-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri May 20 07:09:52 UTC 2011 Modified Files: src/usr.bin/error: main.c Log Message: Sync usage with man page. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.bin/error/main.c Please note that diffs are not

CVS commit: src/usr.bin/error

2011-05-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 21 00:43:31 UTC 2011 Modified Files: src/usr.bin/error: error.h Log Message: remove unused. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.bin/error/error.h Please note that diffs are not

CVS commit: src/usr.bin/error

2011-05-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 21 00:43:42 UTC 2011 Modified Files: src/usr.bin/error: main.c Log Message: - KNF - more static - fix argument parsing. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.bin/error/main.c Please

CVS commit: src/usr.bin/error

2011-05-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 21 00:43:53 UTC 2011 Modified Files: src/usr.bin/error: touch.c Log Message: use warn/err. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/usr.bin/error/touch.c Please note that diffs are not public

CVS commit: src/usr.bin/error

2011-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 19 22:55:54 UTC 2011 Modified Files: src/usr.bin/error: error.1 error.h main.c touch.c Log Message: - use getopt - use err - add -p filelevel to chop levels like patch - document all the options To generate a diff of

CVS commit: src/usr.bin/error

2011-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 20 02:00:45 UTC 2011 Modified Files: src/usr.bin/error: touch.c Log Message: counting was off, and setting things to themselves does not work very welll. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/usr.bin/error

2010-04-05 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Apr 5 21:18:20 UTC 2010 Modified Files: src/usr.bin/error: error.1 Log Message: \\ - \e To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/error/error.1 Please note that diffs are not public domain;

CVS commit: src/usr.bin/error

2009-08-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 13 06:59:38 UTC 2009 Modified Files: src/usr.bin/error: Makefile error.h input.c main.c pi.c subr.c touch.c Log Message: Pass WARNS=4, not without some gross preprocessor hackery. XXX: does this program actually do

CVS commit: src/usr.bin/error

2009-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 13 02:10:50 UTC 2009 Modified Files: src/usr.bin/error: error.h filter.c input.c main.c pi.c subr.c touch.c Log Message: sprinkle static To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/usr.bin/error

2009-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 13 03:10:03 UTC 2009 Modified Files: src/usr.bin/error: main.c Log Message: woops (doh!) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/error/main.c Please note that diffs are not public

CVS commit: src/usr.bin/error

2009-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 13 03:50:02 UTC 2009 Modified Files: src/usr.bin/error: error.h filter.c input.c main.c pi.c subr.c touch.c Log Message: Sprinkle const. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/usr.bin/error

2009-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 13 04:09:53 UTC 2009 Modified Files: src/usr.bin/error: Makefile filter.c touch.c Log Message: pass -Wshadow To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.bin/error/Makefile cvs rdiff -u -r1.13

CVS commit: src/usr.bin/error

2009-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 13 05:53:58 UTC 2009 Modified Files: src/usr.bin/error: error.h filter.c input.c main.c pi.c subr.c touch.c Log Message: Assorted minor cleanup: - use stdbool.h (partly) - move extern declarations of data to header