2025-06-13 16:47 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (85caafa02789 [tip])

	* .hgtags:
	Added tag 4.12.0.10 for changeset 5c50feecd225

2025-06-13 16:47 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (5c50feecd225 [4.12.0.10])

	* NEWS:
	update NEWS for release

2025-06-13 16:12 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (ea033d4b6885)

	* configure.ac:
	addition of static libraries to the pkg-config files was broken

2025-06-03 16:50 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (f9b5a703f54b)

	* configure.ac:
	bump version

2025-06-03 16:49 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (b9bf37d7c371)

	* .hgtags:
	Added tag 4.12.0.9 for changeset e33fc0936132

2025-06-03 16:48 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (e33fc0936132 [4.12.0.9])

	* NEWS:
	update NEWS for release

2025-06-03 16:33 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (1cc2061831bf)

	* configure.ac:
	don't include the fortran libs when determining the size of an
	integer

	Don't rely on the Fortran runtime to work to determine size of int;
	only the C runtime is needed.

	[On one installation of gfortran on MacOS, compilation and linking
	worked, but at runtime a dynamic Fortran library wasn't found,
	causing an error the configure code wasn't preparted for (?) and the
	sizeof an integer was set to 0, leading to an error later on.]

	Also, remove redundant setting of SIZEOF_VOID_P; that's already done
	by AC_CHECK_SIZEOF.

2025-05-20 18:21 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (af8aef570783)

	* configure.ac:
	bump version

2025-05-20 18:19 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (0267671f1b24)

	* .hgtags:
	Added tag 4.12.0.8 for changeset 0fc6b0d61791

2025-05-20 18:07 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (0fc6b0d61791 [4.12.0.8])

	* NEWS:
	update NEWS

2025-05-20 18:05 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (c6d9fb23f20c)

	* configure.ac:
	bump version

2025-05-20 18:03 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (5b985c321891)

	* configure.ac, cxcparam-cxx.pc.in, cxcparam-f77.pc.in,
	cxcparam.pc.in:
	adjust pkg-config files so that static linking works for platforms
	which don't have a readline.pc file

2025-05-20 17:55 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (d1d00db2643c)

	* cxcparam/iarg.y, cxcparam/ipar.l, cxcparam/iraf.c, cxcparam/rdb.l,
	cxcparam/rdbf.c:
	on some platforms (e.g. Debian 12) -D_XOPEN_SOURCE=600 is added to
	CFLAGS fro readline, which causes warnings; make sure they don't
	occur

2025-05-18 17:08 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (bc5a311fa641)

	* .hgtags:
	Added tag 4.12.0.7 for changeset 770943dc7a04

2025-05-18 16:51 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (770943dc7a04 [4.12.0.7])

	* NEWS, cxcparam/iarg.l, cxcparam/ipar.l:
	strncpy needs length of buffer, not of string

2025-05-18 16:40 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (8d9e7592e365)

	* NEWS:
	update NEWS

2025-05-18 16:36 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (1f2b5a178a6d)

	* configure.ac:
	tidy code

2025-05-18 16:36 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (425cf3ab8fd2)

	* Makefile.am, configure.ac, cxcparam/Makefile.am:
	deprecate C++ API, default to not compile it

2025-05-18 16:34 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (a127767b8365)

	* configure.ac, cxcparam-cxx.pc.in, cxcparam-f77.pc.in,
	cxcparam.pc.in:
	enable -rpath linker option in pkg-config Libs field

2025-05-18 16:01 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (8f7f860d0790)

	* cxcparam/iarg.l, cxcparam/ipar.l, cxcparam/parameter.c,
	cxcparam/rdb.l:
	remove unused variables & routines

2025-05-16 15:15 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (a217055f0be0)

	* NEWS:
	fix NEWS

2025-05-16 14:44 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (18980f61bce0)

	* configure.ac:
	bump version

2025-05-16 14:42 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (ec96221c1136)

	* .hgtags:
	Added tag 4.12.0.6 for changeset ce26957c1834

2025-05-16 14:40 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (ce26957c1834 [4.12.0.6])

	* NEWS:
	update NEWS

2025-05-16 14:40 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (bb86b3c8ef7a)

	* configure.ac:
	bump version

2025-05-16 14:38 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (45ad9ef9a888)

	* cxcparam/iraf.c:
	avoid buffer overflow in sprintf

2025-05-16 14:38 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (e8abac99c7e7)

	* cxcparam/paramset.c:
	remove unused variable

2025-05-16 14:01 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (faf67f08652f)

	* utils/pquery.c:
	remove unused variable

2025-05-16 13:49 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (d97fc95453af)

	* cxcparam/pfile.h:
	use standard macros to provide values for INDEF?

2025-05-16 13:13 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (ee62e2a3937f)

	* utils/pset.c:
	replace fprintf with fpts/fputc if not using a string format

2025-05-16 13:02 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (dc6cac2cb92a)

	* cxcparam/inclass.c:
	type: used SZ_PFLINE instead of SZ_LINE, which could cause a buffeer
	overflow

2025-05-16 11:01 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (183a6d43effb)

	* Makefile.am, cxcparam/iarg.y, cxcparam/ipar.l, cxcparam/ipar.y,
	cxcparam/iraf.c, cxcparam/param_get_via_xpa.c, cxcparam/parameter.c,
	cxcparam/rdb.l, cxcparam/rdbf.c:
	move feature test macros into code which uses it; make them Linux
	specific, as only Linux seems to need them

2025-05-15 17:42 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (81fba0eb3133)

	* m4/ax_check_compile_flag.m4: new file.
	* Makefile.am, configure.ac, cxcparam/ipar.y,
	m4/ax_check_compile_flag.m4:
	replace problematic conditional to avoid duplicate definition of
	ipar_lineno with compiler flag

	the ipar_lineno variable was shared between ipar_lex.c and
	ipar_yac.c, but should only be defined once.

	A pre-processor conditional to ensure backwards compatibility with
	old Gnu cc's was foiled by other compilers pretending to be gcc, and
	presenting their compiler versions as gcc'. The conditional
	attempted to work around this for MacOS, but failed on FreeBSD, as
	that wasn't part of the test suite.

	Instead, configure.ac checks if the -fno-common flag is supported by
	the compiler, and if so, uses that. This provides the correct
	behavior for Gnu and llvm based compilers and avoids the fragile
	pre-processor conditional.

2025-05-15 15:51 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (e90a24ae1816)

	* cxcparam/paramset.c, m4/ax_lib_readline.m4:
	update check for readline to find libedit headers for FreeBSD

2025-05-15 12:04 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (259c8a3ec1d9)

	* cxcparam/iarg.l:
	wrap assignment in conditional with parens to avoid compiler warning

2025-05-15 10:50 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (9da37f23a4f6)

	* cxcparam/boolean.c, cxcparam/cbinding.c, cxcparam/integer.c,
	cxcparam/parameter.c, cxcparam/paramset.c, cxcparam/pfile.c,
	cxcparam/pfile.h, cxcparam/psets.c, cxcparam/ptemplat.c,
	cxcparam/real.c, cxcparam/type.c, utils/pline.c:
	provide prototypes for all routines; remove typedef of bool

	pfile.h conditionally typedef'd bool as int, but the conditional was
	always true. This conflicts with C's now intrinisc bool parameter.

	All former bools are now explicitly int. Support for proper C bools
	was *not* introduced.

2023-08-19 20:29 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (55f5d1814a0f)

	* .hgtags:
	Added tag 4.12.0.5 for changeset 9a5509d4ba61

2023-08-19 20:29 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (9a5509d4ba61 [4.12.0.5])

	* NEWS:
	update NEWS for release

2023-08-19 16:18 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (9225b7db9a66)

	* NEWS, configure.ac:
	really make Fortran optional

2023-08-19 15:33 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (1af2b4fd9f3f)

	* configure.ac:
	bump version

2023-08-19 15:33 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (85b3e79e584e)

	* m4/libtool.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
	m4/lt~obsolete.m4: deleted file.
	* m4/libtool.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
	m4/lt~obsolete.m4:
	don't track libtool's m4 macros

2023-08-19 03:04 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (7a838d4a937a)

	* .hgtags:
	Added tag 4.12.0.4 for changeset a8d66640ed09

2023-08-19 03:03 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (a8d66640ed09 [4.12.0.4])

	* NEWS:
	update NEWS for release

2023-08-19 02:47 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (68fbfc766dc7)

	* Makefile.am, configure.ac, cxcparam/Makefile.am:
	make Fortran bindings optional

	this is a horrible hack. In order to make it possible to compile the
	package on systems without Fortran, we need to fool the AC_PROG_F77
	and AC_F77_WRAPPERS into thinking that they've already been run.

	Why? well, those macros cannot be wrapped in conditionals; they are
	always run. But, AC_F77_WRAPPERS will die horribly if there isn't a
	Fortran compiler, so we need to somehow disable it if there's no
	Fortran compiler.

	We also want to disable AC_PROG_F77 if the user requests no Fortran
	bindings.

	AC_PROG_F77 is documented as not doing anything if F77 is set; for
	AC_F77_WRAPPERS examining its source indicates that it depends upon
	a cached value. So, we set those appropriately, then create an
	automake conditional to avoid compiling the Fortran bindings.

