Release Notes.
-
Argtable-1.4 released April 9, 2003.
-
Ported argtable to Windows and added a Microsoft Visual C++ 6.0 workspace to the distribution for the benefit of Windows users. The code only required one change, which was to delete an errant space from a scanf format string!
-
Argtable-1.3 released December 20, 2001.
-
Moved argtable to a new home on the sourceforge site and revamped the documentation. Documentation is now created with Doxygen instead of c2man. Also fixed some minor bugs in the Makefiles. The source code itself is unaltered.
-
Argtable-1.2 released August 5, 1999.
-
The original makefiles have been replaced by autoconf makefiles. The char pointers in the argument table have been redefined as pointers to const char. Some of argtable's internal string buffers have been made larger to accommodate long command lines, and a bug that occurred when program names contained whitespace has been fixed. The documentation has also been revised.
-
Argtable-1.1 released January 20, 1999.
-
This version fixes some cross-platform compilation errors, and saw the introduction of the multi-platform configuration. It also saw the addition of the arg_record() function and a change to the arg_scanargv() function so that it no longer requires argv[0] to be the first entry of the argument table. To maintain backwards compatibility, programs written for version 1.0 should now define the macro define ARGTABLE_COMPATIBILITY_10 prior to including the argtable.h header file.
-
Argtable-1.0 released November 13, 1998.
-
Argtable's debut!
Argtable (http://argtable.sourceforge.net)