diff options
author | Eduardo Chappa <chappa@washington.edu> | 2018-02-26 01:38:18 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2018-02-26 01:38:18 -0700 |
commit | 349642a84039a4b026513c32a3b4f8594acd50df (patch) | |
tree | 9b9cbf9f46b1450811697c2487dd3320fe4830c6 /pith | |
parent | eefc696ec87ae287803aa68032649e5a7a9b89d0 (diff) | |
download | alpine-349642a84039a4b026513c32a3b4f8594acd50df.tar.xz |
* New version 2.21.999
* rewrite of some code in pith/ical.c to make sure function prototypes are
correct.
* Add a separator line to the calendar entry in case, the calendar is sent
as the main body of the message.
Diffstat (limited to 'pith')
215 files changed, 503 insertions, 448 deletions
diff --git a/pith/Makefile b/pith/Makefile index d9f3594a..0e0ba17f 100644 --- a/pith/Makefile +++ b/pith/Makefile @@ -15,7 +15,7 @@ # ======================================================================== -# Copyright 2013-2017 Eduardo Chappa +# Copyright 2013-2018 Eduardo Chappa # Copyright 2006-2008 University of Washington # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -257,17 +257,17 @@ am__relativize = \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" -ACLOCAL = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing aclocal-1.13 -ALPINE_DATESTAMP = Mon Dec 4 16:02:35 MST 2017 -ALPINE_HOSTSTAMP = jctgjb2 +ACLOCAL = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing aclocal-1.13 +ALPINE_DATESTAMP = Sun Feb 25 12:46:50 MST 2018 +ALPINE_HOSTSTAMP = linux.suse AMTAR = $${TAR-tar} AM_CFLAGS = -g -pthread AM_DEFAULT_VERBOSITY = 1 AM_LDFLAGS = AR = /usr/bin/ar -AUTOCONF = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing autoconf -AUTOHEADER = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing autoheader -AUTOMAKE = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing automake-1.13 +AUTOCONF = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing autoconf +AUTOHEADER = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing autoheader +AUTOMAKE = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing automake-1.13 AWK = gawk BUILD_EXEEXT = BUILD_OBJEXT = @@ -282,10 +282,10 @@ CPPFLAGS = -I/usr/include/openssl CPPFLAGS_FOR_BUILD = CPP_FOR_BUILD = gcc -E CYGPATH_W = echo -C_CLIENT_AUTHS = gss +C_CLIENT_AUTHS = gss ntl C_CLIENT_CFLAGS = EXTRACFLAGS=" -DTLSV1_2 -I/usr/include/openssl -g" C_CLIENT_GCCOPTLEVEL = GCCOPTLEVEL="-O0" -C_CLIENT_LDFLAGS = EXTRALDFLAGS=" -L/usr/lib -ltcl8.6 -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5" +C_CLIENT_LDFLAGS = EXTRALDFLAGS=" -L/usr/lib -ltcl8.6 -lntlm -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5" C_CLIENT_SPECIALS = SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib SSLDIR=/etc/ssl SSLCERTS=/etc/ssl/certs SSLKEYS=/etc/ssl/private C_CLIENT_TARGET = lsu C_CLIENT_WITH_IPV6 = touch imap/ip6 @@ -317,7 +317,7 @@ LDFLAGS_FOR_BUILD = LIBICONV = -liconv LIBINTL = LIBOBJS = -LIBS = -ltcl8.6 -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5 +LIBS = -ltcl8.6 -lntlm -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5 LIBTOOL = $(SHELL) $(top_builddir)/libtool LIBTOOL_DEPS = ./ltmain.sh LIPO = @@ -329,7 +329,7 @@ LTLIBINTL = LTLIBOBJS = MAINT = # MAKE = /usr/bin/make -MAKEINFO = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing makeinfo +MAKEINFO = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing makeinfo MANIFEST_TOOL = : MKDIR_P = /usr/bin/mkdir -p MSGFMT = /usr/bin/msgfmt @@ -345,10 +345,10 @@ OTOOL64 = PACKAGE = alpine PACKAGE_BUGREPORT = chappa@washington.edu PACKAGE_NAME = alpine -PACKAGE_STRING = alpine 2.21.9 +PACKAGE_STRING = alpine 2.21.999 PACKAGE_TARNAME = alpine PACKAGE_URL = -PACKAGE_VERSION = 2.21.9 +PACKAGE_VERSION = 2.21.999 PATH_SEPARATOR = : POSUB = po PTHREAD_CC = gcc -std=gnu99 @@ -365,7 +365,7 @@ SHELL = /bin/sh SPELLPROG = hunspell STRIP = strip USE_NLS = yes -VERSION = 2.21.9 +VERSION = 2.21.999 WEB_BINDIR = WEB_BUILD = WEB_PUBCOOKIE_BUILD = @@ -373,10 +373,10 @@ WEB_PUBCOOKIE_LIB = WEB_PUBCOOKIE_LINK = XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext -abs_builddir = /run/media/chappa/Work/alpine/alpinegit/pith -abs_srcdir = /run/media/chappa/Work/alpine/alpinegit/pith -abs_top_builddir = /run/media/chappa/Work/alpine/alpinegit -abs_top_srcdir = /run/media/chappa/Work/alpine/alpinegit +abs_builddir = /run/media/echappa/Alpine/alpine/alpinegit/pith +abs_srcdir = /run/media/echappa/Alpine/alpine/alpinegit/pith +abs_top_builddir = /run/media/echappa/Alpine/alpine/alpinegit +abs_top_srcdir = /run/media/echappa/Alpine/alpine/alpinegit ac_ct_AR = ar ac_ct_CC = gcc ac_ct_CC_FOR_BUILD = gcc @@ -409,7 +409,7 @@ host_vendor = suse htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info -install_sh = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/install-sh +install_sh = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/install-sh libdir = ${exec_prefix}/lib64 libexecdir = ${exec_prefix}/lib localedir = ${datadir}/locale @@ -517,6 +517,7 @@ include ./$(DEPDIR)/addrstring.Po include ./$(DEPDIR)/adjtime.Po include ./$(DEPDIR)/adrbklib.Po include ./$(DEPDIR)/bldaddr.Po +include ./$(DEPDIR)/body.Po include ./$(DEPDIR)/charset.Po include ./$(DEPDIR)/color.Po include ./$(DEPDIR)/conf.Po @@ -537,6 +538,7 @@ include ./$(DEPDIR)/helpindx.Po include ./$(DEPDIR)/helptext.Po include ./$(DEPDIR)/hist.Po include ./$(DEPDIR)/icache.Po +include ./$(DEPDIR)/ical.Po include ./$(DEPDIR)/imap.Po include ./$(DEPDIR)/init.Po include ./$(DEPDIR)/keyword.Po diff --git a/pith/Makefile.am b/pith/Makefile.am index 76a1feeb..cb2415f1 100644 --- a/pith/Makefile.am +++ b/pith/Makefile.am @@ -2,7 +2,7 @@ ## Use aclocal -I m4; automake # ======================================================================== -# Copyright 2013-2017 Eduardo Chappa +# Copyright 2013-2018 Eduardo Chappa # Copyright 2006-2008 University of Washington # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/Makefile.in b/pith/Makefile.in index e9589b70..b90cf85f 100644 --- a/pith/Makefile.in +++ b/pith/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # ======================================================================== -# Copyright 2013-2017 Eduardo Chappa +# Copyright 2013-2018 Eduardo Chappa # Copyright 2006-2008 University of Washington # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -517,6 +517,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adjtime.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adrbklib.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bldaddr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/body.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/charset.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/color.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@ @@ -537,6 +538,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/helptext.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hist.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icache.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ical.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imap.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyword.Po@am__quote@ diff --git a/pith/abdlc.c b/pith/abdlc.c index 7b10e074..356fefbf 100644 --- a/pith/abdlc.c +++ b/pith/abdlc.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: abdlc.c 769 2007-10-24 00:15:40Z hubert@u.washington /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/abdlc.h b/pith/abdlc.h index 34800e2a..7e5797e1 100644 --- a/pith/abdlc.h +++ b/pith/abdlc.h @@ -3,7 +3,7 @@ * * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/ablookup.c b/pith/ablookup.c index 08a475d6..54336fd9 100644 --- a/pith/ablookup.c +++ b/pith/ablookup.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: ablookup.c 1266 2009-07-14 18:39:12Z hubert@u.washin /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2009 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/ablookup.h b/pith/ablookup.h index 445ca28a..f4ed8378 100644 --- a/pith/ablookup.h +++ b/pith/ablookup.h @@ -2,7 +2,7 @@ * $Id: ablookup.h 1266 2009-07-14 18:39:12Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/addrbook.c b/pith/addrbook.c index bddd0ce9..0e2775f3 100644 --- a/pith/addrbook.c +++ b/pith/addrbook.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: addrbook.c 90 2006-07-19 22:30:36Z hubert@u.washingt /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/addrbook.h b/pith/addrbook.h index a905ad97..dcfad660 100644 --- a/pith/addrbook.h +++ b/pith/addrbook.h @@ -2,7 +2,7 @@ * $Id: addrbook.h 82 2006-07-12 23:36:59Z mikes@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/addrstring.c b/pith/addrstring.c index 7606c760..d15e1f63 100644 --- a/pith/addrstring.c +++ b/pith/addrstring.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: addrstring.c 770 2007-10-24 00:23:09Z hubert@u.washi /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/addrstring.h b/pith/addrstring.h index a0fdb5f8..6ccadbc3 100644 --- a/pith/addrstring.h +++ b/pith/addrstring.h @@ -3,7 +3,7 @@ * * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/adjtime.c b/pith/adjtime.c index f8d1a4ab..fa069e61 100644 --- a/pith/adjtime.c +++ b/pith/adjtime.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: adjtime.c 761 2007-10-23 22:35:18Z hubert@u.washingt /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/adjtime.h b/pith/adjtime.h index c248f3fb..6ac05eaa 100644 --- a/pith/adjtime.h +++ b/pith/adjtime.h @@ -2,7 +2,7 @@ * $Id: adjtime.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/adrbklib.c b/pith/adrbklib.c index 69550f2e..d03ea032 100644 --- a/pith/adrbklib.c +++ b/pith/adrbklib.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: adrbklib.c 1266 2009-07-14 18:39:12Z hubert@u.washin /* ======================================================================== * Copyright 2006-2009 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/adrbklib.h b/pith/adrbklib.h index 270fe777..598537d6 100644 --- a/pith/adrbklib.h +++ b/pith/adrbklib.h @@ -3,7 +3,7 @@ * * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/atttype.h b/pith/atttype.h index 63ad0a97..a28c9611 100644 --- a/pith/atttype.h +++ b/pith/atttype.h @@ -2,7 +2,7 @@ * $Id: atttype.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/bitmap.h b/pith/bitmap.h index 3726ce42..5d3c96c9 100644 --- a/pith/bitmap.h +++ b/pith/bitmap.h @@ -2,7 +2,7 @@ * $Id: bitmap.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/bldaddr.c b/pith/bldaddr.c index 173ec87d..2de234bc 100644 --- a/pith/bldaddr.c +++ b/pith/bldaddr.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: bldaddr.c 769 2007-10-24 00:15:40Z hubert@u.washingt /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/bldaddr.h b/pith/bldaddr.h index 595fbd43..0be400be 100644 --- a/pith/bldaddr.h +++ b/pith/bldaddr.h @@ -3,7 +3,7 @@ * * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/body.c b/pith/body.c index 7d935810..133950d3 100644 --- a/pith/body.c +++ b/pith/body.c @@ -1,6 +1,6 @@ /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/busy.h b/pith/busy.h index 21aafd08..f5777587 100644 --- a/pith/busy.h +++ b/pith/busy.h @@ -2,7 +2,7 @@ * $Id: busy.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/charconv/Makefile b/pith/charconv/Makefile index 20d92faf..f425ed1c 100644 --- a/pith/charconv/Makefile +++ b/pith/charconv/Makefile @@ -15,7 +15,7 @@ # ======================================================================== -# Copyright 2013-2017 Eduardo Chappa +# Copyright 2013-2018 Eduardo Chappa # Copyright 2006 University of Washington # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -184,17 +184,17 @@ am__define_uniq_tagged_files = \ ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing aclocal-1.13 -ALPINE_DATESTAMP = Mon Dec 4 16:02:35 MST 2017 -ALPINE_HOSTSTAMP = jctgjb2 +ACLOCAL = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing aclocal-1.13 +ALPINE_DATESTAMP = Sun Feb 25 12:46:50 MST 2018 +ALPINE_HOSTSTAMP = linux.suse AMTAR = $${TAR-tar} AM_CFLAGS = -g -pthread AM_DEFAULT_VERBOSITY = 1 AM_LDFLAGS = AR = /usr/bin/ar -AUTOCONF = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing autoconf -AUTOHEADER = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing autoheader -AUTOMAKE = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing automake-1.13 +AUTOCONF = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing autoconf +AUTOHEADER = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing autoheader +AUTOMAKE = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing automake-1.13 AWK = gawk BUILD_EXEEXT = BUILD_OBJEXT = @@ -209,10 +209,10 @@ CPPFLAGS = -I/usr/include/openssl CPPFLAGS_FOR_BUILD = CPP_FOR_BUILD = gcc -E CYGPATH_W = echo -C_CLIENT_AUTHS = gss +C_CLIENT_AUTHS = gss ntl C_CLIENT_CFLAGS = EXTRACFLAGS=" -DTLSV1_2 -I/usr/include/openssl -g" C_CLIENT_GCCOPTLEVEL = GCCOPTLEVEL="-O0" -C_CLIENT_LDFLAGS = EXTRALDFLAGS=" -L/usr/lib -ltcl8.6 -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5" +C_CLIENT_LDFLAGS = EXTRALDFLAGS=" -L/usr/lib -ltcl8.6 -lntlm -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5" C_CLIENT_SPECIALS = SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib SSLDIR=/etc/ssl SSLCERTS=/etc/ssl/certs SSLKEYS=/etc/ssl/private C_CLIENT_TARGET = lsu C_CLIENT_WITH_IPV6 = touch imap/ip6 @@ -244,7 +244,7 @@ LDFLAGS_FOR_BUILD = LIBICONV = -liconv LIBINTL = LIBOBJS = -LIBS = -ltcl8.6 -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5 +LIBS = -ltcl8.6 -lntlm -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5 LIBTOOL = $(SHELL) $(top_builddir)/libtool LIBTOOL_DEPS = ./ltmain.sh LIPO = @@ -256,7 +256,7 @@ LTLIBINTL = LTLIBOBJS = MAINT = # MAKE = /usr/bin/make -MAKEINFO = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing makeinfo +MAKEINFO = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing makeinfo MANIFEST_TOOL = : MKDIR_P = /usr/bin/mkdir -p MSGFMT = /usr/bin/msgfmt @@ -272,10 +272,10 @@ OTOOL64 = PACKAGE = alpine PACKAGE_BUGREPORT = chappa@washington.edu PACKAGE_NAME = alpine -PACKAGE_STRING = alpine 2.21.9 +PACKAGE_STRING = alpine 2.21.999 PACKAGE_TARNAME = alpine PACKAGE_URL = -PACKAGE_VERSION = 2.21.9 +PACKAGE_VERSION = 2.21.999 PATH_SEPARATOR = : POSUB = po PTHREAD_CC = gcc -std=gnu99 @@ -292,7 +292,7 @@ SHELL = /bin/sh SPELLPROG = hunspell STRIP = strip USE_NLS = yes -VERSION = 2.21.9 +VERSION = 2.21.999 WEB_BINDIR = WEB_BUILD = WEB_PUBCOOKIE_BUILD = @@ -300,10 +300,10 @@ WEB_PUBCOOKIE_LIB = WEB_PUBCOOKIE_LINK = XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext -abs_builddir = /run/media/chappa/Work/alpine/alpinegit/pith/charconv -abs_srcdir = /run/media/chappa/Work/alpine/alpinegit/pith/charconv -abs_top_builddir = /run/media/chappa/Work/alpine/alpinegit -abs_top_srcdir = /run/media/chappa/Work/alpine/alpinegit +abs_builddir = /run/media/echappa/Alpine/alpine/alpinegit/pith/charconv +abs_srcdir = /run/media/echappa/Alpine/alpine/alpinegit/pith/charconv +abs_top_builddir = /run/media/echappa/Alpine/alpine/alpinegit +abs_top_srcdir = /run/media/echappa/Alpine/alpine/alpinegit ac_ct_AR = ar ac_ct_CC = gcc ac_ct_CC_FOR_BUILD = gcc @@ -336,7 +336,7 @@ host_vendor = suse htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info -install_sh = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/install-sh +install_sh = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/install-sh libdir = ${exec_prefix}/lib64 libexecdir = ${exec_prefix}/lib localedir = ${datadir}/locale diff --git a/pith/charconv/Makefile.am b/pith/charconv/Makefile.am index cc406f95..c7d371a6 100644 --- a/pith/charconv/Makefile.am +++ b/pith/charconv/Makefile.am @@ -2,7 +2,7 @@ ## Use aclocal -I m4; automake # ======================================================================== -# Copyright 2013-2017 Eduardo Chappa +# Copyright 2013-2018 Eduardo Chappa # Copyright 2006 University of Washington # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/charconv/Makefile.in b/pith/charconv/Makefile.in index 579374b1..2c9280d1 100644 --- a/pith/charconv/Makefile.in +++ b/pith/charconv/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # ======================================================================== -# Copyright 2013-2017 Eduardo Chappa +# Copyright 2013-2018 Eduardo Chappa # Copyright 2006 University of Washington # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/charconv/filesys.c b/pith/charconv/filesys.c index 3c6529fe..fe989aff 100644 --- a/pith/charconv/filesys.c +++ b/pith/charconv/filesys.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: filesys.c 770 2007-10-24 00:23:09Z hubert@u.washingt /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/charconv/filesys.h b/pith/charconv/filesys.h index 44e61061..d13082d6 100644 --- a/pith/charconv/filesys.h +++ b/pith/charconv/filesys.h @@ -4,7 +4,7 @@ /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/charconv/makefile.wnt b/pith/charconv/makefile.wnt index d2f8b099..6c6cab70 100644 --- a/pith/charconv/makefile.wnt +++ b/pith/charconv/makefile.wnt @@ -1,7 +1,7 @@ # $Id: makefile.wnt 14098 2005-10-03 18:54:13Z jpf@u.washington.edu $ # # ======================================================================== -# Copyright 2013-2017 Eduardo Chappa +# Copyright 2013-2018 Eduardo Chappa # Copyright 2006 University of Washington # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/charconv/utf8.c b/pith/charconv/utf8.c index 7e1ae456..b7d79d7b 100644 --- a/pith/charconv/utf8.c +++ b/pith/charconv/utf8.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: utf8.c 1184 2008-12-16 23:52:15Z hubert@u.washington /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/charconv/utf8.h b/pith/charconv/utf8.h index 050ac961..629c748c 100644 --- a/pith/charconv/utf8.h +++ b/pith/charconv/utf8.h @@ -4,7 +4,7 @@ /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/charset.c b/pith/charset.c index 3792ac1c..b1272a3d 100644 --- a/pith/charset.c +++ b/pith/charset.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: charset.c 1032 2008-04-11 00:30:04Z hubert@u.washing /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/charset.h b/pith/charset.h index e51e70c0..129107b3 100644 --- a/pith/charset.h +++ b/pith/charset.h @@ -2,7 +2,7 @@ * $Id: charset.h 765 2007-10-23 23:51:37Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/color.c b/pith/color.c index 88faf914..993b149a 100644 --- a/pith/color.c +++ b/pith/color.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: color.c 769 2007-10-24 00:15:40Z hubert@u.washington /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/color.h b/pith/color.h index f13ca7cf..fbb3ae0a 100644 --- a/pith/color.h +++ b/pith/color.h @@ -2,7 +2,7 @@ * $Id: color.h 768 2007-10-24 00:10:03Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/conf.c b/pith/conf.c index b689e9a2..2c7ac77b 100644 --- a/pith/conf.c +++ b/pith/conf.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: conf.c 1266 2009-07-14 18:39:12Z hubert@u.washington /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2009 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/conf.h b/pith/conf.h index b6889025..144b7059 100644 --- a/pith/conf.h +++ b/pith/conf.h @@ -2,7 +2,7 @@ * $Id: conf.h 1155 2008-08-21 18:33:21Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/conftype.h b/pith/conftype.h index 3d79338d..668bfaa4 100644 --- a/pith/conftype.h +++ b/pith/conftype.h @@ -2,7 +2,7 @@ * $Id: conftype.h 1155 2008-08-21 18:33:21Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/context.c b/pith/context.c index a0093b67..ce19749c 100644 --- a/pith/context.c +++ b/pith/context.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: context.c 1144 2008-08-14 16:53:34Z hubert@u.washing /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/context.h b/pith/context.h index 41ad6512..b7be8d9e 100644 --- a/pith/context.h +++ b/pith/context.h @@ -2,7 +2,7 @@ * $Id: context.h 764 2007-10-23 23:44:49Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/copyaddr.c b/pith/copyaddr.c index f177aaff..7a94218f 100644 --- a/pith/copyaddr.c +++ b/pith/copyaddr.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: copyaddr.c 761 2007-10-23 22:35:18Z hubert@u.washing /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/copyaddr.h b/pith/copyaddr.h index 81cf59be..f4e9faf8 100644 --- a/pith/copyaddr.h +++ b/pith/copyaddr.h @@ -2,7 +2,7 @@ * $Id: copyaddr.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/debug.h b/pith/debug.h index 79301aef..ee12346d 100644 --- a/pith/debug.h +++ b/pith/debug.h @@ -2,7 +2,7 @@ * $Id: debug.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/detach.c b/pith/detach.c index 046a2de0..b9f50a52 100644 --- a/pith/detach.c +++ b/pith/detach.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: detach.c 1074 2008-06-04 00:08:43Z hubert@u.washingt /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/detach.h b/pith/detach.h index 10b94963..3613047e 100644 --- a/pith/detach.h +++ b/pith/detach.h @@ -2,7 +2,7 @@ * $Id: detach.h 1025 2008-04-08 22:59:38Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/detoken.c b/pith/detoken.c index f3fbc796..5bbb6093 100644 --- a/pith/detoken.c +++ b/pith/detoken.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: detoken.c 769 2007-10-24 00:15:40Z hubert@u.washingt /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/detoken.h b/pith/detoken.h index 09f555a8..43f0cc99 100644 --- a/pith/detoken.h +++ b/pith/detoken.h @@ -2,7 +2,7 @@ * $Id: detoken.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/editorial.c b/pith/editorial.c index f2644684..144ef965 100644 --- a/pith/editorial.c +++ b/pith/editorial.c @@ -3,7 +3,7 @@ static char rcsid[] = "$Id: editorial.c 768 2007-10-24 00:10:03Z hubert@u.washin #endif /* ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/editorial.h b/pith/editorial.h index ae5ee9ed..0d9c4ae3 100644 --- a/pith/editorial.h +++ b/pith/editorial.h @@ -3,7 +3,7 @@ -----------------------------------------------------------------------*/ /* ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/escapes.c b/pith/escapes.c index 0ec00ebd..239b2a41 100644 --- a/pith/escapes.c +++ b/pith/escapes.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: escapes.c 761 2007-10-23 22:35:18Z hubert@u.washingt /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/escapes.h b/pith/escapes.h index a0429762..3d3104d5 100644 --- a/pith/escapes.h +++ b/pith/escapes.h @@ -2,7 +2,7 @@ * $Id: escapes.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/filter.c b/pith/filter.c index 85b12057..503c6cf4 100644 --- a/pith/filter.c +++ b/pith/filter.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: filter.c 1266 2009-07-14 18:39:12Z hubert@u.washingt /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/filter.h b/pith/filter.h index 512d6d0a..ce146842 100644 --- a/pith/filter.h +++ b/pith/filter.h @@ -2,7 +2,7 @@ * $Id: filter.h 1169 2008-08-27 06:42:06Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/filttype.h b/pith/filttype.h index 603d9d06..dc00787f 100644 --- a/pith/filttype.h +++ b/pith/filttype.h @@ -2,7 +2,7 @@ * $Id: filttype.h 767 2007-10-24 00:03:59Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/flag.c b/pith/flag.c index 94ae4f92..1cd7a479 100644 --- a/pith/flag.c +++ b/pith/flag.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: flag.c 1142 2008-08-13 17:22:21Z hubert@u.washington /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/flag.h b/pith/flag.h index 13a3d465..7aea4798 100644 --- a/pith/flag.h +++ b/pith/flag.h @@ -2,7 +2,7 @@ * $Id: flag.h 1142 2008-08-13 17:22:21Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/folder.c b/pith/folder.c index f04b4fcb..4e4fe510 100644 --- a/pith/folder.c +++ b/pith/folder.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: folder.c 1142 2008-08-13 17:22:21Z hubert@u.washingt /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/folder.h b/pith/folder.h index a792198b..ad8b9e63 100644 --- a/pith/folder.h +++ b/pith/folder.h @@ -2,7 +2,7 @@ * $Id: folder.h 880 2007-12-18 00:57:56Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/foldertype.h b/pith/foldertype.h index e44ecb6b..5e21da80 100644 --- a/pith/foldertype.h +++ b/pith/foldertype.h @@ -3,7 +3,7 @@ * * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/handle.c b/pith/handle.c index e95a342f..931d32b7 100644 --- a/pith/handle.c +++ b/pith/handle.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: handle.c 769 2007-10-24 00:15:40Z hubert@u.washingto /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/handle.h b/pith/handle.h index b1bf5876..265c4cc3 100644 --- a/pith/handle.h +++ b/pith/handle.h @@ -2,7 +2,7 @@ * $Id: handle.h 814 2007-11-14 18:39:28Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/headers.h b/pith/headers.h index ee4bc820..b818df9c 100644 --- a/pith/headers.h +++ b/pith/headers.h @@ -2,7 +2,7 @@ * $Id: headers.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/help.c b/pith/help.c index 69f0e952..728cc274 100644 --- a/pith/help.c +++ b/pith/help.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: help.c 900 2008-01-05 01:13:26Z hubert@u.washington. /* * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/help.h b/pith/help.h index 0b1457fe..1a60c4ed 100644 --- a/pith/help.h +++ b/pith/help.h @@ -3,7 +3,7 @@ * * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/help_c_gen.c b/pith/help_c_gen.c index 64eed802..576d6bbc 100644 --- a/pith/help_c_gen.c +++ b/pith/help_c_gen.c @@ -1,7 +1,7 @@ /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/help_h_gen.c b/pith/help_h_gen.c index a914e809..0da66550 100644 --- a/pith/help_h_gen.c +++ b/pith/help_h_gen.c @@ -1,7 +1,7 @@ /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/helpindx.c b/pith/helpindx.c index 2be8eae4..9cf2e681 100644 --- a/pith/helpindx.c +++ b/pith/helpindx.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: helpindx.c 769 2007-10-24 00:15:40Z hubert@u.washing /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/hist.c b/pith/hist.c index ded26ff3..bef5598b 100644 --- a/pith/hist.c +++ b/pith/hist.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: hist.c 807 2007-11-09 01:21:33Z hubert@u.washington. /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/hist.h b/pith/hist.h index d639001b..cc235f72 100644 --- a/pith/hist.h +++ b/pith/hist.h @@ -2,7 +2,7 @@ * $Id: hist.h 768 2007-10-24 00:10:03Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/icache.c b/pith/icache.c index a1c3c72a..bc463447 100644 --- a/pith/icache.c +++ b/pith/icache.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: icache.c 874 2007-12-15 02:51:06Z hubert@u.washingto /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/icache.h b/pith/icache.h index 6cd9f394..c5b8eb0a 100644 --- a/pith/icache.h +++ b/pith/icache.h @@ -2,7 +2,7 @@ * $Id: icache.h 874 2007-12-15 02:51:06Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/ical.c b/pith/ical.c index bfad8078..4128f2e3 100644 --- a/pith/ical.c +++ b/pith/ical.c @@ -2,11 +2,6 @@ #include "../pith/mailpart.h" #include "../pith/store.h" #include "../pith/ical.h" -#ifdef STANDALONE -#include "readfile.h" -#include "mem.h" -char *lf2crlf(char *); -#endif /* STANDALONE */ typedef struct ical_iana_comp_s { char *comp; /* component name */ @@ -18,9 +13,9 @@ typedef struct ical_iana_comp_s { typedef struct ical_iana_prop_s { char *prop; /* component name */ - size_t len; /* size of component name (strlen(x->comp)) */ + size_t len; /* size of component name (strlen(x->prop)) */ int pos; /* location of this component in the prop array */ - void (*parse)(); /* parser */ + void *(*parse)(); /* parser */ void (*give)(void **); /* free memory */ } ICAL_PROP_S; @@ -62,17 +57,19 @@ void ical_free_valarm(void **); void ical_free_unknown_comp(ICAL_S **); /* parse properties */ -void ical_cline_from_token(void **, char **, char *); -void ical_gencline_from_token(void **, char **, char *); +void *ical_cline_from_token(void *, char **, char *); +void *ical_gencline_from_token(void *, char **, char *); -void ical_parse_rrule(RRULE_S **, char **); -void ical_parse_time(struct tm *, char **, char *); -void ical_parse_offset(int *, char **, char *); +void *ical_parse_rrule(void *, char **, char *); +void *ical_parse_time(void *, char **, char *); +void *ical_parse_offset(void *, char **, char *); -void ical_parse_freq(Freq_value *, char *); -void ical_parse_weekday_list(BYWKDY_S **, char *); -void ical_parse_number_list(BYWKDY_S **, char *); -void ical_parse_interval(unsigned long *, char *); +void *ical_parse_freq(void *, char *); +void *ical_parse_until(void *, char *); +void *ical_parse_count(void *, char *); +void *ical_parse_interval(void *, char *); +void *ical_parse_weekday_list(void *, char *); +void *ical_parse_number_list(void *, char *); int ical_get_number_value(char *, int, int); void ical_set_date(ICLINE_S *, VTIMEZONE_S *); @@ -115,8 +112,8 @@ ICAL_COMP_S ical_comp[] = { /* array for properties */ ICAL_PROP_S rrule_prop[] = { {"FREQ", 4, RRFreq, ical_parse_freq, ical_free_null}, - {"UNTIL", 5, RRUntil, ical_parse_freq, 0}, - {"COUNT", 5, RRCount, ical_cline_from_token, ical_free_cline}, + {"UNTIL", 5, RRUntil, ical_parse_until, ical_free_null}, + {"COUNT", 5, RRCount, ical_parse_count, ical_free_null}, {"INTERVAL", 8, RRInterval, ical_parse_interval, ical_free_null}, {"BYSECOND", 8, RRBysecond, ical_parse_number_list, ical_free_weekday_list}, {"BYMINUTE", 8, RRByminute, ical_parse_number_list, ical_free_weekday_list}, @@ -174,9 +171,9 @@ ICAL_PROP_S tz_comp[] = { }; ICAL_PROP_S tz_prop[] = { - {"DTSTART", 7, TZPDtstart, ical_parse_time, 0}, - {"TZOFFSETTO", 10, TZPOffsetto, ical_parse_offset, 0}, - {"TZOFFSETFROM", 12, TZPOffsetfrom, ical_parse_offset, 0}, + {"DTSTART", 7, TZPDtstart, ical_parse_time, ical_free_null}, + {"TZOFFSETTO", 10, TZPOffsetto, ical_parse_offset, ical_free_null}, + {"TZOFFSETFROM", 12, TZPOffsetfrom, ical_parse_offset, ical_free_null}, {"RRULE", 5, TZPRrule, ical_parse_rrule, ical_free_rrule}, {"COMMENT", 7, TZPComment, ical_gencline_from_token, ical_free_gencline}, {"RDATE", 5, TZPRdate, ical_gencline_from_token, ical_free_gencline}, @@ -670,25 +667,35 @@ ical_parse_text(char *text) return vcal; } -void -ical_parse_time(struct tm *ic_date, char **text, char *token) +void * +ical_parse_time(void *ic_datep, char **text, char *token) { + struct tm ic_date; ICLINE_S *icl; icl = ical_parse_line(text, token); - ical_parse_date(icl->value, ic_date); + ical_parse_date(icl->value, &ic_date); ical_free_cline((void **) &icl); + ic_datep = (void *) &ic_date; + + return ic_datep; } -void -ical_parse_interval(unsigned long *longv, char *value) +void * +ical_parse_interval(void *longvp, char *value) + { - *longv = atoi(value); + unsigned long longv; + + longv = atoi(value); + longvp = (void *) &longv; + + return longvp; } -void -ical_parse_offset(int *offsetv, char **text, char *token) +void * +ical_parse_offset(void *offsetv, char **text, char *token) { ICLINE_S *icl; char *value; @@ -708,35 +715,53 @@ ical_parse_offset(int *offsetv, char **text, char *token) if(*icl->value == '-') offset *= -1; - *offsetv = offset; ical_free_cline((void **) &icl); + offsetv = (void *) &offset; + + return offsetv; } -void -ical_cline_from_token(void **iclv, char **text, char *token) +/* This function processes the information in *text, and returns + * a pointer to the information in iclp, but only if iclp is NULL + * otherwise, it simply returns the current value and advances the + * pointer to *text. + * Call this function as follows + * rv = (cast here *) ical_cline_from_token((void *)rv, &text, token); + */ +void * +ical_cline_from_token(void *iclp, char **text, char *token) { - ICLINE_S **icl = (ICLINE_S **)iclv; + ICLINE_S *icl; - if(*icl == NULL) - *icl = ical_parse_line(text, token); - else { - ICLINE_S *ic = ical_parse_line(text, token); - ical_free_cline((void **)&ic); - } + icl = ical_parse_line(text, token); + + if(iclp != NULL) + ical_free_cline((void **)&icl); + else + iclp = (void *) icl; + + return iclp; } -void -ical_gencline_from_token(void **giclv, char **text, char *token) +void * +ical_gencline_from_token(void *giclv, char **text, char *token) { - GEN_ICLINE_S *gicl; + GEN_ICLINE_S *gicl= NULL; if(!struncmp(*text, token, strlen(token))){ gicl = fs_get(sizeof(GEN_ICLINE_S)); memset((void *) gicl, 0, sizeof(GEN_ICLINE_S)); - ical_cline_from_token((void **) &gicl->cline, text, token); - ical_gencline_from_token((void **) &gicl->next, text, token); - *giclv = (void *) gicl; + gicl->cline = ical_parse_line(text, token); +// gicl->line = (ICLINE_S *) ical_cline_from_token((void *) gicl->cline, text, token); + gicl->next = (GEN_ICLINE_S *) ical_gencline_from_token((void *) gicl->next, text, token); } + + if(giclv != NULL) + ical_free_gencline((void **) &gicl); + else + giclv = (void *) gicl; + + return giclv; } /*** @@ -755,7 +780,7 @@ ical_parse_vcalendar(char **text) ical_debug("ical_parse_vcalendar", *text); vcal = fs_get(sizeof(VCALENDAR_S)); - memset((void *)vcal, 0, sizeof(VCALENDAR_S)); + memset((void *) vcal, 0, sizeof(VCALENDAR_S)); /* s must always point the the beginning of a line */ for(s = *text; s && *s != '\0';){ @@ -805,8 +830,11 @@ ical_parse_vcalendar(char **text) break; case 'C': - case 'c': if(!struncmp(s+1, "ALSCALE", 7)) - ical_cline_from_token((void **) &vcal->calscale, &s, "CALSCALE"); + case 'c': if(!struncmp(s+1, "ALSCALE", 7)){ + v = (void *) vcal->calscale; + v = ical_cline_from_token(v, &s, "CALSCALE"); + vcal->calscale = (ICLINE_S *) v; + } else ukn++; break; @@ -823,20 +851,28 @@ ical_parse_vcalendar(char **text) break; case 'M': - case 'm': if(!struncmp(s+1, "ETHOD", 5)) - ical_cline_from_token((void **) &vcal->method, &s, "METHOD"); + case 'm': if(!struncmp(s+1, "ETHOD", 5)){ + v = (void *) vcal->method; + v = ical_cline_from_token(v, &s, "METHOD"); + vcal->method = (ICLINE_S *) v; + } else ukn++; break; case 'P': - case 'p': if(!struncmp(s+1, "RODID", 5)) - ical_cline_from_token((void **) &vcal->prodid, &s, "PRODID"); + case 'p': if(!struncmp(s+1, "RODID", 5)){ + v = (void *) vcal->prodid; + v = ical_cline_from_token(v, &s, "PRODID"); + vcal->prodid = (ICLINE_S *) v; + } else ukn++; break; case 'V': case 'v': if(!struncmp(s+1, "ERSION", 6)){ - ical_cline_from_token((void **) &vcal->version, &s, "VERSION"); + v = (void *) vcal->version; + v = ical_cline_from_token(v, &s, "VERSION"); + vcal->version = (ICLINE_S *) v; } else ukn++; break; @@ -926,11 +962,14 @@ ical_parse_vevent(char **text) if(!struncmp(s, event_prop[i].prop, t-s)) break; if(event_prop[i].parse){ + void *v; if(vevent->prop == NULL){ vevent->prop = fs_get(EvUnknown*sizeof(void *)); memset((void *)vevent->prop, 0, EvUnknown*sizeof(void *)); } - (event_prop[i].parse)(&vevent->prop[event_prop[i].pos], &s, event_prop[i].prop); + v = vevent->prop[event_prop[i].pos]; + v = (event_prop[i].parse)(v , &s, event_prop[i].prop); + vevent->prop[event_prop[i].pos] = v; } else ukn++; @@ -1026,11 +1065,14 @@ ical_parse_vtimezone(char **text) if(!struncmp(s, tz_comp[i].prop, t-s)) break; if(tz_comp[i].parse){ + void *v; if(vtz->prop == NULL){ vtz->prop = fs_get(TZCUnknown*sizeof(void *)); memset((void *)vtz->prop, 0, TZCUnknown*sizeof(void *)); } - (tz_comp[i].parse)(&vtz->prop[tz_comp[i].pos], &s, tz_comp[i].prop); + v = vtz->prop[tz_comp[i].pos]; + v = (tz_comp[i].parse)(v, &s, tz_comp[i].prop); + vtz->prop[tz_comp[i].pos] = v; } else ukn++; @@ -1104,11 +1146,14 @@ ical_parse_timezone(char **text) if(!struncmp(s, tz_prop[i].prop, t-s)) break; if(tz_prop[i].parse){ + void *v; if(tzprop->prop == NULL){ tzprop->prop = fs_get(TZPUnknown*sizeof(void *)); memset((void *)tzprop->prop, 0, TZPUnknown*sizeof(void *)); } - (tz_prop[i].parse)(&tzprop->prop[tz_prop[i].pos], &s, tz_prop[i].prop); + v = tzprop->prop[tz_prop[i].pos]; + v = (tz_prop[i].parse)(v, &s, tz_prop[i].prop); + tzprop->prop[tz_prop[i].pos] = v; } else ukn++; @@ -1181,11 +1226,14 @@ ical_parse_valarm(char **text) if(!struncmp(s, alarm_prop[i].prop, t-s)) break; if(alarm_prop[i].parse){ + void *v; if(valarm->prop == NULL){ valarm->prop = fs_get(AlUnknown*sizeof(void *)); memset((void *)valarm->prop, 0, AlUnknown*sizeof(void *)); } - (alarm_prop[i].parse)(&valarm->prop[alarm_prop[i].pos], &s, alarm_prop[i].prop); + v = valarm->prop[alarm_prop[i].pos]; + v = (alarm_prop[i].parse)(v, &s, alarm_prop[i].prop); + valarm->prop[alarm_prop[i].pos] = v; } else ukn++; @@ -1383,35 +1431,66 @@ ical_parse_line(char **text, char *name) *** PARSE PROPERTY FUNCTIONS ***/ -void -ical_parse_freq(Freq_value *fval, char *text) +void * +ical_parse_freq(void *fvalp, char *text) { - if(fval == NULL) return; + Freq_value fval; + + fval = FUnknown; + + if(text == NULL) return fvalp; - *fval = FUnknown; + if(!strucmp(text, "SECONDLY")) fval = FSecondly; + else if(!strucmp(text, "MINUTELY")) fval = FMinutely; + else if(!strucmp(text, "HOURLY")) fval = FHourly; + else if(!strucmp(text, "DAILY")) fval = FDaily; + else if(!strucmp(text, "WEEKLY")) fval = FWeekly; + else if(!strucmp(text, "MONTHLY")) fval = FMonthly; + else if(!strucmp(text, "YEARLY")) fval = FYearly; - if(text == NULL) return; + fvalp = (void *) &fval; - if(!strucmp(text, "SECONDLY")) *fval = FSecondly; - else if(!strucmp(text, "MINUTELY")) *fval = FMinutely; - else if(!strucmp(text, "HOURLY")) *fval = FHourly; - else if(!strucmp(text, "DAILY")) *fval = FDaily; - else if(!strucmp(text, "WEEKLY")) *fval = FWeekly; - else if(!strucmp(text, "MONTHLY")) *fval = FMonthly; - else if(!strucmp(text, "YEARLY")) *fval = FYearly; + return fvalp; } -void -ical_parse_weekday_list(BYWKDY_S **bywkdyp, char *wklist) +void * +ical_parse_until(void *Tmp, char *text) +{ + struct tm Tm; + + if(text != NULL){ + ical_parse_date(text, &Tm); + Tmp = (void *) &Tm; + } + + return Tmp; +} + +void * +ical_parse_count(void *countp, char *text) +{ + int count; + + if(text != NULL){ + count = atoi(text); + countp = (void *) &count; + } + + return countp; +} + +void * +ical_parse_weekday_list(void *bywkdyp, char *wklist) { BYWKDY_S *bywkdy, *w; char *s, *t, c; int done; size_t len; - if(bywkdyp == NULL) return; - *bywkdyp = bywkdy = NULL; - if(wklist == NULL) return; + bywkdy = NULL; + bywkdyp = (void *) bywkdy; + + if(wklist == NULL) return bywkdyp; for(t = s = wklist; done == 0; s++){ if(*s != ',' && *s != '\0') @@ -1444,22 +1523,25 @@ ical_parse_weekday_list(BYWKDY_S **bywkdyp, char *wklist) t = s + 1; } - if(*bywkdyp) + if(bywkdyp) ical_free_weekday_list((void **)&bywkdy); else - *bywkdyp = bywkdy; + bywkdyp = (void *) bywkdy; + + return bywkdyp; } -void -ical_parse_number_list(BYWKDY_S **bynop, char *nolist) +void * +ical_parse_number_list(void *bynop, char *nolist) { BYWKDY_S *byno, *n; char *s, *t, c; - int done; + int done = 0; + + byno = NULL; + bynop = (void *) byno; - if(bynop == NULL) return; - *bynop = byno = NULL; - if(nolist == NULL) return; + if(nolist == NULL) return bynop; for(t = s = nolist; done == 0; s++){ if(*s != ',' && *s != '\0') @@ -1481,14 +1563,16 @@ ical_parse_number_list(BYWKDY_S **bynop, char *nolist) t = s + 1; } - if(*bynop) + if(bynop) ical_free_weekday_list((void **)&byno); else - *bynop = byno; + bynop = (void *) byno; + + return bynop; } -void -ical_parse_rrule(RRULE_S **rrulep, char **text) +void * +ical_parse_rrule(void *rrulep, char **text, char *token) { RRULE_S *rrule; ICLINE_S *icl; @@ -1496,13 +1580,14 @@ ical_parse_rrule(RRULE_S **rrulep, char **text) ICAL_PARAMETER_S *param, *p; int i; - if(rrulep == NULL - || text == NULL || *text == NULL || struncmp(*text, "RRULE", 5)) return; + if(text == NULL || *text == NULL || struncmp(*text, "RRULE", 5)) + return rrulep; + rrule = fs_get(sizeof(RRULE_S)); memset((void *) rrule, 0, sizeof(RRULE_S)); /* recurring rules are special. First, we parse the icline that contains it */ - icl = ical_parse_line(text, "RRULE"); + icl = ical_parse_line(text, token); /* now we copy the parameters that it contains */ rrule->param = ical_parameter_cpy(icl->param); @@ -1517,16 +1602,23 @@ ical_parse_rrule(RRULE_S **rrulep, char **text) for(p = param; p != NULL; p = p->next){ for(i = 0; rrule_prop[i].prop != NULL && strucmp(p->name, rrule_prop[i].prop); i++); - if(rrule_prop[i].parse) - (rrule_prop[i].parse)(&rrule->prop[rrule_prop[i].pos], p->value); + if(rrule_prop[i].parse){ + void *v = rrule->prop[rrule_prop[i].pos]; + v = (rrule_prop[i].parse)(v, p->value); + rrule->prop[rrule_prop[i].pos] = v; + } } + rrule->prop[RRUnknown] = NULL; ical_free_param(¶m); ical_free_cline((void **)&icl); - if(*rrulep) + + if(rrulep) ical_free_rrule((void **)&rrule); else - *rrulep = rrule; + rrulep = (void *) rrule; + + return rrulep; } /*** UTF-8 for ICAL ***/ @@ -1679,6 +1771,7 @@ ical_parse_duration(char *value, ICAL_DURATION_S *ic_d) /* return -1 if any error, 0 if value has the DATE-TIME form 1 if value has the DATE form only + 2 if value has the DATE-TIME form and is in GMT. */ int ical_parse_date(char *value, struct tm *t) @@ -1703,16 +1796,21 @@ ical_parse_date(char *value, struct tm *t) for(; isdigit(value[i]); i++); if(i != 15 || (value[i] != '\0' && (value[i] != 'Z' || value[i+1] != '\0'))) return -1; + if(i == 15 && value[i] == 'Z') + rv = 2; } Tm.tm_year = ical_get_number_value(value, 0, 4) - 1900; Tm.tm_mon = ical_get_number_value(value, 4, 6) - 1; Tm.tm_mday = ical_get_number_value(value, 6, 8); - if(rv == 0){ + if(rv != 1){ Tm.tm_hour = ical_get_number_value(value, 9, 11); Tm.tm_min = ical_get_number_value(value, 11, 13); Tm.tm_sec = ical_get_number_value(value, 13, 15); + Tm.tm_isdst = ICAL_DST_UNKNOWN; } + else + Tm.tm_isdst = -1; *t = Tm; return (t->tm_mon > 11 || t->tm_mon < 0 @@ -2062,6 +2160,9 @@ ical_vevent_summary(VCALENDAR_S *vcal) case 1: /* DATE */ our_strftime(tmp, sizeof(tmp), "%a %x", &ic_date); break; + case 2: /* DATE-TIME in GMT, Bug: add adjust to time zone */ + our_strftime(tmp, sizeof(tmp), "%a %x %I:%M %p", &ic_date); + break; default: alpine_panic("Unhandled ical date format"); break; } @@ -2129,6 +2230,9 @@ ical_vevent_summary(VCALENDAR_S *vcal) case 1: /* DATE */ our_strftime(tmp, sizeof(tmp), "%a %x", &ic_date); break; + case 2: /* DATE-TIME in GMT, Bug: add adjust to time zone */ + our_strftime(tmp, sizeof(tmp), "%a %x %I:%M %p", &ic_date); + break; default: alpine_panic("Unhandled ical date format"); break; } @@ -2296,70 +2400,3 @@ free_vevent_summary(VEVENT_SUMMARY_S **vesy) } fs_give((void **) vesy); } - -#ifdef STANDALONE -void ical_print_line(ICLINE_S icl) -{ - ICAL_PARAMETER_S *p; - printf("token=%s, ", icl.token); - for(p = icl.param; p != NULL; p = p->next){ - if(p->name) printf("param->name=%s, ", p->name); - if(p->value) printf("param->value=%s, ", p->value); - } - printf("value=%s", icl.value); - printf("%c", '\n'); -} - -#define CRLFCOUNT 100 - -char *lf2crlf(char *text) -{ - char *rv, *s; - int i, len; - - if(text == NULL || *text == '\0') - return NULL; - - len = strlen(text); - rv = fs_get(len+1); - - for(i = 0, s = text; *s;){ - if(i == len - 1){ - len += CRLFCOUNT; - fs_resize((void *)&rv, len); - } - if(*s == '\n') - rv[i++] = '\r'; - rv[i++] = *s++; - } - rv[i] = '\0'; - fs_give((void **)&text); - text = rv; - - return rv; -} - -int main (int argc, char *argv[]) -{ - char *text; - VCALENDAR_S *vcal; - - if(argc != 2){ - fprintf(stderr, "Only give one argument: File name to read\n"); - _exit(1); - } - - if(readfile(argv[1], &text, NULL) < 0){ - fprintf(stderr, "Can not read %s succesfully\n", argv[1]); - _exit(2); - } - - text = lf2crlf(text); - vcal = ical_parse_text(text); - - ical_free_vcalendar((void **)&vcal); - return 0; -} - - -#endif /* STANDALONE */ diff --git a/pith/icaltype.h b/pith/icaltype.h index 8060a412..a65c9e0b 100644 --- a/pith/icaltype.h +++ b/pith/icaltype.h @@ -1,22 +1,19 @@ #ifndef ICALTYPE_INCLUDED #define ICALTYPE_INCLUDED -#ifdef STANDALONE -#define ADDRESS struct mail_address - -ADDRESS { - char *personal; /* personal name phrase */ - char *adl; /* at-domain-list source route */ - char *mailbox; /* mailbox name */ - char *host; /* domain name of mailbox's host */ - char *error; /* error in address from SMTP module */ - struct { - char *type; /* address type (default "rfc822") */ - char *addr; /* address as xtext */ - } orcpt; - ADDRESS *next; /* pointer to next address in list */ -}; -#endif /* STANDALONE */ +/* Due to the line by line processing algorithm, not all informatio + * is available when process some lines. In particular, when we + * process anything that has to do with time, we do not know if + * we are processing a date in daylight savings time or not. We + * solve this by creating a new value for tm_isdst, called + * ICAL_DST_UNKNOWN, which is a positive integer. We set this + * when the date comes in GMT. Once we process it, we either + * change it to 0, which means it is not dst, or change it + * to a different value, ICAL_DST_SET which means we know the date + * is DST + */ +#define ICAL_DST_UNKNOWN (1) +#define ICAL_DST_SET (ICAL_DST_UNKNOWN + 1) /* this is the PARAMETER struct from mail.h, but with possibility of * extension */ diff --git a/pith/imap.c b/pith/imap.c index a8ab27ec..5d9a789c 100644 --- a/pith/imap.c +++ b/pith/imap.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: imap.c 1142 2008-08-13 17:22:21Z hubert@u.washington /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/imap.h b/pith/imap.h index 07b2c696..d58f4e3c 100644 --- a/pith/imap.h +++ b/pith/imap.h @@ -2,7 +2,7 @@ * $Id: imap.h 1074 2008-06-04 00:08:43Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/indxtype.h b/pith/indxtype.h index 18780834..f651ae12 100644 --- a/pith/indxtype.h +++ b/pith/indxtype.h @@ -2,7 +2,7 @@ * $Id: indxtype.h 1074 2008-06-04 00:08:43Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/init.c b/pith/init.c index 46a565fa..917109ab 100644 --- a/pith/init.c +++ b/pith/init.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: init.c 769 2007-10-24 00:15:40Z hubert@u.washington. /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/init.h b/pith/init.h index d12c7d1e..6e280473 100644 --- a/pith/init.h +++ b/pith/init.h @@ -2,7 +2,7 @@ * $Id: init.h 900 2008-01-05 01:13:26Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/keyword.c b/pith/keyword.c index 8de70d44..60215be7 100644 --- a/pith/keyword.c +++ b/pith/keyword.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: keyword.c 807 2007-11-09 01:21:33Z hubert@u.washingt /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/keyword.h b/pith/keyword.h index bf0a07fa..b926d913 100644 --- a/pith/keyword.h +++ b/pith/keyword.h @@ -2,7 +2,7 @@ * $Id: keyword.h 807 2007-11-09 01:21:33Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/ldap.c b/pith/ldap.c index 33fad31d..acf592db 100644 --- a/pith/ldap.c +++ b/pith/ldap.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: ldap.c 1204 2009-02-02 19:54:23Z hubert@u.washington /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/ldap.h b/pith/ldap.h index d8a7f9d3..512e31f0 100644 --- a/pith/ldap.h +++ b/pith/ldap.h @@ -2,7 +2,7 @@ * $Id: ldap.h 1012 2008-03-26 00:44:22Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/list.c b/pith/list.c index d58e6d7c..a2773d64 100644 --- a/pith/list.c +++ b/pith/list.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: list.c 769 2007-10-24 00:15:40Z hubert@u.washington. /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/list.h b/pith/list.h index 7a207b7f..4e237974 100644 --- a/pith/list.h +++ b/pith/list.h @@ -2,7 +2,7 @@ * $Id: list.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/mailcap.c b/pith/mailcap.c index 5f3cc602..06a0b638 100644 --- a/pith/mailcap.c +++ b/pith/mailcap.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: mailcap.c 1012 2008-03-26 00:44:22Z hubert@u.washing /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/mailcap.h b/pith/mailcap.h index e2856516..a0a5186a 100644 --- a/pith/mailcap.h +++ b/pith/mailcap.h @@ -2,7 +2,7 @@ * $Id: mailcap.h 1012 2008-03-26 00:44:22Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/mailcmd.c b/pith/mailcmd.c index 4a6f642e..609578fc 100644 --- a/pith/mailcmd.c +++ b/pith/mailcmd.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: mailcmd.c 1142 2008-08-13 17:22:21Z hubert@u.washing /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/mailcmd.h b/pith/mailcmd.h index 637b706d..971d2ab6 100644 --- a/pith/mailcmd.h +++ b/pith/mailcmd.h @@ -2,7 +2,7 @@ * $Id: mailcmd.h 1142 2008-08-13 17:22:21Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/mailindx.c b/pith/mailindx.c index e502b8a8..f9ec76dc 100644 --- a/pith/mailindx.c +++ b/pith/mailindx.c @@ -3,7 +3,7 @@ static char rcsid[] = "$Id: mailindx.c 1266 2009-07-14 18:39:12Z hubert@u.washin #endif /* ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/mailindx.h b/pith/mailindx.h index c3a82d0b..ba06acfe 100644 --- a/pith/mailindx.h +++ b/pith/mailindx.h @@ -2,7 +2,7 @@ * $Id: mailindx.h 925 2008-02-06 02:03:01Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/maillist.c b/pith/maillist.c index 6c2743a0..eb21d8e0 100644 --- a/pith/maillist.c +++ b/pith/maillist.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: maillist.c 769 2007-10-24 00:15:40Z hubert@u.washing /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/maillist.h b/pith/maillist.h index 4b16f7f9..85eb3240 100644 --- a/pith/maillist.h +++ b/pith/maillist.h @@ -2,7 +2,7 @@ * $Id: maillist.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/mailpart.h b/pith/mailpart.h index 076ed174..f1d224ce 100644 --- a/pith/mailpart.h +++ b/pith/mailpart.h @@ -2,7 +2,7 @@ * $Id: mailpart.h 1074 2008-06-04 00:08:43Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/mailview.c b/pith/mailview.c index dc9b29b6..3fe1dd81 100644 --- a/pith/mailview.c +++ b/pith/mailview.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: mailview.c 1266 2009-07-14 18:39:12Z hubert@u.washin /* * ======================================================================== * Copyright 2006-2009 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -244,6 +244,21 @@ format_calendar_vevent(VCALENDAR_S *vcal, ATTACH_S *a, HANDLE_S **handlesp, int hwid = MAX(avail, 0); padwid = 0; + if(ps_global->atmts[1].description == NULL){ +// && (!ps_global->atmts[0].body +// || (ps_global->atmts[0].body->type == TYPETEXT))){ + avail = width - m1 -2; + + dwid = MAX(MIN(40, avail), 0); + + snprintf(tmp_20k_buf, SIZEOF_20KBUF, "%*.*s%s", m1, m1, "", + repeat_char(dwid, '-')); + + if(!gf_puts(tmp_20k_buf, pc) || !gf_puts(NEWLINE, pc)) + return; + } + + if(cflags & FC_SUMMARY){ i = utf8_width(_("Calendar Entry:")); partwid = MIN(i, hwid); @@ -280,6 +295,7 @@ format_calendar_vevent(VCALENDAR_S *vcal, ATTACH_S *a, HANDLE_S **handlesp, int s2 = MAX(MIN(1, avail), 0); avail -= s2; + if(cflags & FC_SUMMARY) utf8_snprintf(padding, sizeof(padding), "%*.*s%*.*w%*.*s", s1, s1, "", dwid, dwid, "", s2, s2, ""); @@ -463,6 +479,7 @@ format_calendar_vevent(VCALENDAR_S *vcal, ATTACH_S *a, HANDLE_S **handlesp, int snprintf(tmp_20k_buf, SIZEOF_20KBUF, "%*.*s%s", m1, m1, "", repeat_char(dwid, '-')); + gf_puts(tmp_20k_buf, pc); } diff --git a/pith/mailview.h b/pith/mailview.h index 6a933f24..109bcfbd 100644 --- a/pith/mailview.h +++ b/pith/mailview.h @@ -3,7 +3,7 @@ * * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/makefile.wnt b/pith/makefile.wnt index 48ab5817..76cc2b1b 100644 --- a/pith/makefile.wnt +++ b/pith/makefile.wnt @@ -1,7 +1,7 @@ # $Id: makefile.wnt 14098 2005-10-03 18:54:13Z jpf@u.washington.edu $ # # ======================================================================== -# Copyright 2013-2017 Eduardo Chappa +# Copyright 2013-2018 Eduardo Chappa # Copyright 2006-2007 University of Washington # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/margin.c b/pith/margin.c index 3e2b5a3a..bcaeccb3 100644 --- a/pith/margin.c +++ b/pith/margin.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: margin.c 1032 2008-04-11 00:30:04Z hubert@u.washingt /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/margin.h b/pith/margin.h index 7b8138fe..9eb4f11f 100644 --- a/pith/margin.h +++ b/pith/margin.h @@ -2,7 +2,7 @@ * $Id: margin.h 1032 2008-04-11 00:30:04Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/mimedesc.c b/pith/mimedesc.c index 6d5999c4..8152bbf5 100644 --- a/pith/mimedesc.c +++ b/pith/mimedesc.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: mimedesc.c 1142 2008-08-13 17:22:21Z hubert@u.washin /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/mimedesc.h b/pith/mimedesc.h index e6827218..dc993779 100644 --- a/pith/mimedesc.h +++ b/pith/mimedesc.h @@ -2,7 +2,7 @@ * $Id: mimedesc.h 1012 2008-03-26 00:44:22Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/mimetype.c b/pith/mimetype.c index d917bb8e..8db24941 100644 --- a/pith/mimetype.c +++ b/pith/mimetype.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: mimetype.c 955 2008-03-06 23:52:36Z hubert@u.washing /* * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/mimetype.h b/pith/mimetype.h index 65878bfc..4244387c 100644 --- a/pith/mimetype.h +++ b/pith/mimetype.h @@ -3,7 +3,7 @@ * * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/msgno.c b/pith/msgno.c index 670ceaeb..972dcde9 100644 --- a/pith/msgno.c +++ b/pith/msgno.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: msgno.c 854 2007-12-07 17:44:43Z hubert@u.washington /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/msgno.h b/pith/msgno.h index 13d14674..b5d76260 100644 --- a/pith/msgno.h +++ b/pith/msgno.h @@ -2,7 +2,7 @@ * $Id: msgno.h 1142 2008-08-13 17:22:21Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/newmail.c b/pith/newmail.c index 6bfe8567..f83b0e2f 100644 --- a/pith/newmail.c +++ b/pith/newmail.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: newmail.c 1266 2009-07-14 18:39:12Z hubert@u.washing /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/newmail.h b/pith/newmail.h index 29e4c040..fea245a0 100644 --- a/pith/newmail.h +++ b/pith/newmail.h @@ -2,7 +2,7 @@ * $Id: newmail.h 807 2007-11-09 01:21:33Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/news.c b/pith/news.c index 671b7d2b..7a7f895f 100644 --- a/pith/news.c +++ b/pith/news.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: news.c 769 2007-10-24 00:15:40Z hubert@u.washington. /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/news.h b/pith/news.h index 602cad01..268387ec 100644 --- a/pith/news.h +++ b/pith/news.h @@ -2,7 +2,7 @@ * $Id: news.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/options.h b/pith/options.h index 9d92ba71..02c4285b 100644 --- a/pith/options.h +++ b/pith/options.h @@ -2,7 +2,7 @@ * $Id: options.h 101 2006-08-10 22:53:04Z mikes@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/Makefile b/pith/osdep/Makefile index 7c674d1a..4d9ffdcf 100644 --- a/pith/osdep/Makefile +++ b/pith/osdep/Makefile @@ -15,7 +15,7 @@ # ======================================================================== -# Copyright 2013-2017 Eduardo Chappa +# Copyright 2013-2018 Eduardo Chappa # Copyright 2006 University of Washington # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -191,17 +191,17 @@ am__define_uniq_tagged_files = \ ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing aclocal-1.13 -ALPINE_DATESTAMP = Mon Dec 4 16:02:35 MST 2017 -ALPINE_HOSTSTAMP = jctgjb2 +ACLOCAL = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing aclocal-1.13 +ALPINE_DATESTAMP = Sun Feb 25 12:46:50 MST 2018 +ALPINE_HOSTSTAMP = linux.suse AMTAR = $${TAR-tar} AM_CFLAGS = -g -pthread AM_DEFAULT_VERBOSITY = 1 AM_LDFLAGS = AR = /usr/bin/ar -AUTOCONF = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing autoconf -AUTOHEADER = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing autoheader -AUTOMAKE = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing automake-1.13 +AUTOCONF = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing autoconf +AUTOHEADER = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing autoheader +AUTOMAKE = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing automake-1.13 AWK = gawk BUILD_EXEEXT = BUILD_OBJEXT = @@ -216,10 +216,10 @@ CPPFLAGS = -I/usr/include/openssl CPPFLAGS_FOR_BUILD = CPP_FOR_BUILD = gcc -E CYGPATH_W = echo -C_CLIENT_AUTHS = gss +C_CLIENT_AUTHS = gss ntl C_CLIENT_CFLAGS = EXTRACFLAGS=" -DTLSV1_2 -I/usr/include/openssl -g" C_CLIENT_GCCOPTLEVEL = GCCOPTLEVEL="-O0" -C_CLIENT_LDFLAGS = EXTRALDFLAGS=" -L/usr/lib -ltcl8.6 -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5" +C_CLIENT_LDFLAGS = EXTRALDFLAGS=" -L/usr/lib -ltcl8.6 -lntlm -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5" C_CLIENT_SPECIALS = SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib SSLDIR=/etc/ssl SSLCERTS=/etc/ssl/certs SSLKEYS=/etc/ssl/private C_CLIENT_TARGET = lsu C_CLIENT_WITH_IPV6 = touch imap/ip6 @@ -251,7 +251,7 @@ LDFLAGS_FOR_BUILD = LIBICONV = -liconv LIBINTL = LIBOBJS = -LIBS = -ltcl8.6 -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5 +LIBS = -ltcl8.6 -lntlm -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5 LIBTOOL = $(SHELL) $(top_builddir)/libtool LIBTOOL_DEPS = ./ltmain.sh LIPO = @@ -263,7 +263,7 @@ LTLIBINTL = LTLIBOBJS = MAINT = # MAKE = /usr/bin/make -MAKEINFO = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing makeinfo +MAKEINFO = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing makeinfo MANIFEST_TOOL = : MKDIR_P = /usr/bin/mkdir -p MSGFMT = /usr/bin/msgfmt @@ -279,10 +279,10 @@ OTOOL64 = PACKAGE = alpine PACKAGE_BUGREPORT = chappa@washington.edu PACKAGE_NAME = alpine -PACKAGE_STRING = alpine 2.21.9 +PACKAGE_STRING = alpine 2.21.999 PACKAGE_TARNAME = alpine PACKAGE_URL = -PACKAGE_VERSION = 2.21.9 +PACKAGE_VERSION = 2.21.999 PATH_SEPARATOR = : POSUB = po PTHREAD_CC = gcc -std=gnu99 @@ -299,7 +299,7 @@ SHELL = /bin/sh SPELLPROG = hunspell STRIP = strip USE_NLS = yes -VERSION = 2.21.9 +VERSION = 2.21.999 WEB_BINDIR = WEB_BUILD = WEB_PUBCOOKIE_BUILD = @@ -307,10 +307,10 @@ WEB_PUBCOOKIE_LIB = WEB_PUBCOOKIE_LINK = XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext -abs_builddir = /run/media/chappa/Work/alpine/alpinegit/pith/osdep -abs_srcdir = /run/media/chappa/Work/alpine/alpinegit/pith/osdep -abs_top_builddir = /run/media/chappa/Work/alpine/alpinegit -abs_top_srcdir = /run/media/chappa/Work/alpine/alpinegit +abs_builddir = /run/media/echappa/Alpine/alpine/alpinegit/pith/osdep +abs_srcdir = /run/media/echappa/Alpine/alpine/alpinegit/pith/osdep +abs_top_builddir = /run/media/echappa/Alpine/alpine/alpinegit +abs_top_srcdir = /run/media/echappa/Alpine/alpine/alpinegit ac_ct_AR = ar ac_ct_CC = gcc ac_ct_CC_FOR_BUILD = gcc @@ -343,7 +343,7 @@ host_vendor = suse htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info -install_sh = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/install-sh +install_sh = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/install-sh libdir = ${exec_prefix}/lib64 libexecdir = ${exec_prefix}/lib localedir = ${datadir}/locale diff --git a/pith/osdep/Makefile.am b/pith/osdep/Makefile.am index 9aaf56f1..a755566a 100644 --- a/pith/osdep/Makefile.am +++ b/pith/osdep/Makefile.am @@ -2,7 +2,7 @@ ## Use aclocal -I m4; automake # ======================================================================== -# Copyright 2013-2017 Eduardo Chappa +# Copyright 2013-2018 Eduardo Chappa # Copyright 2006 University of Washington # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/Makefile.in b/pith/osdep/Makefile.in index 31966d4d..98bef397 100644 --- a/pith/osdep/Makefile.in +++ b/pith/osdep/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # ======================================================================== -# Copyright 2013-2017 Eduardo Chappa +# Copyright 2013-2018 Eduardo Chappa # Copyright 2006 University of Washington # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/bldpath.c b/pith/osdep/bldpath.c index b2c00370..cb6a49bd 100644 --- a/pith/osdep/bldpath.c +++ b/pith/osdep/bldpath.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: bldpath.c 934 2008-02-23 00:44:29Z hubert@u.washingt /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/bldpath.h b/pith/osdep/bldpath.h index 31b921dc..de4319c2 100644 --- a/pith/osdep/bldpath.h +++ b/pith/osdep/bldpath.h @@ -2,7 +2,7 @@ * $Id: bldpath.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/canaccess.c b/pith/osdep/canaccess.c index e9d6cd2a..79383ebe 100644 --- a/pith/osdep/canaccess.c +++ b/pith/osdep/canaccess.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: canaccess.c 769 2007-10-24 00:15:40Z hubert@u.washin /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/canaccess.h b/pith/osdep/canaccess.h index 3f02d875..61996fb2 100644 --- a/pith/osdep/canaccess.h +++ b/pith/osdep/canaccess.h @@ -2,7 +2,7 @@ * $Id: canaccess.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/canonicl.c b/pith/osdep/canonicl.c index dd7ef064..9610d069 100644 --- a/pith/osdep/canonicl.c +++ b/pith/osdep/canonicl.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: canonicl.c 764 2007-10-23 23:44:49Z hubert@u.washing /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/canonicl.h b/pith/osdep/canonicl.h index 06734515..addc4968 100644 --- a/pith/osdep/canonicl.h +++ b/pith/osdep/canonicl.h @@ -2,7 +2,7 @@ * $Id: canonicl.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/collate.c b/pith/osdep/collate.c index b01be7d7..6a52bc0f 100644 --- a/pith/osdep/collate.c +++ b/pith/osdep/collate.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: collate.c 766 2007-10-23 23:59:00Z hubert@u.washingt /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/collate.h b/pith/osdep/collate.h index 57b52dfa..51063146 100644 --- a/pith/osdep/collate.h +++ b/pith/osdep/collate.h @@ -2,7 +2,7 @@ * $Id: collate.h 925 2008-02-06 02:03:01Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/color.c b/pith/osdep/color.c index b1fb3309..4f13c728 100644 --- a/pith/osdep/color.c +++ b/pith/osdep/color.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: color.c 761 2007-10-23 22:35:18Z hubert@u.washington /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/color.h b/pith/osdep/color.h index f23183fe..2cfdaea6 100644 --- a/pith/osdep/color.h +++ b/pith/osdep/color.h @@ -2,7 +2,7 @@ * $Id: color.h 1012 2008-03-26 00:44:22Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/coredump.c b/pith/osdep/coredump.c index 70933f87..e539f1b1 100644 --- a/pith/osdep/coredump.c +++ b/pith/osdep/coredump.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: coredump.c 761 2007-10-23 22:35:18Z hubert@u.washing /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/coredump.h b/pith/osdep/coredump.h index a81be9b8..dedda056 100644 --- a/pith/osdep/coredump.h +++ b/pith/osdep/coredump.h @@ -2,7 +2,7 @@ * $Id: coredump.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/creatdir.c b/pith/osdep/creatdir.c index 5e46f08a..9f6eb791 100644 --- a/pith/osdep/creatdir.c +++ b/pith/osdep/creatdir.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: creatdir.c 769 2007-10-24 00:15:40Z hubert@u.washing /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/osdep/creatdir.h b/pith/osdep/creatdir.h index 3926fd6f..9099dbe0 100644 --- a/pith/osdep/creatdir.h +++ b/pith/osdep/creatdir.h @@ -2,7 +2,7 @@ * $Id: creatdir.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/debugtime.c b/pith/osdep/debugtime.c index f91e3db3..555fbe62 100644 --- a/pith/osdep/debugtime.c +++ b/pith/osdep/debugtime.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: debugtime.c 770 2007-10-24 00:23:09Z hubert@u.washin /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/debugtime.h b/pith/osdep/debugtime.h index 5e5c9100..10443a32 100644 --- a/pith/osdep/debugtime.h +++ b/pith/osdep/debugtime.h @@ -2,7 +2,7 @@ * $Id: debugtime.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/domnames.c b/pith/osdep/domnames.c index 63e085e0..2dae3e2b 100644 --- a/pith/osdep/domnames.c +++ b/pith/osdep/domnames.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: domnames.c 1176 2008-09-29 21:16:42Z hubert@u.washin /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/domnames.h b/pith/osdep/domnames.h index 0114d942..f7d10f10 100644 --- a/pith/osdep/domnames.h +++ b/pith/osdep/domnames.h @@ -2,7 +2,7 @@ * $Id: domnames.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/err_desc.c b/pith/osdep/err_desc.c index 5b0bb53a..14318fe0 100644 --- a/pith/osdep/err_desc.c +++ b/pith/osdep/err_desc.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: err_desc.c 761 2007-10-23 22:35:18Z hubert@u.washing /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/err_desc.h b/pith/osdep/err_desc.h index dbdd7c99..b0068a81 100644 --- a/pith/osdep/err_desc.h +++ b/pith/osdep/err_desc.h @@ -2,7 +2,7 @@ * $Id: err_desc.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/fgetpos.c b/pith/osdep/fgetpos.c index bb7e4f01..6bec8052 100644 --- a/pith/osdep/fgetpos.c +++ b/pith/osdep/fgetpos.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: fgetpos.c 761 2007-10-23 22:35:18Z hubert@u.washingt /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/fgetpos.h b/pith/osdep/fgetpos.h index a729ab1e..9e182035 100644 --- a/pith/osdep/fgetpos.h +++ b/pith/osdep/fgetpos.h @@ -2,7 +2,7 @@ * $Id: fgetpos.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/filesize.c b/pith/osdep/filesize.c index 866c059a..82504411 100644 --- a/pith/osdep/filesize.c +++ b/pith/osdep/filesize.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: filesize.c 761 2007-10-23 22:35:18Z hubert@u.washing /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/filesize.h b/pith/osdep/filesize.h index 8ccb8838..33967032 100644 --- a/pith/osdep/filesize.h +++ b/pith/osdep/filesize.h @@ -2,7 +2,7 @@ * $Id: filesize.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/fnexpand.c b/pith/osdep/fnexpand.c index f912e5db..52ce7fd6 100644 --- a/pith/osdep/fnexpand.c +++ b/pith/osdep/fnexpand.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: fnexpand.c 761 2007-10-23 22:35:18Z hubert@u.washing /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/fnexpand.h b/pith/osdep/fnexpand.h index 7ab36360..81f6ffa7 100644 --- a/pith/osdep/fnexpand.h +++ b/pith/osdep/fnexpand.h @@ -2,7 +2,7 @@ * $Id: fnexpand.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/forkwait.h b/pith/osdep/forkwait.h index 26d5df9f..0598e1ad 100644 --- a/pith/osdep/forkwait.h +++ b/pith/osdep/forkwait.h @@ -2,7 +2,7 @@ * $Id: forkwait.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/hostname.c b/pith/osdep/hostname.c index e9a2cf64..12879611 100644 --- a/pith/osdep/hostname.c +++ b/pith/osdep/hostname.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: hostname.c 1176 2008-09-29 21:16:42Z hubert@u.washin /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/hostname.h b/pith/osdep/hostname.h index 3e2693c8..cf5c4043 100644 --- a/pith/osdep/hostname.h +++ b/pith/osdep/hostname.h @@ -2,7 +2,7 @@ * $Id: hostname.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/lstcmpnt.c b/pith/osdep/lstcmpnt.c index 3585fc04..57e39f8e 100644 --- a/pith/osdep/lstcmpnt.c +++ b/pith/osdep/lstcmpnt.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: lstcmpnt.c 1074 2008-06-04 00:08:43Z hubert@u.washin /* * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/osdep/lstcmpnt.h b/pith/osdep/lstcmpnt.h index 6c74b464..e0f8679a 100644 --- a/pith/osdep/lstcmpnt.h +++ b/pith/osdep/lstcmpnt.h @@ -3,7 +3,7 @@ * * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/osdep/makefile.wnt b/pith/osdep/makefile.wnt index 7c4f5b82..37bcf9e5 100644 --- a/pith/osdep/makefile.wnt +++ b/pith/osdep/makefile.wnt @@ -1,7 +1,7 @@ # $Id: makefile.wnt 14098 2005-10-03 18:54:13Z jpf@u.washington.edu $ # # ======================================================================== -# Copyright 2013-2017 Eduardo Chappa +# Copyright 2013-2018 Eduardo Chappa # Copyright 2006 University of Washington # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/mimedisp.c b/pith/osdep/mimedisp.c index 054a7309..1dad4b5f 100644 --- a/pith/osdep/mimedisp.c +++ b/pith/osdep/mimedisp.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: mimedisp.c 942 2008-03-04 18:21:33Z hubert@u.washing /* * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/osdep/mimedisp.h b/pith/osdep/mimedisp.h index 58f84086..9415566f 100644 --- a/pith/osdep/mimedisp.h +++ b/pith/osdep/mimedisp.h @@ -2,7 +2,7 @@ * $Id: mimedisp.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/pipe.c b/pith/osdep/pipe.c index aa79ce9d..60b39058 100644 --- a/pith/osdep/pipe.c +++ b/pith/osdep/pipe.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: pipe.c 1204 2009-02-02 19:54:23Z hubert@u.washington /* * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/osdep/pipe.h b/pith/osdep/pipe.h index 41fce0f5..9d24ab57 100644 --- a/pith/osdep/pipe.h +++ b/pith/osdep/pipe.h @@ -2,7 +2,7 @@ * $Id: pipe.h 769 2007-10-24 00:15:40Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/pithosd.h b/pith/osdep/pithosd.h index 117076aa..5716b122 100644 --- a/pith/osdep/pithosd.h +++ b/pith/osdep/pithosd.h @@ -2,7 +2,7 @@ * $Id: pithosd.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/pw_stuff.c b/pith/osdep/pw_stuff.c index d2dec3c5..b491849f 100644 --- a/pith/osdep/pw_stuff.c +++ b/pith/osdep/pw_stuff.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: pw_stuff.c 763 2007-10-23 23:37:34Z hubert@u.washing /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/pw_stuff.h b/pith/osdep/pw_stuff.h index 55bd2b9b..edb291c1 100644 --- a/pith/osdep/pw_stuff.h +++ b/pith/osdep/pw_stuff.h @@ -2,7 +2,7 @@ * $Id: pw_stuff.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/rename.c b/pith/osdep/rename.c index 5af95798..da940ad8 100644 --- a/pith/osdep/rename.c +++ b/pith/osdep/rename.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: rename.c 761 2007-10-23 22:35:18Z hubert@u.washingto /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/rename.h b/pith/osdep/rename.h index 2c239c33..372510f0 100644 --- a/pith/osdep/rename.h +++ b/pith/osdep/rename.h @@ -2,7 +2,7 @@ * $Id: rename.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/temp_nam.c b/pith/osdep/temp_nam.c index 51bca8e2..ffb232c7 100644 --- a/pith/osdep/temp_nam.c +++ b/pith/osdep/temp_nam.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: temp_nam.c 1012 2008-03-26 00:44:22Z hubert@u.washin /* * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/osdep/temp_nam.h b/pith/osdep/temp_nam.h index f43a0b02..73e55eb2 100644 --- a/pith/osdep/temp_nam.h +++ b/pith/osdep/temp_nam.h @@ -3,7 +3,7 @@ * * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/osdep/tempfile.c b/pith/osdep/tempfile.c index e2074021..663fe440 100644 --- a/pith/osdep/tempfile.c +++ b/pith/osdep/tempfile.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: tempfile.c 1074 2008-06-04 00:08:43Z hubert@u.washin /* * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/osdep/tempfile.h b/pith/osdep/tempfile.h index 037ad771..091da2ea 100644 --- a/pith/osdep/tempfile.h +++ b/pith/osdep/tempfile.h @@ -2,7 +2,7 @@ * $Id: tempfile.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/writ_dir.c b/pith/osdep/writ_dir.c index 9987db04..bf230beb 100644 --- a/pith/osdep/writ_dir.c +++ b/pith/osdep/writ_dir.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: writ_dir.c 761 2007-10-23 22:35:18Z hubert@u.washing /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/writ_dir.h b/pith/osdep/writ_dir.h index 103b7397..86a4b739 100644 --- a/pith/osdep/writ_dir.h +++ b/pith/osdep/writ_dir.h @@ -2,7 +2,7 @@ * $Id: writ_dir.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/pattern.c b/pith/pattern.c index aded260b..ec6f17e3 100644 --- a/pith/pattern.c +++ b/pith/pattern.c @@ -3,7 +3,7 @@ static char rcsid[] = "$Id: pattern.c 1204 2009-02-02 19:54:23Z hubert@u.washing #endif /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2009 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/pattern.h b/pith/pattern.h index 43783775..5afa21c7 100644 --- a/pith/pattern.h +++ b/pith/pattern.h @@ -2,7 +2,7 @@ * $Id: pattern.h 942 2008-03-04 18:21:33Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/pine.hlp b/pith/pine.hlp index c3c2de06..6127908d 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -3,7 +3,7 @@ # T H E A L P I N E M E S S A G E S Y S T E M # #/* ======================================================================== -# * Copyright 2013-2017 Eduardo Chappa +# * Copyright 2013-2018 Eduardo Chappa # * Copyright 2006-2008 University of Washington # * # * Licensed under the Apache License, Version 2.0 (the "License"); @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 249 2018-02-24 16:53:18 +Alpine Commit 260 2018-02-26 01:38:04 ============= h_news ================= <HTML> <HEAD> @@ -156,7 +156,7 @@ Version <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->) <!--chtml endif--> <BR> -<BR>Copyright 2013-2017 Eduardo Chappa +<BR>Copyright 2013-2018 Eduardo Chappa <BR>Copyright 2006-2008 University of Washington </DIV> @@ -1174,7 +1174,7 @@ Since then, the effort of developing Alpine has been continued by a community of volunteers who make good software even better! <P> -Alpine Copyright 2013-2017 Eduardo Chappa, +Alpine Copyright 2013-2018 Eduardo Chappa, <BR> Copyright 2006-2008 University of Washington. <P> @@ -2203,7 +2203,7 @@ Version <!--#echo var="ALPINE_VERSION"--> <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->) <!--chtml endif--> </DIV> -<CENTER>Copyright 2013-2017 Eduardo Chappa, +<CENTER>Copyright 2013-2018 Eduardo Chappa, <BR>Copyright 2006-2008 University of Washington. </CENTER> diff --git a/pith/pineelt.h b/pith/pineelt.h index 033846ab..2ed46aa1 100644 --- a/pith/pineelt.h +++ b/pith/pineelt.h @@ -2,7 +2,7 @@ * $Id: pineelt.h 1142 2008-08-13 17:22:21Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/pipe.c b/pith/pipe.c index e44a47f1..a060df7e 100644 --- a/pith/pipe.c +++ b/pith/pipe.c @@ -3,7 +3,7 @@ static char rcsid[] = "$Id: pipe.c 761 2007-10-23 22:35:18Z hubert@u.washington. #endif /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/pipe.h b/pith/pipe.h index 4a9abd24..6ff0bf0a 100644 --- a/pith/pipe.h +++ b/pith/pipe.h @@ -2,7 +2,7 @@ * $Id: pipe.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/readfile.c b/pith/readfile.c index caf48d48..828d3b45 100644 --- a/pith/readfile.c +++ b/pith/readfile.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: readfile.c 761 2007-10-23 22:35:18Z hubert@u.washing /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/readfile.h b/pith/readfile.h index 585cb91b..46974d48 100644 --- a/pith/readfile.h +++ b/pith/readfile.h @@ -2,7 +2,7 @@ * $Id: readfile.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/remote.c b/pith/remote.c index ac03c9a6..630cc544 100644 --- a/pith/remote.c +++ b/pith/remote.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: remote.c 1074 2008-06-04 00:08:43Z hubert@u.washingt /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/remote.h b/pith/remote.h index b74dd9c7..6d1b2025 100644 --- a/pith/remote.h +++ b/pith/remote.h @@ -2,7 +2,7 @@ * $Id: remote.h 1074 2008-06-04 00:08:43Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/remtype.h b/pith/remtype.h index 89a86567..bd616bc9 100644 --- a/pith/remtype.h +++ b/pith/remtype.h @@ -2,7 +2,7 @@ * $Id: remtype.h 764 2007-10-23 23:44:49Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/repltype.h b/pith/repltype.h index 01372060..850dd080 100644 --- a/pith/repltype.h +++ b/pith/repltype.h @@ -2,7 +2,7 @@ * $Id: repltype.h 769 2007-10-24 00:15:40Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/reply.c b/pith/reply.c index 2aa9ba22..7bda78cb 100644 --- a/pith/reply.c +++ b/pith/reply.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: reply.c 1074 2008-06-04 00:08:43Z hubert@u.washingto /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/reply.h b/pith/reply.h index d60ab15c..f9f15d5c 100644 --- a/pith/reply.h +++ b/pith/reply.h @@ -2,7 +2,7 @@ * $Id: reply.h 1074 2008-06-04 00:08:43Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/rfc2231.c b/pith/rfc2231.c index b2d28609..67b2e2ec 100644 --- a/pith/rfc2231.c +++ b/pith/rfc2231.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: rfc2231.c 1012 2008-03-26 00:44:22Z hubert@u.washing /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/rfc2231.h b/pith/rfc2231.h index 47ea8de1..81e082b1 100644 --- a/pith/rfc2231.h +++ b/pith/rfc2231.h @@ -2,7 +2,7 @@ * $Id: rfc2231.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/save.c b/pith/save.c index 1490ccdf..28dd3333 100644 --- a/pith/save.c +++ b/pith/save.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: save.c 1204 2009-02-02 19:54:23Z hubert@u.washington /* * ======================================================================== * Copyright 2006-2009 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/save.h b/pith/save.h index 8985578b..f73a4dac 100644 --- a/pith/save.h +++ b/pith/save.h @@ -3,7 +3,7 @@ * * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/savetype.h b/pith/savetype.h index d4dbd5bc..393b8f31 100644 --- a/pith/savetype.h +++ b/pith/savetype.h @@ -2,7 +2,7 @@ * $Id: savetype.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/search.c b/pith/search.c index 3e1af64a..902d26ce 100644 --- a/pith/search.c +++ b/pith/search.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: search.c 854 2007-12-07 17:44:43Z hubert@u.washingto /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/search.h b/pith/search.h index c562330d..b05049ab 100644 --- a/pith/search.h +++ b/pith/search.h @@ -2,7 +2,7 @@ * $Id: search.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/send.c b/pith/send.c index 558bc2bb..0c6a4085 100644 --- a/pith/send.c +++ b/pith/send.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: send.c 1204 2009-02-02 19:54:23Z hubert@u.washington /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/send.h b/pith/send.h index a5f9be62..ef06c408 100644 --- a/pith/send.h +++ b/pith/send.h @@ -3,7 +3,7 @@ * * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/sequence.c b/pith/sequence.c index a6372991..1e442630 100644 --- a/pith/sequence.c +++ b/pith/sequence.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: sequence.c 1012 2008-03-26 00:44:22Z hubert@u.washin /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/sequence.h b/pith/sequence.h index ac1c6a7e..7a0387e9 100644 --- a/pith/sequence.h +++ b/pith/sequence.h @@ -2,7 +2,7 @@ * $Id: sequence.h 1012 2008-03-26 00:44:22Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/signal.h b/pith/signal.h index ff5942fa..0b47196c 100644 --- a/pith/signal.h +++ b/pith/signal.h @@ -2,7 +2,7 @@ * $Id: signal.h 1025 2008-04-08 22:59:38Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/smime.c b/pith/smime.c index 725337e7..9cab8ee2 100644 --- a/pith/smime.c +++ b/pith/smime.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: smime.c 1176 2008-09-29 21:16:42Z hubert@u.washingto /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/smime.h b/pith/smime.h index d06ff764..0615ef1b 100644 --- a/pith/smime.h +++ b/pith/smime.h @@ -2,7 +2,7 @@ * $Id: smime.h 1074 2008-06-04 00:08:43Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/smkeys.c b/pith/smkeys.c index 2f849244..1889bb96 100644 --- a/pith/smkeys.c +++ b/pith/smkeys.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: smkeys.c 1266 2009-07-14 18:39:12Z hubert@u.washingt /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/smkeys.h b/pith/smkeys.h index f323af7d..e37eea3b 100644 --- a/pith/smkeys.h +++ b/pith/smkeys.h @@ -2,7 +2,7 @@ * $Id: smkeys.h 1074 2008-06-04 00:08:43Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/sort.c b/pith/sort.c index 6cd14137..f0bfa991 100644 --- a/pith/sort.c +++ b/pith/sort.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: sort.c 1142 2008-08-13 17:22:21Z hubert@u.washington /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/sort.h b/pith/sort.h index d88280f8..e44c6b21 100644 --- a/pith/sort.h +++ b/pith/sort.h @@ -2,7 +2,7 @@ * $Id: sort.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/sorttype.h b/pith/sorttype.h index 394f8267..8be8466c 100644 --- a/pith/sorttype.h +++ b/pith/sorttype.h @@ -2,7 +2,7 @@ * $Id: sorttype.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/state.c b/pith/state.c index ef361957..91da5bf6 100644 --- a/pith/state.c +++ b/pith/state.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: state.c 1074 2008-06-04 00:08:43Z hubert@u.washingto /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/state.h b/pith/state.h index 75cff1c5..f09a5b24 100644 --- a/pith/state.h +++ b/pith/state.h @@ -2,7 +2,7 @@ * $Id: state.h 1074 2008-06-04 00:08:43Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/status.c b/pith/status.c index cea827cd..9dfec3c7 100644 --- a/pith/status.c +++ b/pith/status.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: status.c 761 2007-10-23 22:35:18Z hubert@u.washingto /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/status.h b/pith/status.h index 650c279c..fcab4ecc 100644 --- a/pith/status.h +++ b/pith/status.h @@ -2,7 +2,7 @@ * $Id: status.h 770 2007-10-24 00:23:09Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/store.c b/pith/store.c index 84f03f1a..876584f4 100644 --- a/pith/store.c +++ b/pith/store.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: store.c 1074 2008-06-04 00:08:43Z hubert@u.washingto /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/store.h b/pith/store.h index c2a4cfc7..1c03e6bf 100644 --- a/pith/store.h +++ b/pith/store.h @@ -2,7 +2,7 @@ * $Id: store.h 1074 2008-06-04 00:08:43Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/stream.c b/pith/stream.c index da1c4c10..92322d38 100644 --- a/pith/stream.c +++ b/pith/stream.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: stream.c 1012 2008-03-26 00:44:22Z hubert@u.washingt /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/stream.h b/pith/stream.h index 0ebb1265..0e6f6fb6 100644 --- a/pith/stream.h +++ b/pith/stream.h @@ -2,7 +2,7 @@ * $Id: stream.h 768 2007-10-24 00:10:03Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/string.c b/pith/string.c index 533fe28a..0c158fb8 100644 --- a/pith/string.c +++ b/pith/string.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: string.c 910 2008-01-14 22:28:38Z hubert@u.washingto /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/string.h b/pith/string.h index 24c600cf..13e25604 100644 --- a/pith/string.h +++ b/pith/string.h @@ -2,7 +2,7 @@ * $Id: string.h 769 2007-10-24 00:15:40Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/strlst.c b/pith/strlst.c index 4d7c6b11..b2ebe07c 100644 --- a/pith/strlst.c +++ b/pith/strlst.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: strlst.c 761 2007-10-23 22:35:18Z hubert@u.washingto /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/strlst.h b/pith/strlst.h index 70f2898d..fc37d4df 100644 --- a/pith/strlst.h +++ b/pith/strlst.h @@ -2,7 +2,7 @@ * $Id: strlst.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/takeaddr.c b/pith/takeaddr.c index d9666711..ee40a6bf 100644 --- a/pith/takeaddr.c +++ b/pith/takeaddr.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: takeaddr.c 1012 2008-03-26 00:44:22Z hubert@u.washin /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/takeaddr.h b/pith/takeaddr.h index bebc343c..307f6c9f 100644 --- a/pith/takeaddr.h +++ b/pith/takeaddr.h @@ -2,7 +2,7 @@ * $Id: takeaddr.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/tempfile.c b/pith/tempfile.c index c9ee088d..6d71479a 100644 --- a/pith/tempfile.c +++ b/pith/tempfile.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: tempfile.c 770 2007-10-24 00:23:09Z hubert@u.washing /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/tempfile.h b/pith/tempfile.h index 71fb30de..7224ed75 100644 --- a/pith/tempfile.h +++ b/pith/tempfile.h @@ -3,7 +3,7 @@ * * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pith/text.c b/pith/text.c index ed11d97c..557fcdc7 100644 --- a/pith/text.c +++ b/pith/text.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: text.c 1266 2009-07-14 18:39:12Z hubert@u.washington /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/text.h b/pith/text.h index 543dac12..f8d7012f 100644 --- a/pith/text.h +++ b/pith/text.h @@ -2,7 +2,7 @@ * $Id: text.h 768 2007-10-24 00:10:03Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/thread.c b/pith/thread.c index d2bec483..15728691 100644 --- a/pith/thread.c +++ b/pith/thread.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: thread.c 942 2008-03-04 18:21:33Z hubert@u.washingto /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/thread.h b/pith/thread.h index b6890643..d6e1e6b8 100644 --- a/pith/thread.h +++ b/pith/thread.h @@ -2,7 +2,7 @@ * $Id: thread.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: url.c 769 2007-10-24 00:15:40Z hubert@u.washington.e /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -2,7 +2,7 @@ * $Id: url.h 764 2007-10-23 23:44:49Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/user.h b/pith/user.h index 8e746c0a..49917b47 100644 --- a/pith/user.h +++ b/pith/user.h @@ -2,7 +2,7 @@ * $Id: user.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/util.c b/pith/util.c index cb3ae5a2..70527de4 100644 --- a/pith/util.c +++ b/pith/util.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: util.c 761 2007-10-23 22:35:18Z hubert@u.washington. /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/util.h b/pith/util.h index 408de6d9..2c47674d 100644 --- a/pith/util.h +++ b/pith/util.h @@ -2,7 +2,7 @@ * $Id: util.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); |