
This is part of the Objectify project documentation.
Copyright (C) 2008, 2009, 2010   J. Scott Edwards
See the file README for copying conditions.

2010-09-12  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* list_files_cgi.c (sections, num_sections): new array that contains
	strings for the anchor, prefix, and section names.
	(list_files): added code to print a section header before each section
	of files.
	(main): added code to print an index at the top of the file.
	<SVN-4727>

	* list_files_cgi.c (has_prefix): new function that compares the first
	characters of a string with the prefix string.
	(list_files): Added code to move the liveBLAG file back with the other
	BLAG files.
	<SVN-4726>


2010-02-28  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* list_files_cgi.c (list_files): Fixed bug #28725: Sort out of order
	from list_files.cgi.  Changed condition in heap sort loop.
	<SVN-4599>


2010-01-24  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* Makefile.in (CFLAGS): fixed optimize option, it had a typo -03
	instead of -O3.
	<SVN-4500>


2010-01-17  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* list_files_cgi.c (get_path_name): new function that reads a path
	object and converts it to string.
	(get_assoc_path): new function that reads an association object and
	calls get_path_name to convert the path to a string.
	(list_files): changed to sort the file list before outputting it.
	<SVN-4458>

	* Makefile.in (CFLAGS): changed to allow doing a debug build or a
	regular optimized build.
	<SVN-4457>


2010-01-16  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* Makefile.in: Fixed to build in new directory structure.
	* list_files_cgi.c: removed ../ prefix from includes, include directory
	now handled by the Makefile.
	<SVN-4453>


2009-02-16  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* list_files_cgi.c (list_files): changed for new initialize_objectify
	calling convention and removed call to set_root_object which is no
	longer needed.


2008-06-08  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* Makefile.in: Fixed to correctly build list_files.cgi program.


2008-04-06  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* list_files_cgi.c: moved objectify initialization and termination to
	list_files function and added setting the proper title of the web page.


2008-04-05  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* Makefile.in: initial version created from attic/Makefile.in.
	* list_files_cgi.c: initial version created from list_files.c.

