satisfy GPL section 2a and LGPL section 2b name+date requirement
This commit is contained in:
parent
19574230de
commit
3e67b58ec2
@ -3,6 +3,7 @@ procps-3.1.3 --> procps-3.1.4
|
|||||||
top: was trashing every "3" in a command name
|
top: was trashing every "3" in a command name
|
||||||
top: when killing a process, the PID was cut at a "3"
|
top: when killing a process, the PID was cut at a "3"
|
||||||
top: more reliable %CPU
|
top: more reliable %CPU
|
||||||
|
update copyright dates (GPL & LGPL require this)
|
||||||
|
|
||||||
procps-3.1.2 --> procps-3.1.3
|
procps-3.1.2 --> procps-3.1.3
|
||||||
|
|
||||||
|
1
NEWS
1
NEWS
@ -3,6 +3,7 @@ procps-3.1.3 --> procps-3.1.4
|
|||||||
top: was trashing every "3" in a command name
|
top: was trashing every "3" in a command name
|
||||||
top: when killing a process, the PID was cut at a "3"
|
top: when killing a process, the PID was cut at a "3"
|
||||||
top: more reliable %CPU
|
top: more reliable %CPU
|
||||||
|
update copyright dates (GPL & LGPL require this)
|
||||||
|
|
||||||
procps-3.1.2 --> procps-3.1.3
|
procps-3.1.2 --> procps-3.1.3
|
||||||
|
|
||||||
|
3
pgrep.c
3
pgrep.c
@ -6,6 +6,9 @@
|
|||||||
*
|
*
|
||||||
* May be distributed under the conditions of the
|
* May be distributed under the conditions of the
|
||||||
* GNU General Public License; a copy is in COPYING
|
* GNU General Public License; a copy is in COPYING
|
||||||
|
*
|
||||||
|
* Changes by Albert Cahalan, 2002.
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
2
pmap.c
2
pmap.c
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 1998 by Albert Cahalan; all rights reserved.
|
* Copyright 2002 by Albert Cahalan; all rights reserved.
|
||||||
* This file may be used subject to the terms and conditions of the
|
* This file may be used subject to the terms and conditions of the
|
||||||
* GNU Library General Public License Version 2, or any later version
|
* GNU Library General Public License Version 2, or any later version
|
||||||
* at your option, as published by the Free Software Foundation.
|
* at your option, as published by the Free Software Foundation.
|
||||||
|
14
proc/alloc.c
14
proc/alloc.c
@ -1,10 +1,10 @@
|
|||||||
/***********************************************************************\
|
// Copyright (C) 1992-1998 by Michael K. Johnson, johnsonm@redhat.com
|
||||||
* Copyright (C) 1992-1998 by Michael K. Johnson, johnsonm@redhat.com *
|
// Copyright 2002 Albert Cahalan
|
||||||
* *
|
//
|
||||||
* This file is placed under the conditions of the GNU Library *
|
// This file is placed under the conditions of the GNU Library
|
||||||
* General Public License, version 2, or any later version. *
|
// General Public License, version 2, or any later version.
|
||||||
* See file COPYING for information on distribution conditions. *
|
// See file COPYING for information on distribution conditions.
|
||||||
\***********************************************************************/
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "alloc.h"
|
#include "alloc.h"
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
* under the conditions of the GNU Library General Public License.
|
* under the conditions of the GNU Library General Public License.
|
||||||
* See the file COPYING for details.
|
* See the file COPYING for details.
|
||||||
*
|
*
|
||||||
|
* Copyright 2002 Albert Cahalan
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <string.h> /* for strcmp */
|
#include <string.h> /* for strcmp */
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 1998 by Albert Cahalan; all rights resered.
|
* Copyright 1998-2002 by Albert Cahalan; all rights resered.
|
||||||
* This file may be used subject to the terms and conditions of the
|
* This file may be used subject to the terms and conditions of the
|
||||||
* GNU Library General Public License Version 2, or any later version
|
* GNU Library General Public License Version 2, or any later version
|
||||||
* at your option, as published by the Free Software Foundation.
|
* at your option, as published by the Free Software Foundation.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 1998 by Albert Cahalan; all rights reserved.
|
* Copyright 1998-2002 by Albert Cahalan; all rights reserved.
|
||||||
* This file may be used subject to the terms and conditions of the
|
* This file may be used subject to the terms and conditions of the
|
||||||
* GNU Library General Public License Version 2, or any later version
|
* GNU Library General Public License Version 2, or any later version
|
||||||
* at your option, as published by the Free Software Foundation.
|
* at your option, as published by the Free Software Foundation.
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
/*
|
// Some output conversion routines for libproc
|
||||||
Some output conversion routines for libproc
|
// Copyright (C) 1996, Charles Blake. See COPYING for details.
|
||||||
Copyright (C) 1996, Charles Blake. See COPYING for details.
|
//
|
||||||
*/
|
// Copyright 2002, Albert Cahalan
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
/***********************************************************************\
|
// Copyright (C) 1992-1998 by Michael K. Johnson, johnsonm@redhat.com
|
||||||
* Copyright (C) 1992-1998 by Michael K. Johnson, johnsonm@redhat.com *
|
// Note: most likely none of his code remains
|
||||||
* *
|
//
|
||||||
* This file is placed under the conditions of the GNU Library *
|
// Copyright 2002, Albert Cahalan
|
||||||
* General Public License, version 2, or any later version. *
|
//
|
||||||
* See file ../COPYING for information on distribution conditions. *
|
// This file is placed under the conditions of the GNU Library
|
||||||
\***********************************************************************/
|
// General Public License, version 2, or any later version.
|
||||||
|
// See file COPYING for information on distribution conditions.
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
* New Interface to Process Table -- PROCTAB Stream (a la Directory streams)
|
* New Interface to Process Table -- PROCTAB Stream (a la Directory streams)
|
||||||
* Copyright (C) 1996 Charles L. Blake.
|
* Copyright (C) 1996 Charles L. Blake.
|
||||||
* Copyright (C) 1998 Michael K. Johnson
|
* Copyright (C) 1998 Michael K. Johnson
|
||||||
|
* Copyright 1998-2002 Albert Cahalan
|
||||||
* May be distributed under the conditions of the
|
* May be distributed under the conditions of the
|
||||||
* GNU Library General Public License; a copy is in COPYING
|
* GNU Library General Public License; a copy is in COPYING
|
||||||
*/
|
*/
|
||||||
|
@ -2,8 +2,9 @@
|
|||||||
#define PROCPS_PROC_READPROC_H
|
#define PROCPS_PROC_READPROC_H
|
||||||
/*
|
/*
|
||||||
* New Interface to Process Table -- PROCTAB Stream (a la Directory streams)
|
* New Interface to Process Table -- PROCTAB Stream (a la Directory streams)
|
||||||
* Copyright (C) 1996 Charles L. Blake.
|
* Copyright 1996 Charles L. Blake.
|
||||||
* Copyright (C) 1998 Michael K. Johnson
|
* Copyright 1998 Michael K. Johnson
|
||||||
|
* Copyright 1998-2002 Albert Cahalan
|
||||||
* May be distributed under the terms of the
|
* May be distributed under the terms of the
|
||||||
* GNU Library General Public License, a copy of which is provided
|
* GNU Library General Public License, a copy of which is provided
|
||||||
* in the file COPYING
|
* in the file COPYING
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 1998 by Albert Cahalan; all rights resered.
|
* Copyright 1998-2002 by Albert Cahalan; all rights resered.
|
||||||
* This file may be used subject to the terms and conditions of the
|
* This file may be used subject to the terms and conditions of the
|
||||||
* GNU Library General Public License Version 2, or any later version
|
* GNU Library General Public License Version 2, or any later version
|
||||||
* at your option, as published by the Free Software Foundation.
|
* at your option, as published by the Free Software Foundation.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef PROC_SIG_H
|
#ifndef PROC_SIG_H
|
||||||
#define PROC_SIG_H
|
#define PROC_SIG_H
|
||||||
/*
|
/*
|
||||||
* Copyright 1998 by Albert Cahalan; all rights resered.
|
* Copyright 1998-2002 by Albert Cahalan; all rights resered.
|
||||||
* This file may be used subject to the terms and conditions of the
|
* This file may be used subject to the terms and conditions of the
|
||||||
* GNU Library General Public License Version 2, or any later version
|
* GNU Library General Public License Version 2, or any later version
|
||||||
* at your option, as published by the Free Software Foundation.
|
* at your option, as published by the Free Software Foundation.
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
/***********************************************************************\
|
// Copyright (C) 1992-1998 by Michael K. Johnson, johnsonm@redhat.com
|
||||||
* Copyright (C) 1992-1998 by Michael K. Johnson, johnsonm@redhat.com *
|
// Copyright 2002 Albert Cahalan
|
||||||
* *
|
//
|
||||||
* This file is placed under the conditions of the GNU Library *
|
// This file is placed under the conditions of the GNU Library
|
||||||
* General Public License, version 2, or any later version. *
|
// General Public License, version 2, or any later version.
|
||||||
* See file COPYING for information on distribution conditions. *
|
// See file COPYING for information on distribution conditions.
|
||||||
\***********************************************************************/
|
|
||||||
|
|
||||||
|
|
||||||
#include "procps.h"
|
#include "procps.h"
|
||||||
#include "readproc.h"
|
#include "readproc.h"
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
/***********************************************************************\
|
// Copyright (C) 1992-1998 by Michael K. Johnson, johnsonm@redhat.com
|
||||||
* Copyright (C) 1992-1998 by Michael K. Johnson, johnsonm@redhat.com *
|
// Copyright 1998-2002 Albert Cahalan
|
||||||
* *
|
//
|
||||||
* This file is placed under the conditions of the GNU Library *
|
// This file is placed under the conditions of the GNU Library
|
||||||
* General Public License, version 2, or any later version. *
|
// General Public License, version 2, or any later version.
|
||||||
* See file COPYING for information on distribution conditions. *
|
// See file COPYING for information on distribution conditions.
|
||||||
\***********************************************************************/
|
|
||||||
|
|
||||||
/* File for parsing top-level /proc entities. */
|
/* File for parsing top-level /proc entities. */
|
||||||
|
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
/* Suite version information for procps utilities
|
/* Suite version information for procps utilities
|
||||||
* Copyright (c) 1995 Martin Schulze <joey@infodrom.north.de>
|
* Copyright (c) 1995 Martin Schulze <joey@infodrom.north.de>
|
||||||
* Ammended by cblake to only export the function symbol.
|
* Ammended by cblake to only export the function symbol.
|
||||||
|
*
|
||||||
|
* Modified by Albert Cahalan
|
||||||
|
*
|
||||||
* Redistributable under the terms of the
|
* Redistributable under the terms of the
|
||||||
* GNU Library General Public License; see COPYING
|
* GNU Library General Public License; see COPYING
|
||||||
*/
|
*/
|
||||||
|
@ -8,6 +8,8 @@
|
|||||||
* Linux kernel version information for procps utilities
|
* Linux kernel version information for procps utilities
|
||||||
* Copyright (c) 1996 Charles Blake <cblake@bbn.com>
|
* Copyright (c) 1996 Charles Blake <cblake@bbn.com>
|
||||||
* Distributable under the terms of the GNU Library General Public License
|
* Distributable under the terms of the GNU Library General Public License
|
||||||
|
*
|
||||||
|
* Copyright 2002 Albert Cahalan
|
||||||
*/
|
*/
|
||||||
|
|
||||||
EXTERN_C_BEGIN
|
EXTERN_C_BEGIN
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
Begin4
|
Begin4
|
||||||
Title: procps
|
Title: procps
|
||||||
Version: 3.1.3
|
Version: 3.1.4
|
||||||
Entered-date: 2002-12-11
|
Entered-date: 2002-12-14
|
||||||
Description: Linux system utilities
|
Description: Linux system utilities
|
||||||
Keywords: procps /proc libproc sysctl pmap
|
Keywords: procps /proc libproc sysctl pmap
|
||||||
ps uptime tload free w top vmstat watch skill snice kill pgrep pkill
|
ps uptime tload free w top vmstat watch skill snice kill pgrep pkill
|
||||||
Author: Albert Cahalan, Michael K. Johnson, Jim Warner, etc.
|
Author: Albert Cahalan, Michael K. Johnson, Jim Warner, etc.
|
||||||
Maintained-by: various <procps-feedback@lists.sf.net>
|
Maintained-by: various <procps-feedback@lists.sf.net>
|
||||||
Primary-site: http://procps.sf.net/
|
Primary-site: http://procps.sf.net/
|
||||||
236kB procps-3.1.3.tar.gz
|
236kB procps-3.1.4.tar.gz
|
||||||
Alternate-site: http://www.debian.org/Packages/unstable/base/procps.html
|
Alternate-site: http://www.debian.org/Packages/unstable/base/procps.html
|
||||||
236kB procps-3.1.3.tar.gz
|
236kB procps-3.1.4.tar.gz
|
||||||
Copying-policy: mixed
|
Copying-policy: mixed
|
||||||
End
|
End
|
||||||
|
@ -3,7 +3,7 @@ Summary: System and process monitoring utilities
|
|||||||
Name: procps
|
Name: procps
|
||||||
%define major_version 3
|
%define major_version 3
|
||||||
%define minor_version 1
|
%define minor_version 1
|
||||||
%define revision 3
|
%define revision 4
|
||||||
%define version %{major_version}.%{minor_version}.%{revision}
|
%define version %{major_version}.%{minor_version}.%{revision}
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: 1
|
Release: 1
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 1998 by Albert Cahalan; all rights resered.
|
* Copyright 1998-2002 by Albert Cahalan; all rights resered.
|
||||||
* This file may be used subject to the terms and conditions of the
|
* This file may be used subject to the terms and conditions of the
|
||||||
* GNU Library General Public License Version 2, or any later version
|
* GNU Library General Public License Version 2, or any later version
|
||||||
* at your option, as published by the Free Software Foundation.
|
* at your option, as published by the Free Software Foundation.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 1998 by Albert Cahalan; all rights resered.
|
* Copyright 1998-2002 by Albert Cahalan; all rights resered.
|
||||||
* This file may be used subject to the terms and conditions of the
|
* This file may be used subject to the terms and conditions of the
|
||||||
* GNU Library General Public License Version 2, or any later version
|
* GNU Library General Public License Version 2, or any later version
|
||||||
* at your option, as published by the Free Software Foundation.
|
* at your option, as published by the Free Software Foundation.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 1998 by Albert Cahalan; all rights resered.
|
* Copyright 1998-2002 by Albert Cahalan; all rights resered.
|
||||||
* This file may be used subject to the terms and conditions of the
|
* This file may be used subject to the terms and conditions of the
|
||||||
* GNU Library General Public License Version 2, or any later version
|
* GNU Library General Public License Version 2, or any later version
|
||||||
* at your option, as published by the Free Software Foundation.
|
* at your option, as published by the Free Software Foundation.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 1998 by Albert Cahalan; all rights resered.
|
* Copyright 1998-2002 by Albert Cahalan; all rights resered.
|
||||||
* This file may be used subject to the terms and conditions of the
|
* This file may be used subject to the terms and conditions of the
|
||||||
* GNU Library General Public License Version 2, or any later version
|
* GNU Library General Public License Version 2, or any later version
|
||||||
* at your option, as published by the Free Software Foundation.
|
* at your option, as published by the Free Software Foundation.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 1998 by Albert Cahalan; all rights reserved.
|
* Copyright 1998-2002 by Albert Cahalan; all rights reserved.
|
||||||
* This file may be used subject to the terms and conditions of the
|
* This file may be used subject to the terms and conditions of the
|
||||||
* GNU Library General Public License Version 2, or any later version
|
* GNU Library General Public License Version 2, or any later version
|
||||||
* at your option, as published by the Free Software Foundation.
|
* at your option, as published by the Free Software Foundation.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 1999 by Albert Cahalan; all rights resered.
|
* Copyright 1999-2002 by Albert Cahalan; all rights reserved.
|
||||||
*
|
*
|
||||||
* This file may be used subject to the terms and conditions of the
|
* This file may be used subject to the terms and conditions of the
|
||||||
* GNU Library General Public License Version 2, or any later version
|
* GNU Library General Public License Version 2, or any later version
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 1998 by Albert Cahalan; all rights reserved.
|
* Copyright 1998-2002 by Albert Cahalan; all rights reserved.
|
||||||
* This file may be used subject to the terms and conditions of the
|
* This file may be used subject to the terms and conditions of the
|
||||||
* GNU Library General Public License Version 2, or any later version
|
* GNU Library General Public License Version 2, or any later version
|
||||||
* at your option, as published by the Free Software Foundation.
|
* at your option, as published by the Free Software Foundation.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 1998 by Albert Cahalan; all rights resered.
|
* Copyright 1998-2002 by Albert Cahalan; all rights resered.
|
||||||
* This file may be used subject to the terms and conditions of the
|
* This file may be used subject to the terms and conditions of the
|
||||||
* GNU Library General Public License Version 2, or any later version
|
* GNU Library General Public License Version 2, or any later version
|
||||||
* at your option, as published by the Free Software Foundation.
|
* at your option, as published by the Free Software Foundation.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 1998 by Albert Cahalan; all rights resered.
|
* Copyright 1998-2002 by Albert Cahalan; all rights resered.
|
||||||
* This file may be used subject to the terms and conditions of the
|
* This file may be used subject to the terms and conditions of the
|
||||||
* GNU Library General Public License Version 2, or any later version
|
* GNU Library General Public License Version 2, or any later version
|
||||||
* at your option, as published by the Free Software Foundation.
|
* at your option, as published by the Free Software Foundation.
|
||||||
|
2
skill.c
2
skill.c
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 1998 by Albert Cahalan; all rights resered.
|
* Copyright 1998-2002 by Albert Cahalan; all rights resered.
|
||||||
* This file may be used subject to the terms and conditions of the
|
* This file may be used subject to the terms and conditions of the
|
||||||
* GNU Library General Public License Version 2, or any later version
|
* GNU Library General Public License Version 2, or any later version
|
||||||
* at your option, as published by the Free Software Foundation.
|
* at your option, as published by the Free Software Foundation.
|
||||||
|
2
sysctl.c
2
sysctl.c
@ -15,6 +15,8 @@
|
|||||||
* Changelog:
|
* Changelog:
|
||||||
* v1.01:
|
* v1.01:
|
||||||
* - added -p <preload> to preload values from a file
|
* - added -p <preload> to preload values from a file
|
||||||
|
*
|
||||||
|
* Changes by Albert Cahalan, 2002.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
6
top.c
6
top.c
@ -12,10 +12,12 @@
|
|||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Library General Public License for more details.
|
* GNU Library General Public License for more details.
|
||||||
*/
|
*
|
||||||
/* For their contributions to this program, the author wishes to thank:
|
* For their contributions to this program, the author wishes to thank:
|
||||||
* Albert D. Cahalan, <albert@users.sf.net>
|
* Albert D. Cahalan, <albert@users.sf.net>
|
||||||
* Craig Small, <csmall@small.dropbear.id.au>
|
* Craig Small, <csmall@small.dropbear.id.au>
|
||||||
|
*
|
||||||
|
* Changes by Albert Cahalan, 2002.
|
||||||
*/
|
*/
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
|
7
top.h
7
top.h
@ -12,11 +12,14 @@
|
|||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU Library General Public License for more details.
|
* GNU Library General Public License for more details.
|
||||||
*/
|
*
|
||||||
/* For their contributions to this program, the author wishes to thank:
|
* For their contributions to this program, the author wishes to thank:
|
||||||
* Albert D. Cahalan, <albert@users.sf.net>
|
* Albert D. Cahalan, <albert@users.sf.net>
|
||||||
* Craig Small, <csmall@small.dropbear.id.au>
|
* Craig Small, <csmall@small.dropbear.id.au>
|
||||||
|
*
|
||||||
|
* Changes by Albert Cahalan, 2002.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _Itop
|
#ifndef _Itop
|
||||||
#define _Itop
|
#define _Itop
|
||||||
|
|
||||||
|
2
w.c
2
w.c
@ -2,6 +2,8 @@
|
|||||||
* scratch by Charles Blake circa June 1996. Some vestigal traces of the
|
* scratch by Charles Blake circa June 1996. Some vestigal traces of the
|
||||||
* original may exist. That was done in 1993 by Larry Greenfield with some
|
* original may exist. That was done in 1993 by Larry Greenfield with some
|
||||||
* fixes by Michael K. Johnson.
|
* fixes by Michael K. Johnson.
|
||||||
|
*
|
||||||
|
* Changes by Albert Cahalan, 2002.
|
||||||
*/
|
*/
|
||||||
#include "proc/version.h"
|
#include "proc/version.h"
|
||||||
#include "proc/whattime.h"
|
#include "proc/whattime.h"
|
||||||
|
2
watch.c
2
watch.c
@ -6,6 +6,8 @@
|
|||||||
* Substantially reworked, new features (differences option, SIGWINCH
|
* Substantially reworked, new features (differences option, SIGWINCH
|
||||||
* handling, unlimited command length, long line handling) added Apr 1999 by
|
* handling, unlimited command length, long line handling) added Apr 1999 by
|
||||||
* Mike Coleman <mkc@acm.org>.
|
* Mike Coleman <mkc@acm.org>.
|
||||||
|
*
|
||||||
|
* Changes by Albert Cahalan, 2002.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define VERSION "0.2.0"
|
#define VERSION "0.2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user