2023-08-19 02:31 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (9b4066d440da)

	* m4/libtool.m4, m4/ltversion.m4:
	update libtool macros

2023-08-19 02:36 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (cd72dc6a12b8)

	* configure.ac:
	bump version

2023-02-12 18:15 -0500  Diab Jerius  <djerius@cfa.harvard.edu>  (8e1df8a3c4d5)

	* .hgtags:
	Added tag 4.12.0.3 for changeset 5864d23f4961

2023-02-12 18:13 -0500  Diab Jerius  <djerius@cfa.harvard.edu>  (5864d23f4961 [4.12.0.3])

	* NEWS:
	update NEWS for release

2023-02-10 18:11 -0500  Diab Jerius  <djerius@cfa.harvard.edu>  (1fa830967751)

	* Makefile.am:
	add pkg-config file for C++

2023-02-10 18:11 -0500  Diab Jerius  <djerius@cfa.harvard.edu>  (ce7a3a836929)

	* configure.ac:
	replace deprecated autoconf macros

2023-02-09 18:10 -0500  Diab Jerius  <djerius@cfa.harvard.edu>  (df0f7c1adc08)

	* utils/Makefile.am:
	make utilities dependent on the cxcparam library, or they may be
	built out of order

2023-02-09 18:09 -0500  Diab Jerius  <djerius@cfa.harvard.edu>  (e8e919137ba8)

	* configure.ac:
	protect autoconf test for flex from too strict CFLAGS

2023-02-09 18:08 -0500  Diab Jerius  <djerius@cfa.harvard.edu>  (45d3b7a57919)

	* cxcparam/Makefile.am:
	force creation of lex and yacc generated code, just to be safe

2020-09-28 17:09 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (79094f82191c)

	* configure.ac:
	bump version

2020-09-28 17:06 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (023dabc5507a)

	* .hgtags:
	Added tag 4.12.0.2 for changeset 3020fc19914e

2020-09-28 17:06 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (3020fc19914e [4.12.0.2])

	* NEWS:
	update NEWS for release

2020-09-28 15:43 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (7f9b86ddae62)

	* cxcparam/pfile.c:
	Add additional fix from CIAO 4.12

	I thought this fix wasn't needed, as control could never reach the
	end of the function, as I assumed that c_paramerr always terminated.
	I was wrong; c_paramerr calls an error handler which might not
	terminate.

2020-09-22 18:23 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (f3651367de11)

	* configure.ac:
	bump version

2020-09-22 18:17 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (8a922fce7c30)

	* .hgtags:
	Added tag 4.12.0.1 for changeset 75744ebdde3f

2020-09-22 18:13 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (75744ebdde3f [4.12.0.1])

	* NEWS:
	update NEWS for release

2020-09-22 18:13 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (0d96ae616823)

	* cxcparam/ipar.y:
	fix compilation on GCC 10.+

	gcc 10 changed how it handles extern variable storage, switching
	from a default of -fcommon to -fno-common. This caused a link error
	because of duplicated definitions on gcc >= 10.

2020-09-22 17:17 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (710478832b4d)

	* cxcparam/ParamItem.cc, cxcparam/cbinding.c, cxcparam/f77.c,
	cxcparam/f77.h, cxcparam/find.c, cxcparam/find.h, cxcparam/iraf.c,
	cxcparam/iraf.h, cxcparam/mode.c, cxcparam/parameter.c,
	cxcparam/parameter.h, cxcparam/paramset.c, cxcparam/pfile.c,
	cxcparam/pfile.h, cxcparam/putil.c, cxcparam/putil.h,
	cxcparam/range.c, cxcparam/range.h, cxcparam/rdb.h, cxcparam/rdbf.c:
	merge minor changes from ciao 4.12.0

2020-09-22 17:16 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (c6b223daa6bf)

	* snippets/hooks.mk: new file.
	* configure.ac, m4/ax_lib_readline.m4, snippets/create_am_macros.mk,
	snippets/hooks.mk, snippets/inst_vars.mk:
	minor build infrastructure update

2020-09-22 16:44 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (653f72a040ff)

	* configure.ac:
	bump version

2018-12-17 14:20 -0500  Diab Jerius  <djerius@cfa.harvard.edu>  (ecb916fb4038)

	* .hgtags:
	Added tag 4.11.0.1 for changeset b8c95748612c

2018-12-17 14:19 -0500  Diab Jerius  <djerius@cfa.harvard.edu>  (b8c95748612c [4.11.0.1])

	* NEWS:
	add some dates to the NEWS file

2018-12-17 13:36 -0500  Diab Jerius  <djerius@cfa.harvard.edu>  (282a5532d99b)

	* NEWS, configure.ac, cxcparam/ParamItem.cc,
	cxcparam/Parameter_class.cc, cxcparam/iarg.y, cxcparam/iraf.c,
	cxcparam/param_get_via_xpa.c, cxcparam/paramset.c, cxcparam/range.c,
	cxcparam/rdbf.c:
	merge with version from CIAO 4.11.0

2018-12-17 13:35 -0500  Diab Jerius  <djerius@cfa.harvard.edu>  (36a61c54a36c)

	* m4/ax_lib_readline.m4, m4/libtool.m4, m4/ltoptions.m4,
	m4/ltsugar.m4, m4/ltversion.m4, m4/lt~obsolete.m4, m4/pkg.m4: new
	file.
	* Makefile.am, configure.ac, cxcparam/Makefile.am,
	m4/ax_lib_readline.m4, m4/libtool.m4, m4/ltoptions.m4,
	m4/ltsugar.m4, m4/ltversion.m4, m4/lt~obsolete.m4, m4/pkg.m4,
	snippets/am_vars.mk, snippets/create_am_macros.mk,
	snippets/inst_vars.mk, utils/Makefile.am:
	modernize build infrastructure. switch to non-recursive make

2018-12-17 11:17 -0500  Diab Jerius  <djerius@cfa.harvard.edu>  (6514855ec8a3)

	* .hgtags:
	Added tag 4.8.0.1 for changeset d7fc96d942d7

2018-12-17 11:17 -0500  Diab Jerius  <djerius@cfa.harvard.edu>  (d7fc96d942d7 [4.8.0.1])

	* NEWS, configure.ac:
	update logs and version for release

2016-03-07 17:10 -0500  Diab Jerius  <djerius@cfa.harvard.edu>  (9ca97bef4476)

	* utils/paccess.c, utils/pdump.c, utils/pget.c, utils/pline.c,
	utils/plist.c, utils/pquery.c, utils/pset.c, utils/punlearn.c:
	merge relevant changes from CIAO 4.8

2014-10-29 14:20 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (babb71ff0324)

	* .hgtags:
	Added tag 4.6.0.1 for changeset 2c5ccecf6ec9

2014-10-29 14:20 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (2c5ccecf6ec9 [4.6.0.1])

	* NEWS, configure.ac:
	update logs and version for release

2014-10-29 14:19 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (f2269d092ba6)

	* ChangeLog: deleted file.
	* ChangeLog:
	don't track ChangeLog; it is automatically generated

2014-10-29 14:14 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (d47f9fe56cc4)

	* cxcparam/Makefile.am, snippets/create_am_macros.mk:
	updated snippets

2014-10-29 13:41 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (39b33d7fbd09)

	* configure.ac, cxcparam/range.c, cxcparam/range.h:
	make range's RSSize function match the interface

2014-10-29 13:34 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (774093d885f6)

	* cxcparam/f77.h, cxcparam/range.c, cxcparam/range.h:
	merge relevant changes from CIAO 4.6

2013-06-19 14:27 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (f2f6d7166f52)

	* .hgtags:
	Added tag 4.5.0.1 for changeset d1515caf7453

2013-06-19 14:27 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (d1515caf7453 [4.5.0.1])

	* ChangeLog, NEWS, configure.ac:
	update logs and version for release

2013-06-19 14:25 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (ccd1b8ce1829)

	* configure.ac:
	update bug report address

2013-06-19 14:21 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (a377014da602)

	* cxcparam/pfile.c:
	correctly handle illegal modes

	illegal modes were erroneously being treated as if no mode parameter
	existed, causing multiple mode parameter entries to be appended to
	the parameter file. now the code calls the error routine.

2013-06-19 14:18 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (1365d842864b)

	* cxcparam/mode.c:
	mode type conversion code didn't recognize the H and L modes

2013-06-18 16:41 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (d66a5666fcc8)

	* .hgtags:
	Added tag 4.5.0.0 for changeset 2b6801da4c53

