- Oct 16, 2011
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
warning C4244: '=' : conversion from 'const jschar' to 'char', possible loss of data Only include JS headers when building a module that needs them (i.e. JAVASCRIPT is defined).
-
rswindell authored
conversion from 'time_t' to 'unsigned long', possible loss of data
-
rswindell authored
headers. Fixup indentation (tab expansion) nightmare.
-
rswindell authored
-
deuce authored
signed ints such as the zone offset. Foxes bug with commitlog.js
-
deuce authored
-
deuce authored
-
- Oct 15, 2011
- Oct 14, 2011
- Oct 13, 2011
- Oct 11, 2011
- Oct 10, 2011
-
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
--- > JSVALUE_TO_STRING(cx, argv[0], inbuf); > if(inbif==NULL)
-
deuce authored
--- > JSVALUE_TO_STRING(cx, argv[0], str); > if(str==NULL)
-
deuce authored
if((p=js_ValueToStringBytes(cx, argv[0], NULL))==NULL) To: JSVALUE_TO_STRING(cx, argv[0], p) if(p===NULL)
-
deuce authored
-