Changes


The following updates were introduced as part of work undertaken as an employee of Newport Networks. (http://www.newport-networks.com)

Graeme McKerrell

0.7.3

0.7.2

0.7.1

Fixed memory stomp in tinyrl_completion.

If a string contains characters greater than 127 then the signed bit will be set and when calling a ctype.h utility this can get sign extended. e.g. char *ptr = "£10"; isspace(*ptr); will have the value -100 passed to the function (or MACRO) as the '£' character (decimal 156) is negative when held as a signed char.

The solution is to ensure that you always used unsigned chars to pass to the utility functions. This was achieved by adding a lub_ctype component which provides 8-bit safe versions of these functions.

0.7.0

0.6.3

0.6.2

0.6.1

0.6.0

0.6.0e

0.6.0d

0.6.0c


0.5.4

This work was done as an employee of 3Com (http://www.3com.com)

Graeme McKerrell


Generated on Tue Apr 29 13:41:08 2008 for CLISH by  doxygen 1.5.1