Commit Graph

9238 Commits

Author SHA1 Message Date
Dominik Picheta
2509c08d34 Marshal now works with nil strings. Timezone and tzname vars are not public any more in the times module. 2012-05-30 22:35:43 +01:00
Araq
04300542da fixes #127 2012-05-30 22:37:17 +02:00
Araq
b5d8e8bfaa '+=' etc for all floating point types 2012-05-29 00:42:28 +02:00
Araq
f3980eb24a made tsequtils green again 2012-05-28 01:17:17 +02:00
Araq
22188a0647 Merge branch 'master' of github.com:Araq/Nimrod 2012-05-27 16:23:07 +02:00
Araq
bb7a14fec0 bugfix: UFCS for templates (ttempl3.nim enhanced) 2012-05-27 16:22:48 +02:00
Araq
7a249eb8c1 bugfix: field names of tuples are treated consistently in the C backend 2012-05-27 14:57:12 +02:00
Dominik Picheta
82a2dfd816 Fixed times.format 2012-05-27 01:06:48 +01:00
Dominik Picheta
558d0db89f Fixed times on non-posix operating systems. 2012-05-26 20:35:56 +01:00
Dominik Picheta
25ea5c35b8 Added timezone handling and functions for adding and subtracting time to the times module. Added insert for strings to the system
module.
2012-05-26 01:52:43 +01:00
Zahary Karadjov
337e1ecc7c codegen for user-defined destructors 2012-05-25 19:02:14 +03:00
Araq
848c1b297f added system.||; lacks runtime support 2012-05-23 02:05:28 +02:00
Zahary Karadjov
4f45097f87 optional indentation for case statements
- preliminary support for try expressions  and case expressions
- allow do forms in assignments and return statements
2012-05-23 02:27:57 +03:00
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
Araq
1c01c78be5 TInteger vs TOrdinal 2012-05-22 19:37:26 +02:00
Araq
7f64e95747 fixes a long standing bug concerning assignment of case objects 2012-05-22 01:02:33 +02:00
Araq
ea5b74c832 todo.txt changes 2012-05-20 23:18:14 +02:00
Araq
29b63be980 added another system.getStackTrace 2012-05-20 18:42:50 +02: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