mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 14:02:47 +00:00
249622f5f5
via a jschar* out parameter. - Fused common string conversion and argv[i] GC-rooting code in JS_ConvertArgs. - Added to cvtargs test command, which really needs to stop using a hardwired format string! - Fixed char-typed fgetc-receiving variable to be of int type for correct EOF comparison on machines with unsigned chars.