summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* todo.txt changesAraq2012-05-201-4/+2
|
* added another system.getStackTraceAraq2012-05-202-0/+14
|
* Fixes for embeddable devices (--os:standalone)dom962012-05-201-8/+8
|
* fixes #113Araq2012-05-203-16/+22
|
* fixes #114Araq2012-05-201-2/+2
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-05-207-10/+547
|\
| * The httpserver now grabs the IP address of the client. RST gen fix for smileys.dom962012-05-162-2/+5
| |
| * Fixed a bug in times and finished its docs. Added mimetypes module and added ↵dom962012-05-135-8/+542
| | | | | | | | the uri module to the doc gen. Fixed a bug in the cookies module.
* | fixes #109Araq2012-05-209-16/+95
|/
* fixes #103Araq2012-05-111-2/+3
|
* made tests green againAraq2012-05-112-3/+3
|
* thoughts about 'continue/break' bugAraq2012-05-102-0/+5
|
* fixes #111; however may introduce other problemsAraq2012-05-101-1/+6
|
* added thexlit testAraq2012-05-091-0/+12
|
* markdown improvementsAraq2012-05-093-9/+10
|
* implemented markdown styled code-blocksAraq2012-05-091-2/+35
|
* rst parser: removed index handlingAraq2012-05-091-113/+1
|
* bugfix: strutils.formatFloatAraq2012-05-092-7/+3
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-05-093-13/+102
|\
| * Removed echos from uri module.Dominik Picheta2012-05-071-2/+0
| |
| * Added uri module.dom962012-05-061-0/+35
| |
| * The httpserver module now supports POST requests. Fix for captureBetween in ↵dom962012-05-062-13/+69
| | | | | | | | the parseutils module.
* | extracted documentation generatorAraq2012-05-0913-10202/+706
|/
* added system.getStackTrace; docgen refactoring (incomplete)Araq2012-05-0613-509/+744
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-05-051-0/+7
|\
| * Scgi module handles socket disconnection properly now.dom962012-05-051-0/+7
| |
* | improvements for the iup wrapperAraq2012-05-051-17/+21
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-05-043-11/+56
|\
| * The httpserver now gathers the headers for the user. Fixed ambiguity in ↵dom962012-05-033-11/+56
| | | | | | | | recvLine in the sockets module.
* | fixes binding of overloaded procsAraq2012-05-046-26/+51
|/
* rst parser does not support 'raw' directive per default (security risk)Araq2012-05-012-3/+11
|
* small bugfixes; documentation generator supports smilies for the forumAraq2012-05-0111-84/+229
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-04-262-1/+149
|\
| * Added a format function to the times module and a setCookie function to the ↵dom962012-04-262-1/+149
| | | | | | | | cookies module.
* | some code formatingAraq2012-04-262-11/+10
| |
* | added db_*.getRowAraq2012-04-246-4/+42
|/
* documentation improvements; GC_step improvedAraq2012-04-218-23/+68
|
* resolved conflict for news.txtAraq2012-04-219-204/+244
|\
| * Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-04-211-43/+64
| |\
| | * Fixed graphics.drawLineAA and graphics.withEvents uses WaitEvent instead of ↵dom962012-04-201-43/+64
| | | | | | | | | | | | PollEvent now.
| * | Finally rebuilt the sources to take advantage of the new type system ↵Zahary Karadjov2012-04-212-2/+21
| | | | | | | | | | | | capabilities
| * | implicit generics types as return types. removed the error message for ↵Zahary Karadjov2012-04-216-60/+67
| | | | | | | | | | | | capturing incorrect uses of ``proc``
| * | produce errors on proc types with implicit empty param lists.Zahary Karadjov2012-04-203-11/+13
| | |
| * | allow the use of built-in type constraints in type sectionsZahary Karadjov2012-04-201-34/+27
| | |
| * | made built-in types primary expressions to allow infix operators to be used ↵Zahary Karadjov2012-04-203-54/+52
| |/ | | | | | | with them
* / GC with realtime supportAraq2012-04-2115-27/+261
|/
* fixed incorrect C++ code generation for sequences. more revealing type names ↵Zahary Karadjov2012-04-181-5/+16
| | | | in the generated code
* grammar: the built-in type classes are now valid expressionsZahary Karadjov2012-04-182-63/+35
|
* more Objective-C and C keywords are now escapedZahary Karadjov2012-04-182-7/+15
|
* attempt to make tests greenAraq2012-04-172-2/+2
|