swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40

sort by:
Revision Author Date Message Commit Date
e8cb96b Merge pull request #7928 from wlbksy/patch-1 update Chinese doc's link for release-0.2 09 August 2014, 03:21:53 UTC
c7c8fb5 update Chinese doc's link for release-0.2 update Chinese doc's link for release-0.2 09 August 2014, 03:09:14 UTC
e1cf9d2 Merge pull request #6924 from amckinlay/patch-1 Update version in docs to reflect latest release 22 May 2014, 22:02:27 UTC
bdcae2b Update version in docs to reflect latest release 22 May 2014, 21:50:59 UTC
6c95a10 Merge pull request #6802 from cako/patch-1 Update getting-started.rst 10 May 2014, 15:50:46 UTC
70abc87 Update getting-started.rst Correct slash in "~/.juliarc.jl" 10 May 2014, 12:44:05 UTC
3459a3e Merge pull request #6654 from ivarne/release-0.2 fix #6653 26 April 2014, 19:16:28 UTC
0ac6325 fix #6653 26 April 2014, 19:09:00 UTC
5895785 chmod Julia platypus executable on OSX to 775 closes #6604 25 April 2014, 06:55:45 UTC
6df2c2c Merge pull request #6596 from JuliaLang/readline_patch [release-0.2] Fix readline 6.3 compilation problems 23 April 2014, 01:22:06 UTC
c5bdc45 Fix readline 6.3 compilation problems 21 April 2014, 19:06:12 UTC
0c5f14e Merge pull request #6300 from ivarne/release-0.2 [Backport] fix for #5123 31 March 2014, 04:33:28 UTC
00ea7df fix #5123 28 March 2014, 21:21:56 UTC
d69fc32 doc: pin juliadoc commit 12 March 2014, 21:10:01 UTC
2bf6b79 Merge pull request #6047 from ivarne/release-0.2 Backport some fixes for release-0.2 branch 04 March 2014, 14:10:08 UTC
2a9b53e Backport fix #6036 From @timholy 40fdf3eb6d49e30cdd3c47e1184a467cc1fc04ab 04 March 2014, 13:28:19 UTC
ca4a9cc Added logical indexing to subarrays. Fix #4763 04 March 2014, 13:13:42 UTC
86b91f0 nans2left!, nans2right!: be stable on both halves – NaNs and non-NaNs. Previously, while this was leaving NaNs in order, as is necessary for the algorithm to work correctly, but was always moving the first non- NaN value to the opposite end of the array. This is *very* bad for the median-of-three quicksort pivot selection algorithm when applied to a pre-sorted array since the first and last elements will both end up being very small, effectively always picking a pessimal pivot. This is the root cause of the O(n^2) regression that @illericus was seeing. 04 March 2014, 05:41:55 UTC
52147bb Merge pull request #5975 from andrioni/doc-patch-v0.2 Update the translation links 28 February 2014, 00:14:57 UTC
0d6afd2 Update the translation links A 0.2-equivalent version of #5974. 27 February 2014, 09:15:43 UTC
677086a Merge pull request #5816 from dchudz/patch-1 literal numeric coefficient notation "does work" should be "does not work" 14 February 2014, 06:30:45 UTC
f1b2e4d "does work" should be "does not work" 14 February 2014, 06:08:08 UTC
e44b593 VERSION: 0.2.1 11 February 2014, 06:30:05 UTC
6bdd2a8 Merge pull request #5737 from JuliaLang/kms/versioned_pkg_dir_julia0.2 Create and use versioned package dir by default. 11 February 2014, 01:55:52 UTC
647460a Create and use versioned package dir by default. * Change pkgroot => _pkgroot, to discourage use outside of pkg/dir.jl * Add versioned package dir information to NEWS.md 09 February 2014, 01:46:40 UTC
1db2f80 Merge pull request #5498 from jakebolewski/release-0.2 fix link 24 January 2014, 04:25:10 UTC
2120680 fix link 24 January 2014, 04:15:49 UTC
dff5f34 fix missing roots for some boxed values in codegen (serious memory bug) 21 January 2014, 22:55:40 UTC
c1635f0 port fix for #5374 17 January 2014, 04:13:33 UTC
8123c9e Fixed table to render correctly in LaTeX/PDF 11 January 2014, 19:41:38 UTC
d3dcf7e doc: add latex-cjk-all dependency to README 11 January 2014, 19:40:58 UTC
b676592 doc: fix pdf build 11 January 2014, 19:40:30 UTC
3c4c63b Use sourceforge to download PCRE instead of their FTP site 11 January 2014, 19:39:48 UTC
ad3e92a fix bug in jl_array_del_end when array element size is 0. fixes #5345 10 January 2014, 05:18:26 UTC
fdf0622 Fix segfaulting on strstr() failure See https://groups.google.com/forum/#!topic/julia-dev/aMWL08cQDsc for details 04 December 2013, 20:27:50 UTC
acc9fae fix type-inference bug for tupleref((..),0) 03 December 2013, 05:08:13 UTC
76fd84d fix LLVM issues with corrected stack alignment code for windows 01 December 2013, 04:19:09 UTC
619f1b0 fix stack alignment bug on win32 30 November 2013, 20:02:40 UTC
cfbb91b fix the second macro issue in #4873 unfortunately I botched the fix for #4771, which led to this problem 30 November 2013, 00:03:02 UTC
534c8b3 fix #4919, macroexpander bug in "using" etc. 30 November 2013, 00:01:11 UTC
ed1a213 fix #4917, better checking of module syntax objects 30 November 2013, 00:00:54 UTC
7e78161 fix #4974, keyword args plus 'do' syntax 29 November 2013, 23:59:20 UTC
f07da95 fix a couple small flisp memory bugs. fixes #4976 identified a few more using memdebug2, soon to be merged 29 November 2013, 23:58:34 UTC
2f7fad6 fix #4213. seriously, that was all that was needed? 29 November 2013, 23:58:19 UTC
09be0a1 fix hash() for AbstractArray. fixes #4860 19 November 2013, 21:30:35 UTC
52dbb57 set doc/conf.py release to 0.2 19 November 2013, 19:59:37 UTC
827c6ad make sure llvm finds python >= 2.5 17 November 2013, 23:56:10 UTC
05c6461 VERSION: 0.2.0 16 November 2013, 23:44:20 UTC
90afd90 doc/manual: fix code formatting. 16 November 2013, 21:52:44 UTC
9d8de89 printf: clearer error when someone tries to use "%g". 16 November 2013, 19:25:35 UTC
0cad721 allow taking inverses mod 1 15 November 2013, 23:58:51 UTC
6a2141e Merge pull request #4820 from stevengj/nextpow2 add BigInt prevpow2/nextpow2 (fix #4814) 15 November 2013, 21:05:16 UTC
64e2167 fix #4822, not correctly freeing alloca space around ccalls this is a critical bug fix 15 November 2013, 20:27:34 UTC
e85e0a0 add BigInt prevpow2/nextpow2 (fix #4814) 15 November 2013, 17:46:53 UTC
8039fa7 fix #4805 this was (predictably) a type intersection problem; apparently an earlier fix of mine was rendered incorrect and unnecessary by some later work. 15 November 2013, 06:34:09 UTC
c688bf8 allow more arguments to invmod 15 November 2013, 05:32:02 UTC
c92e98d another possible workaround for the GMP gcdx issue 15 November 2013, 04:24:03 UTC
e73f8cf Merge branch 'master' of github.com:JuliaLang/julia 15 November 2013, 02:52:34 UTC
3432f73 work around varying GMP behavior in gcdx fix error cases of invmod, particularly the GMP version 15 November 2013, 02:50:59 UTC
27e7fa7 Merge pull request #4738 from JuliaLang/anj/inteigvals Fix eigvals for integer matrices. Define copy! and similar methods for Symmetric and Hermitian matrices. 15 November 2013, 01:21:22 UTC
f9251e0 bugfix in spdiagm: throw ArgumentError instance, not ArgumentError type 15 November 2013, 00:54:26 UTC
e9087e0 simplify checks in powermod, and add more tests 14 November 2013, 22:23:32 UTC
c517ce8 update NEWS for gcd fixes 14 November 2013, 22:11:49 UTC
975f681 Merge branch 'invmod' 14 November 2013, 22:08:58 UTC
96cf532 fix powermod problems, add test coverage 14 November 2013, 22:08:14 UTC
dda7460 Merge pull request #4811 from stevengj/invmod fix gcd & lcm sign and optimize gcdx and invmod 14 November 2013, 21:58:42 UTC
629e615 domain error for negative powers in BigInt powermod 14 November 2013, 21:36:17 UTC
2f72a00 fix performance bug in assert also fix round-trip value<->expression conversion of `nothing` in codegen for `quote`, avoid generating jl_copy_ast calls for atoms 14 November 2013, 20:42:24 UTC
ef40cd9 bugfix for lcm(0,0), add test coverage of gcd-related functions 14 November 2013, 20:32:07 UTC
dc8652c ensure consistent results for gcdx(0,0) with BigInt 14 November 2013, 20:07:02 UTC
07917e7 update gcd/lcm/gcdx docs 14 November 2013, 18:47:54 UTC
db6d2e0 make gcd and lcm positive (fix #4810) 14 November 2013, 18:26:04 UTC
4eda24e improve matmul result type. closes #4807, closes #4796 14 November 2013, 18:11:23 UTC
2b442d5 make gcdx type-stable & 20x faster, fix invmod to work with negative arguments, use GMP for BigInt invmod 14 November 2013, 17:44:35 UTC
4a3ccf3 fix some of the issues in #4807, arrays of Complex{T<:Real} 14 November 2013, 06:25:32 UTC
25f03d6 fix #4801, keyword arg in constructor on first call 14 November 2013, 05:55:07 UTC
7540a8a document scope of keyword and optional argument default values. closes #4795 14 November 2013, 05:30:54 UTC
2e01d9d remove _MISSING value in dict. closes #4802 14 November 2013, 05:13:30 UTC
29aeb14 Second attempt to fix logic error in process status functions Fix #4791. 13 November 2013, 23:36:07 UTC
1b51e6a Merge pull request #4791 from JuliaLang/cjh/process_exited_logic Fix logic error in process_exited(s::ProcessChain) 13 November 2013, 16:58:58 UTC
71a483a bitarray: new reshape/reinterpret messages (see #4765) 13 November 2013, 09:18:18 UTC
02e16f2 Fix logic error in process_exited(s::ProcessChain) 12 November 2013, 22:18:40 UTC
b778b87 Merge pull request #4781 from fabianlischka/patch-1 suggest "xcode-select --install" for OS X 10.9; soft link to julia in /u... 12 November 2013, 18:42:08 UTC
af7f44e Xcode command line utils; getting julia in your path 12 November 2013, 18:28:57 UTC
6d50a82 Adds internal `dimlub()`; fix #4788 dimlub() computes least upper bound on a sparse matrix dimension given a vector of indices. The vector may be empty. 12 November 2013, 17:45:05 UTC
fbdf557 typo in comment 12 November 2013, 16:05:44 UTC
b4b56c4 doc typo 12 November 2013, 15:41:53 UTC
249fdca Merge pull request #4783 from magistere/fixes Fixes in Julia Manual 11 November 2013, 20:53:01 UTC
0d7a3c4 Fixes in Julia Manual 11 November 2013, 20:46:24 UTC
a37b4d6 VERSION: 0.2.0-rc4 11 November 2013, 18:47:59 UTC
4044f10 suggest "xcode-select --install" for OS X 10.9; soft link to julia in /usr/local/bin not enough - highlight that soft link to julia executable in /usr/local/bin is not enough (at least for me on OS X 10.9; it creates some obscure error message related to OPEN_BLAS and quits julia) - in the OS X section, suggest running "xcode-select --install" for 10.9 Mavericks 11 November 2013, 16:07:45 UTC
4ac1997 Change Int to Integer in eye 11 November 2013, 10:34:20 UTC
fc174d3 fix #4771, missing case for -> in macroexpander 10 November 2013, 16:38:55 UTC
5e2cb42 Merge pull request #4770 from nanosec/spelling Fix spelling in base/sysimg.jl: 'sprcific' -> 'specific' 10 November 2013, 12:55:56 UTC
9cd6634 Fix spelling in base/sysimg.jl: 'sprcific' -> 'specific' 10 November 2013, 08:41:06 UTC
72e2d13 Merge pull request #4765 from davidssmith/master more informative error messages for reshape and reinterpret 10 November 2013, 08:32:35 UTC
b2902b0 Merge pull request #4769 from JuliaLang/sf/namedargs "Named arguments" -> "Keyword arguments" 10 November 2013, 06:52:42 UTC
b270170 Also change occurences in `src/*` 10 November 2013, 06:48:42 UTC
6d1a5f3 "Named arguments" -> "Keyword arguments" Closes #4768 10 November 2013, 06:42:35 UTC
3933141 add missing vectorized versions of radians2degrees and degrees2radians 10 November 2013, 03:36:54 UTC
back to top