Commit Graph

11210 Commits

Author SHA1 Message Date
Andreas Rumpf
31bb5c4ae0 Merge pull request #3996 from arnetheduck/tshallowseq
add test for shallow seq copy
2016-03-23 17:13:46 +01:00
Andreas Rumpf
bc3c5485d9 Merge pull request #3988 from lihf8515/devel
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.
2016-03-23 16:43:52 +01:00
Jacek Sieka
266e40f27e add test for shallow seq copy
currently looks like it's not covered
2016-03-23 22:29:28 +08:00
Dominik Picheta
d1b2c35897 Merge pull request #3982 from cheatfate/kqueue.nim
Modified and more reliable kqueue.nim
2016-03-23 12:55:17 +00:00
Dominik Picheta
418985d3f0 Merge pull request #3981 from nim-lang/locks-lock-template
Implement a `lock` template in `locks` module.
2016-03-23 12:48:38 +00:00
Dominik Picheta
34401a3639 Documentation for withLock. 2016-03-23 12:47:05 +00:00
Dominik Picheta
1cc1a7faf4 Rename locks.lock tmplt to withLock and change body to untyped. 2016-03-23 12:45:36 +00:00
Andreas Rumpf
2ffbd1d81e Merge pull request #3603 from rgv151/patch-global-log-level
Logger must respects global filter level
2016-03-23 11:39:14 +01:00
Andreas Rumpf
61f4316c2e Merge pull request #3946 from def-/strutils-join
Make strutils.join with with generic openarrays
2016-03-23 11:24:27 +01:00
Andreas Rumpf
7b071a7555 Merge pull request #3963 from def-/compiler-dir
Don't try to read directories as files
2016-03-23 11:22:50 +01:00
Andreas Rumpf
a119238b8a Merge pull request #3979 from arnetheduck/lexer-getnumber
avoid overwriting tok.indent in lexer.getNumber
2016-03-23 01:30:36 +01:00
Andreas Rumpf
709b0aeb8d Merge pull request #3990 from yglukhov/js-tables-fix
Fixed Table::del in JS
2016-03-22 13:42:23 +01:00
Yuriy Glukhov
308b7c0138 Fixed Table::del in JS 2016-03-21 13:35:54 +02:00
lihf8515
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. 2016-03-21 15:15:28 +08:00
cheatfate
e91e53401e Modified and more reliable kqueue.nim, made according to openbsd/netbsd/freebsd and macosx headers. 2016-03-18 22:19:01 +02:00
Dominik Picheta
f0341979bd Implement a lock template in locks module. 2016-03-18 19:06:34 +00:00
Dennis Felsing
4457b0980f Merge pull request #3980 from pgkos/rational-subtraction-fix
Fixed a typo in rational number subtraction proc
2016-03-18 19:20:04 +01:00
def
dfba0bdcaf Explicitly return false 2016-03-18 19:09:27 +01:00
Araq
8bf14b12a9 proper indentation 2016-03-18 18:56:01 +01:00
Araq
aa47302866 get rid of compiler warning 2016-03-18 18:53:17 +01:00
Dominik Picheta
8dade039d7 Merge pull request #3976 from gmpreussner/devel
Added TAU constant.
2016-03-18 17:40:40 +00:00
Andreas Rumpf
c10a407cc6 todo updated 2016-03-18 17:25:09 +01:00
pgkos
ef889a1009 Fixed a typo in proc -(x: T, y: Rational[T]) 2016-03-18 16:59:15 +01:00
Jacek Sieka
298620c267 avoid overwriting token.indent in lexer.getNumber
if it wasn't for bug #3978, assignment from getNumber would overwrite
tok.indent (which is set at top of rawGetTok, but not in getNumber)
2016-03-18 23:02:10 +08:00
gmpreussner
05418890ca Setting TAU to 2 * PI 2016-03-17 23:03:20 -04:00
gmpreussner
2744b80324 Removed local TAU constant. 2016-03-17 23:01:09 -04:00
gmpreussner
fc1dedae73 Added TAU constant. 2016-03-17 21:57:50 -04:00
def
d5c332ffa8 Comment to explain not opening directories in open() 2016-03-17 22:22:52 +01:00
Dominik Picheta
669917c726 Merge pull request #3971 from gmpreussner/devel
Renamed local variable to avoid compiler warning.
2016-03-17 21:02:00 +00:00
gmpreussner
9920de0147 Renamed local variable to avoid compiler warning. 2016-03-16 11:34:09 -04:00
def
7fa3d58167 Don't check opened file for directory in nimscript 2016-03-16 13:05:04 +01:00
Andreas Rumpf
f99d3d5e7d Merge pull request #3966 from gmpreussner/devel
Fixed negative enum values not getting stringified.
2016-03-16 11:10:14 +01:00
def
3e78930bcd fix typo in nimbase.h 2016-03-15 13:39:34 +01:00
gmpreussner
91d152c0f5 Rewrote enum sign extension with branchless bit operations (also fixes travis) 2016-03-15 00:07:18 -04:00
gmpreussner
e8ff987cef Fixed negative enum values not getting stringified. 2016-03-14 21:58:28 -04:00
Andreas Rumpf
6eb7e6cbed Merge pull request #3965 from oderwat/hara-php-fix-singlequote
Fix PHP and JS codegen to not escape single quotes in strings anymore.
2016-03-14 21:44:09 +01:00
Hans Raaf
fcc6daf78b Fix PHP and JS codegen to not escape single quotes in strings anymore. 2016-03-14 21:33:14 +01:00
def
14bbfa360c Don't open directories as files 2016-03-14 13:05:06 +01:00
Andreas Rumpf
75b03188d0 beginnings of --gc:stack 2016-03-12 13:29:27 +01:00
Andreas Rumpf
1073f9ec5a Merge pull request #3957 from endragor/vmropes
Make ropes usable in VM context
2016-03-10 15:37:42 +01:00
Ruslan Mustakov
d9101ea5eb Make ropes usable in VM context 2016-03-10 19:13:40 +06:00
Andreas Rumpf
a1a44c99de Merge pull request #3947 from def-/iofbf
Support IOFBF and IONBF on all systems
2016-03-10 13:40:47 +01:00
Andreas Rumpf
87e52bddbe Merge pull request #3949 from oderwat/hara-php-addr
Try to fix addr() ref and pointer for PHP
2016-03-10 13:39:32 +01:00
Andreas Rumpf
ab72944a64 Merge pull request #3959 from vegansk/tcc_tls
Fix some threading issues with tcc backend
2016-03-10 13:37:48 +01:00
Anatoly Galiulin
0968771785 Fixed threading issues for tcc backend 2016-03-10 17:45:11 +06:00
Hans Raaf
060a820d62 Try to fix addr() ref and pointer for PHP 2016-03-08 16:16:21 +01:00
Andreas Rumpf
7281b66a4f Merge pull request #3937 from oderwat/hara-foldl
Fixes foldl() and foldr() + foldl() with start parameter
2016-03-08 15:28:23 +01:00
Andreas Rumpf
78fea05091 Merge pull request #3953 from oderwat/hara-php-fix-imod
Fix für PHP codegen integer modulo calculation.
2016-03-08 15:23:56 +01:00
Andreas Rumpf
2fa1312035 Merge pull request #3951 from arnetheduck/munmap-ret-fix
Munmap ret fix
2016-03-08 15:05:57 +01:00
Hans Raaf
5450c944d7 Fix für PHP codegen integer modulo calculation. 2016-03-07 20:08:58 +01:00