2013-06-18 16:41 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (2b6801da4c53 [4.5.0.0])

	* ChangeLog, NEWS, configure.ac:
	update logs and version for release

2013-06-18 16:31 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (2dce7b08f02f)

	* Makefile.am, configure.ac:
	implement automake's suggestions

2013-06-18 16:27 -0400  Diab Jerius  <djerius@cfa.harvard.edu>  (c4517a06f2e2)

	* cxcparam/ParamItem.cc, cxcparam/Parameter_class.cc,
	cxcparam/paramhelp.cc:
	merge relevant changes from CIAO 4.5

2012-02-08 15:33 -0500  djerius  <djerius@cfa.harvard.edu>  (3be4061e75bc)

	* .hgtags:
	Added tag 4.3.0.1 for changeset e720929b81b8

2012-02-08 15:24 -0500  djerius  <djerius@cfa.harvard.edu>  (e720929b81b8 [4.3.0.1])

	* cxcparam/cbinding.c, cxcparam/find.c, cxcparam/find.h,
	cxcparam/iraf.c, cxcparam/iraf.h, cxcparam/parameter.h,
	cxcparam/paramset.c, cxcparam/pfile.c, cxcparam/pfile.h,
	cxcparam/putil.c, cxcparam/putil.h, cxcparam/rdb.h, cxcparam/rdbf.c:
	update from char* to const char* in some of the public API

2011-12-14 14:41 -0500  djerius  <djerius@cfa.harvard.edu>  (9e3b3744785d)

	* .hgtags:
	Added tag 4.3.0.0 for changeset 5754fe31ac64

2011-12-14 14:41 -0500  djerius  <djerius@cfa.harvard.edu>  (5754fe31ac64 [4.3.0.0])

	* ChangeLog, NEWS, configure.ac:
	update logs and version for release

2011-12-14 14:40 -0500  djerius  <djerius@cfa.harvard.edu>  (a063d777aa2c)

	* cxcparam/Makefile.am:
	don't blow away distributed, generated files with the clean target

	running "make clean" shouldn't remove pre-generated files; if the
	user doesn't have the tools to recreate them they are at a
	disadvantage.

2011-12-14 14:16 -0500  djerius  <djerius@cfa.harvard.edu>  (be2212b9bad8)

	* cxcparam/Notes, cxcparam/ParamItem.cc, cxcparam/ParamItem.hh,
	cxcparam/Parameter.hh, cxcparam/Parameter_class.cc,
	cxcparam/boolean.c, cxcparam/cbinding.c, cxcparam/comment.c,
	cxcparam/f77.c, cxcparam/f77.h, cxcparam/filetype.c,
	cxcparam/find.c, cxcparam/find.h, cxcparam/gcur.c,
	cxcparam/getenum.c, cxcparam/gtype.c, cxcparam/iarg.h,
	cxcparam/iarg.y, cxcparam/imcur.c, cxcparam/inclass.c,
	cxcparam/integer.c, cxcparam/ipar.h, cxcparam/ipar.y,
	cxcparam/iraf.c, cxcparam/iraf.h, cxcparam/jroll_parameter.h,
	cxcparam/list.h, cxcparam/listhook.c, cxcparam/listhook.h,
	cxcparam/mode.c, cxcparam/mode.h, cxcparam/param_get_via_xpa.c,
	cxcparam/param_get_via_xpa.h, cxcparam/parambind.h,
	cxcparam/parament.c, cxcparam/parament.h, cxcparam/parameter.c,
	cxcparam/paramhelp.cc, cxcparam/pargs.h, cxcparam/pfile.c,
	cxcparam/pfile.h, cxcparam/psets.c, cxcparam/ptemplat.c,
	cxcparam/ptemplat.h, cxcparam/putil.c, cxcparam/putil.h,
	cxcparam/range.c, cxcparam/range.h, cxcparam/rdb.h, cxcparam/rdb.l,
	cxcparam/rdbf.c, cxcparam/real.c, cxcparam/string.c,
	cxcparam/struct.c, cxcparam/tmatch.c, cxcparam/tmatch.h,
	cxcparam/type.c, cxcparam/uerget.c, cxcparam/unxfbind.c:
	remove execute bits on files brought over from CIAO

2011-12-14 14:15 -0500  djerius  <djerius@cfa.harvard.edu>  (375533d6afa1)

	* cxcparam/Makefile.am:
	oops. iarg.h & ipar.h shouldn't be cleaned

2011-12-14 14:01 -0500  djerius  <djerius@cfa.harvard.edu>  (c05a53ec07f5)

	* cxcparam/paramset.c:
	only use config.h for standalone library

2011-12-14 13:59 -0500  djerius  <djerius@cfa.harvard.edu>  (bb9f6a25e9da)

	* cxcparam-cxx.pc.in: new file.
	* cxcparam-cxx.pc.in:
	pkg-config file for C++ library

2011-12-14 12:58 -0500  djerius  <djerius@cfa.harvard.edu>  (26da797694b4)

	* cxcparam/PTest.c, cxcparam/README.param_gamma, cxcparam/bcopy.c,
	cxcparam/clfg.c, cxcparam/getfile.c, cxcparam/inclass_cds.par,
	cxcparam/ipar.lquote, cxcparam/parameter.h.org,
	cxcparam/parameter.h_v1.0, cxcparam/paramstropen.c,
	cxcparam/paramtordb.c, cxcparam/pinclass.db, cxcparam/ptest,
	cxcparam/ptest.par, cxcparam/tcltk/Makefile,
	cxcparam/tcltk/TclParam.i, cxcparam/tcltk/TclParam_wrap.c: deleted
	file.
	* configure.ac, cxcparam/Makefile.am, cxcparam/Notes,
	cxcparam/PTest.c, cxcparam/ParamItem.cc, cxcparam/ParamItem.hh,
	cxcparam/Parameter.hh, cxcparam/ParameterUtils.c,
	cxcparam/ParameterUtils.h, cxcparam/Parameter_class.cc,
	cxcparam/README.param_gamma, cxcparam/ansi_parameter.h,
	cxcparam/bcopy.c, cxcparam/boolean.c, cxcparam/cbinding.c,
	cxcparam/clfg.c, cxcparam/comment.c, cxcparam/f77.c, cxcparam/f77.h,
	cxcparam/filetype.c, cxcparam/find.c, cxcparam/find.h,
	cxcparam/gcur.c, cxcparam/getenum.c, cxcparam/getfile.c,
	cxcparam/gtype.c, cxcparam/iarg.h, cxcparam/iarg.y,
	cxcparam/imcur.c, cxcparam/inclass.c, cxcparam/inclass_cds.par,
	cxcparam/integer.c, cxcparam/ipar.h, cxcparam/ipar.lquote,
	cxcparam/ipar.y, cxcparam/iraf.c, cxcparam/iraf.h,
	cxcparam/jroll_parameter.h, cxcparam/list.h, cxcparam/listhook.c,
	cxcparam/listhook.h, cxcparam/mode.c, cxcparam/mode.h,
	cxcparam/param_get_via_xpa.c, cxcparam/param_get_via_xpa.h,
	cxcparam/parambind.h, cxcparam/parament.c, cxcparam/parament.h,
	cxcparam/parameter.c, cxcparam/parameter.h,
	cxcparam/parameter.h.org, cxcparam/parameter.h_v1.0,
	cxcparam/paramhelp.cc, cxcparam/paramset.c, cxcparam/paramstropen.c,
	cxcparam/paramtordb.c, cxcparam/pargs.h, cxcparam/pfile.c,
	cxcparam/pfile.h, cxcparam/pinclass.db, cxcparam/psets.c,
	cxcparam/ptemplat.c, cxcparam/ptemplat.h, cxcparam/ptest,
	cxcparam/ptest.par, cxcparam/putil.c, cxcparam/putil.h,
	cxcparam/range.c, cxcparam/range.h, cxcparam/rdb.h, cxcparam/rdb.l,
	cxcparam/rdbf.c, cxcparam/real.c, cxcparam/string.c,
	cxcparam/struct.c, cxcparam/tcltk/Makefile,
	cxcparam/tcltk/TclParam.i, cxcparam/tcltk/TclParam_wrap.c,
	cxcparam/tmatch.c, cxcparam/tmatch.h, cxcparam/type.c,
	cxcparam/uerget.c, cxcparam/unxfbind.c:
	merge w/ CIAO 4.3.0 release. incorporate C++ interface. build fixes.

	* merge with CIAO 4.3.0
	* incorporate C++ interface w/ patches to work with modern C++
	* remove all prototypes of system functions; use feature macros to get
	them
	* add fallback if readline is not available

2010-06-16 13:08 -0400  djerius  <djerius@cfa.harvard.edu>  (1f56e4a3959e)

	* .hgtags:
	Added tag 4.2.0.1 for changeset 0405743a3f88

