summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Fixed _get_osfhandle declaration.Clay Sweetser2014-04-161-1/+1
* Allowed getFileInfo to accept TFile objects.Clay Sweetser2014-04-161-1/+4
* Completed Linux/Posix implementation of getFileInfoClay Sweetser2014-04-162-23/+44
* Added Posix implementation of getFileInfo, organized code.Clay Sweetser2014-04-161-31/+66
* Added Windows implementation of getFileInfo proceduresClay Sweetser2014-04-162-20/+104
* Fixes docgen.Dominik Picheta2014-04-153-3/+3
* Merge pull request #1098 from gradha/pr_fixes_debugger_typoSimon Hafner2014-04-151-1/+1
|\
| * Fixes typo to be able to use debugger.Grzegorz Adam Hankiewicz2014-04-151-1/+1
|/
* Fixes #1005Dominik Picheta2014-04-152-5/+13
* Add checks for invalid socket when creating sockets.Dominik Picheta2014-04-157-0/+9
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-135-5/+130
|\
| * Merge pull request #1084 from gradha/pr_adds_sequtils_splitSimon Hafner2014-04-131-0/+91
| |\
| | * Renames split to distribute. Refs #1084.Grzegorz Adam Hankiewicz2014-04-131-28/+29
| | * Adds generic split proc to sequtils.Grzegorz Adam Hankiewicz2014-04-111-0/+90
| * | Implemented buffering for asynchronous sockets.Dominik Picheta2014-04-133-4/+38
| * | Merge pull request #1079 from flaviut/kochcleanfixAndreas Rumpf2014-04-131-1/+1
| |\ \
| | * | Koch deletes the .gitignore while cleaningflaviut2014-04-101-1/+1
| | |/
* | / implemented 'R ptr T' syntaxAraq2014-04-134-11/+17
|/ /
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAndreas Rumpf2014-04-1310-91/+319
|\ \
| * | Rewrote sentence about Babel in lib.txt.Dominik Picheta2014-04-121-4/+5
| * | Implemented babel package list in lib.html.Dominik Picheta2014-04-123-0/+109
| * | Adds split proc for strings with a string separator.Dominik Picheta2014-04-111-0/+20
| * | JS: Fixes math and streams module and implements json.Dominik Picheta2014-04-113-61/+134
| * | Fixes problems with JS code gen.Dominik Picheta2014-04-113-26/+51
* | | fixes for asynchttpserverAndreas Rumpf2014-04-133-8/+15
* | | added mget for TSetAndreas Rumpf2014-04-131-0/+9
* | | added 'hash' for set[T]'Andreas Rumpf2014-04-131-0/+4
* | | fixes '==' for TTTableAndreas Rumpf2014-04-131-1/+1
* | | fixes '==' for TTTableAndreas Rumpf2014-04-131-1/+7
* | | -d:useFFI is obsoleteAndreas Rumpf2014-04-131-1/+0
* | | fixed a typoAndreas Rumpf2014-04-131-1/+1
|/ /
* | resolved conflictAndreas Rumpf2014-04-10871-14095/+33217
|\|
| * deleted & purged dllsSimon Hafner2014-04-090-0/+0
| * Merge pull request #1075 from flaviut/inlinedocsAndreas Rumpf2014-04-0971-15/+2521
| |\
| | * Fix typos in system.nimflaviut2014-04-081-12/+12
| | * `Concatenates` was misspelledflaviut2014-04-081-6/+6
| | * Code example for `clamp`flaviut2014-04-081-1/+5
| | * Document inplace string appendingflaviut2014-04-081-0/+14
| | * Code examples for string concatinationflaviut2014-04-081-1/+16
| | * Code docs for `contains`, `in`, `is`, and `of`flaviut2014-04-081-1/+35
| | * Inline docs for sequence appendingflaviut2014-04-081-0/+23
| * | refined and documented regionized pointersAraq2014-04-094-18/+71
| * | fixes bootstrappingAraq2014-04-092-5/+10
| * | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-093-20/+38
| |\ \
| | * \ Merge pull request #901 from reactormonk/seq_toStringAndreas Rumpf2014-04-092-18/+34
| | |\ \
| | | * | added `$` for arraysSimon Hafner2014-03-312-15/+19
| | | * | Merge branch 'devel' of github.com:Araq/Nimrod into seq_toStringSimon Hafner2014-03-31215-4514/+9076
| | | |\ \
| | | * | | removed `$` for openarray, was commented outSimon Hafner2014-02-111-13/+0
| | | * | | explicit firstElement for `$` in collectionsSimon Hafner2014-02-112-4/+12
| | | * | | Added `$` for seqSimon Hafner2014-02-112-0/+17