ATtiny84 and parseInt()

I've been trying to program an ATtiny84 using arduino-tiny from Google; however, compiles fail since the library function parseInt() cannot be found. I'm using the most recent arduino-tiny 1.0 and Arduino 1.0.5; does anyone have a patch to fix the problem?

Thanks - Will