Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Download links for new version. | Dominik Picheta | 2015-10-27 | 1 | -4/+4 |
| | |||||
* | Prep for v0.12.0 | Dominik Picheta | 2015-10-27 | 5 | -348/+399 |
| | |||||
* | Merge pull request #3475 from mjoud/shrdoc | Dominik Picheta | 2015-10-27 | 1 | -4/+5 |
|\ | | | | | fixed shr documentation | ||||
| * | fixed shr documentation | Magnus Jöud | 2015-10-26 | 1 | -4/+5 |
| | | | | | | | | add docs on shr filling with zeros | ||||
* | | Improved postgres docs and added untestable tests. | Dominik Picheta | 2015-10-27 | 2 | -43/+45 |
| | | |||||
* | | fix doco by removing extra ` chars, change a word and | JamesP | 2015-10-27 | 1 | -7/+7 |
| | | | | | | | | line up multi-line text | ||||
* | | add doco outlining the two SQL parameter substitution mechanisms for the ↵ | JamesP | 2015-10-27 | 1 | -1/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | db_postgres module adjust doco note: indent by one space shorten doco example lines, by splitting across multiple lines shorten doco line widths by splitting long lines into multi-lines fix to prepare() example in doco "Note:" section | ||||
* | | setupQuery() with SqlQuery take parameter substitution with "?" | JamesP | 2015-10-27 | 1 | -3/+32 |
| | | | | | | | | | | | | | | | | | | | | add instantRows() with SqlPrepared parameter fix setupQuery() for SqlQuery to produce a unique identiying query name add rows() iterator with SqlPrepared parameter add execAffectedRows for SqlPrepared | ||||
* | | tryExec() with SqlQuery now takes "?" substitution parameters | JamesP | 2015-10-27 | 1 | -5/+11 |
| | | | | | | | | | | | | add tryExec() with SqlPrepared parameter exec() with SqlQuery now expects "?" parameter substitution | ||||
* | | add check to dbFormat() to verify parameter substitution has "?" identifier | JamesP | 2015-10-27 | 1 | -0/+4 |
| | | | | | | | | add check to prepare() that parameter substitution has "$1" identifier | ||||
* | | fixes #3476 | Araq | 2015-10-27 | 2 | -2/+50 |
| | | |||||
* | | added an assertion | Araq | 2015-10-27 | 1 | -1/+3 |
| | | |||||
* | | tries to fix the travis build | Araq | 2015-10-26 | 1 | -0/+1 |
|/ | |||||
* | fixes #3431, fixes #3370, fixes #3468 | Araq | 2015-10-25 | 2 | -3/+52 |
| | |||||
* | fixes #3474 | Araq | 2015-10-25 | 1 | -1/+1 |
| | |||||
* | fixes #1799 properly | Araq | 2015-10-25 | 2 | -8/+86 |
| | |||||
* | try to make travis generate the tar.xz | Araq | 2015-10-25 | 1 | -0/+2 |
| | |||||
* | fixes #1799 | Araq | 2015-10-25 | 2 | -3/+4 |
| | |||||
* | Merge pull request #3442 from Dhertz/devel | Andreas Rumpf | 2015-10-23 | 1 | -8/+32 |
|\ | | | | | Make sure the json module decodes UTF16 correctly | ||||
| * | Add UTF-16 decoding tests to json module | Daniel Hertz | 2015-10-13 | 1 | -3/+7 |
| | | |||||
| * | Make sure the json module decodes UTF16 correctly | Daniel Hertz | 2015-10-13 | 1 | -5/+25 |
| | | | | | | | | | | | | | | Javascript uses UTF-16 as its internal representation of strings, so JSON does so as well. This means that we could have surrogate pairs, with codepoints above 0xFFFF that take 2 ecape codes to decode. | ||||
* | | Merge pull request #3454 from jlp765/osproc | Andreas Rumpf | 2015-10-23 | 1 | -0/+14 |
|\ \ | | | | | | | add simple example for execProcess, exeCmd, execCmdEx | ||||
| * | | add simple example for execProcess, exeCmd, execCmdEx | JamesP | 2015-10-16 | 1 | -0/+14 |
| | | | |||||
* | | | Merge pull request #3467 from nanoant/patch/fuse-msg-api-n-use-stdout-help | Andreas Rumpf | 2015-10-22 | 4 | -27/+23 |
|\ \ \ | | | | | | | | | Simplify msg API and always use stdout for help/usage | ||||
| * | | | compiler/commands: Always write usage to stdout | Adam Strzelecki | 2015-10-22 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | Usage is compiler command output, not diagnostics, so we shall output it to stdout. Also this makes: nim -h | less or nim -h | grep ... working. | ||||
| * | | | msgs: One msgWriteln with optional flags | Adam Strzelecki | 2015-10-22 | 3 | -24/+19 |
| | | | | | | | | | | | | | | | | Instead of msgWriteln, outWriteln and stdoutWriteln doing essentially the same. | ||||
* | | | | Merge pull request #3466 from nanoant/patch/remove-dead-mac-platform-code | Andreas Rumpf | 2015-10-22 | 1 | -36/+0 |
|\ \ \ \ | | | | | | | | | | | system/dyncalls: OS X is already handled as posix | ||||
| * | | | | system/dyncalls: OS X is already handled as posix | Adam Strzelecki | 2015-10-22 | 1 | -36/+0 |
| |/ / / | | | | | | | | | | | | | | | | | So elif defined(mac) has absolutely no effect, also this block uses some legacy discouraged NSCreateObjectFileImageFromFile function. | ||||
* | | | | Merge pull request #3464 from yglukhov/disable-failing-tests | Andreas Rumpf | 2015-10-22 | 3 | -9/+13 |
|\ \ \ \ | |/ / / |/| | | | Fixed tests for TravisCI. | ||||
| * | | | Fixed tests for TravisCI | Yuriy Glukhov | 2015-10-22 | 3 | -9/+13 |
| | | | | |||||
* | | | | added --reportConceptFailures switch to the manual | Araq | 2015-10-22 | 1 | -0/+4 |
| | | | | |||||
* | | | | fixes #3452 | Araq | 2015-10-22 | 3 | -2/+41 |
| | | | | |||||
* | | | | added --reportConceptFailures switch | Araq | 2015-10-22 | 1 | -0/+3 |
| | | | | |||||
* | | | | doc\advopt.txt | Araq | 2015-10-22 | 4 | -4/+11 |
|/ / / | | | | | | | | | | added --reportConceptFailures switch | ||||
* | | | Merge pull request #3463 from yglukhov/patch-1 | Dominik Picheta | 2015-10-22 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Fixed broken links | ||||
| * | | | Fixed broken links | Yuriy Glukhov | 2015-10-22 | 1 | -2/+2 |
|/ / / | |||||
* | | | fixes #3338 | Araq | 2015-10-22 | 4 | -4/+51 |
| | | | |||||
* | | | mitigates unclear nimsuggest problem | Araq | 2015-10-22 | 1 | -0/+1 |
| | | | |||||
* | | | documentation improvements; system.nim docs adapted to unix's braindead idea ↵ | Araq | 2015-10-21 | 2 | -9/+1 |
| | | | | | | | | | | | | of how software should be packaged which didn't work in 1970 and surprise doesn't work in 2015 either | ||||
* | | | fixes wrong doc comments | Araq | 2015-10-19 | 1 | -4/+4 |
| | | | |||||
* | | | make terminal.nim work with --app:gui | Araq | 2015-10-19 | 1 | -2/+4 |
| | | | |||||
* | | | createThread is more convenient to use with a proc taking no arguments | Araq | 2015-10-19 | 1 | -0/+3 |
| | | | |||||
* | | | added poDemon flag for process management | Araq | 2015-10-19 | 2 | -4/+8 |
| | | | |||||
* | | | Merge pull request #3458 from jlp765/systemExamples | Dominik Picheta | 2015-10-19 | 1 | -2/+42 |
|\ \ \ | | | | | | | | | system.nim add example to a few proc headings | ||||
| * | | | add example to proc headings for | JamesP | 2015-10-19 | 1 | -2/+42 |
|/ / / | | | | | | | | | | addr, and, or, xor, div, mod, shl, cmp, setLen | ||||
* | | | fixed the most embarrassing typo in the history of Nim | Araq | 2015-10-16 | 1 | -1/+1 |
| | | | |||||
* | | | fixes installation problems on unix by hardcoding the dlls.zip name | Araq | 2015-10-16 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #3441 from nanoant/patch/msg-to-stderr-by-default | Andreas Rumpf | 2015-10-16 | 4 | -144/+225 |
|\ \ \ | | | | | | | | | Extend terminal module, use stderr for Nim compiler diagnostics by default | ||||
| * | | | compiler/vm: Use stdout too in VM time echo | Adam Strzelecki | 2015-10-16 | 2 | -2/+11 |
| | | | | | | | | | | | | | | | | | | | | Now VM time echo outputs to stdout too, same as compile time echo, rather using same handle as compiler diagnostics (stderr default). | ||||
| * | | | compiler/msgs: Default to stderr for diagnostics | Adam Strzelecki | 2015-10-16 | 2 | -18/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we were defaulting to stdout for diagnostics, which could interfere with scripts or `nim c -r' programs outputting their results to stdout, possibly mixing their output with compiler messages. This change makes now Nim to be inline with other compilers emitting diagnostics to stderr. Also now --stdout option has proper meaning making all diagnostics to be sent to stdout instead. NOTE: Tester now calls compiler with --stdout. |