Commit Graph

  • a1291a3187 fixes #375 Andreas Rumpf 2016-06-01 15:34:03 +02:00
  • 7389662809 Time has now reference semantics on js Yuriy Glukhov 2016-06-01 18:46:58 +03:00
  • 1b2c599854 Moved zero trimming into a separate function (code review comment) A. S. Budden 2016-06-01 14:30:02 +01:00
  • 796d939c6c remove strange file types in ansi_c Jacek Sieka 2016-06-01 20:05:41 +08:00
  • d855ad7045 Reimplementation of formatSize to return a more meaningful value (fixes #4198). A. S. Budden 2016-06-01 12:56:01 +01:00
  • 5f4ffc6813 Merge pull request #4248 from vegansk/msg_improve Andreas Rumpf 2016-06-01 12:39:59 +02:00
  • 88c99ad37c Improve error message for exported generated types Anatoly Galiulin 2016-06-01 15:33:00 +06:00
  • f7f3d70a68 bugfix: make visibility more robust for macros Andreas Rumpf 2016-06-01 11:00:55 +02:00
  • 041054e038 fixes #4207 Andreas Rumpf 2016-06-01 01:59:06 +02:00
  • 660cd7ed70 fixes #3532 Andreas Rumpf 2016-05-31 20:35:51 +02:00
  • 65c95e01e4 fixes #1611 Andreas Rumpf 2016-05-31 12:11:01 +02:00
  • a29f8df5bb stdlib: asyncdispatch: all: Tests now pass; import sequtils removed; Future[void] case optimized. Konstantin Molchanov 2016-06-01 00:54:49 +04:00
  • 81c7be1b35 Tests: async: Tests for all proc added. Konstantin Molchanov 2016-05-31 23:49:59 +04:00
  • f44e065356 sttdlib: asyncdispatch: all: Add Future[void] support. Konstantin Molchanov 2016-05-31 22:33:51 +04:00
  • 24a56a2cb6 Merge pull request #4244 from yglukhov/object-dollar Andreas Rumpf 2016-05-31 20:25:18 +02:00
  • 80f2e3ea00 Merge pull request #4245 from abudden/new-formateng Andreas Rumpf 2016-05-31 20:23:50 +02:00
  • 695b25100c Changed math.nim tests to use newly defined ==~ operator A. S. Budden 2016-05-31 15:53:18 +01:00
  • 1b9c66d720 Correction to round0 following review. A. S. Budden 2016-05-31 15:16:50 +01:00
  • 46a2993917 Implemented function to split floating point numbers at the decimal place (equivalent to C's modf function). Fixes #4195. A. S. Budden 2016-05-31 13:26:41 +01:00
  • 0cc7c9a13c Modification to implementation of round() such that it returns a float and accepts a places argument (fixes #3473). A. S. Budden 2016-05-31 13:17:40 +01:00
  • c821cebf27 stdlib: asyncdispatch: all: typo fixed. Konstantin Molchanov 2016-05-31 15:33:41 +04:00
  • 6e8053853b stdlib: asyncdispatch: add proc supports varargs now. Konstantin Molchanov 2016-05-31 15:32:30 +04:00
  • 5a007a84fc Stdlib: asyncdispatch: all proc: Fix incorect counter value issue. Konstantin Molchanov 2016-05-31 14:56:45 +04:00
  • fb9fa5f6a3 Stdlib: asyncdispatch: all proc: Replace req with openarray. Konstantin Molchanov 2016-05-31 14:51:24 +04:00
  • ed96b09e61 Fix dollar for non printable/accessible fields. Fixes #4236. Yuriy Glukhov 2016-05-31 12:38:25 +03:00
  • bea2af7ba2 Merge branch 'devel' of github.com:nim-lang/Nim into devel Konstantin Molchanov 2016-05-31 12:34:09 +04:00
  • f3fdad0eda hotfix: --noNimblePath wasn't working when in a config file Andreas Rumpf 2016-05-31 09:59:17 +02:00
  • 33f0538566 Stdlib: asyncdispatch: Add support of varargs to all. Konstantin Molchanov 2016-05-31 10:21:21 +04:00
  • 893be3a5a4 changed the compiler's path handling; fixes #546 Andreas Rumpf 2016-05-31 03:04:36 +02:00
  • 1e5926458c fixes #3290 Andreas Rumpf 2016-05-30 21:41:52 +02:00
  • f2d6edd861 fixes #786 Andreas Rumpf 2016-05-30 21:18:59 +02:00
  • 4886cde781 fixes #765 Andreas Rumpf 2016-05-30 21:05:26 +02:00
  • 4ebd7d0744 fixes #1262 Andreas Rumpf 2016-05-30 20:59:23 +02:00
  • 1a88c01f92 documentation build cleaned up Andreas Rumpf 2016-05-30 20:26:39 +02:00
  • ca8214a2a2 fixes #2640 Andreas Rumpf 2016-05-30 20:26:24 +02:00
  • ef303e5a10 Merge pull request #4241 from moigagoo/devel Dominik Picheta 2016-05-30 23:36:31 +01:00
  • 3cedf3e887 make test green Andreas Rumpf 2016-05-30 17:40:06 +02:00
  • 0ef391b4cc Merge pull request #4242 from nim-lang/ARAQ-fixes-4221 Dominik Picheta 2016-05-30 16:04:25 +01:00
  • b3a3f01d19 fixes #4221 Andreas Rumpf 2016-05-30 16:28:20 +02:00
  • 5edbc20e13 fixes #4238 Andreas Rumpf 2016-05-30 16:24:46 +02:00
  • 95bb19a579 moved random procs from math to its own module (breaking change) Andreas Rumpf 2016-05-30 15:07:19 +02:00
  • 5575cfd3ec added pure Nim random stdlib module Andreas Rumpf 2016-05-30 14:37:18 +02:00
  • 4180f59b27 fixes #1713 Andreas Rumpf 2016-05-30 12:15:34 +02:00
  • 67ae65064c Stdlib: asyncdispatch: Add proc all. Konstantin Molchanov 2016-05-30 17:30:14 +04:00
  • 52ab2f86a8 Merge pull request #4239 from cheatfate/i3059 Andreas Rumpf 2016-05-30 15:20:08 +02:00
  • 2264bd6097 Adding OpenBSD to defines cheatfate 2016-05-30 14:39:29 +03:00
  • b7f2058833 Resolve #3059 Make getTimezone() to work properly on FreeBSD and NetBSD. cheatfate 2016-05-30 13:18:31 +03:00
  • 6556ec2ce0 fixes Windows builds Andreas Rumpf 2016-05-30 10:52:40 +02:00
  • ddca807a89 Merge branch 'girvo-unix-sockets' into devel Dominik Picheta 2016-05-30 09:38:54 +01:00
  • a484e3f8c2 Merge branch 'unix-sockets' of https://github.com/girvo/Nim into girvo-unix-sockets Dominik Picheta 2016-05-30 09:38:37 +01:00
  • b662d22ad1 Adding nimdoc comments as per PR comments Josh Girvin 2016-05-30 16:29:38 +10:00
  • 3e8413d2a1 Merge branch 'apense-patch-8' into devel Andreas Rumpf 2016-05-30 02:05:30 +02:00
  • 0ef7d802ca Merge branch 'patch-8' of https://github.com/apense/Nim into apense-patch-8 Andreas Rumpf 2016-05-30 02:04:25 +02:00
  • ad1b34dc30 Merge branch 'nanoant-patch/fix-3496-generic-tmpl-args' into devel Andreas Rumpf 2016-05-30 00:59:27 +02:00
  • be2efa69ea refactorings Andreas Rumpf 2016-05-30 00:59:02 +02:00
  • e52044660d Merge branch 'patch/fix-3496-generic-tmpl-args' of https://github.com/nanoant/Nim into nanoant-patch/fix-3496-generic-tmpl-args Andreas Rumpf 2016-05-29 23:58:25 +02:00
  • d727581430 make SO_REUSEPORT independent of Linux header Andreas Rumpf 2016-05-29 22:31:31 +02:00
  • 7bf7c4d49e Merge pull request #4235 from cheatfate/nosignal Andreas Rumpf 2016-05-29 22:22:05 +02:00
  • 380524caa8 Merge pull request #3648 from FedericoCeratto/reuse_port Andreas Rumpf 2016-05-29 22:21:56 +02:00
  • afc922942d Solaris dont have MSG_NOSIGNAL cheatfate 2016-05-29 23:01:46 +03:00
  • 552b13efe4 fixes #3729 Andreas Rumpf 2016-05-29 21:01:15 +02:00
  • e65c89ee28 fixes #4177 Andreas Rumpf 2016-05-28 22:40:28 +02:00
  • ab08ee1ce6 widestrs are always available for better interop Andreas Rumpf 2016-05-28 20:18:11 +02:00
  • 27a7caf176 Merge branch 'jlp765-db_odbc2' into devel Andreas Rumpf 2016-05-28 20:12:29 +02:00
  • 2ac265696b Merge branch 'db_odbc2' of https://github.com/jlp765/Nim into jlp765-db_odbc2 Andreas Rumpf 2016-05-28 20:11:24 +02:00
  • 8fe9f672bf minor todo.txt update Andreas Rumpf 2016-05-28 19:53:37 +02:00
  • eba3355393 adds another 'open' to parsecsv; refs #3695 Andreas Rumpf 2016-05-28 19:53:13 +02:00
  • 48f3054404 Merge pull request #4135 from FedericoCeratto/patch-8 Andreas Rumpf 2016-05-28 19:42:24 +02:00
  • 82db781a3e Merge branch 'mjoud-maxsplit' into devel Andreas Rumpf 2016-05-28 17:51:03 +02:00
  • 4e83a24662 Merge branch 'maxsplit' of https://github.com/mjoud/Nim into mjoud-maxsplit Andreas Rumpf 2016-05-28 17:50:36 +02:00
  • 426306eeb4 fixes #3882 Andreas Rumpf 2016-05-28 17:43:47 +02:00
  • a406ebbac9 cleanup of #4113 Andreas Rumpf 2016-05-28 17:19:44 +02:00
  • d3fe4a2db1 Merge pull request #4113 from jcosborn/gettypeinst Andreas Rumpf 2016-05-28 17:14:52 +02:00
  • 0b84ee167b fixes #2159 Andreas Rumpf 2016-05-28 17:12:44 +02:00
  • b479c94721 Merge pull request #4232 from moigagoo/patch-3 Dominik Picheta 2016-05-28 10:17:13 +01:00
  • 628ad4b753 makes tests green again Andreas Rumpf 2016-05-28 09:49:16 +02:00
  • 6075bd4231 Stdlib: httpclient: export strtabs added. Konstantin Molchanov 2016-05-28 10:25:36 +04:00
  • 0134a51a7c fixes critical 'do' parsing bug Andreas Rumpf 2016-05-28 02:17:06 +02:00
  • 64afb1039b Merge pull request #4231 from tautologico/fix-4001 Andreas Rumpf 2016-05-28 01:13:49 +02:00
  • 929865ff62 Deleted test for fix #4001 Andrei Formiga 2016-05-27 19:38:54 -03:00
  • c439ef2e71 Fix issue #4001: invalid pragma {. hint[]: off .} Andrei Formiga 2016-05-27 19:03:15 -03:00
  • 51c62a211b remove funny debug output Andreas Rumpf 2016-05-27 21:25:13 +02:00
  • 8f43e9d18c fixes #4225 Andreas Rumpf 2016-05-27 19:35:48 +02:00
  • 6d76df8454 fixes #4227 Andreas Rumpf 2016-05-27 19:17:51 +02:00
  • 6ff66bfd51 improve error messages for mismatched templates involving 'untyped' and stmts Andreas Rumpf 2016-05-26 11:57:47 +02:00
  • 04df004cd1 Merge pull request #4229 from moigagoo/patch-2 Andreas Rumpf 2016-05-27 17:27:48 +02:00
  • 4006e0b8b7 Stdlib: nre: Add export options Konstantin Molchanov 2016-05-27 15:27:35 +04:00
  • 4476226b80 Merge pull request #4226 from cheatfate/tables_templates Andreas Rumpf 2016-05-27 11:20:46 +02:00
  • 49c50e4e21 Introduce template withValue() for tables.nim too. cheatfate 2016-05-27 01:00:05 +03:00
  • d2ddeb47c5 Merge pull request #4224 from cheatfate/sharedtables_templates Andreas Rumpf 2016-05-26 16:23:54 +02:00
  • a2393d0593 Introduce template withValue() cheatfate 2016-05-26 15:32:14 +03:00
  • 301d39b882 Merge pull request #4130 from lihf8515/devel Andreas Rumpf 2016-05-26 10:51:10 +02:00
  • d11a1a68fd Merge pull request #4223 from yglukhov/fix-4222 Andreas Rumpf 2016-05-26 10:43:25 +02:00
  • 4d0d2d69f3 Fixes #4222 Yuriy Glukhov 2016-05-26 08:49:56 +03:00
  • ea0dff3783 Merge pull request #4216 from Parashurama/fix_4212 Andreas Rumpf 2016-05-25 17:11:57 +02:00
  • 2bc6acd0ed gc:stack compiles with --threads:on Andreas Rumpf 2016-05-25 12:04:27 +02:00
  • 4716034a7f fixes issue 4212 && add test for various valid zero floats. Parashurama 2016-05-25 11:57:09 +02:00
  • ad70fb4ffe Merge pull request #4213 from oderwat/nimphpext-stack-gc Andreas Rumpf 2016-05-25 02:55:24 +02:00
  • 58ac5b8065 Merge pull request #4201 from oderwat/oderwat-gitignores Andreas Rumpf 2016-05-25 02:31:53 +02:00
  • 5385798838 Made nimphpext work with gc:stack. Hans Raaf 2016-05-25 02:23:44 +02:00