Commit Graph

  • 4fe0a72577 Fixed table getter not compiling when table value type had not '$' proc overriden krolik 2015-03-05 14:43:15 +02:00
  • 04906d6993 Changed some characters (&! -> !&) in the documentation in lib/pure/hashes.nim Johanna Berewinkel 2015-03-05 12:01:42 +01:00
  • 3adcad1b5d fixes #2250 Araq 2015-03-05 11:17:01 +01:00
  • 70d0894ace Merge pull request #2249 from flaviut/fix-nimcheck Andreas Rumpf 2015-03-05 11:14:40 +01:00
  • e5e5970d93 Fix broken logic in 7296c6d Flaviu Tamas 2015-03-04 21:45:56 -05:00
  • 08680cfebd Fix #2247 Flaviu Tamas 2015-03-04 21:21:10 -05:00
  • d61f326f38 prevent name mangling for C++ DLLs Araq 2015-03-05 01:34:09 +01:00
  • ab6e83ad41 Fix tests broken in 7296c6d Flaviu Tamas 2015-03-04 19:29:35 -05:00
  • b556bd9abf Fix "could not import: pcre_stack_guard" Flaviu Tamas 2015-03-04 19:15:53 -05:00
  • 83cab19c62 fixes #2252 Araq 2015-03-04 21:19:38 +01:00
  • 8ade324b8c cleaned up whitespace Araq 2015-03-04 18:17:31 +01:00
  • 1ca2db0273 Merge pull request #2260 from oderwat/upd-deprecated-repeats Andreas Rumpf 2015-03-04 16:42:13 +01:00
  • 32126aaad6 Merge pull request #2262 from jobe2015/re-replace-doku Andreas Rumpf 2015-03-04 16:39:55 +01:00
  • 12e4a62b44 Fixed examples in the documentation of module re (proc replace and proc replacef) Johanna Berewinkel 2015-03-04 09:05:30 +01:00
  • b902ea887b Replaced deprecated repeatStr() with repeat(). Hans Raaf 2015-03-04 03:44:09 +01:00
  • 20426e77e9 Fix copyStrLast to set the trailing \0 char def 2015-03-04 03:37:50 +01:00
  • 58186f6c1d Replaced deprecated repeatChar() with repeat() or spaces(). Hans Raaf 2015-03-04 03:30:43 +01:00
  • d875951124 sizeof(char) is always 1 def 2015-03-04 03:22:06 +01:00
  • 0264b42216 Also deepCopy strings only up to their length, not capacity def 2015-03-04 03:21:17 +01:00
  • b1656f2db4 Merge pull request #2230 from Archs/devel Andreas Rumpf 2015-03-04 03:08:38 +01:00
  • 171de9c355 Merge pull request #2175 from def-/sorted Andreas Rumpf 2015-03-04 03:08:21 +01:00
  • f5968c7946 Only zero strings when necessary. def 2015-03-04 01:48:09 +01:00
  • 7296c6d649 Add equality operator for RegexMatch and Regex Flaviu Tamas 2015-03-03 18:42:38 -05:00
  • fa3620be9e Only copy strings to their size, not capacity def 2015-03-03 22:23:35 +01:00
  • c3f6c7f8a3 Move sortByIt to algorithm module and add an example for it def 2015-03-03 21:44:27 +01:00
  • bacb91002a make toUTF8 support up to 6 bytes def 2015-03-03 21:25:28 +01:00
  • 8f43979cf6 Merge pull request #2232 from oderwat/upd-strutils Andreas Rumpf 2015-03-03 19:46:49 +01:00
  • 9731fb5420 Merge pull request #2248 from chrisheller/devel Andreas Rumpf 2015-03-03 19:45:14 +01:00
  • 0553758ebd Clone the implementation of cmpIgnoreStyle into macros.nim from typeinfo.nim so that we get rid of any imports in the core modules Chris Heller 2015-03-03 09:29:38 -08:00
  • b54dfbce16 Remove use of .format() from macros.nim to avoid importing into core. There is still a remaining import of cmpIgnoreStyle from strutils that needs to be removed as well Chris Heller 2015-03-03 09:22:54 -08:00
  • 758a883cc6 set the correct length for s.data when data truely increased Archs 2015-03-04 00:28:18 +08:00
  • 3546ff8819 Replaced repeatStr() and repeatChar() with more natural versions. Hans Raaf 2015-02-28 18:14:43 +01:00
  • b870744d5d makes Aporia build for 64bit archs Araq 2015-03-03 13:46:24 +01:00
  • 21ccc5d58e parseopt is not deprecated anymore Araq 2015-03-02 01:03:15 +01:00
  • df7e388e0c Make macros.nim expectKind error message with a single TNimrodNodeKind consistent with error message shown with a set of TNimrodNodeKind by displaying the actual node kind (as well as the expected) Chris Heller 2015-03-02 17:02:43 -08:00
  • f4e0f64f86 Update readme.md Andreas Rumpf 2015-03-03 00:36:05 +01:00
  • 8b05bf3e86 Merge pull request #2238 from oderwat/fix-2228-readall-osx Andreas Rumpf 2015-03-01 23:30:02 +01:00
  • 76e44dd034 test tsets2.nim compiles again Araq 2015-03-01 23:01:02 +01:00
  • 24ae0c387f some love for the testsuite; fixed regressions Araq 2015-03-01 21:41:21 +01:00
  • 566ee874cd minor cleanups Araq 2015-03-01 13:51:48 +01:00
  • 6226973c7f Merge pull request #2236 from def-/working-again Andreas Rumpf 2015-03-01 13:20:00 +01:00
  • 1b76e0165c Merge pull request #2237 from c-blake/devel Andreas Rumpf 2015-03-01 13:19:34 +01:00
  • 79ad73574c Fix for readAll(stdin) problem on OS X and better anyway. Hans Raaf 2015-03-01 01:41:17 +01:00
  • 840f80e45c Fix buggy rect(), doc comment, and unit test. Charles Blake 2015-02-28 19:21:52 -05:00
  • cfab1394d2 Make reading from stdin work again. def 2015-03-01 00:16:36 +01:00
  • 2df10fc4a6 bootstrapping works again on Windows Araq 2015-03-01 00:02:10 +01:00
  • 2808b7f9a5 fixes #2233 Araq 2015-02-28 23:37:38 +01:00
  • 4cb9fba335 Merge pull request #2234 from apense/devel Andreas Rumpf 2015-02-28 23:50:34 +01:00
  • eff6a281c5 Merge pull request #2202 from def-/compile-stdin Andreas Rumpf 2015-02-28 23:49:25 +01:00
  • c37e8035ea When compiling from stdin write binary to stdinfile def 2015-02-28 23:35:35 +01:00
  • 6894ac7c0a Rename stdin fake module name to stdinFile def 2015-02-28 22:59:59 +01:00
  • b1e0d2058b Addition of some complex hyperbolic functions Jonathan Edwards 2015-02-28 16:12:36 -05:00
  • 2ebeb0bd21 fixes #2169 Araq 2015-02-28 20:11:07 +01:00
  • f9b2f9565c streams.ssWriteData: calling setLen only when new data truely increases the underlying string buffer Archs 2015-03-01 00:33:40 +08:00
  • 549920a85f Merge pull request #2226 from def-/rationals Andreas Rumpf 2015-02-28 00:29:43 +01:00
  • 4dbb582311 Add for rationals def 2015-02-27 20:46:05 +01:00
  • 75959a0fb3 Add for easier intialization of rationals def 2015-02-27 20:38:53 +01:00
  • 3bfcfeb0cf don't use stdout for nimsuggest server mode Araq 2015-02-27 16:44:43 +01:00
  • 05233de66c reprocess pragmas after macro annotation for SqueakNim Araq 2015-02-27 16:44:23 +01:00
  • 169974cfe6 improved --debugger switch; updated release plan Araq 2015-02-26 16:12:33 +01:00
  • 19354b62f6 compile nim on freebsd dyu 2015-02-27 17:45:07 +08:00
  • e35e240757 parsexml: Use slices instead of copyMem def 2015-02-19 23:28:40 +01:00
  • ba63a8f8b8 Use templates in parsexml instead for performance def 2015-02-19 22:29:41 +01:00
  • 15cc3bf670 Improve performance of parsexml def 2015-02-19 21:45:08 +01:00
  • f87d663ab7 Merge pull request #1840 from def-/extend-math Andreas Rumpf 2015-02-26 12:44:00 +01:00
  • d4a8bde617 added a comment Araq 2015-02-26 02:05:12 +01:00
  • 3dd1ecbae4 fixes #2074 Araq 2015-02-26 02:04:06 +01:00
  • 9053799bf5 fixes #2216 Araq 2015-02-26 00:11:21 +01:00
  • 5d9663e4de Merge pull request #2182 from d3m1gd/dom-additions Andreas Rumpf 2015-02-25 22:59:46 +01:00
  • 0ff4ed0ff3 Merge pull request #2208 from def-/walkdir Andreas Rumpf 2015-02-25 22:58:03 +01:00
  • fce2ff161e tsigtypeop.nim works again Araq 2015-02-25 21:36:43 +01:00
  • 975f33b01d disable deprecated warnings for macros module Araq 2015-02-25 21:14:21 +01:00
  • f2cdbc92eb fixes #2215 Araq 2015-02-25 20:32:32 +01:00
  • 335c19c869 tester reports ignored tests and supports 'nimout'; fixes #2211 Araq 2015-02-25 12:59:19 +01:00
  • dc8b07fe0b Merge pull request #2210 from wiffel/devel Dominik Picheta 2015-02-25 08:07:57 +00:00
  • 5e8eaa5f97 Use faster walkDir on BSDs def 2015-02-24 23:39:08 +01:00
  • 34d87c105c Fall back to lstat() calls on unsupported filesystems def 2015-02-24 23:31:31 +01:00
  • 72e4e7291f Add SSLFree after SLShutdown to prevent memory leak wiffel 2015-02-24 22:01:07 +01:00
  • 77f506bd70 Make Rational an object def 2015-02-24 19:54:27 +01:00
  • 819a2a03ac Merge pull request #2184 from oderwat/feat-caseofwhen Andreas Rumpf 2015-02-24 19:35:52 +01:00
  • f4a0400de2 fixes #2199, fixes #2197 Araq 2015-02-24 19:18:57 +01:00
  • f3756d2ccb koch supports 'boot cpp' Araq 2015-02-24 14:46:45 +01:00
  • 4ab0cf20fe Fixes NimSuggest's socket mode. Dominik Picheta 2015-02-24 18:05:13 +00:00
  • fcce536ea0 Merge pull request #2209 from jochenvdv/fix-typo Dominik Picheta 2015-02-24 17:57:18 +00:00
  • d63e8e5d11 Fix typos in docs Jochen Van de Velde 2015-02-24 18:32:45 +01:00
  • deb3729cb7 Merge pull request #2207 from def-/netstuff Dominik Picheta 2015-02-24 16:00:11 +00:00
  • 18dd5e1965 Add some posix dirent documentation def 2015-02-24 16:52:01 +01:00
  • 1adebdc767 Speed up walkDir significantly def 2015-02-24 16:37:54 +01:00
  • 7898e91c32 Clean up selectors documentation a bit def 2015-02-24 16:37:04 +01:00
  • 3cd79faad3 Reuse socket in httpserver def 2015-02-24 16:36:37 +01:00
  • 79384ea729 Allow empty sets in case/of branches. Hans Raaf 2015-02-20 23:07:05 +01:00
  • 7324ed7f1f types API: now works for proc():void Araq 2015-02-24 01:57:49 +01:00
  • 752052e903 implements a type API for macros Araq 2015-02-24 00:13:15 +01:00
  • 9080d3a9a9 small cleanup of ast.nim Araq 2015-02-23 20:45:42 +01:00
  • 1e6aef62ba macros.PNimrodNode is now NimNode Araq 2015-02-23 10:16:20 +01:00
  • dca5508d13 Make compiler read files from stdin def 2015-02-22 23:03:46 +01:00
  • fb46785969 Merge pull request #2192 from apense/devel Andreas Rumpf 2015-02-22 21:24:59 +01:00
  • 890dcabbde Merge pull request #2194 from GrundleTrundle/windows_timer_sub Andreas Rumpf 2015-02-22 21:24:23 +01:00
  • 63c6bc9c69 Merge pull request #2198 from oderwat/fix-table-mpairs Andreas Rumpf 2015-02-22 21:23:20 +01:00
  • 93aa73284e Fix unknown symbol in tables mpairs iterator. Hans Raaf 2015-02-21 23:20:02 +01:00