Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes problems with JS code gen. | Dominik Picheta | 2014-04-11 | 1 | -20/+34 |
| | | | | | | | --out for JS backend now works. setLen now works, this also fixes the base64 module. getCurrentExceptionMsg now also works with exceptions thrown by JS. log() supports a variable number of args now. Fixed some case sensitivity issues with arrayConstr and other functions. | ||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-02-25 | 1 | -25/+24 |
|\ | | | | | | | | | Conflicts: lib/system/jssys.nim | ||||
| * | fix some trivial errors in the test suite and some more regressions caused ↵ | Zahary Karadjov | 2014-02-18 | 1 | -29/+28 |
| | | | | | | | | by tyTypeDesc[tyNone] | ||||
* | | renamed noStackFrame to asmNoStackFrame | Araq | 2014-02-18 | 1 | -34/+34 |
|/ | |||||
* | fix the error "only proc headers can feature pragmas" when compiling in JS mode | Zahary Karadjov | 2014-01-23 | 1 | -3/+3 |
| | |||||
* | bugfixes mostly JS related | Araq | 2013-05-01 | 1 | -0/+5 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | hack to include hti correctly | Simon Hafner | 2013-03-16 | 1 | -0/+1 |
| | |||||
* | on the path to get unittest running from JS | Simon Hafner | 2013-02-15 | 1 | -1/+1 |
| | |||||
* | EcmaScript => JS. Fixes #330 | Simon Hafner | 2013-02-15 | 1 | -0/+622 |
No one calls it EcmaScript anymore. |