Commit Graph

8874 Commits

Author SHA1 Message Date
coffeepots
ea03199400 Add handle function to Thread type
Exposes SysThread type and introduces the function "handle" to return Thread.sys.
2016-07-27 14:56:52 +01:00
Andreas Rumpf
be22071b2e fixes a varargs of untyped regression 2016-07-24 21:37:59 +02:00
Andreas Rumpf
6bbb25f2d7 json doc info also includes line,col information 2016-07-23 23:23:47 +02:00
Andreas Rumpf
093b1bae64 docgen improvements 2016-07-22 22:31:09 +02:00
Andreas Rumpf
bea62bb632 overloading of dot and parenthesis operators should now be done in .experimental 2016-07-22 22:31:09 +02:00
Andreas Rumpf
fc0bb82802 fixes #4494 2016-07-22 22:31:09 +02:00
Andreas Rumpf
c4fb9f052b Merge pull request #4511 from oderwat/doc-changes1
Small changes to the docs to make it easier to find stuff.
2016-07-22 13:54:55 +02:00
Hans Raaf
e412e5458c Small changes to the docs to make it easier to find stuff. 2016-07-21 20:09:33 +02:00
Andreas Rumpf
edcbfe991b Merge pull request #4481 from oderwat/unicode-ext1
Added iterator for utf8 strings
2016-07-21 20:00:22 +02:00
Dominik Picheta
5784e43662 Add warning to osproc.close 2016-07-21 16:14:00 +01:00
Andreas Rumpf
cf8ee366d1 Merge pull request #4506 from FedericoCeratto/patch-12
Add copyright header
2016-07-21 10:36:37 +02:00
Andreas Rumpf
c3111760e7 Merge pull request #4508 from FedericoCeratto/patch-14
Add copyright header
2016-07-21 10:25:18 +02:00
Andreas Rumpf
561b9e4308 Merge pull request #4507 from FedericoCeratto/patch-13
Add copyright header
2016-07-21 10:25:06 +02:00
Andreas Rumpf
89b73feb74 Merge pull request #4504 from avsej/add-sparc64-platform
define sparc64 platform
2016-07-21 10:21:49 +02:00
Federico Ceratto
4e27e96906 Add copyright header 2016-07-21 08:54:30 +01:00
Federico Ceratto
3f31395d50 Add copyright header 2016-07-21 08:53:10 +01:00
Federico Ceratto
a0dc9f57cb Add copyright header 2016-07-21 08:52:39 +01:00
Sergey Avseyev
1492ff33ce define sparc64 platform 2016-07-21 00:08:49 +03:00
Andreas Rumpf
5f623ea9ef fixes an valid 'T' is not used hint 2016-07-20 16:16:56 +02:00
Andreas Rumpf
38307a1f33 Merge pull request #4502 from SSPkrolik/findexe-posix-fix
Fixed findExe behaviour on Linux with symlinks relative paths
2016-07-20 16:11:48 +02:00
Rostyslav Dzinko
dfc66ca02d Fixed findExe behaviour on Linux with symlinks relative paths 2016-07-20 12:56:11 +03:00
Andreas Rumpf
f8fe86fcd5 get rid of debug output 2016-07-20 10:45:14 +02:00
Andreas Rumpf
9e9ce6a4e3 Merge pull request #4500 from nigredo-tori/fix-osproc-env
Fix passing environment in startProcess (win)
2016-07-20 09:27:14 +02:00
Dmitry Polienko
46dad3cb6b Fix environment handling in startProcess 2016-07-19 20:38:00 -07:00
Dmitry Polienko
c768fea630 Fix newWideCString(cstring, int) 2016-07-19 20:37:26 -07:00
Dmitry Polienko
9bd952d2c2 Revert changes in osproc.nim 2016-07-19 20:33:25 -07:00
Andreas Rumpf
850b908f15 remove XXX comment 2016-07-20 00:27:42 +02:00
Andreas Rumpf
67b024838c fixes #1970 2016-07-19 20:44:08 +02:00
Andreas Rumpf
d4573f1762 fixes #888 2016-07-19 20:19:52 +02:00
Andreas Rumpf
6905a6fae3 updated 'concept' docs 2016-07-19 19:55:00 +02:00
Andreas Rumpf
9605435f2e get rid of deprecated toLower/toUpper 2016-07-19 19:28:01 +02:00
Andreas Rumpf
dc4b2c920c fixes #4328 2016-07-19 19:27:38 +02:00
Andreas Rumpf
d455d58af6 fixes #4345 2016-07-19 15:40:21 +02:00
Andreas Rumpf
2d8572e948 fixes #4428 2016-07-19 15:24:42 +02:00
Andreas Rumpf
9eb909baf9 fixes #4485; package handling works better; docgen works with --project on Nimble package level 2016-07-19 14:13:23 +02:00
Andreas Rumpf
ab9e44dc96 better fix for #4497 2016-07-19 14:13:23 +02:00
Andreas Rumpf
ecae779956 koch knows about json2 2016-07-19 14:13:23 +02:00
Dmitry Polienko
5f773bf478 Fix passing environment in startProcess (win)
Previous implementation used newWideCString, which doesn't
handle strings with \0 characters.
2016-07-18 23:28:40 -07:00
Andreas Rumpf
358f582939 Merge pull request #4463 from flyx/tables-equals-no-KeyError
`==` in tables should not raise KeyError
2016-07-19 00:16:58 +02:00
Andreas Rumpf
71cee2b648 Merge pull request #4498 from mbaulch/fix4388
Random module: fix links, improve header.
2016-07-18 17:47:23 +02:00
Andreas Rumpf
267855f9fb make tests green again 2016-07-18 14:57:22 +02:00
Andreas Rumpf
3193a99b13 fixes #4497 2016-07-18 13:52:27 +02:00
Matthew Baulch
50d6c0ae85 Random module: fix links, improve header. 2016-07-18 21:42:47 +10:00
Andreas Rumpf
f1e77d3124 fixes #4496 2016-07-18 13:05:18 +02:00
Andreas Rumpf
d779a9b722 fixes #4478 2016-07-18 12:16:54 +02:00
Andreas Rumpf
55db59a897 todo.txt update 2016-07-18 11:36:19 +02:00
Andreas Rumpf
c3315bc763 added gFuzzyGraphChecking for nimsuggest timeout problems 2016-07-17 01:56:45 +02:00
Andreas Rumpf
ec0de31751 Merge pull request #4493 from oderwat/findexe-symlinks
findExe() now by default follows symlinks.
2016-07-17 01:45:56 +02:00
Hans Raaf
c00bb2ca82 findExe() now by default follows symlinks. 2016-07-17 01:07:09 +02:00
Andreas Rumpf
2ac21261b4 Merge pull request #4394 from yglukhov/macro-routines2
Added addPragma routine
2016-07-16 14:35:17 +02:00