Commit Graph

55 Commits

Author SHA1 Message Date
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
Araq
55c4074647 REPL improvements 2011-02-13 21:24:52 +01:00
Araq
5b28d08203 non-nil AST; continue after errors for IDE support 2011-02-12 19:24:20 +01:00
Araq
437eb2c37e nimgrep: first working version 2011-02-02 00:05:55 +01:00
Araq
fa111b9067 cleanup: E_Base should not be used for inheriting exceptions; documentation generator generates dependencies section 2011-01-15 23:57:19 +01:00
Araq
ddb49e069e httpserver may work better now 2011-01-13 23:27:24 +01:00
Araq
eb727862e3 graphics: draw(Ver|Hor)Line 2011-01-06 00:37:23 +01:00
Araq
651686cdfe bugfix: dialogs.ChooseFilesToOpen 2010-11-01 23:39:23 +01:00
Araq
11d3d94438 bugfixes: htmlparser module 2010-10-30 23:36:36 +02:00
dom96
8733886e53 Added a close function to the ssl module. 2010-10-27 19:06:25 +01:00
Araq
1dd9ec85b2 bugfix: typo in SMTP module; SCGI module finished 2010-10-25 23:49:48 +02:00
dom96
beb9e3d325 ssl.connect now returns the result of the certificate validation. 2010-10-23 23:35:47 +01:00
dom96
293563ee11 Added {.final.} to objects which are not meant to be inherited, and added an OSError() when recvLine fails. 2010-10-23 23:26:08 +01:00
dom96
4922b52dea Removed the assert()'s from ssl.nim, and limited lines to 80 chars. 2010-10-23 23:02:59 +01:00
dom96
d68782cd38 Added an openssl wrapper, ssl module and smtp module. 2010-10-23 22:30:56 +01:00
Araq
765366c1f3 version 0.8.10 2010-10-21 00:12:14 +02:00
Andreas Rumpf
d10973adb0 c2nim tool added 2010-07-21 09:44:47 +02:00
Andreas Rumpf
6c20509121 explicit types for generic routines 2010-05-28 23:32:46 +02:00
Andreas Rumpf
c5d8a5c1da Bugfix: empty echo statement 2010-03-20 01:07:34 +01:00
Andreas Rumpf
33fbf7fd03 BUGFIX: mEqRef for evalOp 2010-03-17 23:00:27 +01:00
Andreas Rumpf
41afb4ee58 bugfix: return type of gtk2.check_menu_item_new* 2010-03-17 18:58:34 +01:00
Andreas Rumpf
7bf98411b6 version 0.8.8 2010-03-14 01:25:25 +01:00
Andreas Rumpf
3dafd6856b improvements graphics module 2010-03-10 21:16:05 +01:00
Andreas Rumpf
2e280eafa8 bugfix: tseqtuple 2010-03-10 00:40:34 +01:00
Andreas Rumpf
dab64b5c0e bugfix: bug499771 2010-03-08 20:46:54 +01:00
Andreas Rumpf
a22d6b7e68 fixed anti-aliasing for graphics module 2010-03-05 09:48:47 +01:00
Andreas Rumpf
f45a2f23b0 bugfix: macro evaluation; added colors.extractRGB 2010-03-04 23:42:19 +01:00
Andreas Rumpf
048811b2be fixed graphics module 2010-03-03 16:58:33 +01:00
Andreas Rumpf
b559285b78 examples/lib use the new wrappers 2010-02-28 23:04:18 +01:00
Andreas Rumpf
40ea1d0330 fixed pango/pangoutils new wrappers 2010-02-26 01:26:16 +01:00
Andreas Rumpf
f41bd71e61 SQLite wrapper 2010-02-24 01:04:39 +01:00
Andreas Rumpf
64da2f1681 development of graphics module 2010-02-19 08:34:07 +01:00
rumpf_a@web.de
40a5d6c3b9 continued work on html/xmlparser 2010-02-14 00:29:35 +01:00
Andreas Rumpf
fd522aa406 httpserver supports a fixed port number 2010-02-06 12:24:54 +01:00
Andreas Rumpf
eca05d2a33 cleanup of library docs 2010-02-04 00:47:59 +01:00
Andreas Rumpf
e20293818c db_mysql.nim added 2010-01-29 08:09:23 +01:00
Andreas Rumpf
ecb5a8db99 bugfixes for the high-level postgreSQL wrapper 2010-01-29 01:50:39 +01:00
Andreas Rumpf
324b1e9d21 bugfix: fd_set mustn't be prefixed with struct 2010-01-14 00:05:02 +01:00
rumpf_a@web.de
f56816def0 got rid of platdef.c; compiler now always does linking step 2009-12-20 12:43:28 +01:00