summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #4262.Dominik Picheta2016-09-172-73/+80
|
* Merge pull request #4782 from endragor/marshal-non-utf8Andreas Rumpf2016-09-171-27/+23
|\ | | | | Use array encoding for non-UTF-8 strings in marshal
| * Use array encoding for non-UTF-8 strings in marshal. Fixes #4779.Ruslan Mustakov2016-09-161-27/+23
| |
* | fix missing procvar pragmapyloor2016-09-161-1/+1
|/
* Merge pull request #4771 from rudis/develAndreas Rumpf2016-09-163-22/+24
|\ | | | | Misc minor (doc) fixes
| * system: writeLine: escape \n in documentationSimon Ruderich2016-09-151-1/+1
| |
| * system: shl: remove superfluous spaces in documentationSimon Ruderich2016-09-151-2/+2
| |
| * system: <: add example of output to documentationSimon Ruderich2016-09-151-1/+1
| |
| * system: use more consistent spaces in seq declarationSimon Ruderich2016-09-151-6/+6
| |
| * system: high, low: add example which uses the typeSimon Ruderich2016-09-151-0/+2
| |
| * system: TaintedString: reduce duplication and link to manualSimon Ruderich2016-09-151-8/+8
| |
| * os: createHardlink: clarify documentationSimon Ruderich2016-09-151-2/+2
| | | | | | | | I know no (UNIX-like) system which restricts creation of hardlinks.
| * algorithm: sort: fix link in documentationSimon Ruderich2016-09-151-1/+1
| |
| * os: createSymlink: fix typo in documentationSimon Ruderich2016-09-151-1/+1
| |
* | Merge pull request #4759 from endragor/marshal-strs-as-arraysAndreas Rumpf2016-09-151-2/+26
|\ \ | | | | | | marshal now can handle binary strings
| * | marshal now can handle binary data in stringsRuslan Mustakov2016-09-131-2/+26
| | |
* | | srcdir -> srcDirYuta Yamada2016-09-141-1/+1
| |/ |/|
* | fixes #4764, fixes #4731, fixes #4724Araq2016-09-143-8/+8
| |
* | fixes #4760Andreas Rumpf2016-09-131-24/+21
| |
* | attempt to fix #4640Andreas Rumpf2016-09-133-6/+9
| |
* | Fix AsyncSocket sendDmitry Polienko2016-09-121-1/+1
|/
* fixes #3279Araq2016-09-122-20/+30
|
* fixes #4088Andreas Rumpf2016-09-111-3/+3
|
* Merge pull request #4739 from coffeepots/patch-2Andreas Rumpf2016-09-091-0/+2
|\ | | | | Allow compilation of sharedtables.nim
| * Allow compilation of sharedtables.nimcoffeepots2016-09-091-0/+2
| | | | | | tableimpl uses {.oldimmediate.}, which is defined in system/inclrtl.
* | docgen: working search featureAraq2016-09-091-3/+3
| |
* | minor stdlib cleanupsAraq2016-09-093-19/+19
| |
* | generated theindex.html is valid htmlAraq2016-09-091-10/+21
| |
* | Make htmlparser compile without warningsAraq2016-09-091-14/+17
|/
* make net.nim compile for osx doc2Andreas Rumpf2016-09-081-1/+1
|
* Merge pull request #4733 from cheatfate/asyncssl_and_testsAndreas Rumpf2016-09-081-3/+8
|\ | | | | async: small ssl fix and updated tests
| * Removed tests with `asyncio`.cheatfate2016-09-071-3/+8
| | | | | | | | | | Fix ssl connection drop in asyncnet Add tasyncssl test
* | Merge pull request #4732 from cheatfate/borrowseAndreas Rumpf2016-09-081-0/+1
|\ \ | | | | | | upcoming_async: Borrow for AsyncEvent.
| * | Borrow SelectEvent `==`.cheatfate2016-09-071-0/+1
| |/
* / Allow to use strtabs module with js targetAnatoly Galiulin2016-09-081-14/+24
|/
* Some small fixes to changes introduced by #4683.Dominik Picheta2016-09-063-82/+30
|
* Merge branch 'async_buffers_v2' of https://github.com/vegansk/Nim into ↵Dominik Picheta2016-09-064-19/+369
|\ | | | | | | | | | | vegansk-async_buffers_v2 Merges #4683.
| * Revert function names scheme due to the @dom96 commentAnatoly Galiulin2016-09-063-40/+16
| |
| * Restore ``recvInto`` for backwards compatibilityAnatoly Galiulin2016-09-062-0/+24
| |
| * Fix typoAnatoly Galiulin2016-09-061-1/+1
| |
| * Add async IO operations with buffers on files and socketsAnatoly Galiulin2016-09-064-23/+373
| |
* | Merge pull request #4725 from cheatfate/fixtest_upcomingAndreas Rumpf2016-09-061-25/+34
|\ \ | |/ |/| upcoming_async: Fix multiple issues and add test.
| * Fix windows issues.cheatfate2016-09-061-25/+34
| | | | | | | | | | | | Fix semantic of AsyncEvent close/unregister #4694. Fix #4697. Added first test.
* | Merge pull request #4717 from nigredo-tori/xml-escapingAndreas Rumpf2016-09-051-3/+14
|\ \ | | | | | | xmltree: separate escaping for attributes
| * | xmltree: separate escaping for attributesDmitry Polienko2016-09-051-3/+14
| |/
* / fixes a critical tables bug that caused 'enlarge' to crash after 'add'Andreas Rumpf2016-09-052-11/+17
|/
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-09-041-0/+3
|\
| * Store stack trace in exceptionYuriy Glukhov2016-09-041-0/+3
| |
* | Merge branch 'async-readwrite-no-conflict' of ↵Andreas Rumpf2016-09-041-2/+8
|\ \ | |/ |/| | | https://github.com/endragor/Nim into endragor-async-readwrite-no-conflict
| * Async read/write procedures no longer replace each other in upcoming ↵Ruslan Mustakov2016-09-021-2/+8
| | | | | | | | asyncdispatch