Commit Graph

  • 6a2ebb804f Make it easier to run tests Flaviu Tamas 2015-01-16 19:22:36 -05:00
  • 01e22abb19 Fix upper bound handling Flaviu Tamas 2015-01-16 19:22:21 -05:00
  • 4a67b723a0 Update readme formatting Flaviu Tamas 2015-01-16 19:14:16 -05:00
  • d4450aa1ee Add additional tests for match Flaviu Tamas 2015-01-16 19:12:05 -05:00
  • 1a5401ebcf s/match/find/g Flaviu Tamas 2015-01-16 19:11:28 -05:00
  • ca3e72ee27 Add match(...) to documentation Flaviu Tamas 2015-01-16 19:10:48 -05:00
  • 623429888b Merge pull request #1975 from flaviut/fix-unittest Andreas Rumpf 2015-01-17 01:08:33 +01:00
  • d24fb3d0b9 Fix named argument handling Flaviu Tamas 2015-01-16 19:01:33 -05:00
  • 03eb11d2c8 Add compiler.nimble file. Dominik Picheta 2015-01-16 21:47:26 +00:00
  • ca257efc84 Proposed fix for issue #1946 Audun Wilhelmsen 2015-01-16 22:32:00 +01:00
  • f25c47db1a Add test for issue #1946 Audun Wilhelmsen 2015-01-16 22:31:43 +01:00
  • f88f4912c2 Add captures in split Flaviu Tamas 2015-01-15 19:53:43 -05:00
  • a03d178a56 Implement capture iterator Flaviu Tamas 2015-01-15 19:53:31 -05:00
  • aae3c6c8b7 Get rid of deprecation warnings in pegs def 2015-01-16 00:23:33 +01:00
  • 110c4aca7f Documentation renames def 2015-01-16 00:22:49 +01:00
  • 9a6fb37c22 Manual renames def 2015-01-16 00:13:22 +01:00
  • c0c0920d19 Add another split testcase Flaviu Tamas 2015-01-15 17:39:20 -05:00
  • d649cec033 s/asSeq/toSeq Flaviu Tamas 2015-01-15 17:07:07 -05:00
  • ae7ca46a09 Optimize unicode.reversed def 2015-01-15 23:11:02 +01:00
  • a198c10d6c Add study to docs Flaviu Tamas 2015-01-15 16:19:56 -05:00
  • c7934be7e8 fixes #1947 Araq 2015-01-15 12:24:54 +01:00
  • afc72bdb8a Merge pull request #1961 from def-/github-link-fixes Andreas Rumpf 2015-01-15 03:51:38 +01:00
  • 2a7a5a69d0 GitHub link fixes: nim-code -> nim-lang def 2015-01-15 03:26:59 +01:00
  • aee43d976b Remove unnecessary options Flaviu Tamas 2015-01-14 20:12:53 -05:00
  • 5ac61da7e3 Add readme Flaviu Tamas 2015-01-14 20:11:47 -05:00
  • 23c87d4e25 changed architecture detection Way, No 2015-01-15 07:50:45 +10:00
  • b1351d23f5 quote filenames in when invoking compiler from C backend Michał Zieliński 2015-01-14 20:16:35 +01:00
  • eef75ba3c3 updated readme Way, No 2015-01-15 01:22:27 +10:00
  • f7dc9492d9 added quick bootstrap script for windows Way, No 2015-01-15 01:22:13 +10:00
  • 0f65c23a0b New section "Except clauses" in the manual Maurizio Tomasi 2015-01-14 14:20:21 +01:00
  • 33c587d06b patterns for 'importcpp' (still undocumented) Araq 2015-01-14 13:57:59 +01:00
  • 67d5bc6b0a updated web/download.txt Way, No 2015-01-14 19:03:04 +10:00
  • 39ddcef027 updated install.txt Way, No 2015-01-14 19:02:47 +10:00
  • cfafa7c2b0 faster way to bootstrap-build Nim Way, No 2015-01-14 18:05:31 +10:00
  • ed0e5d94aa added execution rights to build.sh Way, No 2015-01-14 18:04:00 +10:00
  • 8889fa9117 handle 'T&' properly for better C++ support Araq 2015-01-13 22:30:56 +01:00
  • 6b3473ad1b koch doesn't use compiler/nversion (makes no sense); updated twitter link Araq 2015-01-13 21:38:13 +01:00
  • 20774ad43c fixes the integer conversion regressions Araq 2015-01-13 20:55:03 +01:00
  • c94f5bfb06 Merge pull request #1948 from def-/httpclient-again Dominik Picheta 2015-01-13 19:31:25 +00:00
  • f2c1b3be13 Fix body in httpclient def 2015-01-13 18:48:49 +01:00
  • 4754d2dcbd Merge branch 'devel' of https://github.com/Araq/Nim into devel Araq 2015-01-13 13:56:15 +01:00
  • f7ef00aa3b make net.nim compile again (quick workaround for a regression) Araq 2015-01-13 13:55:56 +01:00
  • 5b9557c228 TSlice -> Slice in the tut1 Simon Hafner 2015-01-13 01:13:34 -06:00
  • e39b12ee0a TSlice -> Slice in the tut1 Simon Hafner 2015-01-13 01:13:34 -06:00
  • cfb0385a02 Add shorthand initialization Flaviu Tamas 2015-01-12 21:50:55 -05:00
  • aac71d0fc9 Remove all optional RegexMatch returns Flaviu Tamas 2015-01-12 21:12:23 -05:00
  • efb4f7d89c Added some documentation Flaviu Tamas 2015-01-12 21:06:25 -05:00
  • e0cdad635b Add findAllStr Flaviu Tamas 2015-01-12 21:00:25 -05:00
  • 1652cdbaff Unexpose implementation detail Flaviu Tamas 2015-01-12 20:57:20 -05:00
  • c4cb781c3d Flip parameter string-pattern order Flaviu Tamas 2015-01-12 20:56:34 -05:00
  • 2474758ed5 Implement match, find, split Flaviu Tamas 2015-01-12 20:09:19 -05:00
  • 0125c5f3e4 Merge pull request #1942 from def-/nimeval Andreas Rumpf 2015-01-13 02:00:16 +01:00
  • a94ba527b2 Merge pull request #1943 from def-/async-fix Andreas Rumpf 2015-01-13 01:59:59 +01:00
  • bf87e079e5 Merge pull request #1945 from ReneSac/devel Andreas Rumpf 2015-01-13 01:55:17 +01:00
  • 2b56335e1d Added missing windows wrappers to the lib.html doc ReneSac 2015-01-12 22:37:10 -02:00
  • 519ec304e4 Fix: Only handle EPOLLERR as an error event def 2015-01-12 23:16:57 +01:00
  • 12593eed7d Make nimeval compile def 2015-01-12 23:04:53 +01:00
  • c3e4c1a101 Merge pull request #1941 from dustinlacewell/anchor_doc_names Andreas Rumpf 2015-01-12 20:28:19 +01:00
  • 9e4ee03c2c Replace other common expressions with defined variable Dustin Lacewell 2015-01-12 11:20:26 -08:00
  • ff941fd489 Add named anchor links to procs in the documentation index Dustin Lacewell 2015-01-12 10:53:02 -08:00
  • 8bdb7fa408 Merge pull request #1936 from sa2ajj/freebsd-compiler Andreas Rumpf 2015-01-12 16:49:29 +01:00
  • 342608db0c make FreeBSD's compiler clang Mikhail Sobolev 2015-01-12 11:16:52 +02:00
  • b9079b8713 fixes #1915 Araq 2015-01-12 01:43:25 +01:00
  • c87f1eb581 'discard' can be used instead of 'nil' for empty case object branches Araq 2015-01-12 01:41:53 +01:00
  • 95fe697afe Merge pull request #1931 from def-/doc-css Andreas Rumpf 2015-01-12 01:45:52 +01:00
  • e2faa40a4e Merge pull request #1841 from skyfex/devel Andreas Rumpf 2015-01-12 01:44:57 +01:00
  • 9d0ae03918 fixes #1838 Araq 2015-01-11 13:51:30 +01:00
  • b866d9e5e6 Improve documentation CSS for smaller resolutions def 2015-01-11 04:37:04 +01:00
  • b5a8e34ae7 fixes #1928 Araq 2015-01-11 03:37:45 +01:00
  • 9dfd8fea12 fixes #1901 Araq 2015-01-11 02:57:36 +01:00
  • 6fe0de0639 Fix incorrect check Flaviu Tamas 2015-01-10 20:54:36 -05:00
  • fb51221aa8 Expose the pattern string, rename some procs Flaviu Tamas 2015-01-10 20:36:34 -05:00
  • fd10866ae3 fixes #1919 Araq 2015-01-11 02:23:39 +01:00
  • d37ff0ab42 don't advice people to use debug options for the GC and core Araq 2015-01-11 02:13:24 +01:00
  • ba7ef4e30f fixes #1903 Araq 2015-01-11 02:05:22 +01:00
  • 350fbc6aca fixes #1907 Araq 2015-01-11 01:33:13 +01:00
  • d7dbf7e011 Rename exec(...) and extend it Flaviu Tamas 2015-01-10 19:23:15 -05:00
  • 4f4a7dfa5b Expose pattern and input string Flaviu Tamas 2015-01-10 19:19:25 -05:00
  • fffaae06ce Merge pull request #1921 from def-/lc-improve Andreas Rumpf 2015-01-11 01:13:10 +01:00
  • 8c8c48e36a Merge pull request #1924 from daniel-kullmann/doc-fix1 Andreas Rumpf 2015-01-11 01:12:52 +01:00
  • ccf5771441 Allow u for unicode matching Flaviu Tamas 2015-01-10 19:12:21 -05:00
  • 98b2c77996 Merge pull request #1925 from daniel-kullmann/doc-fix2 Andreas Rumpf 2015-01-11 01:11:31 +01:00
  • 0f4b142c75 Implement toTable(Captures), toSeq(Captures) Flaviu Tamas 2015-01-10 19:10:43 -05:00
  • 4c29493628 Merge pull request #1926 from ekarlso/mysql-osx Andreas Rumpf 2015-01-11 01:07:56 +01:00
  • 7b9650ed1b Support MySQL on OSX Endre Karlson 2015-01-11 01:04:20 +01:00
  • 8fbe671b04 doc/tut2.txt: Tiny grammar fix Daniel Kullmann 2015-01-11 00:19:16 +01:00
  • 451b943a01 doc/tut2.txt: clarified usage of static/dynamic binding Daniel Kullmann 2015-01-11 00:15:49 +01:00
  • cc33942d89 Revert "Remove Option from exec(Regex, string, int)" Flaviu Tamas 2015-01-10 18:00:07 -05:00
  • a41b62da97 fixes #1866 Araq 2015-01-10 23:52:05 +01:00
  • 27141f6016 fixes #1803 Araq 2015-01-10 23:37:05 +01:00
  • 8cb31d86b6 fixes tconfusing_arrow bug Araq 2015-01-10 22:57:22 +01:00
  • 711ff185bd Remove unnecessary check in list comprehensions def 2015-01-10 22:54:39 +01:00
  • f692042bb8 Remove Option from exec(Regex, string, int) Flaviu Tamas 2015-01-10 16:49:39 -05:00
  • 0888b84126 Move some things around Flaviu Tamas 2015-01-10 16:41:55 -05:00
  • 48c29ac905 Add access to capture count and names Flaviu Tamas 2015-01-10 16:36:51 -05:00
  • d2c20a32ed captureCount doesn't need to be exposed that way Flaviu Tamas 2015-01-10 16:21:11 -05:00
  • 721ea11628 Implement captures Flaviu Tamas 2015-01-10 16:20:25 -05:00
  • 2db1a54710 Implement regex execution Flaviu Tamas 2015-01-10 14:11:43 -05:00
  • 613d12c7bf Simplify thin wrapper Flaviu Tamas 2015-01-10 13:31:13 -05:00
  • be984d3b07 Change test execution technique Flaviu Tamas 2015-01-10 12:31:03 -05:00