summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2005 from def-/fix-estpAndreas Rumpf2015-01-272-2/+2
|\ | | | | Make ESTP compile
| * Make ESTP compiledef2015-01-232-2/+2
| |
* | Fix type of setControlCHook parameterdef2015-01-271-1/+1
| |
* | Get rid of more deprecation warnings by renaming exceptionsdef2015-01-272-4/+4
| |
* | nimsuggest: first versionAraq2015-01-271-1/+1
| |
* | bugfix: don't overwrite the number value in case of a parsing errorAraq2015-01-271-2/+3
| |
* | Logging module is now thread-safe.Dominik Picheta2015-01-251-9/+27
| |
* | Merge pull request #2009 from gmpreussner/develDominik Picheta2015-01-251-27/+33
|\ \ | | | | | | Added complex conjugate
| * | Added complex conjugategmpreussner2015-01-241-27/+33
| | |
* | | Merge pull request #1998 from Varriount/fix-1962Dominik Picheta2015-01-241-14/+35
|\ \ \ | |_|/ |/| | Fixes #1962
| * | Added documentation for the new http request procedures.Varriount2015-01-231-1/+13
| | |
| * | Fixes #1962Varriount2015-01-221-24/+33
| | |
* | | Merge pull request #1999 from Varriount/fix-1906Dominik Picheta2015-01-231-3/+5
|\ \ \ | | | | | | | | Fix #1906
| * | | Fix #1906Varriount2015-01-221-3/+5
| |/ /
* | | setControlCHook's parameter is not nil nowdef2015-01-231-1/+1
| | |
* | | Fix #1546Varriount2015-01-221-1/+1
|/ /
* / Handle EPOLLHUP to avoid chaos/runaways when using certain file descriptors.Elie Zedeck2015-01-211-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.
* osinfo_win compiles againAraq2015-01-181-4/+3
|
* fixes #1964 properlyAraq2015-01-181-1/+2
|
* fixes #1964Araq2015-01-181-2/+3
|
* Merge pull request #1842 from def-/unicode-reversedVarriount2015-01-171-0/+50
|\ | | | | Add reversed proc to unicode module
| * Optimize unicode.reverseddef2015-01-151-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 moduledef2015-01-021-0/+38
| |
* | Merge pull request #1967 from def-/more-renamesVarriount2015-01-162-2/+2
|\ \ | | | | | | More renames
| * | Get rid of deprecation warnings in pegsdef2015-01-162-2/+2
| | |
* | | Fix named argument handlingFlaviu Tamas2015-01-161-2/+11
|/ / | | | | | | Instead of trying to use the whole parameter, it uses just the RHS, as expected
* | GitHub link fixes: nim-code -> nim-langdef2015-01-151-4/+4
| |
* | fixes the integer conversion regressionsAraq2015-01-132-4/+4
| |
* | Fix body in httpclientdef2015-01-131-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 develAraq2015-01-132-5/+5
|\ \
| * | Fix: Only handle EPOLLERR as an error eventdef2015-01-131-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.
| * | Replace other common expressions with defined variableDustin Lacewell2015-01-121-2/+2
| | |
| * | Add named anchor links to procs in the documentation indexDustin Lacewell2015-01-121-2/+4
| | |
* | | make net.nim compile again (quick workaround for a regression)Araq2015-01-131-3/+3
|/ /
* | Merge pull request #1841 from skyfex/develAndreas Rumpf2015-01-121-17/+15
|\ \ | | | | | | Add support for big 'u64 literals and remove SomeUInt from unsigned.nim
| * \ Merge branch 'devel' of https://github.com/Araq/Nim into develAudun Wilhelmsen2015-01-0213-35/+71
| |\ \
| * | | Added support for big 'u64 literalsAudun Wilhelmsen2015-01-021-17/+15
| | | | | | | | | | | | | | | | Removed duplicate "SomeUInt' typedef from unsigned.nim
* | | | don't advice people to use debug options for the GC and coreAraq2015-01-111-2/+2
| | | |
* | | | Merge pull request #1921 from def-/lc-improveAndreas Rumpf2015-01-111-1/+0
|\ \ \ \ | | | | | | | | | | Remove unnecessary check in list comprehensions
| * | | | Remove unnecessary check in list comprehensionsdef2015-01-101-1/+0
| | | | |
* | | | | Support MySQL on OSXEndre Karlson2015-01-111-5/+9
| | | | |
* | | | | fixes #1866Araq2015-01-101-1/+2
|/ / / /
* | | | Merge pull request #1884 from def-/tcc-usevforkAndreas Rumpf2015-01-071-1/+6
|\ \ \ \ | | | | | | | | | | Add workaround for TCC to make POSIX_SPAWN_USEVFORK available
| * | | | Add workaround for TCC to make POSIX_SPAWN_USEVFORK availabledef2015-01-061-1/+6
| | | | |
* | | | | Merge pull request #1876 from flaviut/unittest-stacktraceAndreas Rumpf2015-01-071-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Add stack trace to unitest.nim exceptions
| * | | | | Make unittest.nim print stack traceFlaviu Tamas2015-01-051-0/+1
| |/ / / /
* | | | | Merge pull request #1889 from ramnes/develAndreas Rumpf2015-01-0742-42/+42
|\ \ \ \ \ | | | | | | | | | | | | Happy new year!
| * | | | | Happy new year!Guillaume Gelin2015-01-0642-42/+42
| | | | | |
* | | | | | Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2015-01-0712-204/+394
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/semexprs.nim
| * | | | | Merge pull request #1883 from flaviut/add-unittest-docsVarriount2015-01-051-6/+21
| |\ \ \ \ \ | | | | | | | | | | | | | | Add an example and remove future claims from unittest.nim