Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'devel' into bigbreak | Araq | 2014-11-03 | 8 | -75/+223 |
|\ | | | | | | | | | | | | | | | Conflicts: lib/impure/db_postgres.nim lib/pure/json.nim lib/pure/math.nim lib/system/atomics.nim | ||||
| * | Fix math.nim on windows | Varriount | 2014-11-03 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1443 from def-/future-listcomprehensions | Andreas Rumpf | 2014-11-03 | 1 | -0/+57 |
| |\ | | | | | | | Add list comprehensions to future module | ||||
| | * | Extend list comprehension documentation | def | 2014-08-03 | 1 | -16/+20 |
| | | | |||||
| | * | Add list comprehensions to future module | def | 2014-08-03 | 1 | -0/+53 |
| | | | |||||
| * | | Merge pull request #1553 from gradha/pr_json_module_improvements | Andreas Rumpf | 2014-11-03 | 1 | -91/+540 |
| |\ \ | | | | | | | | | json module improvements | ||||
| | * | | Hides TJsonError, it wasn't being used. | Grzegorz Adam Hankiewicz | 2014-10-04 | 1 | -1/+1 |
| | | | | |||||
| | * | | Documents json module. | Grzegorz Adam Hankiewicz | 2014-10-04 | 1 | -90/+539 |
| | | | | |||||
| * | | | Merge pull request #1448 from def-/posix-math | Andreas Rumpf | 2014-11-03 | 3 | -53/+113 |
| |\ \ \ | | | | | | | | | | | Add -lm for fesetround and fegetround | ||||
| | * | | | Move fenv to its own module | def | 2014-08-22 | 2 | -54/+113 |
| | | | | | |||||
| | * | | | Move floating point rounding and exceptions handling to math | def | 2014-08-06 | 2 | -45/+43 |
| | | | | | | | | | | | | | | | | | | | | (it's C99 as well, not just POSIX) | ||||
| | * | | | Add -lm for fesetround and fegetround | def | 2014-08-05 | 1 | -0/+3 |
| | | |/ | | |/| | |||||
| * | | | Merge pull request #1565 from gradha/pr_supports_nnkPostfix_stringification | Andreas Rumpf | 2014-11-03 | 1 | -1/+5 |
| |\ \ \ | | | | | | | | | | | Adds stringification support for nnkPostfix nodes. | ||||
| | * | | | Adds stringification support for nnkPostfix nodes. | Grzegorz Adam Hankiewicz | 2014-10-11 | 1 | -1/+5 |
| | | |/ | | |/| | |||||
| * | | | Various atomics fixes for gcc/clang. | Reimer Behrends | 2014-10-30 | 1 | -21/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | Make atomicInc/atomicDec work with clang, too; also, actually import the memory model constants from C rather than relying on the enum matching the C constants by happenstance. | ||||
| * | | | Add comment. | Milos Negovanovic | 2014-10-21 | 1 | -1/+2 |
| | | | | |||||
| * | | | Add comment. | Milos Negovanovic | 2014-10-21 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Milos Negovanovic | 2014-10-21 | 5 | -12/+37 |
| |\ \ \ | |||||
| * | | | | Tweaks for postgres driver (not tested yet). | Milos Negovanovic | 2014-09-26 | 1 | -2/+8 |
| | | | | | |||||
| * | | | | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Milos Negovanovic | 2014-09-26 | 1 | -2/+2 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | Merging mainline devel. | ||||
| * \ \ \ \ | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Milos Negovanovic | 2014-09-19 | 16 | -190/+620 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Merging mainline devel. | ||||
| * | | | | | | Preserve nil <-> NULL between Nimrod and database. | Milos Negovanovic | 2014-08-20 | 1 | -5/+18 |
| | | | | | | | |||||
* | | | | | | | re module returns nil on failed captures | Flaviu Tamas | 2014-10-29 | 1 | -3/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - tests included - news.txt updated | ||||
* | | | | | | | Modify pegs.nim such that no match will return nil | Flaviu Tamas | 2014-10-29 | 1 | -1/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An empty match will return "" A zero-length match will return nil Add test cases Add news information | ||||
* | | | | | | | docgen works on linux | Araq | 2014-10-27 | 2 | -5/+7 |
| | | | | | | | |||||
* | | | | | | | nicer error messages (untested) | Araq | 2014-10-26 | 3 | -11/+18 |
| | | | | | | | |||||
* | | | | | | | introduced 'benign' pragma | Araq | 2014-10-25 | 12 | -116/+121 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'devel' into bigbreak | Araq | 2014-10-23 | 1 | -3/+2 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | Conflicts: web/news.txt | ||||
* | | | | | | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-10-21 | 6 | -10/+10 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge pull request #1566 from onionhammer/bigbreak | Andreas Rumpf | 2014-10-21 | 6 | -10/+10 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fixed FD_SET casing | ||||
| | * | | | | | | | patched fdset call in osproc | Erik O'Leary | 2014-10-10 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | Fixed FD_SET casing | Erik O'Leary | 2014-10-10 | 5 | -9/+9 |
| | | | | | | | | | |||||
* | | | | | | | | | 'echo' doesn't lock | Araq | 2014-10-21 | 1 | -2/+3 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch 'devel' into bigbreak | Araq | 2014-10-20 | 1 | -9/+10 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | / / / / / / | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/nim.ini doc/manual.txt doc/tut2.txt koch.nim lib/system/channels.nim readme.txt tools/niminst/niminst.nim tools/nimweb.nim web/download.txt web/news.txt | ||||
| * | | | | | | | 2nd attempt to fix tryRecv | Araq | 2014-10-20 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | fixes tryRecv | Araq | 2014-10-20 | 1 | -3/+4 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'devel' into bigbreak | Araq | 2014-10-13 | 2 | -1/+12 |
|\| | | | | | | | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/ast.nim compiler/nimfix/prettybase.nim compiler/pragmas.nim compiler/sempass2.nim doc/manual.txt koch.nim lib/pure/concurrency/threadpool.nim web/news.txt | ||||
| * | | | | | | Merge pull request #1564 from trustable-code/devel | Andreas Rumpf | 2014-10-12 | 1 | -0/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Raise exception on adding a non-existent file to a zip archive | ||||
| | * | | | | | | Code more cleaner | Simon Krauter | 2014-10-11 | 1 | -4/+1 |
| | | | | | | | | |||||
| | * | | | | | | Raise exception on adding a non-existent file to a zip archive | Simon Krauter | 2014-10-10 | 1 | -0/+5 |
| | | |_|_|/ / | | |/| | | | | |||||
| * | | | | | | fixes recent regression | Araq | 2014-10-11 | 1 | -1/+4 |
| | | | | | | | |||||
| * | | | | | | minor cleanup for cpuinfo | Araq | 2014-10-11 | 1 | -2/+1 |
| | | | | | | | |||||
| * | | | | | | fixes #1551 | Araq | 2014-10-11 | 1 | -3/+3 |
| | | | | | | | |||||
| * | | | | | | Update cpuinfo.nim | Luis Ricardo | 2014-10-07 | 1 | -1/+8 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | sys/types.h needed for macosx and freebsd sys/param.h needed for openbsd and netbsd | ||||
* | | | | | | CS fixes for dialogs on Windows. | Dominik Picheta | 2014-10-05 | 2 | -3/+3 |
| | | | | | | |||||
* | | | | | | fixes a race condition that caused '^' to hang | Araq | 2014-10-05 | 1 | -4/+5 |
| | | | | | | |||||
* | | | | | | docgen should work again | Araq | 2014-10-05 | 7 | -93/+98 |
| | | | | | | |||||
* | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-10-04 | 4 | -37/+106 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/impure/db_postgres.nim lib/pure/os.nim lib/wrappers/postgres.nim | ||||
| * | | | | | Merge pull request #1545 from rbehrends/setjmp-perf | Andreas Rumpf | 2014-10-02 | 1 | -4/+17 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | Improve setjmp()/longjmp() performance. | ||||
| | * | | | | Improve setjmp()/longjmp() performance. | Reimer Behrends | 2014-09-25 | 1 | -4/+17 |
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Exception handling for the C backend used setjmp()/longjmp() unconditionally. However, on POSIX systems, these functions save and restore the signal mask, adding considerable overhead to exception handling, even where no exceptions are involved. The compiler and library now try to use either _setjmp()/_longjmp() or sigsetjmp()/siglongjmp() where possible, marked by the defines "nimRawSetjmp" and "nimSigSetjmp", respectively. The define "nimStdSetjmp" can be used to revert to setjmp()/longjmp() instead. |