Commit Graph

1021 Commits

Author SHA1 Message Date
Zahary Karadjov
b1574bb0e0 stand-alone except and finally blocks
This is equivalent to the on-error and at-scope-exit operators in other languages
2012-05-23 02:25:16 +03:00
dom96
e2221ab310 Fixes for embeddable devices (--os:standalone) 2012-05-20 11:23:16 +01:00
Araq
a36a856a2f fixes #113 2012-05-20 12:09:47 +02:00
Araq
3700885573 fixes #114 2012-05-20 10:58:24 +02:00
Araq
0c5a4bf6c0 Merge branch 'master' of github.com:Araq/Nimrod 2012-05-20 10:56:48 +02:00
Araq
15dd3a2251 fixes #109 2012-05-20 10:56:17 +02:00
dom96
f9089db681 The httpserver now grabs the IP address of the client. RST gen fix for smileys. 2012-05-16 22:29:51 +01:00
dom96
d6ae98a652 Fixed a bug in times and finished its docs. Added mimetypes module and added the uri module to the doc gen. Fixed a bug in the cookies module. 2012-05-13 14:38:59 +01:00
Araq
e6019b6f98 fixes #103 2012-05-11 00:22:04 +02:00
Araq
85ac5f94f1 made tests green again 2012-05-11 00:11:17 +02:00
Araq
8cf9b48ad4 thoughts about 'continue/break' bug 2012-05-10 23:26:38 +02:00
Araq
63326f19f0 fixes #111; however may introduce other problems 2012-05-10 08:21:06 +02:00
Araq
ccc4ed2c5a added thexlit test 2012-05-09 23:59:12 +02:00
Araq
2f17c264f4 markdown improvements 2012-05-09 23:56:42 +02:00
Araq
338b3cc683 implemented markdown styled code-blocks 2012-05-09 08:45:20 +02:00
Araq
f7e5f9a36a rst parser: removed index handling 2012-05-09 07:48:28 +02:00
Araq
8624ec09a9 bugfix: strutils.formatFloat 2012-05-09 02:14:48 +02:00
Araq
05d9d395fe Merge branch 'master' of github.com:Araq/Nimrod 2012-05-09 01:50:40 +02:00
Araq
76235348f8 extracted documentation generator 2012-05-09 01:50:08 +02:00
Dominik Picheta
dfa1f7ce62 Removed echos from uri module. 2012-05-07 14:01:59 +02:00
dom96
cf87759e29 Added uri module. 2012-05-06 23:18:07 +01:00
dom96
92a7933504 The httpserver module now supports POST requests. Fix for captureBetween in the parseutils module. 2012-05-06 23:03:18 +01:00
Araq
c323ec0155 added system.getStackTrace; docgen refactoring (incomplete) 2012-05-06 01:16:36 +02:00
Araq
c3770ebd06 Merge branch 'master' of github.com:Araq/Nimrod 2012-05-05 10:47:49 +02:00
Araq
dde5a83d29 improvements for the iup wrapper 2012-05-05 10:47:36 +02:00
dom96
100503f962 Scgi module handles socket disconnection properly now. 2012-05-05 09:25:18 +01:00
Araq
11eda851b0 Merge branch 'master' of github.com:Araq/Nimrod 2012-05-04 01:59:08 +02:00
Araq
a41bf611a0 fixes binding of overloaded procs 2012-05-04 01:58:54 +02:00
dom96
ce412b4b6c The httpserver now gathers the headers for the user. Fixed ambiguity in recvLine in the sockets module. 2012-05-03 23:16:37 +01:00
Araq
28b68d914e rst parser does not support 'raw' directive per default (security risk) 2012-05-01 22:55:06 +02:00
Araq
e95f155af3 small bugfixes; documentation generator supports smilies for the forum 2012-05-01 11:14:29 +02:00
Araq
ccae314635 Merge branch 'master' of github.com:Araq/Nimrod 2012-04-26 01:17:14 +02:00
Araq
ce1138dfa7 some code formating 2012-04-26 01:16:50 +02:00
dom96
1585cafec2 Added a format function to the times module and a setCookie function to the cookies module. 2012-04-26 00:12:28 +01:00
Araq
afd8ca2f15 added db_*.getRow 2012-04-24 08:44:36 +02:00
Araq
7e7c514dfc documentation improvements; GC_step improved 2012-04-21 16:38:25 +02:00
Araq
7511a05b27 resolved conflict for news.txt 2012-04-21 03:22:53 +02:00
Araq
4aba7421f5 GC with realtime support 2012-04-21 03:19:43 +02:00
Zahary Karadjov
a05f0aa6b5 Merge branch 'master' of github.com:Araq/Nimrod into upstream 2012-04-21 04:08:29 +03:00
Zahary Karadjov
2400704c22 Finally rebuilt the sources to take advantage of the new type system capabilities 2012-04-21 04:07:03 +03:00
Zahary Karadjov
251c44ff04 implicit generics types as return types. removed the error message for capturing incorrect uses of `proc` 2012-04-21 03:24:32 +03:00
dom96
263bb37745 Fixed graphics.drawLineAA and graphics.withEvents uses WaitEvent instead of PollEvent now. 2012-04-20 22:39:03 +01:00
Zahary Karadjov
2f4ae65917 produce errors on proc types with implicit empty param lists. 2012-04-20 22:32:36 +03:00
Zahary Karadjov
064f296213 allow the use of built-in type constraints in type sections 2012-04-20 22:28:53 +03:00
Zahary Karadjov
c1d16c5a4d made built-in types primary expressions to allow infix operators to be used with them 2012-04-20 21:35:59 +03:00
Zahary Karadjov
8319e2411d fixed incorrect C++ code generation for sequences. more revealing type names in the generated code 2012-04-18 19:50:32 +03:00
Zahary Karadjov
818787457d grammar: the built-in type classes are now valid expressions 2012-04-18 19:50:32 +03:00
Zahary Karadjov
38710b614f more Objective-C and C keywords are now escaped 2012-04-18 19:50:32 +03:00
Araq
3d65c0a73f attempt to make tests green 2012-04-17 22:39:37 +02:00
Araq
cb79bf9f16 compiler finally supports 'object {.pragma.}' syntax 2012-04-16 23:40:08 +02:00