index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
impure
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make zipfiles module work again
def
2015-05-03
1
-36
/
+50
*
Fix Termios wrapper
def
2015-04-24
1
-1
/
+1
*
Don't run non-test code when defined(testing)
Oleh Prypin
2015-04-21
3
-3
/
+3
*
Merge pull request #2506 from BlaXpirit/update-pcre
Andreas Rumpf
2015-04-21
1
-7
/
+7
|
\
|
*
Fix deprecation warnings in re
Oleh Prypin
2015-04-10
1
-7
/
+7
*
|
Merge pull request #2560 from BlaXpirit/re-nre-hint
Andreas Rumpf
2015-04-15
1
-2
/
+5
|
\
\
|
*
|
Add a hint about NRE to 're' module
Oleh Prypin
2015-04-14
1
-2
/
+5
|
|
/
*
/
Deprecate constant regular expression strings
Oleh Prypin
2015-04-14
1
-14
/
+20
|
/
*
Merge pull request #2502 from def-/pcre
Andreas Rumpf
2015-04-10
1
-45
/
+46
|
\
|
*
Fix infinite loop in findAll
def
2015-04-09
1
-0
/
+1
|
*
Clean up re module a bit
def
2015-04-09
1
-45
/
+45
*
|
Adds test case to is isMainModule block
Joseph Turner
2015-04-08
1
-1
/
+6
*
|
Fixes matching error #2418
Joseph Turner
2015-04-08
1
-5
/
+8
|
/
*
Merge pull request #2357 from reactormonk/zero-length-match
Andreas Rumpf
2015-03-22
1
-15
/
+21
|
\
|
*
re.match returns true on zero-length match #2354
Simon Hafner
2015-03-16
1
-15
/
+21
*
|
move database encoding options to setEncoding(), leave open() as it is
KeMeGe
2015-03-16
3
-13
/
+31
*
|
Add character set options when opening DB connection
KeMeGe
2015-03-14
3
-6
/
+12
|
/
*
Removed osinfo_* modules.
Dominik Picheta
2015-03-12
2
-488
/
+20
*
fixes #2220; #2219; breaks #2022; for #2022 callsite needs to be used
Araq
2015-03-10
1
-1
/
+1
*
don't use conio.h on windows (#2137)
Araq
2015-03-08
1
-11
/
+55
*
Merge pull request #2260 from oderwat/upd-deprecated-repeats
Andreas Rumpf
2015-03-04
1
-1
/
+1
|
\
|
*
Replaced deprecated repeatChar() with repeat() or spaces().
Hans Raaf
2015-03-04
1
-1
/
+1
*
|
Fixed examples in the documentation of module re (proc replace and proc repla...
Johanna Berewinkel
2015-03-04
1
-2
/
+2
|
/
*
Merge pull request #2095 from def-/rdstdin-winfix
Andreas Rumpf
2015-02-12
1
-6
/
+12
|
\
|
*
Add a new line after readPasswordFromStdin, add result
def
2015-02-09
1
-5
/
+11
|
*
Fix readPasswordFromStdin for Windows
def
2015-02-08
1
-1
/
+1
*
|
Corrected warnings about deprecated names
Hans Raaf
2015-02-11
1
-2
/
+2
|
/
*
'nimsuggest' compiles again
Araq
2015-02-08
1
-11
/
+13
*
Add readPasswordFromStdin to rdstdin
def
2015-02-03
1
-4
/
+38
*
slightly better docs for re module
Araq
2015-02-01
1
-0
/
+6
*
osinfo_win compiles again
Araq
2015-01-18
1
-4
/
+3
*
fixes #1866
Araq
2015-01-10
1
-1
/
+2
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
Added NT 6.2 and NT 6.3 (8/8.1)
astrolantique
2014-12-30
1
-0
/
+8
*
getSystemVersion updated to include 10.7 to 10.10
astrolantique
2014-12-29
1
-1
/
+9
*
fixes #1496
Araq
2014-12-18
1
-40
/
+44
*
changed formating
Araq
2014-12-08
1
-4
/
+3
*
added module fenv's docs
Araq
2014-11-04
1
-103
/
+0
*
Merge branch 'devel' into bigbreak
Araq
2014-11-03
3
-9
/
+133
|
\
|
*
Merge pull request #1448 from def-/posix-math
Andreas Rumpf
2014-11-03
1
-0
/
+113
|
|
\
|
|
*
Move fenv to its own module
def
2014-08-22
1
-0
/
+113
|
*
|
Add comment.
Milos Negovanovic
2014-10-21
1
-1
/
+2
|
*
|
Add comment.
Milos Negovanovic
2014-10-21
1
-0
/
+1
|
*
|
Merge branch 'devel' of github.com:Araq/Nimrod into devel
Milos Negovanovic
2014-10-21
1
-0
/
+2
|
|
\
\
|
*
|
|
Tweaks for postgres driver (not tested yet).
Milos Negovanovic
2014-09-26
1
-2
/
+8
|
*
|
|
Merge branch 'devel' of github.com:Araq/Nimrod into devel
Milos Negovanovic
2014-09-19
1
-28
/
+84
|
|
\
\
\
|
*
|
|
|
Preserve nil <-> NULL between Nimrod and database.
Milos Negovanovic
2014-08-20
1
-5
/
+18
*
|
|
|
|
re module returns nil on failed captures
Flaviu Tamas
2014-10-29
1
-3
/
+13
*
|
|
|
|
nicer error messages (untested)
Araq
2014-10-26
1
-1
/
+1
*
|
|
|
|
Merge branch 'devel' into bigbreak
Araq
2014-10-13
1
-0
/
+2
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
[next]