summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* added test tmultim4.nimAraq2011-01-063-0/+41
* documentation for source code filtersAraq2011-01-063-78/+49
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-01-062-55/+40
|\
| * fixes #5, also cleaned up extccomp a bit.dom962011-01-062-55/+40
* | better tester; yet another iterator bugfixAraq2011-01-066-71/+116
* | bugfix: compiler rejects methods without object parameterAraq2011-01-067-3/+28
|/
* fixed whitespace conflictAraq2011-01-062-55/+55
|\
| * Adjust name of event converters and remove the boilerplateMichael Fellinger2011-01-051-38/+19
| * Attempt to fix event debacle in sdlMichael Fellinger2011-01-041-54/+73
| * add sin proc for mathMichael Fellinger2011-01-041-0/+2
* | graphics: draw(Ver|Hor)LineAraq2011-01-061-2/+2
* | bugfix: semantic checking: tuples without named fieldsAraq2011-01-062-1/+6
* | Merge branch 'master' of github.com:Araq/NimrodAraq2011-01-052-8/+29
|\ \
| * | Fixed a bug in typeToString with generics.dom962011-01-031-8/+6
| * | Added a generics test case.dom962011-01-031-0/+23
| |/
* | transf: big refactoring; other small fixesAraq2011-01-0511-226/+287
* | bugfix: multiple yield statements and loop body varsAraq2010-12-1313-75/+256
* | added strutils.alignAraq2010-12-074-15/+36
* | commit before ov-res changesAraq2010-12-074-23/+37
* | commit before ov-res changesAraq2010-12-071-0/+191
* | renamed lock->aquireAraq2010-11-182-20/+20
* | docgen understands and ignores *when false*Araq2010-11-1818-79/+1194
|/
* pegs: captured search loopAraq2010-11-073-5/+55
* claro wrapper addedAraq2010-11-075-0/+2755
* niminst: support for doc_startAraq2010-11-024-4/+15
* Bugfix: niminst: proper GUI target supportAraq2010-11-021-1/+1
* Bugfix: niminst: nimrod is not default dir for *every* projectAraq2010-11-021-1/+1
* Bugfix: niminst: nimrod is not default dir for *every* projectAraq2010-11-021-0/+1
* Bugfix: niminst: nimrod is not default dir for *every* projectAraq2010-11-021-1/+1
* bugfix: dialogs.ChooseFilesToOpenAraq2010-11-012-0/+6
* added os.findExeAraq2010-10-313-12/+14
* pegs: bugfixes and extensionsAraq2010-10-314-16/+51
* bugfixes: htmlparser moduleAraq2010-10-305-4/+54
* bugfix: httpclientAraq2010-10-302-2/+9
* Added a close function to the ssl module.dom962010-10-273-0/+13
* added install.sh; scgi: does not set system.stackTraceNewLine anymoreAraq2010-10-264-1/+735
* bugfix: typo in SMTP module; SCGI module finishedAraq2010-10-257-36/+217
* ssl.connect now returns the result of the certificate validation.dom962010-10-232-9/+6
* Added {.final.} to objects which are not meant to be inherited, and added an ...dom962010-10-232-3/+3
* Removed the assert()'s from ssl.nim, and limited lines to 80 chars.dom962010-10-233-27/+50
* Added a .gitignore filedom962010-10-231-0/+2
* Added an openssl wrapper, ssl module and smtp module.dom962010-10-233-0/+643
* base64: decoding worksAraq2010-10-231-20/+6
* added base64 module; decoding still brokenAraq2010-10-235-13/+142
* version 0.8.10Araq2010-10-215-2/+968
* version 0.8.10Araq2010-10-2158-30798/+732
* proper parameter order for os.copyFile/os.moveFileAraq2010-09-212-6/+3
* bugfix: finally sections are executed before return/breakAraq2010-09-206-2/+64
* bugfix: finally sections are executed before return/breakAraq2010-09-207-49/+71
* bugfix: overflow checking for small ints; bugfix: tiny C works againAraq2010-09-205-41/+19