Araq
|
607f46a61a
|
fixes #162
|
2012-07-10 20:41:23 +02:00 |
|
Araq
|
95faae2c0a
|
some more bugfixes for the integer promotion rules
|
2012-07-10 01:12:03 +02:00 |
|
Araq
|
a6ee0eb299
|
sockets compile again with SSL support
|
2012-07-10 00:16:04 +02:00 |
|
Araq
|
4966212141
|
more fixes for new integer promotion rules; fixes #152; fixes #157; fixes #156; fixes #155
|
2012-07-09 21:11:11 +02:00 |
|
Araq
|
4fbba0a65a
|
changed integer promotion rules; breaks bootstrapping and lots of code
|
2012-07-08 21:03:47 +02:00 |
|
Araq
|
fe285b354d
|
JS codegen enhancements; still unusable
|
2012-07-01 19:35:19 +02:00 |
|
Araq
|
2900ceae35
|
changed integer promotion rules; added math.fmod
|
2012-06-28 08:33:25 +02:00 |
|
Araq
|
26b64f9e4f
|
another bugfix
|
2012-06-21 19:20:45 +02:00 |
|
Zahary Karadjov
|
b11fe5d0b4
|
more uint related fixes
|
2012-06-14 17:33:00 +03:00 |
|
Dominik Picheta
|
7364d72548
|
Fixed httpclient bugs, fixed socket bugs and fixed sockets for windows.
|
2012-06-09 14:24:41 +01:00 |
|
Dominik Picheta
|
41a9a941ab
|
Fixed math.round, added math.ceil and fixed times.format.
|
2012-06-04 19:24:13 +01:00 |
|
Zahary Karadjov
|
4105a91c48
|
fix compilation errors when bootstrapping with C++
|
2012-06-04 01:56:42 +03:00 |
|
Dominik Picheta
|
3294cb10a9
|
Sockets are now buffered and have ssl support through openssl.
|
2012-06-03 19:09:42 +01:00 |
|
Dominik Picheta
|
ec39788b41
|
Fixed times.format handling of month numbers.
|
2012-05-30 23:22:09 +01:00 |
|
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 |
|
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 |
|
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
|
8624ec09a9
|
bugfix: strutils.formatFloat
|
2012-05-09 02:14:48 +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 |
|
dom96
|
100503f962
|
Scgi module handles socket disconnection properly now.
|
2012-05-05 09:25:18 +01: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 |
|
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
|
da9ff288d9
|
Merge branch 'master' of github.com:Araq/Nimrod
|
2012-04-15 10:02:35 +02:00 |
|
Araq
|
959e370ae9
|
@ is a sigil-like operator
|
2012-04-15 10:02:15 +02:00 |
|
Zahary Karadjov
|
b2cc17cde4
|
Merge branch 'master' of github.com:Araq/Nimrod into upstream
|
2012-04-15 02:58:01 +03:00 |
|
Zahary Karadjov
|
1ba31f8df7
|
minor changes to make the test suite green again
|
2012-04-15 02:54:12 +03:00 |
|
Araq
|
3628731064
|
unicode: invalid utf-8 bytes are preserved
|
2012-04-13 18:52:54 +02:00 |
|
Zahary Karadjov
|
c1ad05c4c5
|
Merge branch 'master' of github.com:Araq/Nimrod into upstream
|
2012-04-10 22:39:00 +03:00 |
|
Zahary Karadjov
|
97ab16d46b
|
typetraits module and tests
|
2012-04-10 22:32:23 +03:00 |
|
Araq
|
c53ad1b39f
|
documentation improvements; higher level Mongodb wrapper
|
2012-04-09 11:18:10 +02:00 |
|
Araq
|
e0e4e38272
|
yet attempt to fix realpath for BSD
|
2012-04-07 00:44:00 +02:00 |
|
Araq
|
1123252db5
|
bugfix: expandFilename for BSD
|
2012-04-06 23:42:33 +02:00 |
|
Araq
|
039f21ffd6
|
small fixes for BSD
|
2012-04-06 22:43:00 +02:00 |
|
Araq
|
ba3f90cc25
|
added terminal.isatty; nimgrep version 0.9
|
2012-04-06 21:26:48 +02: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
|
3ef9f54cc1
|
added strutils.parseEnum; fixes #95
|
2012-04-01 00:31:22 +02:00 |
|
dom96
|
4218cde549
|
Forgot to rename ETimedout to ETimeout in the sockets module in some places.
|
2012-03-22 20:48:16 +00:00 |
|
dom96
|
e14bad3c66
|
Fixed a problem with message parsing in the IRC module. Introduced timeout to procs in the sockets module.
|
2012-03-22 18:33:09 +00:00 |
|
Araq
|
4f22326b24
|
Merge branch 'master' of github.com:Araq/Nimrod
|
2012-03-21 23:11:16 +01:00 |
|