Grzegorz Adam Hankiewicz
d3eaddc961
Transforms httpclient into hyperlink for ease of use.
2012-12-11 22:30:30 +01:00
Araq
012a7b5522
Merge pull request #262 from gradha/pr_adds_some_documentation_to_db_modules
...
Documents NULL to "" db_* transformation and return values.
2012-11-24 17:54:04 -08:00
Grzegorz Adam Hankiewicz
cdd324d163
Documents NULL to "" db_* transformation and return values.
2012-11-24 20:41:26 +01:00
Araq
14fc0631d7
fixes #250
2012-11-19 00:16:25 +01:00
Araq
3c0a6a8962
'assert' hides EAssertionFailsure; stdlib makes use of 'tags'
2012-11-18 01:36:20 +01:00
Araq
f35b51c68f
doc2 support for nimweb; fixed graphics.withEvents
2012-11-01 08:32:30 +01:00
Grzegorz Adam Hankiewicz
f35b9e2dc0
Adds $ as supplied proc to varargs in database modules.
2012-10-20 09:54:45 +02:00
Araq
8717742f00
bugfix: leak in db_sqlite.GetValue
2012-10-10 01:05:03 +02:00
Dominik Picheta
8f3dc6ebd3
Fixes segfault in db_sqlite. Fixes problems with times.format.
2012-10-07 15:37:12 +01:00
Zahary Karadjov
d9d82fb0af
syntax compatibility between do blocks and stmt blocks
...
See the section `do notation` in the manual for more info.
* nkMacroStmt has been removed
Macro statements are now mapped to regular nkCall nodes.
The support for additional clauses (such as else, except, of, etc)
have been restored - they will now appear as additional arguments
for the nkCall node (as nkElse, nkExcept, etc nodes)
* fixed some regressions in the `is` operator and semCompiles
2012-10-04 15:37:26 +03:00
Araq
5e15dec175
first steps to make templates hygienic
2012-08-20 01:13:13 +02:00
Araq
0171566c98
openarray/varargs split; breaks bootstrapping
2012-08-16 08:34:33 +02:00
Dominik Picheta
b839e42e92
Both the re and pegs module's =~ templates can now be used simultaneously from the same module.
2012-07-21 11:21:41 +01:00
Araq
b4084df434
improved unsigned support
2012-07-14 14:03:13 +02:00
Araq
877bd93905
fixes #164
2012-07-11 12:54:41 +02:00
Araq
759d372863
dialogs.nim and osinfo_win.nim compile again
2012-07-10 01:21:04 +02:00
Araq
049de0ef66
'addSon' for types deprecated for 'int literal type' analysis (3)
2012-07-09 20:04:19 +02:00
Araq
4fbba0a65a
changed integer promotion rules; breaks bootstrapping and lots of code
2012-07-08 21:03:47 +02:00
Araq
39137294a3
made some tests green again
2012-06-20 00:21:53 +02:00
Dominik Picheta
3294cb10a9
Sockets are now buffered and have ssl support through openssl.
2012-06-03 19:09:42 +01:00
Araq
a36a856a2f
fixes #113
2012-05-20 12:09:47 +02:00
Araq
e95f155af3
small bugfixes; documentation generator supports smilies for the forum
2012-05-01 11:14:29 +02:00
Araq
ce1138dfa7
some code formating
2012-04-26 01:16:50 +02:00
Araq
afd8ca2f15
added db_*.getRow
2012-04-24 08:44:36 +02:00
dom96
263bb37745
Fixed graphics.drawLineAA and graphics.withEvents uses WaitEvent instead of PollEvent now.
2012-04-20 22:39:03 +01:00
Araq
c53ad1b39f
documentation improvements; higher level Mongodb wrapper
2012-04-09 11:18:10 +02:00
Araq
b2746c4659
added system.setControlCHook, system.writeStackTrace
2012-02-19 23:37:37 +01:00
Araq
4f1b89c30c
year 2012 for most copyright headers
2012-01-02 23:07:35 +01:00
Araq
73919e3082
GC stack scanning cares about interior pointers
2011-12-30 11:03:01 +01:00
Amrykid
f0f904ac70
Documentation comments + slight code modifications to zipfiles.nim.
...
Changes made to osproc.nim so it will compile.
2011-12-27 09:49:47 -06:00
Amrykid
2e0f9c8bf7
- Added extractFile and extractAll to zipfiles.nim
...
-- Need to wait until libzip_all.c is updated to support Windows.
- Started working on "koch update".
-- Waiting on above to finish work.
2011-12-24 12:14:17 -06:00
Araq
455994664e
old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 liners (see examples/maximum.nim)
2011-11-29 08:41:06 +01:00
Araq
a489161b16
compiler uses new 'readLine'
2011-11-27 19:01:55 +01:00
Araq
d0772feb08
fixed some tests
2011-11-19 12:23:03 +01:00
Araq
40fa4bb52d
better streams implemenation; fixes #63
2011-11-12 02:10:07 +01:00
Araq
0b4d5e45b9
tester checks exitcode; osproc additions; DLL fixes; taint mode fixes
2011-11-07 23:25:34 +01:00
Araq
4de84024e5
much more efficient rod file generation
2011-10-18 17:21:51 +02:00
Araq
0f37d0e1f2
sockets.recv optimizations; stdlib now supports taint mode
2011-09-24 20:22:53 +02:00
Araq
5b96eaa953
preparations for 0.8.12
2011-07-10 15:48:13 +02:00
Araq
f1100356b1
zipfiles compiles again; added system.shallowCopy
2011-06-20 23:20:11 +02:00
Araq
04f9c2585a
readFile raises EIO instead of returning nil; added system.writeFile
2011-06-16 10:47:44 +02:00
Araq
3e9dcc8be5
deprecated system.copy: use system.substr instead
2011-05-14 01:13:44 +02:00
dom96
b10640cdad
Some minor fixes and additions to the graphics module.
2011-04-26 21:57:00 +01:00
Araq
cd292568d7
big repo cleanup
2011-04-12 01:13:42 +02:00
Araq
5b789f2da8
bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmas
2011-03-23 01:09:52 +01:00
Araq
62b4cc6c02
more fixes for dy(n)lib typo; fixes #15
2011-03-08 22:45:57 +01:00
Araq
3005955d20
distinction between re.replace and re.replacef; speed improvements for re module
2011-03-06 21:16:05 +01:00
Araq
e424e13bd9
various bugfixes for generics; added generic sort proc
2011-03-03 02:01:22 +01:00
Araq
f7b2d71790
first implementation of suggest
2011-02-16 02:24:12 +01:00
Araq
5c7e3efbc3
bugfix: readline wrapper; bugfix: evaluation of type conversions
2011-02-14 21:20:35 +01:00