2010-06-16 10:54 -0400  djerius  <djerius@cfa.harvard.edu>  (0405743a3f88 [4.2.0.1])

	* ChangeLog, NEWS, configure.ac:
	update logs and version for release

2010-06-16 10:34 -0400  djerius  <djerius@cfa.harvard.edu>  (356085162ed8)

	* cxcparam/paramset.c:
	fix interface to GNU readline

	It looks like the direct GNU readline code was never used(?).
	config.h wasn't included and the includes were out of order with
	respect to the preprocessor conditionals. And, a definition wasn't
	there so there was a compilation error. Strange; I thought I'd fixed
	all of this a long time ago....

2010-06-11 12:14 -0400  djerius  <djerius@cfa.harvard.edu>  (6f7bb723d569)

	* .hgtags:
	Added tag 4.2.0.0 for changeset d36db952c634

2010-06-11 12:05 -0400  djerius  <djerius@cfa.harvard.edu>  (d36db952c634 [4.2.0.0])

	* ChangeLog:
	update log for release

2010-06-11 12:05 -0400  djerius  <djerius@cfa.harvard.edu>  (202890d8dd68)

	* cxcparam/parament.h:
	the ParamEntry function is internal use only; don't publish it as
	it's API uses structures not publically available

2010-06-11 11:09 -0400  djerius  <djerius@cfa.harvard.edu>  (025a3cd7566a)

	* cxcparam/Makefile.am, cxcparam/parameter.h:
	parameter.h now includes more header files; forgot to add them to
	the install target. use <> format for includes as they shouldn't be
	relative

2010-06-11 11:06 -0400  djerius  <djerius@cfa.harvard.edu>  (691f758194f0)

	* snippets/am_vars.mk, snippets/create_am_macros.mk,
	snippets/inst_vars.mk:
	update snippets

2010-06-11 10:45 -0400  djerius  <djerius@cfa.harvard.edu>  (e732dd51a9c2)

	* ChangeLog, NEWS, configure.ac:
	update version and logs for release

2010-06-10 17:33 -0400  djerius  <djerius@cfa.harvard.edu>  (db7dc64755a7)

	* cxcparam/Makefile.am:
	add new header files to the dist tar ball

2010-06-10 15:57 -0400  djerius  <djerius@cfa.harvard.edu>  (2a3eee478cc4)

	* cxcparam/iarg.h, cxcparam/ipar.h: new file.
	* cxcparam/boolean.c, cxcparam/filetype.c, cxcparam/gcur.c,
	cxcparam/gtype.c, cxcparam/iarg.h, cxcparam/iarg.l, cxcparam/iarg.y,
	cxcparam/imcur.c, cxcparam/integer.c, cxcparam/ipar.h,
	cxcparam/ipar.l, cxcparam/ipar.y, cxcparam/mode.c,
	cxcparam/parameter.h, cxcparam/pfile.c, cxcparam/pfile.h,
	cxcparam/psets.c, cxcparam/real.c, cxcparam/string.c,
	cxcparam/struct.c:
	ansify prototypes. add prototyeps for all function pointers, remove
	explicit external function declarations in favor of inclusion of
	header files. fix use of NULL as an integer.

2010-06-10 15:56 -0400  djerius  <djerius@cfa.harvard.edu>  (d7078da54297)

	* cxcparam/Makefile.am:
	remove clfg.c from compilation; there are NO prototypes so it can't
	really be used

2010-06-10 15:54 -0400  djerius  <djerius@cfa.harvard.edu>  (8b4f302afb73)

	* cxcparam/rdb.h: new file.
	* cxcparam/rdb.h, cxcparam/rdb.l, cxcparam/rdbf.c:
	ansify definitions, add prototypes to new rdb.h, include it to close
	the loop, remove extra parameter from RDBParWrit (discovered due to
	prototyping!)

2010-06-10 15:52 -0400  djerius  <djerius@cfa.harvard.edu>  (9cbabdb0e0a4)

	* cxcparam/iraf.h: new file.
	* cxcparam/iraf.c, cxcparam/iraf.h:
	ansify prototypes, resolve external functions via header files; add
	prototypes to new iraf.h and include it to complete the loop

2010-06-10 15:49 -0400  djerius  <djerius@cfa.harvard.edu>  (ca75ab6cad1c)

	* cxcparam/ptemplat.c:
	resolve undefined external functions

2010-06-10 15:48 -0400  djerius  <djerius@cfa.harvard.edu>  (8ed337f08ec0)

	* cxcparam/mode.h: new file.
	* cxcparam/mode.c, cxcparam/mode.h:
	ansify prototypes. add prototypes to mode.h and include it to close
	the loop.

2010-06-10 15:47 -0400  djerius  <djerius@cfa.harvard.edu>  (c28795a0729f)

	* cxcparam/type.c:
	fixed incorrect use of NULL as int

2010-06-10 15:45 -0400  djerius  <djerius@cfa.harvard.edu>  (077b9f7a64f7)

	* cxcparam/parameter.c:
	ansify, pull in prototypes from putil.h

2010-06-10 15:44 -0400  djerius  <djerius@cfa.harvard.edu>  (10b6b4ba8e20)

	* cxcparam/parameter.c:
	fix improper use of NULL in integer context

2010-06-10 15:43 -0400  djerius  <djerius@cfa.harvard.edu>  (2d97bbabef06)

	* cxcparam/paramset.c:
	ansify function definitions; include prototypes from listhook.h

2010-06-10 15:43 -0400  djerius  <djerius@cfa.harvard.edu>  (0383b5a4d2a4)

	* utils/pget.c:
	ansify main() function definition; resolve undefined functions

2010-06-10 15:42 -0400  djerius  <djerius@cfa.harvard.edu>  (83664a9e6a14)

	* utils/paccess.c, utils/pdump.c, utils/pline.c, utils/plist.c,
	utils/pquery.c, utils/pset.c, utils/punlearn.c:
	ansify main() function definition

2010-06-10 15:41 -0400  djerius  <djerius@cfa.harvard.edu>  (cfd9e26171f2)

	* cxcparam/inclass.c:
	grab prototype for cxctmatch from tmatch.h

2010-06-10 15:39 -0400  djerius  <djerius@cfa.harvard.edu>  (46a499d7083a)

	* cxcparam/parament.h: new file.
	* cxcparam/parament.c, cxcparam/parament.h:
	ansify function definition. add prototypes to new parament.h include
	parament.h in parament.c to close the loop

2010-06-10 15:38 -0400  djerius  <djerius@cfa.harvard.edu>  (0fc798a73b73)

	* cxcparam/listhook.h: new file.
	* cxcparam/listhook.c, cxcparam/listhook.h:
	ansify function definition. included listhook.h to close the loop

2010-06-10 15:36 -0400  djerius  <djerius@cfa.harvard.edu>  (f33d42d65c46)

	* cxcparam/list.h:
	remove definition of NULL. that's dangerous!

2010-06-10 15:36 -0400  djerius  <djerius@cfa.harvard.edu>  (f8ae2a7e97d1)

	* cxcparam/putil.c:
	fixed incorrect use of NULL as int; included putil.h to close the
	loop

2010-06-10 15:34 -0400  djerius  <djerius@cfa.harvard.edu>  (fc5a1fd4a964)

	* cxcparam/tmatch.h: new file.
	* cxcparam/tmatch.c, cxcparam/tmatch.h:
	add prototypes for all global functions in tmatch.c to new file
	tmatch.h

2010-06-10 15:33 -0400  djerius  <djerius@cfa.harvard.edu>  (cd6379f5d3c7)

	* cxcparam/range.h:
	add prototypes for all functions in range.c and add proper
	conditional include for file

2010-06-10 15:32 -0400  djerius  <djerius@cfa.harvard.edu>  (fb297d34b439)

	* cxcparam/f77.h: new file.
	* cxcparam/f77.c, cxcparam/f77.h, cxcparam/uerget.c,
	cxcparam/unxfbind.c:
	ansifyed prototypes. added prototypes for all extern functions.
	added f77.h

2010-06-09 17:31 -0400  djerius  <djerius@cfa.harvard.edu>  (7de88738f72a)

	* cxcparam/integer.c:
	ansify function definitions. move definition of structures after
	static routines to get their prototypes.

2010-06-09 17:27 -0400  djerius  <djerius@cfa.harvard.edu>  (7ec0bf4b8bbd)

	* cxcparam/pfile.h:
	add prototypes from inclass.c

2010-06-09 17:26 -0400  djerius  <djerius@cfa.harvard.edu>  (0adc20d97b79)

	* cxcparam/parameter.h:
	pputf's fvalue is declared as a double even though the actual code
	has it as a float. track the code

2010-06-09 17:25 -0400  djerius  <djerius@cfa.harvard.edu>  (2ae485bd221b)

	* cxcparam/parameter.h:
	include ptemplat.h to get ParamMatchList definition

