2008-06-04 Brent N. Chun * libe now carries a BSD license as of version 0.3.1. 2006-02-01 Brent N. Chun * Added endianness fix to net.c from Mike Howard and Jose Luis Palacios. Bumped up to 0.3.0. 2004-10-02 Brent N. Chun * Added placeholder for anet.[ch] * Added pack.[ch] from I3 project 2002-04-29 Brent N. Chun * Added Matt Massie's pointer arithmetic patch for portability to IA64. 2002-03-21 Brent N. Chun * Fixed memory leak in tree_destroy in tree.c (not freeing parents) 2002-03-18 Brent N. Chun * Removed tree_node, tree_node_nr functions * Changes based on 's patch * Removed multiple defn's for E_WRITE_ERROR and E_READ_ERROR * Using valid exit codes, convention is roughly * 0 (success) * 1 (base error, i.e., things in libc/pthreads lib) * 2 (gexec error, i.e,. things in my code) * 3 (user error, i.e., user errors such as bad options) * 255 (assertion error) 2002-03-11 Brent N. Chun * Initial release