comparison src/settings.sml @ 912:771449d8b411

Fix inconsistency in bool URLification between C and JavaScript
author Adam Chlipala <adamc@hcoop.net>
date Tue, 25 Aug 2009 15:19:00 -0400
parents 5fe49effbc83
children 16f7cb0891b6
comparison
equal deleted inserted replaced
911:12c77dc567a2 912:771449d8b411
141 ("stringToFloat_error", "pfl"), 141 ("stringToFloat_error", "pfl"),
142 ("stringToInt_error", "pi"), 142 ("stringToInt_error", "pi"),
143 ("urlifyInt", "ts"), 143 ("urlifyInt", "ts"),
144 ("urlifyFloat", "ts"), 144 ("urlifyFloat", "ts"),
145 ("urlifyString", "uf"), 145 ("urlifyString", "uf"),
146 ("urlifyBool", "bs"), 146 ("urlifyBool", "ub"),
147 ("recv", "rv"), 147 ("recv", "rv"),
148 ("strcat", "cat"), 148 ("strcat", "cat"),
149 ("intToString", "ts"), 149 ("intToString", "ts"),
150 ("floatToString", "ts"), 150 ("floatToString", "ts"),
151 ("charToString", "ts"), 151 ("charToString", "ts"),