2010-06-09 17:25 -0400  djerius  <djerius@cfa.harvard.edu>  (764a2a2c5500)

	* cxcparam/putil.h:
	add prototype for CXCNewString. remove prototype for cxcAccess and
	cxcFind. they're not even in putil.c!

2010-06-09 17:24 -0400  djerius  <djerius@cfa.harvard.edu>  (fc56df5286f8)

	* cxcparam/putil.c:
	ansify prototypes

2010-06-09 17:23 -0400  djerius  <djerius@cfa.harvard.edu>  (ff696f5fe23d)

	* cxcparam/cbinding.c:
	fix up prototype to match what's actually being passed, use real
	header file to get prototypes

2010-06-09 17:22 -0400  djerius  <djerius@cfa.harvard.edu>  (3fbb8cee882f)

	* cxcparam/inclass.c:
	fix up prototypes; use headers instead of specifying them directly

2010-06-09 17:22 -0400  djerius  <djerius@cfa.harvard.edu>  (42fe1ab48546)

	* cxcparam/iarg.y:
	force prototype for strdup. very ugly

2010-06-09 17:05 -0400  djerius  <djerius@cfa.harvard.edu>  (efd0eb2c9073)

	* cxcparam/getenum.c:
	don't export functions which have no prototype

2010-06-09 17:04 -0400  djerius  <djerius@cfa.harvard.edu>  (d1d8a41eb96a)

	* cxcparam/find.h:
	add prototype for cxcResolvPath

2010-06-09 17:03 -0400  djerius  <djerius@cfa.harvard.edu>  (dafb32d09293)

	* cxcparam/boolean.c:
	NULL should not be used as a pointer -- use 0 directly

2010-06-09 17:02 -0400  djerius  <djerius@cfa.harvard.edu>  (f7c6c16f1be1)

	* cxcparam/find.h:
	ansify prototypes, add prototype for cxcExpandEnv

2010-06-09 17:02 -0400  djerius  <djerius@cfa.harvard.edu>  (fe207f37b9e2)

	* cxcparam/find.c:
	ansify prototypes

2009-07-28 13:57 -0400  djerius  <djerius@cfa.harvard.edu>  (76764a82014e)

	* .hgtags:
	Added tag 4.1.2.2 for changeset ba8232e40a2f

2009-07-28 13:56 -0400  djerius  <djerius@cfa.harvard.edu>  (ba8232e40a2f [4.1.2.2])

	* ChangeLog, NEWS, configure.ac:
	update logs and version for release

2009-07-28 13:47 -0400  djerius  <djerius@cfa.harvard.edu>  (d27880664070)

	* cxcparam/uclxfile.c, cxcparam/uclxmain.c: deleted file.
	* cxcparam/Makefile.am, cxcparam/uclxfile.c, cxcparam/uclxmain.c:
	remove last remnants of uclx interface to stop problems with linking
	against fortran main routines

2009-06-11 17:50 -0400  djerius  <djerius@cfa.harvard.edu>  (1ef052c11e2d)

	* .hgtags:
	Added tag 4.1.2.1 for changeset cd8e0e3166a2

2009-06-11 17:49 -0400  djerius  <djerius@cfa.harvard.edu>  (cd8e0e3166a2 [4.1.2.1])

	* ChangeLog, NEWS, configure.ac:
	update version and logs for release

2009-06-11 17:41 -0400  djerius  <djerius@cfa.harvard.edu>  (aecb8c62ce80)

	* cxcparam/ipar.y:
	Darwin 10.5 handles extern's a bit differently than the rest of the
	bunch

2009-06-11 15:19 -0400  djerius  <djerius@cfa.harvard.edu>  (35fca0cf77bf)

	* cxcparam/ParamItem.cc, cxcparam/ParamItem.hh, cxcparam/Parameter.hh,
	cxcparam/ParameterUtils.c, cxcparam/ParameterUtils.h,
	cxcparam/Parameter_class.cc, cxcparam/inclass.c, cxcparam/iraf.c,
	cxcparam/parameter.c, cxcparam/paramset.c, cxcparam/paramstropen.c,
	cxcparam/pfile.c, cxcparam/ptemplat.c, cxcparam/putil.c,
	cxcparam/rdbf.c, utils/pset.c:
	fold in CIAO 4.1.2 changes

2009-06-11 14:24 -0400  djerius  <djerius@cfa.harvard.edu>  (db2f0df1ba3b)

	* .hgtags:
	Added tag 4.0.0.1 for changeset b175ccc25334

2009-06-11 14:23 -0400  djerius  <djerius@cfa.harvard.edu>  (b175ccc25334 [4.0.0.1])

	* ChangeLog, NEWS, configure.ac:
	update version and logs for release

2008-02-08 23:45 -0500  djerius  <djerius@cfa.harvard.edu>  (a2c08dad0db5)

	* cxcparam/Parameter_class.cc: new file.
	* cxcparam/Parameter.cc, cxcparam/configure.scan, cxcparam/ftest.com,
	cxcparam/ftest.f, cxcparam/make.com, cxcparam/makefile.vms,
	cxcparam/modbison.awk, cxcparam/paccess.c, cxcparam/pdump.c,
	cxcparam/pfcommon.f.in, cxcparam/pget.c, cxcparam/pline.c,
	cxcparam/plist.c, cxcparam/pquery.c, cxcparam/pset.c,
	cxcparam/punlearn.c, cxcparam/uclxbind.f, cxcparam/uclxtest.com,
	cxcparam/uclxtest.f, cxcparam/vmsfbind.c: deleted file.
	* configure.ac, cxcparam/Makefile.am, cxcparam/PTest.c,
	cxcparam/ParamItem.cc, cxcparam/ParamItem.hh, cxcparam/Parameter.cc,
	cxcparam/Parameter.hh, cxcparam/ParameterUtils.c,
	cxcparam/ParameterUtils.h, cxcparam/Parameter_class.cc,
	cxcparam/ansi_parameter.h, cxcparam/bcopy.c, cxcparam/boolean.c,
	cxcparam/cbinding.c, cxcparam/clfg.c, cxcparam/comment.c,
	cxcparam/configure.scan, cxcparam/f77.c, cxcparam/filetype.c,
	cxcparam/find.c, cxcparam/find.h, cxcparam/ftest.com,
	cxcparam/ftest.f, cxcparam/gcur.c, cxcparam/getenum.c,
	cxcparam/getfile.c, cxcparam/gtype.c, cxcparam/iarg.l,
	cxcparam/iarg.y, cxcparam/imcur.c, cxcparam/inclass.c,
	cxcparam/integer.c, cxcparam/ipar.l, cxcparam/ipar.y,
	cxcparam/iraf.c, cxcparam/jroll_parameter.h, cxcparam/list.h,
	cxcparam/listhook.c, cxcparam/make.com, cxcparam/makefile.vms,
	cxcparam/modbison.awk, cxcparam/mode.c, cxcparam/paccess.c,
	cxcparam/param_get_via_xpa.c, cxcparam/param_get_via_xpa.h,
	cxcparam/parambind.h, cxcparam/parament.c, cxcparam/parameter.c,
	cxcparam/parameter.h, cxcparam/paramhelp.cc, cxcparam/paramset.c,
	cxcparam/paramstropen.c, cxcparam/paramtordb.c, cxcparam/pargs.h,
	cxcparam/pdump.c, cxcparam/pfcommon.f.in, cxcparam/pfile.c,
	cxcparam/pfile.h, cxcparam/pget.c, cxcparam/pline.c,
	cxcparam/plist.c, cxcparam/pquery.c, cxcparam/pset.c,
	cxcparam/psets.c, cxcparam/ptemplat.c, cxcparam/ptemplat.h,
	cxcparam/punlearn.c, cxcparam/putil.c, cxcparam/putil.h,
	cxcparam/range.c, cxcparam/range.h, cxcparam/rdb.l, cxcparam/rdbf.c,
	cxcparam/real.c, cxcparam/string.c, cxcparam/struct.c,
	cxcparam/tmatch.c, cxcparam/type.c, cxcparam/uclxbind.f,
	cxcparam/uclxfile.c, cxcparam/uclxmain.c, cxcparam/uclxtest.com,
	cxcparam/uclxtest.f, cxcparam/uerget.c, cxcparam/unxfbind.c,
	cxcparam/vmsfbind.c, utils/paccess.c, utils/pdump.c, utils/pget.c,
	utils/pline.c, utils/plist.c, utils/pquery.c, utils/pset.c,
	utils/punlearn.c:
	merge with CIAO 4.0 cxcparam, prototype cleanup

	* CIAO 4.0 had a few bug fixes
	* merge was mostly copyright notices
	* lots of prototype cleanups; still not done!

2007-09-16 21:02 -0400  djerius  <djerius@cfa.harvard.edu>  (0e038e477cc5)

	* .hgtags:
	Added tag 3.4.02 for changeset 14b2b9c719bc

