-----------------------------------------------------------------------
Pre Make Kit TODO file

Document revision:
$Id: TODO,v 1.162 2005/08/21 10:04:56 mipsator Exp $
-----------------------------------------------------------------------
Format:

Who	Status	Description

Status flags:
	- to do
	+ done
	~ in progress
	! high priority
	. low priority
	R release goal

Indented lines means subtask.
-----------------------------------------------------------------------


common:
-----------------------------------------------------------------------
	+?	track and code missing checks for snprintf and strl*
	~R	update tutorial
	~.	improve test_pmkinstall to check more modes
	+	update README and INSTALL
	~!	new samples
        	        - add a sample that show architecture data from pmk
	-R	handle allocation through garbage collector.


pmk:
-----------------------------------------------------------------------
	-R	add sub header check for older systems
	-!	check if ~/.pmk.conf is available
	~.	compatibility with autoconf (progressing) :
			~ support for DEFS (-D options to pass to the compiler)
			- support for LDFLAGS (misc linker options) ?
			- support for CPPFLAGS (misc linker options) ?
			- VPATH ?
	-.	verify in CHECK_BINARY that program has executable right ?


pmksetup:
-----------------------------------------------------------------------
	~.	cpu identification
			- ppc support (priviledged)
			- sparc support
			- sparc64 support (priviledged)
			~ man page update
	-	cpu optimisation for compiler 
	-	option to append to variable of pmk.conf
	!	clean temporary files on error

pmkscan
-----------------------------------------------------------------------
	-R!	update man page
	-R?	add more entries in pmkscan.dat
	+R	improve engine to detect types
	+R	generate makefile template from the scanned sources
	+	fix use of d_type in dirent structure which is not posix

pmkinstall
-----------------------------------------------------------------------


pmkpc
-----------------------------------------------------------------------
	~	missing options
			- PMKPC_OPT_UNINST
			- PMKPC_OPT_DEBUG
			- PMKPC_OPT_VAR
			- PMKPC_OPT_VAR_DEF
			- PMKPC_OPT_VAR_PRNT
			- PMKPC_OPT_VAR_SILC
			- PMKPC_OPT_VAR_STDO
	~	man page
	-.	special expression ('' quoted), post 0.8

misc
-----------------------------------------------------------------------
	-R	generate template config header from pmkscan

