Commit Graph
199 Commits
Author SHA1 Message Date
Araq c717304ce6 Merge branch 'master' of git@github.com:Araq/Nimrod 2011-02-13 03:39:34 +01:00
Araq 627e192f64 basic continue after error works; interactive mode more useful 2011-02-13 03:39:11 +01:00
dom96 0b143a46a5 Forgot that capital E can be used in floats too, I hate case sensitivity. 2011-02-13 00:49:42 +00:00
dom96 8915df00e2 JSON module now distinguishes between Integers and Floats. 2011-02-13 00:45:15 +00:00
Araq 5b28d08203 non-nil AST; continue after errors for IDE support 2011-02-12 19:24:20 +01:00
Araq 77d045b3ac bugfix terminal compiles for windows again 2011-02-07 00:04:31 +01:00
Araq 783273032f documentation improvements 2011-02-06 15:39:06 +01:00
Araq 1eba1063bd nimgrep --ext support 2011-02-02 23:03:42 +01:00
Araq 437eb2c37e nimgrep: first working version 2011-02-02 00:05:55 +01:00
Araq 9387913b73 documentation improvements 2011-01-31 08:50:30 +01:00
Araq 36accda8aa unary <; countup two type parameters; --recursivePath should work now 2011-01-29 14:18:43 +01:00
Araq f46870fe1c changes to threads; --recursivePath support 2011-01-29 01:47:58 +01:00
dom96 557adbcaac Merge branch 'master' of github.com:Araq/Nimrod 2011-01-28 00:07:08 +00:00
dom96 4b7ff3e090 Corrected pretty() in json module, and added another file with json test data. 2011-01-28 00:05:42 +00:00
Araq 66cfc851a1 basic thread support; still broken on Windows; untested on Mac OS X 2011-01-18 02:22:01 +01:00
Araq 07b784373b docgen: module dependencies are now listed 2011-01-16 14:30:31 +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 ff0b0f6b6d json module changes 2011-01-15 11:50:12 +01:00
Araq faac1bee85 httpserver changes 2011-01-14 08:39:41 +01:00
Araq 7b433a3de3 Merge branch 'master' of github.com:Araq/Nimrod 2011-01-13 23:27:40 +01:00
Araq ddb49e069e httpserver may work better now 2011-01-13 23:27:24 +01:00
dom96 49ac05ba20 Added a higher level json module. 2011-01-11 21:58:44 +00:00
Araq dbc5048a9a c2nim compiles again [#9 state:resolved]; better error message for named parameters 2011-01-09 19:02:06 +01:00
Araq f31eab8536 bugfix: floating point precision; added strutils.formatFloat 2011-01-09 14:59:49 +01:00
Araq 064417fc5a bugfix: floating point precision; added strutils.formatFloat 2011-01-09 14:52:15 +01:00
Araq 8c799da867 bugfix: osproc compiles under windows again 2011-01-07 21:08:10 +01:00
Araq 37741f28fd additions to complex module 2011-01-07 00:32:15 +01:00
Araq 45862e58a7 better tester; yet another iterator bugfix 2011-01-06 22:21:44 +01:00
Araq da325bc7a4 fixed whitespace conflict 2011-01-06 00:45:50 +01:00
Araq eb727862e3 graphics: draw(Ver|Hor)Line 2011-01-06 00:37:23 +01:00
Araq 5635fde060 transf: big refactoring; other small fixes 2011-01-05 23:46:50 +01:00
Michael Fellinger f73d0e4657 Adjust name of event converters and remove the boilerplate 2011-01-05 19:30:52 +09:00
Michael Fellinger 6d0f58b0ee Attempt to fix event debacle in sdl 2011-01-04 20:57:30 +09:00
Michael Fellinger 9e29737178 add sin proc for math 2011-01-04 20:57:00 +09:00
Araq 63ac32e6de bugfix: multiple yield statements and loop body vars 2010-12-13 07:58:35 +01:00
Araq e7fe8edab3 added strutils.align 2010-12-07 20:43:58 +01:00
Araq 902bf05879 commit before ov-res changes 2010-12-07 17:11:35 +01:00
Araq ee445dc022 renamed lock->aquire 2010-11-18 22:56:09 +01:00
Araq adf13aaea3 docgen understands and ignores *when false* 2010-11-18 22:26:20 +01:00
Araq 8ee63f9836 pegs: captured search loop 2010-11-07 23:52:41 +01:00
Araq 7659739caf claro wrapper added 2010-11-07 21:42:00 +01:00
Araq 651686cdfe bugfix: dialogs.ChooseFilesToOpen 2010-11-01 23:39:23 +01:00
Araq 5055d30753 added os.findExe 2010-10-31 02:12:18 +02:00
Araq ec67d98286 pegs: bugfixes and extensions 2010-10-31 00:16:01 +02:00
Araq 11d3d94438 bugfixes: htmlparser module 2010-10-30 23:36:36 +02:00
Araq d11a62af31 bugfix: httpclient 2010-10-30 19:13:35 +02:00
dom96 8733886e53 Added a close function to the ssl module. 2010-10-27 19:06:25 +01:00
Araq 0879f0b0a7 added install.sh; scgi: does not set system.stackTraceNewLine anymore 2010-10-26 07:51:26 +02: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