def
7daf410f46
Improve error message for failed conversion in VM
...
- Fixes #2045
- Old one:
Error: conversion from unknown type to unknown type is invalid
- New one:
Error: conversion from -1 to [0..255] is invalid
2015-03-12 23:49:49 +01:00
def
ef9a3b4d3b
Speed up readLine by using getc_unlocked
...
- Only on POSIX and Windows (_fgetc_nolock here) systems
- File is locked to our thread before and unlocked after readLine
- About 3 times faster in some simple tests
2015-03-12 22:46:18 +01:00
def
aa7e7ee270
Make readFile work with FIFO files
2015-03-12 21:17:39 +01:00
Dominik Picheta
c707923cc1
Merge pull request #2309 from oderwat/fix-tzname
...
Fixes tzname on osx (and presumable bsd).
2015-03-12 17:19:04 +00:00
Hans Raaf
798e5c7552
Adding a call to tzset() to implicitly initialize the tzname infos.
2015-03-12 17:00:06 +01:00
def
02432f1052
Add makefile for csources
...
This should speed up compilation of csources significantly, as it can be
used with "make -j $NUMPROCS"
Only tested on Linux so far
2015-03-12 16:53:11 +01:00
Andreas Rumpf
e0c3b8a452
Merge pull request #2321 from def-/times-js
...
Fix some compiler warnings in times
2015-03-12 16:18:55 +01:00
Andreas Rumpf
e025b97c1a
Merge pull request #2322 from def-/js-typeinfo
...
Typeinfo for uints in javascript
2015-03-12 16:17:58 +01:00
Andreas Rumpf
4051e436b6
Merge pull request #2320 from aurora/ssl-sigsegv
...
openssl: do not set mem functions on osx
2015-03-12 16:17:47 +01:00
Araq
45a7c51f0c
MD5 module: fixed parameter name
2015-03-12 16:10:42 +01:00
Araq
4077f7d49c
fixes #1791
2015-03-12 16:04:44 +01:00
def
1b7d7ae1cb
koch: Nimrod -> Nim
2015-03-12 14:03:13 +01:00
def
fe4b6826e6
Make *.sh files executable
2015-03-12 13:59:29 +01:00
def
7707c4c369
Move installer.ini back to nim.ini to fix ./koch csource
2015-03-12 13:50:07 +01:00
Araq
dfc48e76f7
fixes #1819
2015-03-12 13:48:59 +01:00
def
b72528d635
Typeinfo for uints in javascript
2015-03-12 13:16:47 +01:00
def
44e68be13b
Fix some compiler warnings in times
2015-03-12 13:15:19 +01:00
Harald Lapp
3ccf667899
do not set mem functions on osx
2015-03-12 12:48:28 +01:00
Araq
aa175e9e57
fixes #1868
2015-03-12 12:17:08 +01:00
Araq
0a0126d49a
fixes #794 properly
2015-03-12 11:40:14 +01:00
Araq
3aad16e337
fixes #1845 , fixes #2224
2015-03-12 11:08:03 +01:00
Araq
f88678bed4
fixes #2298
2015-03-12 11:08:03 +01:00
Andreas Rumpf
b97207a74c
Merge pull request #2307 from def-/test-fixes-2
...
Test fixes 2
2015-03-12 11:03:08 +01:00
Andreas Rumpf
5af28b9ea1
Merge pull request #2318 from oderwat/upd-sortitby
...
Better documentation and rename of sortByIt().
2015-03-12 02:00:41 +01:00
Andreas Rumpf
9a2b7ef641
Merge pull request #2319 from reactormonk/warning-for-result
...
do not warn about gensym'd results
2015-03-12 01:59:45 +01:00
Araq
f514be0772
fixes #2286
2015-03-12 01:45:15 +01:00
Araq
5a21892da0
fixes #2287
2015-03-12 01:45:14 +01:00
Araq
970e98718d
code cleanup
2015-03-12 01:45:13 +01:00
Simon Hafner
8993c7672d
do not warn about gensym'd results
2015-03-11 19:21:27 -05:00
Hans Raaf
06ea53e692
Better documentation and rename of sortByIt().
2015-03-11 22:22:58 +01:00
Dominik Picheta
1a98de8712
Merge pull request #2317 from apense/devel
...
Added Sublime Text support link
2015-03-11 20:52:38 +00:00
Jonathan Edwards
50ed39fd66
Merge remote-tracking branch 'upstream/devel' into devel
2015-03-11 16:26:10 -04:00
Jonathan Edwards
2f7d248090
Added Sublime Text support link
2015-03-11 16:12:14 -04:00
Araq
6dbd41e875
fixes #2316
2015-03-11 20:11:08 +01:00
reactormonk
0543784eb4
Merge pull request #2312 from def-/fix-question-urls
...
Update URLs in question.txt
2015-03-11 19:56:05 +05:00
def
70d1e14add
Update URLs in question.txt
2015-03-11 14:54:57 +01:00
Dominik Picheta
4924f5b14a
Merge pull request #2311 from def-/result-macros
...
Get rid of 'result shadowed' warning for async procs
2015-03-11 13:17:04 +00:00
Dominik Picheta
fd51c1c984
Merge pull request #2310 from def-/asyncfile-doc
...
Fix doc for asyncfile
2015-03-11 13:15:24 +00:00
def
a4009e32ea
Get rid of 'result shadowed' warning for async procs
2015-03-11 12:46:53 +01:00
def
5020806696
Fix doc for asyncfile
2015-03-11 12:31:24 +01:00
Maurizio Tomasi
cf1a801e31
New template fpRadix instead of the exported var FP_RADIX
2015-03-11 11:08:37 +01:00
Araq
1bbd13f729
bugfix: c++ pattern #@ could index out of bounds
2015-03-10 21:00:49 +01:00
def
ac0f62084c
Fix DLL tests on POSIX
...
Automatically add the lib directory to LD_LIBRARY_PATH temporarily
2015-03-10 15:35:36 +01:00
def
69e2b61c0a
Fix tests a bit more
2015-03-10 15:34:15 +01:00
def
573fa9b891
Clean up GCs a bit
2015-03-10 15:31:55 +01:00
def
f7e35542e1
Remove unused rawsockets.pretty.nim
2015-03-10 15:25:25 +01:00
def
d198e397fd
Check that file passed to getFileInfo is not nil
2015-03-10 15:24:20 +01:00
Araq
0032912d10
fixed the tester; more tests green
2015-03-10 12:32:48 +01:00
Araq
ee57bb3e3e
fixes --gc:none regression; made some tests green
2015-03-10 12:32:47 +01:00
Araq
1efb5174f2
fixes #2220 ; #2219 ; breaks #2022 ; for #2022 callsite needs to be used
2015-03-10 12:32:46 +01:00