Araq
|
f3980eb24a
|
made tsequtils green again
|
2012-05-28 01:17:17 +02:00 |
|
Araq
|
848c1b297f
|
added system.||; lacks runtime support
|
2012-05-23 02:05:28 +02:00 |
|
Araq
|
a36a856a2f
|
fixes #113
|
2012-05-20 12:09:47 +02: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
|
c323ec0155
|
added system.getStackTrace; docgen refactoring (incomplete)
|
2012-05-06 01:16:36 +02: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
|
e95f155af3
|
small bugfixes; documentation generator supports smilies for the forum
|
2012-05-01 11:14:29 +02: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
|
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 |
|
Araq
|
752cddb91a
|
documentation improvements
|
2012-04-16 00:37:41 +02:00 |
|
Araq
|
959e370ae9
|
@ is a sigil-like operator
|
2012-04-15 10:02:15 +02:00 |
|
Zahary Karadjov
|
c1ad05c4c5
|
Merge branch 'master' of github.com:Araq/Nimrod into upstream
|
2012-04-10 22:39:00 +03:00 |
|
Araq
|
c53ad1b39f
|
documentation improvements; higher level Mongodb wrapper
|
2012-04-09 11:18:10 +02:00 |
|
Araq
|
ba3f90cc25
|
added terminal.isatty; nimgrep version 0.9
|
2012-04-06 21:26:48 +02:00 |
|
Araq
|
0f96e72b18
|
fixed another docgen bug; initial mongodb wrapper
|
2012-04-06 00:41:27 +02:00 |
|
Zahary Karadjov
|
98b7bdaa50
|
when expressions, proper rendering for nkDo and nkLambda and parser support for x.type and x.addr
|
2012-04-05 22:43:37 +03:00 |
|
Zahary Karadjov
|
6d80583d5a
|
Added `global` pragma that can be used to introduce new global variables from within procs
|
2012-04-05 20:43:22 +03:00 |
|
Araq
|
07b355bea4
|
better opengl wrapper; oids and endians modules documented
|
2012-04-04 21:26:23 +02:00 |
|
Araq
|
a4a99ae997
|
added libsvm wrapper
|
2012-04-04 16:01:28 +02:00 |
|
Araq
|
b9f99565e9
|
added new OpenGL wrapper
|
2012-04-04 01:40:39 +02:00 |
|
Araq
|
3ef9f54cc1
|
added strutils.parseEnum; fixes #95
|
2012-04-01 00:31:22 +02:00 |
|
Araq
|
97743faa83
|
tests tcnstseq and tcnstseq3 work again
|
2012-03-28 23:03:55 +02:00 |
|
Araq
|
ff3e80279b
|
corrected the index website
|
2012-03-28 20:50:40 +02:00 |
|
Araq
|
16adc837be
|
added htmlgen to docs
|
2012-03-23 23:28:55 +01:00 |
|
Araq
|
03ba0f3e25
|
implemented marker procs for the GC resulting in huge speedups
|
2012-03-21 23:10:56 +01:00 |
|
Araq
|
4da067691e
|
implemented 'static'; macros do not work anymore
|
2012-03-15 00:28:28 +01:00 |
|
Araq
|
c25ffbf262
|
first steps for cleaner static/const distinction
|
2012-03-13 02:01:56 +01:00 |
|
Araq
|
ff4a69b624
|
win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wide char versions of the WinAPI
|
2012-03-04 21:44:56 +01:00 |
|
Araq
|
4a9e07a47c
|
ERecoverableError exception contains the error message
|
2012-02-25 12:57:16 +01:00 |
|
Zahary Karadjov
|
a3f16968a7
|
helper templates static, eval and emit for easier compile-time code evaluation
|
2012-02-24 16:25:50 +02:00 |
|
Araq
|
330d0a92fb
|
added locks for docgen
|
2012-02-18 10:47:48 +01:00 |
|
Araq
|
97366d4419
|
bugfix: optimization of complex constant string concatenations
|
2012-02-17 02:16:33 +01:00 |
|
Araq
|
74498d616e
|
fixes tests for 'system.shallow'
|
2012-02-10 00:50:19 +01:00 |
|
Araq
|
fb35b855d5
|
added 'system.shallow'
|
2012-02-09 20:13:36 +01:00 |
|
Araq
|
b458dc7009
|
little fixes for 0.8.14 release
|
2012-02-09 02:26:08 +01:00 |
|
Araq
|
32b4192b3f
|
version 0.8.14
|
2012-02-09 01:18:33 +01:00 |
|
Araq
|
161f6f7229
|
further steps for closure support
|
2012-02-06 08:44:18 +01:00 |
|
Araq
|
632aece191
|
further steps to closure support
|
2012-02-06 00:19:56 +01:00 |
|
Araq
|
2633e3fb27
|
closure implementation: first steps
|
2012-02-04 15:47:48 +01:00 |
|
Araq
|
e27da767a2
|
implemented/fixed #92
|
2012-01-29 11:35:10 +01:00 |
|
Araq
|
8d19a93f1a
|
pragma on/off improvements; endb rewritten
|
2012-01-28 23:22:44 +01:00 |
|
Araq
|
f58cc49672
|
niminst: bugfixes; documentation changes
|
2012-01-15 01:03:57 +01:00 |
|
Araq
|
8ed3e295a3
|
niminst: diverse improvements; fixes #80
|
2012-01-13 21:15:00 +01:00 |
|
Araq
|
e6b3f50c7f
|
more sysasserts for allocator/gc
|
2012-01-12 19:44:57 +01:00 |
|