2.1. Change Log
$Log: flx_lib.ipk,v $
Revision 1.171 2006/07/31 12:45:17 skaller
Add _gc_type t type qualifier which tells that t is an allocable
type and requires a shape. Add magic substitution encoding @?n
which refers to the shape of the n'th type argument.
Fixed faulty declaration of C++ array new operator used
for allocation of a gc scannable array. Provided type
Varray::varray[t] for variable length array, this is only
a first cut: it's actually an immobile bounded length
array with size variable up to the bound.
Revision 1.170 2006/07/17 17:22:40 skaller
Add test case for mmap.
Revision 1.169 2006/07/15 11:08:10 skaller
Fixes to fail[] function, some _ctor_arg things that got a
string but the C routines needed a char*.
Revision 1.168 2006/07/15 02:14:08 skaller
Misc fiddles. Enable asserts in C++ code. Delete libraries
before ar'ing them to make sure no stale objects in them.
Revision 1.167 2006/07/10 11:33:47 skaller
Add source locations in new module Debug.
Revision 1.166 2006/06/29 06:49:30 idadesub
looks like we missed a couple "requires flx_strutil"
Revision 1.165 2006/06/14 14:47:35 skaller
Make function/procedure pointer which are constructor arguments work.
Revision 1.164 2006/06/14 04:35:14 idadesub
allow for more interesting find/mem testing
Revision 1.163 2006/06/14 03:00:20 skaller
Change std::exception to std::runtime_error in standard library
fail functions.
Revision 1.162 2006/05/25 17:29:41 skaller
Misc