https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
64facb8 Loosen types on mmap on unix In particular make it work for isa(fd,RawFD) and offset any integer type (there is a lot of precedent for allowing any Integer Rather than just FileOffset. In particular most of the io.jl methods do this). 10 May 2014, 07:00:49 UTC
3a6b9e0 Disable the dnsimp test of ARPACK also, as it is not built anymore. 10 May 2014, 06:49:43 UTC
f5d0036 Temporarily disable ARPACK's internal tests. On Linux, the tests will pick up the old libarpack from JULIAHOME/usr/lib and fail due to a bug in the old libarpack. 10 May 2014, 06:46:43 UTC
f35b58c Merge branch 'master' of github.com:JuliaLang/julia 10 May 2014, 06:14:50 UTC
541c3ea Update ARPACK to 3.1.5 10 May 2014, 06:13:53 UTC
dce36b4 attempt to fix #5574 10 May 2014, 05:23:29 UTC
4af04b9 Merge pull request #6796 from wsliang/pq_constructor Fix PriorityQueue(ks, vs) constructor 10 May 2014, 03:10:42 UTC
f2f30f1 fix #6798 10 May 2014, 03:08:51 UTC
623c65f Add test for PriorityQueue(ks, vs) constructor 09 May 2014, 20:44:09 UTC
1385996 Fix PriorityQueue(ks, vs) constructor 09 May 2014, 20:31:43 UTC
0fea413 fix #6793 09 May 2014, 19:31:15 UTC
b90f41e Merge pull request #6792 from JuliaLang/sjk/isnan Relax type restriction on isnan/isinf/isfinite of arrays 09 May 2014, 15:35:02 UTC
fac2e53 Relax type restriction on isnan/isinf/isfinite of arrays 09 May 2014, 14:57:19 UTC
c48c000 Update C/Fortran microbenchmarks to new dSFMT path 09 May 2014, 14:27:13 UTC
f767fe1 Merge pull request #6776 from wsliang/searchsorted Fix searchsorted for Ranges 09 May 2014, 04:50:36 UTC
8bc1cd5 avoid duplicate entries in linfo->tfunc (type inference efficiency issue) 09 May 2014, 04:30:47 UTC
d506c7e faster copy() for ObjectIdDict 09 May 2014, 04:30:03 UTC
5a3005d fix codegen bug in static_void_instance on Type{()} 09 May 2014, 04:29:16 UTC
44d24c4 fix #6784 08 May 2014, 23:10:52 UTC
33eb231 Merge pull request #6783 from mbauman/more-unused-bindings More robust solution for unused control characters 08 May 2014, 17:24:12 UTC
e7694b6 Merge pull request #6780 from wsliang/reverse Export Reverse in Base.Order 08 May 2014, 14:57:12 UTC
53ba2dd More robust solution for unused control characters This is a better fix for #6682 - all control characters are now set to be ignored in the escape_defaults keymap. I had previously missed a few (e.g., `^]`, `^-`, `^\`) in both the search and default keymaps. This should fully prevent control characters from getting inserted by typing at the REPL (although they can still get inserted via paste). 08 May 2014, 14:27:30 UTC
9d15096 Export Reverse in Base.Order 08 May 2014, 04:57:15 UTC
3985890 Merge pull request #6754 from amitmurthy/amitm/sigint Install sigint handler for program mode too 08 May 2014, 04:14:36 UTC
aff2efa Fix searchsorted for Ranges 07 May 2014, 23:36:57 UTC
ec1e8cd Merge branch 'master' of github.com:JuliaLang/julia 07 May 2014, 22:34:09 UTC
57dc2ff Merge pull request #6778 from ArchRobison/adr/amplifier Remove warnings from Intel VTune Amplifier about signal stack being too small 07 May 2014, 22:43:09 UTC
3d27d6e syntax error for non-symbol as a type field (ref #6770) 07 May 2014, 22:33:33 UTC
9803355 Merge pull request #6771 from brk00/patch-1 Update base.rst 07 May 2014, 22:30:31 UTC
06e4978 fix #6772, float conversion of a SubString prefix of a number. 07 May 2014, 22:17:48 UTC
56de81f Use at least 64k for alternate stack if running under Intel VTune Amplifier. 07 May 2014, 20:53:52 UTC
49375ab update doc, deprecations, NEWS, for isequal and hash changes 07 May 2014, 20:20:42 UTC
5b20688 Merge pull request #6624 from JuliaLang/sk/hashing RFC: new approach to efficiently hashing 1, 1.0, big(1), the same. 07 May 2014, 19:55:44 UTC
607558a Merge branch 'master' of github.com:JuliaLang/julia into sk/hashing Conflicts: base/operators.jl 07 May 2014, 18:55:32 UTC
9738dd3 restore former behavior of isless as a total order 07 May 2014, 18:49:01 UTC
ea70e4d fix #6387 This issue is quite involved, and speaks to the need for a rethinking of the type system code. However for now I'm just happy to fix a segfault. 07 May 2014, 17:56:54 UTC
c1b5848 Merge pull request #6775 from mbauman/patch-1 README: Remove old terminal binding instructions 07 May 2014, 17:56:02 UTC
5aafb90 README: Remove old terminal binding instructions There were previously two terminal binding tips: Bind backspace to `^H` and shift-enter to `\n` instead of `\r`. For backspace, the new REPL also binds ASCII 127 to backspace. If there are terminals sending different keycodes than either 127 or `^H` (which is equivalent to `\b`) then they are either configured totally wrong or we should attempt to bind those keycodes, too. For return, there is now no difference between `\r` and `\n`, so there is no point in directing people to make that change. Line feeds are entered with meta-enter. 07 May 2014, 15:37:33 UTC
4742079 Correction on base.rst Correted empty! function header 07 May 2014, 04:50:17 UTC
37fe826 Corrected typo on base.rst 07 May 2014, 00:44:32 UTC
1f0c334 Update base.rst Updated some function descriptions, corrected a typo, added some missing returned types and changed some examples for better formating. 07 May 2014, 00:38:53 UTC
104568c improve types of reshape, and sum of arrays of arrays 06 May 2014, 22:29:11 UTC
32b5cce fix #6763 06 May 2014, 14:30:43 UTC
5c42b91 Merge pull request #6764 from aviks/as/fix_dl download(..) should return the file name in Windows 06 May 2014, 11:38:55 UTC
f7b8c52 download(..) should return the file name 06 May 2014, 10:42:55 UTC
dec4b5b Merge pull request #6762 from tanmaykm/sparse some setindex methods for sparse matrix. 06 May 2014, 08:00:46 UTC
0ed0e72 some setindex methods for sparse matrix. fixes #6647 06 May 2014, 07:16:31 UTC
02d4d7c Merge branch 'brk00-master' 06 May 2014, 03:37:40 UTC
500dd67 Merge branch 'master' of git://github.com/brk00/julia into brk00-master Fix formatting. 06 May 2014, 03:37:26 UTC
72a0d3f Update linalg.rst Array A is now a float array 06 May 2014, 01:00:42 UTC
5a3ff44 Update linalg.rst Added example for the eig() function 06 May 2014, 00:35:57 UTC
593a9b8 Merge pull request #6726 from stevengj/sprand faster sprand, new randsubseq (fixes #6714 and #6708) 06 May 2014, 00:10:36 UTC
ef94b35 mention Bernoulli sampling in randsubseq docs 05 May 2014, 20:43:53 UTC
329edea give Inf for besselk(n,0.0). fixes #6564 05 May 2014, 19:00:26 UTC
18bfe9f Add file missing from a1a47016ced91a4ab8bf21acf45472ff434d5c9a 05 May 2014, 18:44:51 UTC
0c61a5a fix operator table and NEWS about it 05 May 2014, 18:33:02 UTC
8b9f0f4 Merge branch 'master' of github.com:JuliaLang/julia 05 May 2014, 18:20:53 UTC
a1a4701 Add a test of backtraces, and advertise `make testall` in README Motivated by #6275 05 May 2014, 18:21:12 UTC
f2b3192 use pow, powf instead of powi. fixes #6506 LLVM seems to be able to optimize small constant powers here too. the pow intrinsic had the same bug as powi. 05 May 2014, 18:19:23 UTC
cfd41db NEWS.md: correct precedence table 05 May 2014, 18:00:33 UTC
e6533c1 NEWS.md: mention unicode infix operators 05 May 2014, 17:59:43 UTC
aa752ae Merge branch 'master' of github.com:JuliaLang/julia 05 May 2014, 17:25:19 UTC
38dc4ba fix #6706, allow parsing +(::T, ...) 05 May 2014, 17:24:45 UTC
5c03585 Merge pull request #6753 from tanmaykm/readcsv ignore comments in readdlm. fixes #536 05 May 2014, 16:26:18 UTC
e6ff214 fix #6704 05 May 2014, 16:10:43 UTC
edaf8e9 workaround for the Type{()} error 05 May 2014, 16:07:48 UTC
4c4e7cb Merge pull request #6582 from JuliaLang/uniops-552 RFC: Add some unicode function synonyms and infix operators 05 May 2014, 16:12:22 UTC
8f76835 Merge pull request #6749 from porterjamesj/patch-2 Add Dict conversion method. 05 May 2014, 15:58:13 UTC
39d6124 Merge pull request #6751 from amitmurthy/amitm/tunetest Timeout tests display warnings instead of throwing errors 05 May 2014, 15:54:47 UTC
10c7d4e Install sigint handler for program mode too 05 May 2014, 11:19:43 UTC
2e6bc31 ignore comments in readdlm. fixes #536 05 May 2014, 10:39:25 UTC
68cee4d Timeout tests display warnings instead of throwing errors 05 May 2014, 07:54:35 UTC
cfc9eb4 fail loudly for key collisions in Dict conversion. 05 May 2014, 05:47:35 UTC
8f98c53 gitignore deps/librandom.* (shared library) 05 May 2014, 02:45:39 UTC
e879b44 Merge pull request #6718 from tanmaykm/readcsv readdlm improvements for reading large files 05 May 2014, 00:46:26 UTC
67434ec add noop dict conversion method 04 May 2014, 23:50:53 UTC
c3fb746 remove useless type params in Dict conversion 04 May 2014, 23:37:20 UTC
45a2347 Add Dict conversion method. 04 May 2014, 23:00:28 UTC
f6702e2 faster sprand, new randsubseq (fixes #6714 and #6708) 04 May 2014, 21:42:25 UTC
37285f5 Merge pull request #6745 from amitmurthy/amitm/nonetfix cleanup in runtests.jl 04 May 2014, 13:57:43 UTC
3e787ca cleanup in runtests.jl 04 May 2014, 13:52:51 UTC
a84c60e Simplify jl_raise_debugger, fix #6723 04 May 2014, 04:13:30 UTC
c35883e Merge pull request #6738 from porterjamesj/patch-1 Add section on working with files to Streams docs 04 May 2014, 00:57:40 UTC
63bbc99 Add section on working with files to Streams docs 04 May 2014, 00:28:59 UTC
970938e update set of unicode operators and fix exports 03 May 2014, 18:47:48 UTC
e4fbbef Merge branch 'master' of github.com:JuliaLang/julia into uniops-552 03 May 2014, 17:56:34 UTC
9c209c2 Merge pull request #6730 from amitmurthy/amitm/nonet allow tests to be run without a network 03 May 2014, 17:27:30 UTC
0389831 Merge pull request #6732 from mkriele/master R: Explained differences of max, maximum , sum, etc. 03 May 2014, 17:24:34 UTC
1099474 changed colletion to collection 03 May 2014, 13:42:56 UTC
740ece2 R: Explained differences of max, maximum , sum, etc. See #6724 03 May 2014, 13:16:59 UTC
66eb0ec allow tests to be run without a network 03 May 2014, 09:38:06 UTC
ff015b6 Merge pull request #6729 from porterjamesj/patch-1 fix minor typo in C calling docs 03 May 2014, 06:34:54 UTC
77c354a fix minor typo in C calling docs 03 May 2014, 06:31:34 UTC
64c98ba Merge pull request #6727 from kshramt/kshramt/fix_test_throws Allow `test_throws` to take an user-defined exception type 03 May 2014, 04:03:00 UTC
6fa50c4 Allow `test_throws` to take an user-defined exception type 03 May 2014, 03:11:21 UTC
9a48950 doc: some wording adjustments for isequal. 02 May 2014, 21:03:36 UTC
b5e0b73 update docs for == and isequal 02 May 2014, 17:29:02 UTC
27ab7af Merge pull request #6720 from rsrock/patch-1 Document symbol punctuation 02 May 2014, 16:02:55 UTC
c818954 Document symbol punctuation 02 May 2014, 16:00:09 UTC
d5df954 readdlm improvements: - speed up reading of large files if dimensions are known - prefer doing two passes when offset storage may take too much ram - moved readdlm into a module to contain symbols 02 May 2014, 11:18:48 UTC
back to top