Commit Graph

7456 Commits

Author SHA1 Message Date
Flaviu Tamas
31dfa97e3d Improve replacement performance 2015-01-19 08:26:32 -05:00
Flaviu Tamas
e91dd1d956 Add more replace test cases 2015-01-19 07:49:00 -05:00
Flaviu Tamas
a14a2e7a84 Merge remote-tracking branch 'blaxpirit/master'
* blaxpirit/master:
  Fix last element when splitting with 0-length match

Conflicts:
	test/split.nim
2015-01-19 07:43:05 -05:00
Flaviu Tamas
a938d42334 Fix maxsplit to conform to perl 2015-01-19 07:38:09 -05:00
Flaviu Tamas
04699a7587 Add perl split tests 2015-01-19 07:37:04 -05:00
Oleh Prypin
41c0060e6d Fix last element when splitting with 0-length match 2015-01-19 14:33:05 +02:00
Flaviu Tamas
260ab8b01b Include pcre sources with library
Advantages are that it works better on non-linux
2015-01-18 18:32:10 -05:00
Araq
a295866ce8 get rid of debug output 2015-01-18 21:22:20 +01:00
Araq
71d3cccb07 fixes #1833 2015-01-18 20:49:56 +01:00
Flaviu Tamas
7db05feac6 Add licence 2015-01-18 14:01:25 -05:00
Flaviu Tamas
7bce00b4cd Add escapeRe 2015-01-18 13:45:56 -05:00
Flaviu Tamas
0b24ba0d26 Fix typo 2015-01-18 13:10:50 -05:00
Flaviu Tamas
2598909ffd Add $ operator 2015-01-18 13:10:19 -05:00
Flaviu Tamas
f141737b9f Remove initRegex 2015-01-18 13:04:56 -05:00
Flaviu Tamas
ca299504d1 Make study a negatable option instead 2015-01-18 12:49:22 -05:00
Flaviu Tamas
a80617fd4c Disable extended default 2015-01-18 12:41:43 -05:00
Flaviu Tamas
85a7be9cf0 Improve readme confusion 2015-01-18 12:36:57 -05:00
Flaviu Tamas
02a93b11aa Add a test case with 0-length match
Thanks Oleh Prypin
2015-01-18 12:31:15 -05:00
Flaviu Tamas
d62b41fa1c s/asTable/toTable/
toTable is more consistent with toSeq
2015-01-18 12:29:10 -05:00
Flaviu Tamas
1bcaa21729 Add maxsplit 2015-01-18 12:28:19 -05:00
Flaviu Tamas
ff2e3de580 Make find more prominent 2015-01-18 12:18:43 -05:00
Flaviu Tamas
0aaad199a4 Clarify iterator status 2015-01-18 12:08:49 -05:00
Flaviu Tamas
d407282e35 Change readme formatting 2015-01-18 12:07:31 -05:00
Flaviu Tamas
c70a9932b9 Adjust formatting 2015-01-18 12:05:45 -05:00
Flaviu Tamas
79b43b19a8 Add examples 2015-01-18 12:04:09 -05:00
Flaviu Tamas
39bc8c2bfb Update Readme 2015-01-18 11:47:05 -05:00
Flaviu Tamas
cc0d16c5ee Remove markdown readme 2015-01-18 11:37:44 -05:00
Flaviu Tamas
a922418443 Fix readme formatting 2015-01-18 11:37:23 -05:00
Flaviu Tamas
88a4e6c740 Translate readme to asciidoc 2015-01-18 11:34:56 -05:00
Flaviu Tamas
5f4095fd94 Add type documentation 2015-01-18 11:03:36 -05:00
Araq
bb3dae3a91 osinfo_win compiles again 2015-01-18 16:04:02 +01:00
Araq
be1441a810 fixes #1964 properly 2015-01-18 15:21:59 +01:00
Araq
f6bdda2c5e fixes #1964 2015-01-18 15:20:38 +01:00
Araq
5f6131cbdc fixes #1944 2015-01-18 14:44:16 +01:00
Flaviu Tamas
2e80d64aae Update documentation 2015-01-17 22:49:34 -05:00
Flaviu Tamas
447d0e0e8b Add more typical string replace 2015-01-17 22:45:23 -05:00
Varriount
d3a8d5b173 Merge pull request #1981 from Varriount/zielmicha-devel
Custom merge of Zielmicha devel
2015-01-17 21:20:41 -05:00
Varriount
66a9be4e02 Add filename space test 2015-01-17 21:20:25 -05:00
Andreas Rumpf
4b30c6d9ce Merge pull request #1972 from skyfex/vm_opcLdConst
Test and fix for VM issue
2015-01-18 03:09:36 +01:00
Araq
8373357955 typo; last commit fixes #1910 2015-01-18 02:39:00 +01:00
Araq
abb738146a revert to old behaviour: tuple field names are not ignored anymore; fixes #1920 2015-01-18 02:33:44 +01:00
Araq
a2b7e6c392 better C++ support wrt 'this' 2015-01-18 02:33:43 +01:00
Varriount
d630f72b81 Fixes #1955 2015-01-17 20:17:36 -05:00
Varriount
4a9647d4db Merge pull request #1980 from Araq/revert-1951-bootstrap-install-docs-fix
Revert "Documented faster way to bootstrap-build Nim"
2015-01-17 19:24:32 -05:00
Varriount
bc97493102 Revert "Documented faster way to bootstrap-build Nim" 2015-01-17 19:16:04 -05:00
Varriount
eb929bd61c Merge pull request #1842 from def-/unicode-reversed
Add reversed proc to unicode module
2015-01-17 18:53:46 -05:00
Flaviu Tamas
4d25a89ba9 Add replace
Also came a cross a find bug with 0-length subject strings
2015-01-17 16:21:25 -05:00
Varriount
9847f762e4 Merge pull request #1951 from noway421/bootstrap-install-docs-fix
Documented faster way to bootstrap-build Nim
2015-01-17 13:48:05 -05:00
Dominik Picheta
5d013cd626 Merge pull request #1978 from def-/manual-exceptions
Clarify documentation about "except clauses"
2015-01-17 16:47:21 +00:00
def
c45367fc55 Clarify documentation about "except clauses"
They're called type conversions. Type casts are done with cast[T](...)
and are not type safe.
2015-01-17 03:57:38 +01:00