summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Procs to decode Time to TimeInfo & TimeIntervalcoffeepots2015-07-141-0/+130
| | | Fills in the missing functionality of decoding Time to TimeInfo and TimeInterval, whilst also adding some procs to work with leap years and to get the day of the week based on a date.
* Merge pull request #3111 from rafaelx/patch-2Dominik Picheta2015-07-141-2/+19
|\ | | | | Update tut1.txt
| * Update tut1.txtRafael2015-07-141-2/+19
| | | | | | Example that shows advantage of 'openArray'
* | documentation generator emits configurable html for code listingsAraq2015-07-143-6/+17
| |
* | fixes #3112Araq2015-07-142-11/+45
| |
* | documented /*INCLUDESECTION*/ emit sectionAraq2015-07-141-1/+1
| |
* | disabled dubious testcaseAraq2015-07-141-0/+1
|/
* Merge pull request #3108 from arnetheduck/compiler-realign-enumsAndreas Rumpf2015-07-121-35/+57
|\ | | | | Linebreak TMagic roughly by category
| * Linebreak TMagic by rough categoryJacek Sieka2015-07-121-35/+57
|/
* deleted wingui exampleAraq2015-07-121-9/+0
|
* source code renderer doesn't produce trailing whitespace anymoreAraq2015-07-121-4/+19
|
* added os.tailDir procAraq2015-07-122-1/+16
|
* Merge pull request #3095 from def-/fix-async-postDominik Picheta2015-07-111-2/+3
|\ | | | | Fix async httpclient post to work without multipart
| * Fix async httpclient post to work without multipartdef2015-07-101-2/+3
| |
* | Merge branch 'singularperturbation-fix-2573-cherry-pick' into develDominik Picheta2015-07-114-23/+21
|\ \
| * | Do not use errno on Windows in the ``os`` module.Dominik Picheta2015-07-111-1/+1
| | |
| * | Merge branch 'fix-2573-cherry-pick' of ↵Dominik Picheta2015-07-114-24/+22
|/| | | | | | | | | | | https://github.com/singularperturbation/Nim into singularperturbation-fix-2573-cherry-pick
| * | Use raiseOSError with additionalInfo parameter from develSloane Simmons2015-07-044-24/+22
| | |
* | | Merge pull request #2272 from def-/unsignedAndreas Rumpf2015-07-113-52/+51
|\ \ \ | | | | | | | | Move unsigned int operations to system module
| * | | Update deprecation notice about unsigned moduledef2015-07-021-1/+1
| | | |
| * | | Add unsigned exports for backwards-compatibilitydef2015-07-011-0/+3
| | | |
| * | | Remove unsigned from lib.txtdef2015-07-011-5/+0
| | | |
| * | | Move unsigned int operations to system moduledef2015-07-012-48/+49
| | | | | | | | | | | | | | | | | | | | This should lead to less confusion because uint numbers and literals seem to work, but operators are just missing.
* | | | Merge pull request #3073 from apense/patch-12Andreas Rumpf2015-07-111-0/+5
|\ \ \ \ | | | | | | | | | | Added safeAdd documentation
| * | | | Corrected documentationapense2015-07-091-3/+3
| | | | |
| * | | | Doubled ticksapense2015-07-091-5/+5
| | | | |
| * | | | Added safeAdd documentationapense2015-07-061-0/+5
| | | | |
* | | | | Merge pull request #3098 from Varriount/add-nep1Andreas Rumpf2015-07-116-3/+224
|\ \ \ \ \ | | | | | | | | | | | | Add NEP1 to documentation.
| * | | | | Add NEP1 to documentation.Varriount2015-07-106-3/+224
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - Added NEP 1 to the documentation set. - Modified nimdoc's css to add additional spacing between list entries, as well as between code blocks. - Added a warning to nimdoc.css for future developers.
* | | | | | Merge pull request #3097 from def-/reset-terminal-colorsAndreas Rumpf2015-07-102-0/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | Reset terminal colors before running compiled program
| * | | | | | Reset terminal colors before running compiled programdef2015-07-102-0/+6
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #3100 from jyapayne/develAndreas Rumpf2015-07-101-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Expose the name of an exception.
| * | | | | Expose the name of an exception.Joey2015-07-101-3/+3
|/ / / / /
* | | | | Merge pull request #3093 from avsej/fix-nimdoc-for-selectorsAndreas Rumpf2015-07-091-1/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix nimdoc generation for lib/pure/selectors.nim
| * | | | | Fix nimdoc generation for lib/pure/selectors.nimSergey Avseyev2015-07-091-1/+2
| | | | | |
* | | | | | Merge pull request #3057 from apense/patch-9Andreas Rumpf2015-07-091-25/+34
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added new Rune sequence proc
| * | | | | | Corrected proc name in assertionapense2015-07-091-1/+1
| | | | | | |
| * | | | | | Corrected documentationapense2015-07-091-27/+28
| | | | | | |
| * | | | | | Renamed to toRunesapense2015-07-041-1/+1
| | | | | | |
| * | | | | | Added new procapense2015-07-031-10/+18
| | | | | | | | | | | | | | | | | | | | | In reference to #2353
* | | | | | | Merge pull request #3021 from apense/patch-7Andreas Rumpf2015-07-091-20/+48
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added some documentation and examples
| * | | | | | | Corrected erroneous descriptionapense2015-06-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Hypotenuse is really just the euclidean norm
| * | | | | | | Added some documentation and examplesapense2015-06-291-20/+47
| | | | | | | | | | | | | | | | | | | | | | | | I think I remember reading that the documentation is generated from the normal targets (not javascript), so that's where I put the docs
* | | | | | | | Merge pull request #3085 from apense/patch-10Andreas Rumpf2015-07-091-2/+12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update sets documentation. Fixes #3058
| * | | | | | | | Update sets_fragment.txtapense2015-07-081-2/+12
| | | | | | | | |
* | | | | | | | | Merge pull request #3092 from stefantalpalaru/linenoiseAndreas Rumpf2015-07-093-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | rename lib/wrappers/linenoise/linenoise.{c,h}
| * | | | | | | | rename lib/wrappers/linenoise/linenoise.{c,h}Stefan Talpalaru2015-07-093-2/+2
|/ / / / / / / /
* | | | | | | | Merge pull request #3091 from apense/patch-3Dominik Picheta2015-07-091-3/+3
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Fixed some deprecation warnings
| * | | | | | | Update asyncdispatch.nimapense2015-07-091-3/+3
|/ / / / / / /
* | | | | | | Merge pull request #3086 from apense/patch-13Dominik Picheta2015-07-081-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | `replace` -> `replacef`