The changes documented since 3/2002, which is the date stated in Brian's version of the Description file. In Sept 2012 the current R version and the Mayo version were merged. 14March02: When y was a factor, with no instances of one of the levels in the "middle" of the levels list, the program would generate NA due to division by 0. Fairly simple fixes to gini.c and rpart.s. The bug, and a very nicely documented test case, was supplied by Matthew Wiener. 8Aug02: Small bug pointed out by Kai Yu in rundown.c - a missing pair of {}, which only apply if usesurrogate < 2 and there are lots of missings. Appears that the se of the xval error would be too small. 29Oct02: Error in xpred.rpart.s, for a user split with a response vector >1, the "yback" vector was too short. (Diff the lines creating eframe with those of rpart.s, to see the obvious oversight!) Leads to a core dump. 29Oct02: Fix error in branch.c, which was not watching out for missing values in the surrogate variable. Found due to close reading of the C code by Kai Yu. (I'm impressed!) 12Nov02: Add the "return.all" argument to xpred.rpart, to fit the needs of Dan Schaid. Add the test case xpred.s to test it. 28Nov02: Major changes to how indexing is done. In the older version, at a lower branch on the tree one would find the following code again and again: for (i=0; i