Commit Graph

7456 Commits

Author SHA1 Message Date
Simon Hafner
5b9557c228 TSlice -> Slice in the tut1 2015-01-13 01:15:01 -06:00
Flaviu Tamas
cfb0385a02 Add shorthand initialization 2015-01-12 21:50:55 -05:00
Flaviu Tamas
aac71d0fc9 Remove all optional RegexMatch returns 2015-01-12 21:12:23 -05:00
Flaviu Tamas
efb4f7d89c Added some documentation 2015-01-12 21:06:25 -05:00
Flaviu Tamas
e0cdad635b Add findAllStr 2015-01-12 21:00:25 -05:00
Flaviu Tamas
1652cdbaff Unexpose implementation detail 2015-01-12 20:57:20 -05:00
Flaviu Tamas
c4cb781c3d Flip parameter string-pattern order 2015-01-12 20:56:34 -05:00
Flaviu Tamas
2474758ed5 Implement match, find, split 2015-01-12 20:09:19 -05:00
Andreas Rumpf
0125c5f3e4 Merge pull request #1942 from def-/nimeval
Make nimeval compile
2015-01-13 02:00:16 +01:00
Andreas Rumpf
a94ba527b2 Merge pull request #1943 from def-/async-fix
Only handle EPOLLERR as an error event, as with EPOLLRDHUP there can sti...
2015-01-13 01:59:59 +01:00
Andreas Rumpf
bf87e079e5 Merge pull request #1945 from ReneSac/devel
Add missing windows wrappers to the lib.html doc
2015-01-13 01:55:17 +01:00
ReneSac
2b56335e1d Added missing windows wrappers to the lib.html doc 2015-01-12 22:37:10 -02:00
def
519ec304e4 Fix: Only handle EPOLLERR as an error event
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.
2015-01-13 00:45:17 +01:00
def
12593eed7d Make nimeval compile 2015-01-12 23:04:53 +01:00
Andreas Rumpf
c3e4c1a101 Merge pull request #1941 from dustinlacewell/anchor_doc_names
Add named anchor links to procs in the documentation index
2015-01-12 20:28:19 +01:00
Dustin Lacewell
9e4ee03c2c Replace other common expressions with defined variable 2015-01-12 11:20:26 -08:00
Dustin Lacewell
ff941fd489 Add named anchor links to procs in the documentation index 2015-01-12 10:53:02 -08:00
Andreas Rumpf
8bdb7fa408 Merge pull request #1936 from sa2ajj/freebsd-compiler
make FreeBSD's compiler clang
2015-01-12 16:49:29 +01:00
Mikhail Sobolev
342608db0c make FreeBSD's compiler clang
* there's not much documentation about what's in nim.cfg file
* the build.sh template was updated based on darwin
2015-01-12 11:16:52 +02:00
Araq
b9079b8713 fixes #1915 2015-01-12 02:00:37 +01:00
Araq
c87f1eb581 'discard' can be used instead of 'nil' for empty case object branches 2015-01-12 02:00:36 +01:00
Andreas Rumpf
95fe697afe Merge pull request #1931 from def-/doc-css
Improve documentation CSS for smaller resolutions
2015-01-12 01:45:52 +01:00
Andreas Rumpf
e2faa40a4e Merge pull request #1841 from skyfex/devel
Add support for big 'u64 literals and remove SomeUInt from unsigned.nim
2015-01-12 01:44:57 +01:00
Araq
9d0ae03918 fixes #1838 2015-01-11 13:51:30 +01:00
def
b866d9e5e6 Improve documentation CSS for smaller resolutions 2015-01-11 04:37:04 +01:00
Araq
b5a8e34ae7 fixes #1928 2015-01-11 03:37:45 +01:00
Araq
9dfd8fea12 fixes #1901 2015-01-11 02:57:36 +01:00
Flaviu Tamas
6fe0de0639 Fix incorrect check
pcre_study can return nil and still succeed
The indicator of failure is a non-nil error message
2015-01-10 20:54:36 -05:00
Flaviu Tamas
fb51221aa8 Expose the pattern string, rename some procs 2015-01-10 20:36:34 -05:00
Araq
fd10866ae3 fixes #1919 2015-01-11 02:23:39 +01:00
Araq
d37ff0ab42 don't advice people to use debug options for the GC and core 2015-01-11 02:13:24 +01:00
Araq
ba7ef4e30f fixes #1903 2015-01-11 02:05:22 +01:00
Araq
350fbc6aca fixes #1907 2015-01-11 01:33:25 +01:00
Flaviu Tamas
d7dbf7e011 Rename exec(...) and extend it 2015-01-10 19:23:15 -05:00
Flaviu Tamas
4f4a7dfa5b Expose pattern and input string 2015-01-10 19:19:25 -05:00
Andreas Rumpf
fffaae06ce Merge pull request #1921 from def-/lc-improve
Remove unnecessary check in list comprehensions
2015-01-11 01:13:10 +01:00
Andreas Rumpf
8c8c48e36a Merge pull request #1924 from daniel-kullmann/doc-fix1
doc/tut2.txt: clarified usage of static/dynamic binding
2015-01-11 01:12:52 +01:00
Flaviu Tamas
ccf5771441 Allow u for unicode matching 2015-01-10 19:12:21 -05:00
Andreas Rumpf
98b2c77996 Merge pull request #1925 from daniel-kullmann/doc-fix2
doc/tut2.txt: Tiny grammar fix
2015-01-11 01:11:31 +01:00
Flaviu Tamas
0f4b142c75 Implement toTable(Captures), toSeq(Captures) 2015-01-10 19:10:43 -05:00
Andreas Rumpf
4c29493628 Merge pull request #1926 from ekarlso/mysql-osx
Support MySQL on OSX
2015-01-11 01:07:56 +01:00
Endre Karlson
7b9650ed1b Support MySQL on OSX 2015-01-11 01:04:20 +01:00
Daniel Kullmann
8fbe671b04 doc/tut2.txt: Tiny grammar fix
A "the" was missing in "Macros have to be implemented in pure Nim
code if foreign function interface (FFI is not enabled in the compiler"
2015-01-11 00:19:16 +01:00
Daniel Kullmann
451b943a01 doc/tut2.txt: clarified usage of static/dynamic binding
The original text was slightly misleading in that it could be read that newLit and newPlus could not be implemented as methods; 
this is untrue, because newPlus could also be impleented as a method. The reason that newLit can't be implemented as a
method is that its first argument (x: int) has a non-object type.
2015-01-11 00:15:49 +01:00
Flaviu Tamas
cc33942d89 Revert "Remove Option from exec(Regex, string, int)"
This reverts commit f692042bb8.
2015-01-10 18:00:07 -05:00
Araq
a41b62da97 fixes #1866 2015-01-10 23:52:29 +01:00
Araq
27141f6016 fixes #1803 2015-01-10 23:52:29 +01:00
Araq
8cb31d86b6 fixes tconfusing_arrow bug 2015-01-10 23:52:29 +01:00
def
711ff185bd Remove unnecessary check in list comprehensions 2015-01-10 22:54:39 +01:00
Flaviu Tamas
f692042bb8 Remove Option from exec(Regex, string, int) 2015-01-10 16:49:39 -05:00