CVS (current):
==============

1.1.1:
======
	fixed bug at gencode parameter of a type generator
	@ libargile/call.arg

	fixed segfault by adding recursion limit to type generators
	@ libargile/call.arg

	fixed array literal type format that caused bug with array of array
	@ argrt/array.arg

	canceled global code of used or included files (std/globally)
	@ libargile/file.arg

	libargile changed implementation number; backward compatible.

1.1.0:
======
	fixed detection of weak definitions with word parameter
	(weak definitions have syntax with no operator nor constant word)
	@ libargile/call.arg libargile/code.arg libargile/def.arg

	fixed std/typeof when generating code of a macro param,
	so it now fetches type of caller value
	@ modules/std.d/std_typeof.arg

	fixed reporting definitions with option --get-defs
	@ compiler/arc.arg

	fixed prototype for scalbf
	@ argrt/math.arg

	removed hello world macro
	@ argrt/std.arg doc/Argile.txt

	added macro to make array litterals
	@ argrt/array.arg

	libargile changed interface; no backward binary compatibility.

	libargrt changed interface; no backward compatibility
	(hello world macro removed, and scalbf prototype changed).

1.0.0:
======
	initial release
