swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40

sort by:
Revision Author Date Message Commit Date
a865ca2 more scheme portability fixes now most of the front end runs in both chicken and flisp 15 August 2014, 03:12:32 UTC
d74532f progress towards making our scheme code R5RS compatible specifically targeting Chicken for now 14 August 2014, 20:59:21 UTC
9112004 Fix check for SSSE3 in when loading system image 14 August 2014, 19:17:59 UTC
a06fe73 Work around the fact that LLVM's build script don't like CPPFLAGS In LLVM, makefiles are supposed to add CPPFLAGS to the variable CPP.Flags, unfortunately not all of them do it (though it's better in 3.5). This means that when passing in CPPFLAGS we are overriding LLVM's CPPFLAGS which sets include directories. This is not a complete fix (which has to be in LLVM), since we sometimes need to set CPPFLAGS, but at least it avoids passing empty CPPFLAGS which is the common case and should fix #8002 14 August 2014, 15:56:56 UTC
dca2db2 Merge pull request #7919 from JuliaLang/jq/split Change the last two args of split/rsplit to 'limit' and 'keep' keywords 14 August 2014, 15:34:46 UTC
eb5b91c Merge pull request #7992 from JuliaLang/anj/sym Make Symmetric/Hermitian parametric on matrix type 14 August 2014, 13:15:25 UTC
571eb0d Merge pull request #7236 from JuliaLang/anj/chol Add generic Cholesky decomposition and make Cholesky parametric on matrix type 14 August 2014, 13:04:14 UTC
9610786 win32: fix building with llvm-svn 14 August 2014, 12:31:49 UTC
3a252ee DLLEXPORT some of Julia's LLVM state This and staged functions are the last piece necessary to get Cxx.jl running easily off julia master 14 August 2014, 03:46:39 UTC
a44ea2a Merge pull request #7823 from JuliaLang/sf/netload Revamp netload tests to more verbose and resiliient style 14 August 2014, 02:49:53 UTC
ddccab2 Merge pull request #7997 from JuliaLang/cjh/micro-upd Update microbenchmarks for 0.3 release 14 August 2014, 02:48:19 UTC
69432b7 Merge pull request #7969 from jakebolewski/jcb/versionconstr Make VersionInfo(::String) a valid constructor 14 August 2014, 02:46:44 UTC
a4b4641 Merge branch 'master' of github.com:JuliaLang/julia 14 August 2014, 02:41:09 UTC
02d2ea0 Merge pull request #7981 from Wilfred/indentation_fixes Preserve point position when indenting. 14 August 2014, 02:40:03 UTC
7a61d1a dlsym: require Ptr argument, check for NULL. fixes #7972 14 August 2014, 02:39:16 UTC
89231ac fix a memory corruption bug in flisp found by @jakebolewski in #7977 map was keeping pointers to the stack, where it was possible for the stack to be reallocated and moved. 14 August 2014, 02:18:08 UTC
66b662e Adjust DInfo to avoid crash Thanks to David Blaikie for pointing out how to do this. 13 August 2014, 23:24:51 UTC
067984e Revert "Revert kf/filediinfo" This reverts commit e494cb6dff193ecb0e254981be0f1122ae294d04. 13 August 2014, 23:24:51 UTC
3769729 Make reinstall-llvm delete llvm-config 13 August 2014, 23:24:51 UTC
ffc2a91 Merge branch 'master' of github.com:JuliaLang/julia 13 August 2014, 23:04:04 UTC
f105aa4 a bit more front-end performance improvement - lots of time was in delete-duplicates and free-vars switched from lists to hash table - increase size of flisp heap. 2MB is still small; this is free performance. - more efficient loading of flisp system image. improves startup time by a tiny but measurable amount; about .05sec. every bit helps. 13 August 2014, 23:03:53 UTC
0084fef Don't skip over end keywords. 13 August 2014, 22:49:00 UTC
e494cb6 Revert kf/filediinfo This reverts commit 63fb8219dc1062890a144d5cb61d305ab3b8709d. This reverts commit d912e42bd253bc460d53c09b49205a52d9e24110. Possibly responsible for #7984 13 August 2014, 20:03:58 UTC
9ec01ba microbench: run Java correctly Also adds Java to the HTML table that is generated 13 August 2014, 20:02:19 UTC
3e0e16d microbench: update node -> nodejs executable name 13 August 2014, 20:02:14 UTC
bd67900 microbench: label GCC -> gcc 13 August 2014, 20:02:08 UTC
f437614 improve methodswith, fixes #7976 now matches types with the same TypeName if the requested type is abstract. this seems to do what you want, since asking for `Range` will also show `Range{Int}` and `Range{<:Real}`, but asking for `Range{Int}` will only show `Range{Int}`. 13 August 2014, 16:28:31 UTC
5e88074 Add generic Cholesky decomposition and make Cholesky parametric on matrix type plus some fixes. Define tril! and triu! for AbstractMatrix and use elements instead of type to construct zeros. Also use elements for constructing zeros in getindex(Triangular). 13 August 2014, 16:24:35 UTC
8435385 don't pass ClearAllForwardings when establishing an SSH tunnel. fixes a regression in ssh tunneling 13 August 2014, 16:00:47 UTC
370d64d Make Symmetric/Hermitian parametric on matrix type 13 August 2014, 15:32:54 UTC
5b192df Merge pull request #7991 from JuliaLang/anj/gemv Export all functions from the BLAS module and remove repeated code. 13 August 2014, 14:29:49 UTC
7fe82d9 Export all functions from the BLAS module and remove repeated code. 13 August 2014, 13:56:32 UTC
454344f fix a compiler front-end performance bug This was causing the lowering pass to be run twice on method definitions, which takes, well, twice as long. This is really embarrassing, but I'm going to commit it anyway. 13 August 2014, 05:17:22 UTC
e625e75 Merge pull request #7973 from JuliaLang/cjh/docfix Convert examples to doctests in stdlib docs 12 August 2014, 23:49:32 UTC
12ff8b5 Merge pull request #7736 from JuliaLang/kf/libcxxbuild WIP: Add ability to build a custom libcxx 12 August 2014, 23:12:50 UTC
99c1123 Reinstate compiler rt tar extraction 12 August 2014, 22:44:26 UTC
cb75e8c Fix up build 12 August 2014, 22:09:42 UTC
ababd7f libcxxabi needs libcxx for <typeinfo> 12 August 2014, 21:50:13 UTC
6d31cfe Need quotes 12 August 2014, 21:50:13 UTC
bbd54c6 Clean up libcxx make rules slightly 12 August 2014, 21:50:12 UTC
297f8ac WIP 12 August 2014, 21:50:12 UTC
a053b3e Also get libcxx with make get-llvm 12 August 2014, 21:50:12 UTC
f38b485 WIP: Add ability to build a custom libcxx This is useful when compiling on a system with an outdated std c++ library, but you need to build llvm, or when wanting to build julia with msan. 12 August 2014, 21:50:12 UTC
1a18e87 Add RPATH_ORIGIN analogue to OSX as well 12 August 2014, 21:49:29 UTC
aa9baa1 Add --dump-bitcode option to dump bitcode when building the system image 12 August 2014, 21:41:34 UTC
38059d0 Preserve point position when indenting. Fixes #7966. The new logic is as follows: If point is in the leading whitespace, jump to the first non-whitespace character. Before: | foo After <tab>: |foo If point is on non-whitespace character, preserve its offset after indentation. Before: fo|o After <tab>: fo|o Finally, if point is on an end keyword (see `julia-block-end-keywords`), then skip to the end. This allows repeated <tab> to navigate out of blocks. Before: | end end <tab> once: end| end <tab> again: end end| 12 August 2014, 20:45:53 UTC
da5e8f8 doc: update helpdb.jl 12 August 2014, 20:45:02 UTC
0d41e47 Merge pull request #7552 from tkelman/getcpuname RFC: add jl_get_cpu_name function to libjulia 12 August 2014, 20:24:40 UTC
0223371 Two small llvmcall fixes imported from cxx branch 12 August 2014, 20:01:23 UTC
5d8ff31 Merge pull request #6660 from JuliaLang/kf/filediinfo Include file information in emitted debug info 12 August 2014, 19:43:11 UTC
e982a95 Merge pull request #7979 from Wilfred/fixes_for_melpa Fixes for MELPA 12 August 2014, 19:20:40 UTC
1b93eff All julia functions and variables should be prefixed. Elisp doesn't have namespaces, so this is the best way to prevent name clashes between packages. However, it's possible that users may have Emacs configuration that calls the functions with their old names, so I've set up aliases. 12 August 2014, 19:17:21 UTC
d912e42 In backtraces, the scope may now not be the DISubprogram 12 August 2014, 19:14:55 UTC
7eadb1b Header improvements to conform to MELPA's standards. 12 August 2014, 19:08:44 UTC
57bdf43 X.Y.Z-dev denotes open to breaking changes X.Y.Z-pre now denotes prerelease planning, e.g. soft feature freeze. 12 August 2014, 17:22:13 UTC
3bfeff7 stdlib/base docs: convert examples to doctests The standard library documentation contains many examples which can be processed as doctests. Also includes formatting fixes: - correctly wrap code references in double backquote environments - Better cross-referencing of functions Additionally, include some content fixes: - A better description of gcdx - Fixed embarrassing errors in iseven and isodd documentation. Contrary to the previous version of the docs, claimed that 9 is not even and 10 is not odd. 12 August 2014, 06:45:06 UTC
63fb821 Include file information in emitted debug info 12 August 2014, 06:16:22 UTC
6a8039a Merge pull request #7970 from jakebolewski/jcb/fixtestreq fix packages being uninstalled / reinstalled when running Pkg.test with REQUIRES 12 August 2014, 05:46:44 UTC
7e92cb2 Better documentation for gcdx 12 August 2014, 05:21:51 UTC
18a204d Demote error-demonstrating doctest block This is so that make doctest will pass again if you are not using a user account called sabae on a Mac. 12 August 2014, 05:21:42 UTC
3d68c58 We like X.Y.Z-pre because we value our fingers And virtual trees and whatnot. 12 August 2014, 05:11:50 UTC
799c799 Merge pull request #7971 from rickhg12hs/minorRSTfix Update base.rst to fix Sphinx inline literal warning 12 August 2014, 05:10:40 UTC
a636295 Merge pull request #5046 from JuliaLang/kf/llvmcall Add llvmcall 12 August 2014, 04:55:35 UTC
38bb525 Typo and whitespace fix 12 August 2014, 04:49:36 UTC
631b098 In function mover, look up the global/function by name also If there is both a declaration and a definition it can happen that the function and the reference to it are copied seperately, hence we need to check whether the name already exists. Otherwise LLVM will deduplicate the name resulting in linking errors. We don't emit this code pattern but it can happen when used with llvmcall. 12 August 2014, 04:39:15 UTC
8a7f13b fix packages being uninstalled / reinstalled when running Pkg.test 12 August 2014, 04:16:16 UTC
224be3c Update base.rst Fix string literal warning. 12 August 2014, 04:08:06 UTC
daa3f82 Merge branch 'master' of github.com:JuliaLang/julia 12 August 2014, 03:33:32 UTC
b926f0f improve help for some operators. ref #7819 I'm fairly sure left and right division were swapped. 12 August 2014, 03:33:01 UTC
f7d0ebf make VersionInfo(::String) a valid constructor 12 August 2014, 03:26:52 UTC
035e5cd Merge pull request #7952 from gajjanag/master add digits! function 12 August 2014, 03:15:34 UTC
c579439 Bump to 0.4.0-prerelease 12 August 2014, 03:15:13 UTC
fd60992 fix #7955 12 August 2014, 03:09:26 UTC
fcf836c Merge pull request #7771 from tanmaykm/fix7577 added indmax/min,findmax/min for sparse matrices. 12 August 2014, 01:16:26 UTC
a791a54 Merge pull request #7961 from JuliaLang/cjh/quadruple-prime Add double, triple and quadruple primes to tab-completion 11 August 2014, 22:28:16 UTC
f958b88 Add double, triple and quadruple primes to tab-completion Double prime - what does this mean? Also add reversed single, double, triple primes as well as quadruple prime to allowable jl_id_char's 11 August 2014, 21:56:16 UTC
3fb0b06 Cleanup doc method signature for split/rsplit 11 August 2014, 20:22:28 UTC
42fd582 add digits! function 11 August 2014, 19:03:36 UTC
edab6bc Merge pull request #7590 from tkelman/tk/chmod Simple implementation of chmod(path, mode) 11 August 2014, 18:00:07 UTC
eddf0c1 Merge pull request #7529 from JuliaLang/teh/whocalls Add Profile.callers to determine main callers of a particular function 11 August 2014, 17:18:43 UTC
83934e5 Add Profile.callers to determine main callers of a particular function 11 August 2014, 16:34:53 UTC
e24abad begin 0.4 NEWS section 11 August 2014, 16:09:06 UTC
b31a62b Merge branch 'master' of github.com:JuliaLang/julia 11 August 2014, 15:52:55 UTC
3ce4298 allow quoting all reserved words using `:` and no space. fixes #7872 11 August 2014, 15:52:18 UTC
4fc017f NEWS for #7917 11 August 2014, 15:51:26 UTC
71f6d99 as discussed by @nalimilan in #7917, make it easier to link -lutf8proc if desired by the packager 11 August 2014, 15:34:24 UTC
640ccec declareunicodecharacters for #7950 11 August 2014, 14:20:35 UTC
5d61535 added indmax/min,findmax/min for sparse matrices. fixes #7577 ref #7578 Targeted for Julia v0.4 11 August 2014, 12:28:24 UTC
5a70ac8 Merge pull request #7898 from JuliaLang/teh/qrldiv2 Improve performance of A_ldiv_B! for QR factorizations. Fixes #7887. 11 August 2014, 11:34:44 UTC
9da0230 Merge pull request #7924 from JuliaLang/teh/pkg_whorequires Add Pkg.whorequires to list packages depending on a particular package 11 August 2014, 11:30:45 UTC
f4cfcbd Move deprecations to 0.4 section and fix argument naming in docs 11 August 2014, 10:41:02 UTC
27377ef Merge branch 'master' of https://github.com/JuliaLang/julia into jq/split 11 August 2014, 10:36:12 UTC
38d2c4e Merge pull request #7778 from JuliaLang/jq/intersect Follow up to #7760 11 August 2014, 06:33:40 UTC
366367e Merge pull request #7917 from stevengj/mojibake utf8proc -> libmojibake 11 August 2014, 06:26:02 UTC
28b957d Merge branch 'stevengj-binop_unparse' 11 August 2014, 04:42:34 UTC
9e85e92 Merge branch 'binop_unparse' of github.com:stevengj/julia into stevengj-binop_unparse Conflicts: test/show.jl 11 August 2014, 04:37:47 UTC
7729598 move a newline that was slightly too wide 11 August 2014, 02:29:08 UTC
5628764 Merge pull request #7943 from JuliaLang/tk/cleanup-runtests slight cleanup of Base.runtests() 11 August 2014, 01:24:16 UTC
e20c765 document Base.runtests() 11 August 2014, 01:21:36 UTC
12c59d1 Merge pull request #7936 from Wilfred/emacs_mode_improvements Emacs mode improvements 10 August 2014, 22:09:58 UTC
back to top