Commit Graph

  • 5a582a0d9c Define ports as uint16s to fix #3484 Josep Sanjuas 2016-03-27 22:56:05 +02:00
  • a88584dde1 Fix typo in manual def 2016-03-26 20:17:18 +01:00
  • 25f9330928 store block size in when using malloc and nogc Jacek Sieka 2016-03-25 20:54:01 +08:00
  • b235e5b279 mersenne.nim public procs no longer work with platform-dependent int type Ruslan Mustakov 2016-03-24 20:54:11 +06:00
  • 31bb5c4ae0 Merge pull request #3996 from arnetheduck/tshallowseq Andreas Rumpf 2016-03-23 17:13:46 +01:00
  • bc3c5485d9 Merge pull request #3988 from lihf8515/devel Andreas Rumpf 2016-03-23 16:43:52 +01:00
  • 266e40f27e add test for shallow seq copy Jacek Sieka 2016-03-23 22:29:28 +08:00
  • d1b2c35897 Merge pull request #3982 from cheatfate/kqueue.nim Dominik Picheta 2016-03-23 12:55:17 +00:00
  • 418985d3f0 Merge pull request #3981 from nim-lang/locks-lock-template Dominik Picheta 2016-03-23 12:48:38 +00:00
  • 34401a3639 Documentation for withLock. Dominik Picheta 2016-03-23 12:47:05 +00:00
  • 1cc1a7faf4 Rename locks.lock tmplt to withLock and change body to untyped. Dominik Picheta 2016-03-23 12:45:36 +00:00
  • 2ffbd1d81e Merge pull request #3603 from rgv151/patch-global-log-level Andreas Rumpf 2016-03-23 11:39:14 +01:00
  • 61f4316c2e Merge pull request #3946 from def-/strutils-join Andreas Rumpf 2016-03-23 11:24:27 +01:00
  • 7b071a7555 Merge pull request #3963 from def-/compiler-dir Andreas Rumpf 2016-03-23 11:22:50 +01:00
  • a119238b8a Merge pull request #3979 from arnetheduck/lexer-getnumber Andreas Rumpf 2016-03-23 01:30:36 +01:00
  • 709b0aeb8d Merge pull request #3990 from yglukhov/js-tables-fix Andreas Rumpf 2016-03-22 13:42:23 +01:00
  • 308b7c0138 Fixed Table::del in JS Yuriy Glukhov 2016-03-21 13:35:54 +02:00
  • 1a5bde28ed Repair using the db_odbc module to query the Oracle database, the program compiled in the release mode, the return of the field value is null. lihf8515 2016-03-21 15:15:28 +08:00
  • e91e53401e Modified and more reliable kqueue.nim, made according to openbsd/netbsd/freebsd and macosx headers. cheatfate 2016-03-18 22:19:01 +02:00
  • f0341979bd Implement a lock template in locks module. Dominik Picheta 2016-03-18 19:06:34 +00:00
  • 4457b0980f Merge pull request #3980 from pgkos/rational-subtraction-fix Dennis Felsing 2016-03-18 19:20:04 +01:00
  • dfba0bdcaf Explicitly return false def 2016-03-18 19:09:27 +01:00
  • 8bf14b12a9 proper indentation Araq 2016-03-18 18:56:01 +01:00
  • aa47302866 get rid of compiler warning Araq 2016-03-18 18:53:17 +01:00
  • 8dade039d7 Merge pull request #3976 from gmpreussner/devel Dominik Picheta 2016-03-18 17:40:40 +00:00
  • c10a407cc6 todo updated Andreas Rumpf 2016-03-18 17:25:09 +01:00
  • ef889a1009 Fixed a typo in proc -(x: T, y: Rational[T]) pgkos 2016-03-18 16:59:15 +01:00
  • 298620c267 avoid overwriting token.indent in lexer.getNumber Jacek Sieka 2016-03-18 23:02:10 +08:00
  • 05418890ca Setting TAU to 2 * PI gmpreussner 2016-03-17 23:03:20 -04:00
  • 2744b80324 Removed local TAU constant. gmpreussner 2016-03-17 23:01:09 -04:00
  • fc1dedae73 Added TAU constant. gmpreussner 2016-03-17 21:57:50 -04:00
  • d5c332ffa8 Comment to explain not opening directories in open() def 2016-03-17 22:22:52 +01:00
  • 669917c726 Merge pull request #3971 from gmpreussner/devel Dominik Picheta 2016-03-17 21:02:00 +00:00
  • 9920de0147 Renamed local variable to avoid compiler warning. gmpreussner 2016-03-16 11:34:09 -04:00
  • 7fa3d58167 Don't check opened file for directory in nimscript def 2016-03-16 13:04:36 +01:00
  • f99d3d5e7d Merge pull request #3966 from gmpreussner/devel Andreas Rumpf 2016-03-16 11:10:14 +01:00
  • 3e78930bcd fix typo in nimbase.h def 2016-03-15 13:39:34 +01:00
  • 91d152c0f5 Rewrote enum sign extension with branchless bit operations (also fixes travis) gmpreussner 2016-03-15 00:07:18 -04:00
  • e8ff987cef Fixed negative enum values not getting stringified. gmpreussner 2016-03-14 21:58:28 -04:00
  • 6eb7e6cbed Merge pull request #3965 from oderwat/hara-php-fix-singlequote Andreas Rumpf 2016-03-14 21:44:09 +01:00
  • fcc6daf78b Fix PHP and JS codegen to not escape single quotes in strings anymore. Hans Raaf 2016-03-14 21:33:14 +01:00
  • 14bbfa360c Don't open directories as files def 2016-03-11 17:02:56 +01:00
  • 75b03188d0 beginnings of --gc:stack Andreas Rumpf 2016-03-12 13:29:27 +01:00
  • 1073f9ec5a Merge pull request #3957 from endragor/vmropes Andreas Rumpf 2016-03-10 15:37:42 +01:00
  • d9101ea5eb Make ropes usable in VM context Ruslan Mustakov 2016-03-09 20:36:35 +06:00
  • a1a44c99de Merge pull request #3947 from def-/iofbf Andreas Rumpf 2016-03-10 13:40:47 +01:00
  • 87e52bddbe Merge pull request #3949 from oderwat/hara-php-addr Andreas Rumpf 2016-03-10 13:39:32 +01:00
  • ab72944a64 Merge pull request #3959 from vegansk/tcc_tls Andreas Rumpf 2016-03-10 13:37:48 +01:00
  • 0968771785 Fixed threading issues for tcc backend Anatoly Galiulin 2016-03-04 13:01:17 +06:00
  • 060a820d62 Try to fix addr() ref and pointer for PHP Hans Raaf 2016-03-06 23:37:40 +01:00
  • 7281b66a4f Merge pull request #3937 from oderwat/hara-foldl Andreas Rumpf 2016-03-08 15:28:23 +01:00
  • 78fea05091 Merge pull request #3953 from oderwat/hara-php-fix-imod Andreas Rumpf 2016-03-08 15:23:56 +01:00
  • 2fa1312035 Merge pull request #3951 from arnetheduck/munmap-ret-fix Andreas Rumpf 2016-03-08 15:05:57 +01:00
  • 5450c944d7 Fix für PHP codegen integer modulo calculation. Hans Raaf 2016-03-07 20:08:58 +01:00
  • 3be1c6f796 Merge pull request #3952 from arnetheduck/alloc0-nogc-malloc Andreas Rumpf 2016-03-07 18:31:11 +01:00
  • 9928b9f48d newObj can clear memory, even when using malloc and nogc Jacek Sieka 2016-03-07 22:38:22 +08:00
  • 0eca706d56 provide const value for MAP_ANONYMOUS Jacek Sieka 2016-03-07 22:09:33 +08:00
  • 87a8bc6557 fix return type of munmap Jacek Sieka 2016-03-07 22:02:24 +08:00
  • e6dfadf55d Use /proc/self/exe on NetBSD def 2016-03-07 02:13:35 +01:00
  • 4b1e3f26a7 Better getAppFilename() heuristic for OpenBSD and NetBSD def 2016-03-07 01:44:11 +01:00
  • c398bdc534 Fix KEvent header includes def 2016-03-06 22:25:37 +01:00
  • 5a06c2260d Support IOFBF and IONBF on all systems def 2016-03-06 22:09:27 +01:00
  • 78d1b282ca Make strutils.join with with generic openarrays def 2016-03-06 17:53:02 +01:00
  • cddabcfc63 Fixes foldl() and foldr() + foldl() with start parameter. Hans Raaf 2016-03-05 16:45:32 +01:00
  • e4e8ebd4a5 Merge pull request #3943 from oderwat/hara-php-div-fix Andreas Rumpf 2016-03-06 10:22:47 +01:00
  • eda113889c Fix for integer division in PHP codegen. Hans Raaf 2016-03-06 02:15:12 +01:00
  • 83592af8ed Merge pull request #3941 from oderwat/hara-php-mnewString-fix Andreas Rumpf 2016-03-06 02:04:22 +01:00
  • 01055d572a Merge pull request #3940 from cheatfate/repr3939 Andreas Rumpf 2016-03-06 02:03:27 +01:00
  • ed61b8a0ff Merge pull request #3942 from oderwat/hara-php-fpfix Andreas Rumpf 2016-03-06 02:03:02 +01:00
  • 8c1dd215ac Fix for PHP mnewString() Hans Raaf 2016-03-06 00:59:27 +01:00
  • 11d40e8e8b Fix for PHP function pointer implementation. Hans Raaf 2016-03-06 01:00:01 +01:00
  • f6c456b792 Fix for #3939 issue cheatfate 2016-03-06 00:55:29 +02:00
  • ad7e219117 GCs support ForeignCells Andreas Rumpf 2016-01-25 03:14:22 +01:00
  • b02e31e409 PHP codegen: function pointers work Andreas Rumpf 2016-03-05 17:55:51 +01:00
  • db67e95bb2 fixes JS regression Andreas Rumpf 2016-03-05 17:34:06 +01:00
  • cc925d97f4 the stdlib supports &= in more contexts; refs #3524 Andreas Rumpf 2016-03-05 16:13:23 +01:00
  • ef36a9dc3d fixes #3924 Andreas Rumpf 2016-03-05 14:37:11 +01:00
  • d3ce5f34f8 fixes #3767 Andreas Rumpf 2016-03-05 14:36:40 +01:00
  • 267a2756e4 Merge pull request #3903 from kosz78/devel Andreas Rumpf 2016-03-05 14:39:53 +01:00
  • b55074ea6e Merge pull request #3935 from yglukhov/ios-environ Andreas Rumpf 2016-03-05 14:35:14 +01:00
  • d5180bfb97 Merge pull request #3936 from yglukhov/threadpool-ios-fix Andreas Rumpf 2016-03-05 14:34:59 +01:00
  • 9cdb4ee1cb Fixed semaphore on iOS. Yuriy Glukhov 2016-03-05 14:20:09 +02:00
  • dca3daf4d4 Avoid using private _NSGetEnviron API on iOS. Yuriy Glukhov 2016-03-05 14:18:36 +02:00
  • 1d443cec8d Merge pull request #3933 from def-/jsonnil Andreas Rumpf 2016-03-05 00:28:44 +01:00
  • 749ce2f36a Merge pull request #3934 from oderwat/php-fix-defer Andreas Rumpf 2016-03-05 00:28:20 +01:00
  • 0ff56a6589 Merge pull request #3931 from yglukhov/pthread-stuff Andreas Rumpf 2016-03-04 23:20:06 +01:00
  • 3cc5614d97 Partial fix for defer in PHP Codegen. Hans Raaf 2016-03-04 19:25:41 +01:00
  • 13699c596e fixes #3872 Andreas Rumpf 2016-03-04 22:56:12 +01:00
  • dae175b3c4 fixes #3868 Andreas Rumpf 2016-03-04 22:41:17 +01:00
  • 82114b7980 Merge branch 'devel' of github.com:nim-lang/Nim into devel Andreas Rumpf 2016-03-04 22:19:19 +01:00
  • 50d2a5868a added intsets.clear proc Andreas Rumpf 2016-03-04 22:19:11 +01:00
  • 00c4861208 fixes #3836 Andreas Rumpf 2016-03-04 22:18:58 +01:00
  • 92cf673f37 PHP codegen: use nimAt for PHP 5.3 compatibility Andreas Rumpf 2016-03-04 21:59:58 +01:00
  • 95f4f70f2d Use nil instead of null in json def 2016-03-04 21:45:14 +01:00
  • 39e797080d Fixed includes for pthread types. Yuriy Glukhov 2016-03-04 00:08:47 +02:00
  • 0179d842dc Support json null in %* def 2016-03-04 19:16:49 +01:00
  • 3ae45691d2 Merge pull request #3932 from SSPkrolik/set-js-fix reactormonk 2016-03-04 11:33:20 +01:00
  • bbf12aab4f Removed unused import of 'os' module from module 'sets' Rostyslav Dzinko 2016-03-04 11:34:27 +02:00
  • f73fa61c98 Merge remote-tracking branch 'upstream/devel' into devel Konstantin Zaitsev 2016-03-03 17:47:36 +06:00
  • 84cd3d9dc4 Merge pull request #3926 from CORDEA/fix-uri-doc Dominik Picheta 2016-03-03 10:59:13 +00:00