Commit Graph

9782 Commits

Author SHA1 Message Date
Andreas Rumpf
3b732259c0 Merge pull request #4009 from PMunch/json-objecthashing-fix
Changed the JSON object hashing procedure (fixing #3972)
2016-03-29 21:55:49 +02:00
Andreas Rumpf
dd613adcfe made tests green again 2016-03-29 21:44:42 +02:00
Peter Munch-Ellingsen
794f9527da Changed the JSON object hashing procedure to use a symmetric operator to disregard key order in object hashes 2016-03-29 18:06:48 +02:00
Araq
13a83c7fdd Windows: fixes a regression; codegen might not know about & at this point 2016-03-29 16:39:05 +02:00
Araq
db2b215658 resolved merge conflicts 2016-03-29 15:31:10 +02:00
Andreas Rumpf
b4f1eef3a3 Merge pull request #4008 from aberghage/dynlib-errors-to-stderr
Makes dyncall errors report to stderr.
2016-03-29 13:24:33 +02:00
Andreas Rumpf
f6e92dcf75 fixes #4005 2016-03-29 13:14:26 +02:00
Andreas Rumpf
0378f9980f fixed regressions 2016-03-29 12:19:49 +02:00
Alex Berghage
452696b980 Makes dyncall errors report to stderr. Fixes #3987
Hooray for bugtracker items tagged 'Easy'. Also I happened
to notice this one earlier today anyway, conveniently enough.
2016-03-29 00:19:54 -07:00
Andreas Rumpf
8c8825b9ce fixes #3975 2016-03-28 09:50:27 +02:00
Andreas Rumpf
b4e2a846e1 munmap for LLVM 2016-03-28 02:43:16 +02:00
Andreas Rumpf
871bd8f164 added new memory management idea 2016-03-28 02:32:39 +02:00
Andreas Rumpf
878679fa3f added missing file 2016-03-28 02:26:38 +02:00
Andreas Rumpf
e97d640ce8 fixes #3998 2016-03-28 02:26:38 +02:00
Andreas Rumpf
c684f5588a todo updated 2016-03-28 02:26:38 +02:00
Andreas Rumpf
e2c8d9ade0 beginnings of --gc:stack 2016-03-28 02:26:38 +02:00
Andreas Rumpf
c11487b339 GCs support ForeignCells 2016-03-28 02:15:08 +02:00
Dominik Picheta
3a95a0bba4 Merge pull request #3486 from jsanjuas/devel
Allow binding to ports >= 32768, fixes #3484
2016-03-27 22:38:27 +01:00
Josep Sanjuas
5a582a0d9c Define ports as uint16s to fix #3484 2016-03-27 22:56:44 +02:00
def
a88584dde1 Fix typo in manual 2016-03-26 20:17:18 +01:00
Jacek Sieka
25f9330928 store block size in when using malloc and nogc
this allows for a correct implementation of realloc, which is needed as
code using it assumes new values will be zeroed out / nil
2016-03-25 20:54:01 +08:00
Ruslan Mustakov
b235e5b279 mersenne.nim public procs no longer work with platform-dependent int type 2016-03-24 20:54:11 +06:00
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