| Commit message (Expand) | Author | Age | Files | Lines |
* | markdown improvements | Araq | 2012-05-09 | 3 | -9/+10 |
* | implemented markdown styled code-blocks | Araq | 2012-05-09 | 1 | -2/+35 |
* | rst parser: removed index handling | Araq | 2012-05-09 | 1 | -113/+1 |
* | bugfix: strutils.formatFloat | Araq | 2012-05-09 | 2 | -7/+3 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-05-09 | 3 | -13/+102 |
|\ |
|
| * | Removed echos from uri module. | Dominik Picheta | 2012-05-07 | 1 | -2/+0 |
| * | Added uri module. | dom96 | 2012-05-06 | 1 | -0/+35 |
| * | The httpserver module now supports POST requests. Fix for captureBetween in t... | dom96 | 2012-05-06 | 2 | -13/+69 |
* | | extracted documentation generator | Araq | 2012-05-09 | 13 | -10202/+706 |
|/ |
|
* | added system.getStackTrace; docgen refactoring (incomplete) | Araq | 2012-05-06 | 13 | -509/+744 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-05-05 | 1 | -0/+7 |
|\ |
|
| * | Scgi module handles socket disconnection properly now. | dom96 | 2012-05-05 | 1 | -0/+7 |
* | | improvements for the iup wrapper | Araq | 2012-05-05 | 1 | -17/+21 |
|/ |
|
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-05-04 | 3 | -11/+56 |
|\ |
|
| * | The httpserver now gathers the headers for the user. Fixed ambiguity in recvL... | dom96 | 2012-05-03 | 3 | -11/+56 |
* | | fixes binding of overloaded procs | Araq | 2012-05-04 | 6 | -26/+51 |
|/ |
|
* | rst parser does not support 'raw' directive per default (security risk) | Araq | 2012-05-01 | 2 | -3/+11 |
* | small bugfixes; documentation generator supports smilies for the forum | Araq | 2012-05-01 | 11 | -84/+229 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-04-26 | 2 | -1/+149 |
|\ |
|
| * | Added a format function to the times module and a setCookie function to the c... | dom96 | 2012-04-26 | 2 | -1/+149 |
* | | some code formating | Araq | 2012-04-26 | 2 | -11/+10 |
* | | added db_*.getRow | Araq | 2012-04-24 | 6 | -4/+42 |
|/ |
|
* | documentation improvements; GC_step improved | Araq | 2012-04-21 | 8 | -23/+68 |
* | resolved conflict for news.txt | Araq | 2012-04-21 | 9 | -204/+244 |
|\ |
|
| * | Merge branch 'master' of github.com:Araq/Nimrod into upstream | Zahary Karadjov | 2012-04-21 | 1 | -43/+64 |
| |\ |
|
| | * | Fixed graphics.drawLineAA and graphics.withEvents uses WaitEvent instead of P... | dom96 | 2012-04-20 | 1 | -43/+64 |
| * | | Finally rebuilt the sources to take advantage of the new type system capabili... | Zahary Karadjov | 2012-04-21 | 2 | -2/+21 |
| * | | implicit generics types as return types. removed the error message for captur... | Zahary Karadjov | 2012-04-21 | 6 | -60/+67 |
| * | | produce errors on proc types with implicit empty param lists. | Zahary Karadjov | 2012-04-20 | 3 | -11/+13 |
| * | | allow the use of built-in type constraints in type sections | Zahary Karadjov | 2012-04-20 | 1 | -34/+27 |
| * | | made built-in types primary expressions to allow infix operators to be used w... | Zahary Karadjov | 2012-04-20 | 3 | -54/+52 |
| |/ |
|
* / | GC with realtime support | Araq | 2012-04-21 | 15 | -27/+261 |
|/ |
|
* | fixed incorrect C++ code generation for sequences. more revealing type names ... | Zahary Karadjov | 2012-04-18 | 1 | -5/+16 |
* | grammar: the built-in type classes are now valid expressions | Zahary Karadjov | 2012-04-18 | 2 | -63/+35 |
* | more Objective-C and C keywords are now escaped | Zahary Karadjov | 2012-04-18 | 2 | -7/+15 |
* | attempt to make tests green | Araq | 2012-04-17 | 2 | -2/+2 |
* | compiler finally supports 'object {.pragma.}' syntax | Araq | 2012-04-16 | 4 | -4/+25 |
* | bugfix: 'error' statement pragma works as expected again | Araq | 2012-04-16 | 2 | -8/+11 |
* | restored files that 'koch clean' removed | Araq | 2012-04-16 | 5 | -2/+3 |
* | fixes #105 | Araq | 2012-04-16 | 7 | -85/+63 |
* | documentation improvements; cleanup | Araq | 2012-04-16 | 1 | -3/+0 |
* | documentation improvements | Araq | 2012-04-16 | 6 | -5/+102 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-04-15 | 20 | -264/+440 |
|\ |
|
| * | fix incorrect path for rodfile tests' nimcache | Zahary Karadjov | 2012-04-15 | 1 | -5/+6 |
| * | Merge branch 'master' of github.com:Araq/Nimrod into upstream | Zahary Karadjov | 2012-04-15 | 4 | -20/+49 |
| |\ |
|
| * | | minor changes to make the test suite green again | Zahary Karadjov | 2012-04-15 | 3 | -14/+7 |
| * | | avoid duplicated variable names in unrolled loops | Zahary Karadjov | 2012-04-15 | 2 | -2/+7 |
| * | | fix threading tests | Zahary Karadjov | 2012-04-15 | 2 | -4/+10 |
| * | | fixes #20 properly | Zahary Karadjov | 2012-04-15 | 4 | -38/+36 |
| * | | fix the usage of definedInScope in pegs.=~ | Zahary Karadjov | 2012-04-14 | 1 | -1/+1 |