2007-09-16 21:02 -0400  djerius  <djerius@cfa.harvard.edu>  (14b2b9c719bc [3.4.02])

	* ChangeLog, NEWS, configure.ac:
	update for release

2007-09-16 20:57 -0400  djerius  <djerius@cfa.harvard.edu>  (100b0307652b)

	* cxcparam/iarg.l:
	force non-interactive mode to prevent using iarg_in as a filehandle.

	iarg.l parses the command line; iarg_in is (mis)used to iterate
	through the command line arguments, when technically it should be a
	FILE * handle. In interactive mode flex treats it as a handle and
	passes it to fileno(). this can (rarely) cause problems (segv's on
	particular patched versions of Solaris 8). flex provides an
	alternative mechanism for scanning memory buffers; this code should
	be changed to use that.

2007-09-16 20:49 -0400  djerius  <djerius@cfa.harvard.edu>  (c2a05ff9ff27)

	* cxcparam/Makefile.am, cxcparam/iarg.l, cxcparam/iarg.y,
	cxcparam/ipar.l, cxcparam/ipar.y, cxcparam/rdb.l:
	use flex & bison's prefix options to clean up handling of parsers &
	lexers

	replace the sed commands with the correct flex & bison options to
	rename the public API of the lexers and parsers to avoid namespace
	collisions. flex & bison (rather than lex & yacc) were already
	assumed to be used, so this doesn't add a new dependency.

2007-09-16 20:35 -0400  djerius  <djerius@cfa.harvard.edu>  (ed95ee85d161)

	* snippets/am_vars.mk, snippets/inst_vars.mk: new file.
	* snippets/am_vars.mk, snippets/create_am_macros.mk,
	snippets/inst_vars.mk:
	updated snippets

2007-07-25 17:07 -0400  djerius  <djerius@cfa.harvard.edu>  (1aa8e6f03c32)

	* .hgtags:
	Added tag 3.4.0.1 for changeset 3499ee662a2e

2007-07-25 17:07 -0400  djerius  <djerius@cfa.harvard.edu>  (3499ee662a2e [3.4.0.1])

	* 00README:
	update for release

2007-04-12 15:39 -0400  djerius  <djerius@cfa.harvard.edu>  (467f01db8f18)

	* ChangeLog, NEWS, configure.ac:
	update for release

2007-04-12 15:38 -0400  djerius  <djerius@cfa.harvard.edu>  (c949032d1468)

	* cxcparam/parameter.c:
	get prototype for isspace

2007-04-12 10:59 -0400  djerius  <djerius@cfa.harvard.edu>  (04aa4a88a15e)

	* configure.ac, cxcparam/f77.c:
	now compatible with gfortran intrinsic function name mangling.

	gfortran uses a special name mangling for intrinsic functions, which
	caused the C/Fortran interface to fail, as the C side didn't know
	about this. A somewhat hokey fix was implemented.

2007-04-11 10:59 -0400  djerius  <djerius@cfa.harvard.edu>  (5fed5198862f)

	* cxcparam/pfcommon.f.in: new file.
	* cxcparam/pfcommon.f: deleted file.
	* configure.ac, cxcparam/Makefile.am, cxcparam/pfcommon.f,
	cxcparam/pfcommon.f.in, cxcparam/uclxfile.c, cxcparam/uerget.c,
	cxcparam/unxfbind.c:
	make Fortran interfaces (except getarg/iargc) compiler independent

2007-04-11 10:58 -0400  djerius  <djerius@cfa.harvard.edu>  (be0c5ed5e838)

	* cxcparam/make_errors: deleted file.
	* cxcparam/cbinding.c, cxcparam/find.c, cxcparam/iarg.y,
	cxcparam/inclass.c, cxcparam/make_errors,
	cxcparam/param_get_via_xpa.c, cxcparam/parament.c,
	cxcparam/parameter.h, cxcparam/paramset.c, cxcparam/pfile.c,
	cxcparam/pfile.h, cxcparam/putil.h, cxcparam/rdbf.c,
	utils/paccess.c, utils/pdump.c, utils/pget.c, utils/pline.c,
	utils/plist.c, utils/pquery.c, utils/pset.c, utils/punlearn.c:
	syntax cleanups to quiet gcc and improve function prototype coverage

2007-04-10 15:18 -0400  djerius  <djerius@cfa.harvard.edu>  (4ed9ab0963ba)

	* cxcparam/f77.c, cxcparam/getenum.c, cxcparam/iarg.l,
	cxcparam/iarg.y, cxcparam/inclass.c, cxcparam/ipar.l,
	cxcparam/ipar.y, cxcparam/parameter.h, cxcparam/pfile.h,
	cxcparam/putil.c, cxcparam/rdb.l, cxcparam/tcltk/TclParam_wrap.c,
	cxcparam/uclxfile.c, utils/pquery.c:
	integrated changes from ciao 3.4

2007-04-10 14:27 -0400  djerius  <djerius@cfa.harvard.edu>  (ff54d7de6b9d)

	* 00README:
	add ftp site to readme file

2006-04-04 16:30 -0400  dj  <dj@macabre.cfa.harvard.edu>  (8b7914c8dc22)

	* ChangeLog:
	fix grammar

2006-04-04 16:01 -0400  dj  <dj@macabre.cfa.harvard.edu>  (94d32abe4f71)

	* .hgtags:
	Added tag 3.2.1.9 for changeset
	a1f79c5f691aa7088ee299e67630e25ad7234732

2006-04-04 16:00 -0400  dj  <dj@macabre.cfa.harvard.edu>  (a1f79c5f691a [3.2.1.9])

	* ChangeLog, NEWS, configure.ac:
	if pkg-config was not available, READLINE_LIBS and READLINE_CFLAGS
	were ignored

2006-01-27 14:09 -0500  dj  <dj@macabre.cfa.harvard.edu>  (39070d30619e)

	* .hgtags:
	Added tag 3.2.1.8 for changeset
	7543c297d8812cd7509e0b5a49a688082cd8abd8

2006-01-27 14:09 -0500  dj  <dj@macabre.cfa.harvard.edu>  (7543c297d881 [3.2.1.8])

	* ChangeLog, configure.ac:
	update for release

2006-01-27 14:07 -0500  dj  <dj@macabre.cfa.harvard.edu>  (28ae706b59c9)

	* Makefile.am:
	cleanup

2006-01-27 14:07 -0500  dj  <dj@macabre.cfa.harvard.edu>  (eeb4229a0861)

	* cleanup

2006-01-27 14:07 -0500  dj  <dj@macabre.cfa.harvard.edu>  (db1f476b3cc4)

	* configure.ac:
	new boilerplate

2006-01-27 14:07 -0500  dj  <dj@macabre.cfa.harvard.edu>  (6d2bef26b897)

	* INSTALL, LICENSE, NEWS, README: new file.
	* INSTALL, LICENSE, NEWS, README:
	new boilerplate

2006-01-27 14:04 -0500  dj  <dj@macabre.cfa.harvard.edu>  (3d6695703d79)

	* cxcparam/inclass.c:
	linux needs sys/types.h

2006-01-04 12:00 -0500  dj  <dj@macabre.cfa.harvard.edu>  (e9479bbab95c)

	* .hgtags:
	Added tag 3.2.1.7 for changeset
	b7b9f902f42a237ded425065fbd4448c0df48191

2006-01-04 11:58 -0500  dj  <dj@macabre.cfa.harvard.edu>  (b7b9f902f42a [3.2.1.7])

	* ChangeLog:
	updated ChangeLog for last release

2006-01-04 12:02 -0400  dj  <dj@macabre.cfa.harvard.edu>  (49598b3a3367)

	* .hgtags:
	Added tag V3_2_1_7 for changeset
	d7152fe84ea6efd37f3586da4629d938aff1fa84

2005-09-23 08:20 +0000  dj  <dj>  (d7152fe84ea6 [V3_2_1_7])

	* configure.ac:
	bumped revision

2005-09-23 08:20 +0000  dj  <dj>  (feb7bef0848f)

	* utils/pquery.c:
	removed old style C'isms

2005-09-23 08:19 +0000  dj  <dj>  (a72518d7c91e)

	* cxcparam/Makefile.am:
	added more cleanup files

2005-09-23 08:19 +0000  dj  <dj>  (ad62942f3be2)

	* cxcparam/ipar.l:
	new flex doesn't maintain the order of definitions; made the code
	order independent

2006-01-04 12:02 -0400  dj  <dj@macabre.cfa.harvard.edu>  (cf3e5ba7b6d8)

	* .hgtags:
	Added tag V3_2_1_6 for changeset
	5ba7fb14c431416b8e089fb6e82ffad02bb20572

2005-07-02 00:58 +0000  dj  <dj>  (5ba7fb14c431 [V3_2_1_6])

	* ChangeLog, configure.ac:
	bumped version, comments

