Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix SinglyLinkedRing in lists module | def | 2015-02-01 | 1 | -4/+22 |
| | | | | | | | - SinglyLinkedRing's prepend was broken - needed a tail so that prepend can work properly - now append works as well, so I added it too - simple testcase added as well | ||||
* | Merge pull request #2010 from modk/freebsd-parallel-build | Andreas Rumpf | 2015-02-01 | 1 | -1/+8 |
|\ | | | | | Fix parallel build on FreeBSD | ||||
| * | FreeBSD-specific code | modk | 2015-01-29 | 1 | -4/+8 |
| | | |||||
| * | Set status to something else than 0 | modk | 2015-01-27 | 1 | -1/+1 |
| | | |||||
| * | Merge with current devel | modk | 2015-01-26 | 1 | -9/+27 |
| |\ | |||||
| * | | Fixes parallel build on FreeBSD | modk | 2015-01-26 | 1 | -1/+4 |
| | | | |||||
* | | | Merge pull request #2020 from def-/mitems | reactormonk | 2015-02-01 | 5 | -1/+50 |
|\ \ \ | | | | | | | | | mitems and mpairs | ||||
| * | | | Typo | def | 2015-01-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add mitems and mpairs where it makes sense | def | 2015-01-28 | 4 | -0/+49 |
| | | | | |||||
* | | | | fixes #2041 | Araq | 2015-01-31 | 2 | -8/+10 |
| | | | | |||||
* | | | | nimsuggest improvements | Araq | 2015-01-30 | 1 | -1/+1 |
| | | | | |||||
* | | | | Move lib/pure/nodejs to compiler/nodejs. Ref #2017. | Dominik Picheta | 2015-01-28 | 1 | -6/+0 |
| | | | | |||||
* | | | | Merge pull request #2017 from reactormonk/nodejs-binary | Andreas Rumpf | 2015-01-28 | 1 | -0/+6 |
|\ \ \ \ | | | | | | | | | | | Algorithm to find the nodejs binary | ||||
| * | | | | added suggested fixes | Simon Hafner | 2015-01-27 | 1 | -0/+6 |
| | | | | | |||||
* | | | | | documented new C++ support | Araq | 2015-01-28 | 5 | -10/+11 |
| |/ / / |/| | | | |||||
* | | | | Update sets.nim | dumndummer | 2015-01-27 | 1 | -1/+1 |
| | | | | | | | | | | | | corrected misspelled word in doc comment | ||||
* | | | | nimsuggest: first version | Araq | 2015-01-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | bugfix: don't overwrite the number value in case of a parsing error | Araq | 2015-01-27 | 1 | -2/+3 |
| |_|/ |/| | | |||||
* | | | Logging module is now thread-safe. | Dominik Picheta | 2015-01-25 | 1 | -9/+27 |
| |/ |/| | |||||
* | | Merge pull request #2009 from gmpreussner/devel | Dominik Picheta | 2015-01-25 | 1 | -27/+33 |
|\ \ | |/ |/| | Added complex conjugate | ||||
| * | Added complex conjugate | gmpreussner | 2015-01-24 | 1 | -27/+33 |
| | | |||||
* | | Merge pull request #1998 from Varriount/fix-1962 | Dominik Picheta | 2015-01-24 | 1 | -14/+35 |
|\ \ | | | | | | | Fixes #1962 | ||||
| * | | Added documentation for the new http request procedures. | Varriount | 2015-01-23 | 1 | -1/+13 |
| | | | |||||
| * | | Fixes #1962 | Varriount | 2015-01-22 | 1 | -24/+33 |
| | | | |||||
* | | | Fix #1906 | Varriount | 2015-01-22 | 1 | -3/+5 |
|/ / | |||||
* / | Handle EPOLLHUP to avoid chaos/runaways when using certain file descriptors. | Elie Zedeck | 2015-01-21 | 1 | -1/+1 |
|/ | | | | A concrete example is pipe file descriptors: they generate EPOLLHUP instead of a EPOLLIN (then 0 bytes read). The loop will run wild if this event is not handled. | ||||
* | Merge pull request #1842 from def-/unicode-reversed | Varriount | 2015-01-17 | 1 | -0/+50 |
|\ | | | | | Add reversed proc to unicode module | ||||
| * | Optimize unicode.reversed | def | 2015-01-15 | 1 | -19/+31 |
| | | | | | | | | | | | | | | Runs about 18 times faster: - combining characters with boolean logic instead of binary search - No more temporary sequence - Optimize for ASCII characters | ||||
| * | Add reversed proc to unicode module | def | 2015-01-02 | 1 | -0/+38 |
| | | |||||
* | | Merge pull request #1967 from def-/more-renames | Varriount | 2015-01-16 | 2 | -2/+2 |
|\ \ | | | | | | | More renames | ||||
| * | | Get rid of deprecation warnings in pegs | def | 2015-01-16 | 2 | -2/+2 |
| | | | |||||
* | | | Fix named argument handling | Flaviu Tamas | 2015-01-16 | 1 | -2/+11 |
|/ / | | | | | | | Instead of trying to use the whole parameter, it uses just the RHS, as expected | ||||
* | | GitHub link fixes: nim-code -> nim-lang | def | 2015-01-15 | 1 | -4/+4 |
| | | |||||
* | | fixes the integer conversion regressions | Araq | 2015-01-13 | 2 | -4/+4 |
| | | |||||
* | | Fix body in httpclient | def | 2015-01-13 | 1 | -2/+2 |
| | | | | | | | | | | - Never append a newline to the body in a HTTP post. - Pass the entire body to redirections, including multipart data | ||||
* | | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Araq | 2015-01-13 | 1 | -2/+0 |
|\ \ | |||||
| * | | Fix: Only handle EPOLLERR as an error event | def | 2015-01-13 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | When an EPOLLRDHUP is received with epoll_ctl, there can still be data to be read. So we shouldn't immediately close the socket and abort. | ||||
* | | | make net.nim compile again (quick workaround for a regression) | Araq | 2015-01-13 | 1 | -3/+3 |
|/ / | |||||
* | | Remove unnecessary check in list comprehensions | def | 2015-01-10 | 1 | -1/+0 |
| | | |||||
* | | Merge pull request #1876 from flaviut/unittest-stacktrace | Andreas Rumpf | 2015-01-07 | 1 | -0/+1 |
|\ \ | | | | | | | Add stack trace to unitest.nim exceptions | ||||
| * | | Make unittest.nim print stack trace | Flaviu Tamas | 2015-01-05 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #1889 from ramnes/devel | Andreas Rumpf | 2015-01-07 | 31 | -31/+31 |
|\ \ \ | | | | | | | | | Happy new year! | ||||
| * | | | Happy new year! | Guillaume Gelin | 2015-01-06 | 31 | -31/+31 |
| | | | | |||||
* | | | | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Araq | 2015-01-07 | 7 | -194/+356 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: compiler/semexprs.nim | ||||
| * | | | Merge pull request #1883 from flaviut/add-unittest-docs | Varriount | 2015-01-05 | 1 | -6/+21 |
| |\ \ \ | | | | | | | | | | | Add an example and remove future claims from unittest.nim | ||||
| | * | | | Add an example and remove future claims | Flaviu Tamas | 2015-01-05 | 1 | -6/+21 |
| | |/ / | | | | | | | | | | | | | | | | | The future claims haven't been addressed for 3 years, they are unlikely to be fixed soon. | ||||
| * / / | Properly use the terminal module | Flaviu Tamas | 2015-01-05 | 1 | -0/+2 |
| |/ / | | | | | | | | | | | | | | | | | | | The documentation for terminal says > Changing the style is permanent even after program termination! Use the code > `system.addQuitProc(resetAttributes)` to restore the defaults. | ||||
| * | | Merge pull request #1867 from def-/httpclient-multipart | Dominik Picheta | 2015-01-05 | 1 | -35/+142 |
| |\ \ | | | | | | | | | Add multipart parameter to httpclient's post and postContent | ||||
| | * | | Rename newData() to newMultipartData() | def | 2015-01-05 | 1 | -5/+5 |
| | | | | |||||
| | * | | A few more fixes to httpclient multipart | def | 2015-01-05 | 1 | -4/+9 |
| | | | |