2005-07-02 00:58 +0000  dj  <dj>  (889afc916820)

	* cxcparam/pset.c:
	revert to old code; actual pset.c in use is in utils directory

2005-07-02 00:57 +0000  dj  <dj>  (7aa936c94a9d)

	* cxcparam/pfile.c:
	supports PDEFAULTS environmental variable (stole idea from pquery.c)

2005-06-09 00:24 +0000  dj  <dj>  (0a9d7a0409f7)

	* utils/paccess.c, utils/pdump.c, utils/pget.c, utils/pline.c,
	utils/plist.c, utils/pquery.c, utils/pset.c, utils/punlearn.c: new
	file.
	* utils/Makefile.am, utils/paccess.c, utils/pdump.c, utils/pget.c,
	utils/pline.c, utils/plist.c, utils/pquery.c, utils/pset.c,
	utils/punlearn.c:
	track new local snippets directory structure

	integrate CXCDS "partools" package

2005-06-09 00:24 +0000  dj  <dj>  (ace2abc23508)

	* snippets/create_am_macros.mk: new file.
	* cxcparam/Makefile.am, snippets/create_am_macros.mk:
	track new local snippets directory structure

2005-06-09 00:24 +0000  dj  <dj>  (1cd5fa9c96d7)

	* 00README, Makefile.am, configure.ac:
	track new local snippets directory structure

	integrate CXCDS "partools" package. the pset, etc source in cxcparam
	is NOT UP-TO-DATE. those in partools are.

2005-06-08 23:37 +0000  dj  <dj>  (39c4f58330ce)

	* cxcparam/pset.c:
	pset must open the file in learn mode, regardless of what the file
	wants

2005-05-25 02:02 +0000  dj  <dj>  (81487cda7fa0)

	* 00README:
	added notes on Debian vs Fedora

2005-04-20 08:38 +0000  dj  <dj>  (32ca91b438cc)

	* no longer needed; uses pkg-config'd readline

2005-04-20 08:26 +0000  dj  <dj>  (26781c3de0da)

	* ChangeLog:
	Empty changelog

2005-04-20 08:26 +0000  dj  <dj>  (7818ad459c8e)

	* utils/Makefile.am:
	improved readline support

2005-04-20 08:26 +0000  dj  <dj>  (3b05fd1735a7)

	* configure.ac:
	more sophisticated handling when pkg-config knows about readlne.
	previously it ignored pkg-config's output, but that was incorrect,
	as then readline might not be found. now first runs pkg-config, if
	possible, and if so, feeds that output back into VL_LIB_READLINE so
	that the latter can set the config.h values.

2005-04-20 01:33 +0000  dj  <dj>  (fd4b3d6ec954)

	* ChangeLog, ChangeLog:
	Empty changelog

2005-04-20 01:31 +0000  dj  <dj>  (939248fc46bb)

	* configure.ac:
	before adding readline to the pkg-config requires field, should
	first check if a pkg-config package of that name exists!

2005-04-20 00:36 +0000  dj  <dj>  (153aa7aee646)

	* ChangeLog:
	Empty changelog

2005-04-20 00:35 +0000  dj  <dj>  (fdf444b37227)

	* cxcparam.pc.in:
	set up so can conditionally require readline

2005-04-19 23:42 +0000  dj  <dj>  (476bee1df377)

	* configure.ac:
	pkg-config files weren't requiring readline

2006-01-04 12:02 -0400  dj  <dj@macabre.cfa.harvard.edu>  (d262b748c0b9)

	* .hgtags:
	Added tag V3_2_1_3 for changeset
	7fa1304e5e0b1a461491e584dce64a2e2fbf93f4

2005-04-18 18:51 +0000  dj  <dj>  (7fa1304e5e0b [V3_2_1_3])

	* ChangeLog:
	Empty changelog

2005-04-18 18:48 +0000  dj  <dj>  (d0136cdd8f9f)

	* README.dist:
	updated docs

2005-04-18 18:36 +0000  dj  <dj>  (1a67c66d09c3)

	* configure.ac:
	bumped version

2005-04-18 18:35 +0000  dj  <dj>  (344c1cab3496)

	* 00README:
	update to reflect new location of header files

2005-04-18 18:35 +0000  dj  <dj>  (15e84cf54534)

	* Makefile.am:
	never really needed substitute_config_variables.mk

2005-04-18 18:34 +0000  dj  <dj>  (2dca2393f97c)

	* cxcparam.pc.in:
	variables from the old means of creating these lingered.

2005-04-18 18:30 +0000  dj  <dj>  (7bca81d48a7d)

	* not needed (if ever it was)

2006-01-04 12:02 -0400  dj  <dj@macabre.cfa.harvard.edu>  (b9ae8a8bf6bc)

	* .hgtags:
	Added tag V3_2_1_2 for changeset
	74495c955e23da6c98f1119a12dc45c57cb405aa

2005-04-16 03:15 +0000  dj  <dj>  (74495c955e23 [V3_2_1_2])

	* Makefile.am:
	Empty changelog

2005-04-16 03:08 +0000  dj  <dj>  (a91afd7df8a4)

	* README.dist: new file.
	* Makefile.am, README.dist:
	Empty changelog

2005-04-16 03:01 +0000  dj  <dj>  (2c13a00c5006)

	* mstbuild.sparc-SunOS-5: new file.
	* mstbuild.sparc-SunOS-5:
	needed for readline

2005-04-16 03:01 +0000  dj  <dj>  (fb1a94ae6471)

	* cxcparam-f77.pc.in, cxcparam.pc.in: new file.
	* cxcparam-f77.pc.in, cxcparam.pc.in:
	less automatic construction of pkgconfig files

2005-04-16 02:57 +0000  dj  <dj>  (58022461999f)

	* ChangeLog:
	Empty changelog

2005-04-16 02:50 +0000  dj  <dj>  (471335540da8)

	* configure.ac:
	bump revision

2005-04-16 02:50 +0000  dj  <dj>  (016ee1f6cf9d)

	* configure.ac:
	remove logic to automatically create the pkgconfig files

	add lex program search

	AC_PROG_FC was giving solaris a f95 nightmare; back off to f77

2005-04-16 02:49 +0000  dj  <dj>  (6329e160eb20)

	* Makefile.am:
	create pkgconfig files less automatically, as they are split into C
	and F77 versions

2005-04-16 02:48 +0000  dj  <dj>  (cc79e437d7fd)

	* removed lex and yacc output; these should be generated on the fly

2005-04-16 02:47 +0000  dj  <dj>  (27cadeb9937f)

	* cxcparam/Makefile.am:
	split into C and F77 libraries to avoid linking errors when just
	linking C

	rules for lex and yacc sources need to point at $(srcdir)!

2005-04-16 02:40 +0000  dj  <dj>  (44f6591f676b)

	* cxcparam/paramset.c:
	aargh. the original author didn't understand the difference between

	#if MACRO

	and

	#ifdef MACRO

2005-04-16 02:39 +0000  dj  <dj>  (4079dc2c5834)

	* cxcparam/iarg.y, cxcparam/ipar.y:
	modern versions of bison generated code which resulted in C compiler
	parse errors. fixed.

2005-04-15 01:34 +0000  dj  <dj>  (ae1b0f94dec6)

	* Makefile.am:
	Empty changelog

2006-01-04 12:01 -0400  dj  <dj@macabre.cfa.harvard.edu>  (22bf248d5e05)

	* .hgtags:
	Added tag V3_2_1_1 for changeset
	cbadede88e10bb2d77e1f077f8d70ef39abbeb47

2005-04-15 01:32 +0000  dj  <dj>  (cbadede88e10 [V3_2_1_1])

	* 00README, ChangeLog: new file.
	* 00README, ChangeLog:
	Empty changelog

2005-04-15 01:09 +0000  dj  <dj>  (de1876772a7f)

	* cxcparam/pfile.h:
	updated ParamList structure for new param allocation method.

2005-04-15 01:09 +0000  dj  <dj>  (d8fa8ae7dc4f)

	* cxcparam/pfile.c:
	allocation of list of parameters in ParamList was archaic and caused
	memory problems (segv's on sparc boxes). replaced.

	error return from ParamGetX was ignored, resulting in repeated
	addition of mode parameter lines to the parameter file upon output.

2005-04-15 01:08 +0000  dj  <dj>  (ca7ca5c3fb9f)

	* configure.ac, cxcparam/Makefile.am, cxcparam/parameter.c,
	cxcparam/parameter.h, cxcparam/paramset.c:
	updates to make source autotool friendly

2006-01-04 12:01 -0400  dj  <dj@macabre.cfa.harvard.edu>  (ad0c24ef1045)

	* .hgtags:
	Added tag V3_2_1_0 for changeset
	0fc0cff5f1956a0afcc376892285a1afcb5f7d18

2005-04-15 00:55 +0000  dj  <dj>  (0fc0cff5f195 [V3_2_1_0])

	* Makefile.am, configure.ac, create_am_macros.mk,
	create_pkgconfig_pc.mk, cxcparam/Makefile.am,
	cxcparam/create_am_macros.mk, cxcparam/iarg.h, cxcparam/iarg.y,
	cxcparam/iarg_lex.c, cxcparam/iarg_yac.c, cxcparam/ipar.h,
	cxcparam/ipar.l, cxcparam/ipar.y, cxcparam/ipar_lex.c,
	cxcparam/ipar_yac.c, cxcparam/parameter.c, cxcparam/parameter.h,
	cxcparam/paramset.c, cxcparam/pfile.c, cxcparam/pfile.h,
	cxcparam/pset.c, cxcparam/rdb_lex.c, substitute_config_variables.mk,
	utils/Makefile.am, utils/create_am_macros.mk:
	Initial revision

2006-01-04 12:01 -0400  dj  <dj@macabre.cfa.harvard.edu>  (91de508e9c94)

	* .hgtags: new file.
	* .hgtags:
	Added tag V3_2_1_0 for changeset
	fcd047001997e8c99955be4a0992471750aaeb82

2005-04-15 00:55 +0000  dj  <dj>  (fcd047001997)

	* .hgignore, Makefile.am, configure.ac, create_am_macros.mk,
	create_pkgconfig_pc.mk, cxcparam/Makefile.am, cxcparam/Notes,
	cxcparam/PTest.c, cxcparam/ParamItem.cc, cxcparam/ParamItem.hh,
	cxcparam/Parameter.cc, cxcparam/Parameter.hh,
	cxcparam/ParameterUtils.c, cxcparam/ParameterUtils.h,
	cxcparam/README, cxcparam/README.param_gamma,
	cxcparam/ansi_parameter.h, cxcparam/bcopy.c, cxcparam/boolean.c,
	cxcparam/cbinding.c, cxcparam/clfg.c, cxcparam/comment.c,
	cxcparam/configure.scan, cxcparam/create_am_macros.mk,
	cxcparam/f77.c, cxcparam/filetype.c, cxcparam/find.c,
	cxcparam/find.h, cxcparam/ftest.com, cxcparam/ftest.f,
	cxcparam/gcur.c, cxcparam/getenum.c, cxcparam/getfile.c,
	cxcparam/gtype.c, cxcparam/iarg.h, cxcparam/iarg.l, cxcparam/iarg.y,
	cxcparam/iarg_lex.c, cxcparam/iarg_yac.c, cxcparam/imcur.c,
	cxcparam/inclass.c, cxcparam/inclass_cds.par, cxcparam/integer.c,
	cxcparam/ipar.h, cxcparam/ipar.l, cxcparam/ipar.lquote,
	cxcparam/ipar.y, cxcparam/ipar_lex.c, cxcparam/ipar_yac.c,
	cxcparam/iraf.c, cxcparam/jroll_parameter.h, cxcparam/list.h,
	cxcparam/listhook.c, cxcparam/make.com, cxcparam/make_errors,
	cxcparam/makefile.vms, cxcparam/modbison.awk, cxcparam/mode.c,
	cxcparam/paccess.c, cxcparam/param_get_via_xpa.c,
	cxcparam/param_get_via_xpa.h, cxcparam/parambind.h,
	cxcparam/parament.c, cxcparam/parameter.c, cxcparam/parameter.h,
	cxcparam/parameter.h.org, cxcparam/parameter.h_v1.0,
	cxcparam/paramhelp.cc, cxcparam/paramset.c, cxcparam/paramstropen.c,
	cxcparam/paramtordb.c, cxcparam/pargs.h, cxcparam/pdump.c,
	cxcparam/pfcommon.f, cxcparam/pfile.c, cxcparam/pfile.h,
	cxcparam/pget.c, cxcparam/pinclass.db, cxcparam/pline.c,
	cxcparam/plist.c, cxcparam/pquery.c, cxcparam/pset.c,
	cxcparam/psets.c, cxcparam/ptemplat.c, cxcparam/ptemplat.h,
	cxcparam/ptest, cxcparam/ptest.par, cxcparam/punlearn.c,
	cxcparam/putil.c, cxcparam/putil.h, cxcparam/range.c,
	cxcparam/range.h, cxcparam/rdb.l, cxcparam/rdb_lex.c,
	cxcparam/rdbf.c, cxcparam/real.c, cxcparam/string.c,
	cxcparam/struct.c, cxcparam/tcltk/Makefile,
	cxcparam/tcltk/TclParam.i, cxcparam/tcltk/TclParam_wrap.c,
	cxcparam/tmatch.c, cxcparam/type.c, cxcparam/uclxbind.f,
	cxcparam/uclxfile.c, cxcparam/uclxmain.c, cxcparam/uclxtest.com,
	cxcparam/uclxtest.f, cxcparam/uerget.c, cxcparam/unxfbind.c,
	cxcparam/vmsfbind.c, mstbuild.args, substitute_config_variables.mk,
	utils/Makefile.am, utils/create_am_macros.mk: new file.
	* .hgignore, Makefile.am, configure.ac, create_am_macros.mk,
	create_pkgconfig_pc.mk, cxcparam/Makefile.am, cxcparam/Notes,
	cxcparam/PTest.c, cxcparam/ParamItem.cc, cxcparam/ParamItem.hh,
	cxcparam/Parameter.cc, cxcparam/Parameter.hh,
	cxcparam/ParameterUtils.c, cxcparam/ParameterUtils.h,
	cxcparam/README, cxcparam/README.param_gamma,
	cxcparam/ansi_parameter.h, cxcparam/bcopy.c, cxcparam/boolean.c,
	cxcparam/cbinding.c, cxcparam/clfg.c, cxcparam/comment.c,
	cxcparam/configure.scan, cxcparam/create_am_macros.mk,
	cxcparam/f77.c, cxcparam/filetype.c, cxcparam/find.c,
	cxcparam/find.h, cxcparam/ftest.com, cxcparam/ftest.f,
	cxcparam/gcur.c, cxcparam/getenum.c, cxcparam/getfile.c,
	cxcparam/gtype.c, cxcparam/iarg.h, cxcparam/iarg.l, cxcparam/iarg.y,
	cxcparam/iarg_lex.c, cxcparam/iarg_yac.c, cxcparam/imcur.c,
	cxcparam/inclass.c, cxcparam/inclass_cds.par, cxcparam/integer.c,
	cxcparam/ipar.h, cxcparam/ipar.l, cxcparam/ipar.lquote,
	cxcparam/ipar.y, cxcparam/ipar_lex.c, cxcparam/ipar_yac.c,
	cxcparam/iraf.c, cxcparam/jroll_parameter.h, cxcparam/list.h,
	cxcparam/listhook.c, cxcparam/make.com, cxcparam/make_errors,
	cxcparam/makefile.vms, cxcparam/modbison.awk, cxcparam/mode.c,
	cxcparam/paccess.c, cxcparam/param_get_via_xpa.c,
	cxcparam/param_get_via_xpa.h, cxcparam/parambind.h,
	cxcparam/parament.c, cxcparam/parameter.c, cxcparam/parameter.h,
	cxcparam/parameter.h.org, cxcparam/parameter.h_v1.0,
	cxcparam/paramhelp.cc, cxcparam/paramset.c, cxcparam/paramstropen.c,
	cxcparam/paramtordb.c, cxcparam/pargs.h, cxcparam/pdump.c,
	cxcparam/pfcommon.f, cxcparam/pfile.c, cxcparam/pfile.h,
	cxcparam/pget.c, cxcparam/pinclass.db, cxcparam/pline.c,
	cxcparam/plist.c, cxcparam/pquery.c, cxcparam/pset.c,
	cxcparam/psets.c, cxcparam/ptemplat.c, cxcparam/ptemplat.h,
	cxcparam/ptest, cxcparam/ptest.par, cxcparam/punlearn.c,
	cxcparam/putil.c, cxcparam/putil.h, cxcparam/range.c,
	cxcparam/range.h, cxcparam/rdb.l, cxcparam/rdb_lex.c,
	cxcparam/rdbf.c, cxcparam/real.c, cxcparam/string.c,
	cxcparam/struct.c, cxcparam/tcltk/Makefile,
	cxcparam/tcltk/TclParam.i, cxcparam/tcltk/TclParam_wrap.c,
	cxcparam/tmatch.c, cxcparam/type.c, cxcparam/uclxbind.f,
	cxcparam/uclxfile.c, cxcparam/uclxmain.c, cxcparam/uclxtest.com,
	cxcparam/uclxtest.f, cxcparam/uerget.c, cxcparam/unxfbind.c,
	cxcparam/vmsfbind.c, mstbuild.args, substitute_config_variables.mk,
	utils/Makefile.am, utils/create_am_macros.mk:
	Initial revision

