sort by:
Revision Author Date Message Commit Date
7ba74aa doc: upgrade sphinx 1.1.3 -> 1.2.3 Fixes #8596, fixes #8276. (cherry picked from commit ca362a45b3aee4454de29b2aab43780885847558) Conflicts: doc/helpdb.jl 16 January 2015, 10:48:45 UTC
8d864e1 doc: use virtualenv to install juliadoc (cherry picked from commit 1785871b3c6a9b48f07a78c0f1a50191fc27be8a) ref PR #8592 Conflicts: .gitmodules 16 January 2015, 10:39:19 UTC
edfe406 doc/Makefile: replace 'source' with posix '.' (cherry picked from commit 592ec62b4dd9bfb351f162002e825005c8c346b5) 16 January 2015, 10:38:20 UTC
53cbcce add julia-env to deps/.gitignore (cherry picked from commit 0e7be5c6e527eb6c4ad4102b6a44e36b0dc3d7d8) 16 January 2015, 10:37:19 UTC
3247d94 make it trivial for everyone to build the helpdb.jl file (cherry picked from commit 10b64dde2acaa6ea275c2e5c8531a08a91546f95) Conflicts: deps/.gitignore deps/Makefile deps/Versions.make doc/Makefile 16 January 2015, 10:35:42 UTC
781e3b5 Delete using find instead of piping to xargs rm. This fixes an issue where the clean target would fail when no files have to be deleted: # We also need to remove .pyc files find . -name *.pyc | xargs rm rm: missing operand (cherry picked from commit 1d9acdd3c9055e0f7aea4f92cc3af5c1037e99e1) ref PR #8552 16 January 2015, 10:29:22 UTC
eaad06c Check whether ld supports -Bsymbolic-functions flag should fix #9753 (cherry picked from commit 373333ee5362ebdbab97aaa34461554665fbe3c1) ref PR #9758 16 January 2015, 10:18:12 UTC
86e10b7 FAQ: explain why x += y is really x = x + y [ci skip] (cherry picked from commit b9fcfe482f88020aa861c9b2191fd0fdfd12a501) ref PR #9751 Conflicts: doc/manual/faq.rst 16 January 2015, 09:45:49 UTC
d8ec47e doc: whitespaces cleaning (cherry picked from commit ed539ae5fb5a19dd9a1e7ed76b7251729fa7b6f7) ref PR #9742 [ci skip] doc: some typos in metaprogramming doc (cherry picked from commit 062ff47451b3210e5ad04d772080c9da348a7269) 16 January 2015, 09:37:59 UTC
becf36f doc: rewrite metaprog expression intro [ci skip] (cherry picked from commit 7c80fc554f17d70dde78472c913ae3662f9f6f96) ref PR #9594 Conflicts: doc/manual/metaprogramming.rst doc: more metaprog edits [ci skip] (cherry picked from commit 34743918b301e23d50d5f4f97cec6e0c459b766f) Conflicts: doc/manual/metaprogramming.rst doc: fix metaprog example inconsistencies [ci skip] (cherry picked from commit 74b8b76f2c013a074107f4f70288678c36c062e8) 16 January 2015, 09:37:32 UTC
a09b2fa add parser test for issue #9684 (cherry picked from commit 9322f208f96b3f952cacb6db61b15e1f9e7b6cf9) Conflicts: test/runtests.jl 16 January 2015, 08:35:38 UTC
68d11e4 add some missing unicode operators to dot-opchar? (cherry picked from commit 110108631e42d1a47f741091358b549ebd4b1991) 16 January 2015, 08:34:25 UTC
e4045a3 doc: note on relative imports fixes #8597 [ci skip] (cherry picked from commit 38ee8a03bc7c9ba263a03f034bfc7f40e0414973) 16 January 2015, 08:31:58 UTC
41bfd37 globals are not affect_free (ref #9535) (cherry picked from commit d071904653888c5678ec61f0ed5478e7b2999c16) Conflicts: base/inference.jl test/core.jl 16 January 2015, 07:44:08 UTC
9c6bb24 fix a likely GC root bug in jl_gf_invoke (cherry picked from commit df846de3712b4f047a46f86481351251da724275) 16 January 2015, 07:20:51 UTC
4496b1f fix sparse getindex change in #9750 for repeated I (cherry picked from commit 69a68305743a6b9a9409e7db69d955909e7006d0) 15 January 2015, 11:08:56 UTC
7746f77 Merge branch 'release-0.3' of github.com:JuliaLang/julia into release-0.3 15 January 2015, 04:05:57 UTC
8d6a61b Added rotation functions for sparse matrices (cherry picked from commit ceb56b15ad32fc64f052283b91c8facb53fa142b) Conflicts: base/sparse/sparsematrix.jl 15 January 2015, 04:03:01 UTC
ada4c65 fix missing sparse search method name change done in #9750 (cherry picked from commit f79d423edbe5b05bb6260f2790576850b193c204) 15 January 2015, 04:01:02 UTC
dd88996 binary search in sparse getindex with sorted rows Given: - S = sparse matrix - I = rows being fetched - n = average row count in S Do: - binary search on I if length(I) much larger than n - binary search on S.rowval if n much larger than length(I) - linear search walk through I and S.rowval otherwise Currently the threshold values are determined heuristically based on the tests done. (cherry picked from commit aafb4a0fc3fdb1bad5fcd8e1a343816b5a27bc5a) Conflicts: test/sparse.jl 15 January 2015, 04:00:39 UTC
506907f Fix #9191 on 0.3 and partly fix it on 0.4. Type instability in \. Also, avoid copying the rhs in A_ldiv_B! 14 January 2015, 17:38:32 UTC
a6293a2 release-0.3 should not use --HEAD with brew, and should use suite-sparse42-julia (at the moment) [av skip] 14 January 2015, 10:25:41 UTC
e563717 Fixes and tests for sparse scale! - scale!(C, b, A) was checking incorrect matrix dimension - scale!(b, A) and scale!(A, b) returned uninitialized memory Conflicts: base/linalg/sparse.jl (cherry picked from 3e7f8bdd9b881bdab4498023b365a9f6c64287dc) 14 January 2015, 00:39:38 UTC
74acbbf typo (cherry picked from commit 24dbedc0cc3471e28bd69fe4438daab16f881709) [ci skip] 09 January 2015, 16:59:47 UTC
3fc536d mark cell array {} as deprecated in 0.4 (cherry picked from commit be0f0dafa798c26279f4ece2f70afa9fc078772c) [ci skip] 09 January 2015, 15:39:19 UTC
914531d need to ensure openlibm static library gets installed (cherry picked from commit 8400ede0c58f40e0dc75a9693358e569c9b87445) should fix #9047 (cherry picked from commit 6537afecbb06c54cdbedd763fe527721eeeb67d2) 09 January 2015, 06:21:40 UTC
ee38819 Begin the march towards 0.3.6 with a "-pre" mark 08 January 2015, 22:40:38 UTC
a05f87b Tag v0.3.5 08 January 2015, 22:33:48 UTC
ce686f7 init parent to NULL in jl_new_module. ref #9661 (cherry picked from commit 23424b754fffc5967503b137e7f1b61c3775d38a) 08 January 2015, 22:22:03 UTC
c56c13b Update helpdb.jl (let's hope this is the last time we have to do this!) 08 January 2015, 22:18:05 UTC
2d894e5 Insert a missing return statement in `gemm_wrapper!` (cherry picked from commit 4b6aaa6ef5d749de1f369ebe30941940d8107a52) 08 January 2015, 22:14:19 UTC
99f67cd Fix doctest from a1b156fe81af7ee1f1bf2dcf16e9c1dc35d63ab8 08 January 2015, 22:10:54 UTC
ef0df3a warn about changed return value for try without catch https://github.com/JuliaLang/julia/commit/a1b156fe81af7ee1f1bf2dcf16e9c1dc35d63ab8#commitcomment-9203713 [ci skip] 08 January 2015, 15:46:07 UTC
a1b156f Document try without catch. Closes #9320 (slightly modified backport of 76c991d7ac650bfdb5232d057b4ef76a646a326d, try without catch returns `false` on release-0.3) [ci skip] 08 January 2015, 10:46:28 UTC
bfb74a7 Update variables.rst (cherry picked from commit f3866e5ba083d1a51b17536d4ede50410c687630) [ci skip] 08 January 2015, 10:25:35 UTC
e424d33 Need to match number of asterisks for headings Ref: https://github.com/JuliaLang/julia/commit/f1b8633cd163a3120e8eabf8613c15d3e0428ae1#commitcomment-9177929 [ci skip] 07 January 2015, 00:19:41 UTC
f1b8633 Apparently headers need to be underlined, not surrounded by asterisks if they follow an anchor 07 January 2015, 00:08:52 UTC
6c5f2fd Don't prepend module functions with . 06 January 2015, 21:53:43 UTC
8e49183 Various fixes to docs to pass doctests 06 January 2015, 21:49:07 UTC
a94a933 As long as we're going to keep my own absolute paths in here, let's at least make sure they're correct. I personally think it'd be better just to disable doctesting for this chunk, but I'm not sure how to do that 06 January 2015, 21:22:32 UTC
75df2f1 Clean up stdlib/profile, backport of 0b5811d632a66751dfbce77865451ffd06c5d774 06 January 2015, 21:12:39 UTC
0a73933 Profiling docs reorganization from f910cd04c96b55b702c474811809e03d613f8235 06 January 2015, 21:09:55 UTC
c951564 Backport documentation part of 68a09e0f571320f96bcfb8affa2d74864ca514c9 06 January 2015, 20:56:26 UTC
2508fcb gcd and lcm return Int for Int32 inputs on release-0.3 I get the hat of shame for breaking the release branch for an hour 06 January 2015, 12:37:26 UTC
a5ce7db Don't try to listen to closed socket. fixes #8945 (cherry picked from commit dcdeef7734ec0ec3bf031bca7da7e946793b7d13) Use check_open instead of isopen, ref dcdeef7734 #8945 (cherry picked from commit f46d46d2a5b0b389adcb08fbaabf8ec7cb82ad90) 06 January 2015, 12:08:15 UTC
aba7213 intfuncs.jl did not exist yet on release-0.3 add it to test/Makefile and test/runtests.jl 06 January 2015, 11:57:53 UTC
31ef3c1 On release-0.3, this throws an OverflowError rather than an InexactError 06 January 2015, 11:57:53 UTC
0582c44 TST more combinatorics tests (cherry picked from commit ff0470cfe5b94b62db66aa24a431026032bee34c) ref PR #9620 Conflicts: test/combinatorics.jl TST intfuncs more coverage (cherry picked from commit 3d376d18e1398309afef73a83066d319fe020090) (leave out ndigits tests that rely on #8266 which was not backported) Conflicts: test/intfuncs.jl TST fix 32bit bits test, add comment to interesting binomial result (cherry picked from commit 93f6ccbd50f3641a1c0dbd95c3c29404ac944428) 06 January 2015, 11:48:08 UTC
7aa9694 add a couple tests for untested codepaths in binomial (cherry picked from commit d877d63571982ccd6ecb2a0d370380456662e88d) Conflicts: test/bigint.jl 06 January 2015, 11:48:08 UTC
53d156d update documentation for passing struct pointers to C (cherry picked from commit cfba5ba87d7d26a967c357166f991b14e93a133b) ref PR #8948 [av skip] remove incorrect table entry about passing structs by value; note that it's not so much that you cannot pass structs by value, but rather that you cannot pass them reliably (cherry picked from commit 56c722f7a6902b9907f7a8fae75ffa474ab4c759) 06 January 2015, 11:13:52 UTC
4d99f48 set LLVM_VER from LLVM_CONFIG when using system LLVM ref #9563, the LLVM info from `versioninfo()` can be wrong if `USE_SYSTEM_LLVM` is set but `LLVM_VER` isn't. (cherry picked from commit dbe934a751314188e5ea1bc28d4becf2fd12b24a) ref PR #9566 06 January 2015, 11:06:42 UTC
5c065e7 Add guidelines for naming packages Ref: https://groups.google.com/forum/#!topic/julia-dev/Qw1eaMUKYas (cherry picked from commit b5a3d3d65935558f06431c9c38a7b1f114df3327) ref PR #9522 [av skip] 06 January 2015, 11:02:08 UTC
f63dbc5 doc: `parse` gives :incomplete for such input fixes #9505 [ci skip] (cherry picked from commit 8cc787ddfc859da68dd695fce9f45a9890d9b800) 06 January 2015, 11:00:06 UTC
988f3a2 Add Base. annotations to mapfoldl (cherry picked from commit 383f9e3fe655b43fee3b51e42d6cff7712d91cab) ref PR #9605 [av skip] 06 January 2015, 10:57:34 UTC
b22d42a docs: clarify meaning of T in AbstractArray{T,N} Closes #9586. [av skip] (cherry picked from commit 9451e4af8c96d42599dc5ec855027d7b20417c8e) 06 January 2015, 10:53:17 UTC
773404e Added documentation of rotation functions [ci skip] (cherry picked from commit fbfcbed6035605ed1818c4f75447746293154d74) ref PR #9603 [av skip] 06 January 2015, 10:35:03 UTC
93bfc92 Added instructions to manually push metadata Modified instructions to manually push metadata Improved formatting (cherry picked from commit 3f60aed019b46c29ad093a1317338e08d67fa40f) ref PR #9550 [av skip] 06 January 2015, 10:33:34 UTC
72974fb Tests for exp2, exp10, cis, inv, and ^ (cherry picked from commit f9594dd315a5cf47b8dddcd88362b994b07bb309) ref #9615 06 January 2015, 10:10:29 UTC
e1c00cd Document basic A_mul_B! methods Also removes deprecated A_mul_B documentation. Closes #5862. Note: this does _not_ cover all the currently defined methods for A_mul_B!, many of which do _not_ have method signatures of this form. Ref: #5332 created via: git diff d9b1f39a~ d9b1f39a | sed 's/base/math/g' | git apply git add doc/stdlib/math.rst git commit -C d9b1f39a [av skip] 06 January 2015, 09:54:50 UTC
4baf8e4 Fix #4227 (cherry picked from commit d2ed5659e2c0c55e3e8cdd49007bf9870d89ebe7) [av skip] Docs: fix formatting error from d2ed5659e2c0c55e3e8cdd49007bf9870d89ebe7 (cherry picked from commit 38f1c3681db384e4f12441b87184dbf59498fe11) 06 January 2015, 09:40:42 UTC
9b54fc8 The behavior of fft() differs from MATLAB This one caught me out. If `A` is a matrix in MATLAB, then `fft(A)` is a 1D FFT acting column-wise. MATLAB has a `fft2()` command for 2D FFTs. (cherry picked from commit 87d3459558f06184f3b51012c5f9e09071bb7570) ref PR #8158 [av skip] Adding backtick-backtick (cherry picked from commit 3ed6c6164d84b90af9525eb81eb8b234895cba59) 06 January 2015, 09:34:47 UTC
30a892b Add .gitignore for new packages The clutter seems worth it to make code-coverage and track-allocation more painless (/ hopefully common). (cherry picked from commit 5b643ec845bda326c8580f9d555a5eea2c3f4bff) ref PR #9541 Conflicts: base/pkg/generate.jl 06 January 2015, 09:29:31 UTC
a336792 Merge branch 'tcpdocs' of git://github.com/bjarthur/julia into bjarthur-tcpdocs Fix ReST formatting errors. Added @Keno's wording suggestion. (cherry picked from commit 33200d10329aebd0759973ba31401c3d4c780995) [av skip] Conflicts: doc/manual/networking-and-streams.rst 06 January 2015, 09:25:35 UTC
641108a added close,isopen(::TCPSocket) to example docs (cherry picked from commit bc09f18a2df97cca70b7afadb41fc2093f0a93c9) [av skip] ref PR #9453 Conflicts: doc/manual/networking-and-streams.rst 06 January 2015, 09:23:54 UTC
e579732 Revert "build suitesparse-wrapper on appveyor" This reverts commit ad03a56407718236738a0c73d088907d71cd4027. SuiteSparse download is being flaky, we don't need to rebuild this bit at the moment. 06 January 2015, 05:03:56 UTC
bc35068 fix a typo of a help message (cherry picked from commit ff70b93ad6b43ab362df39b72b1191ea4d431b18) ref PR #9632 [ci skip] 06 January 2015, 00:43:17 UTC
99c00d5 Change algorithm for symmetric tridiagonal problems to PWK instead of MRRR when all values are calculated. 05 January 2015, 21:00:55 UTC
83a06b0 Fix #9504. Check second stride before calling BLAS. (cherry picked from commit 210102850be6c35fe7ef947c870333b55d370d82) Conflicts: base/linalg/matmul.jl 05 January 2015, 09:07:20 UTC
2d93d2e add tests for jl_new_bits, and fix bug in min alignment of datatypes 04 January 2015, 22:07:04 UTC
f6f033b doc: edit and expand reflection section mention a few more useful functions and edit/rearrange some sections. (cherry picked from commit 8baa686be07a944e1d607fa0abc988fbab5cda87) ref PR #9542 [av skip] 04 January 2015, 20:48:27 UTC
639ea63 doc: move Reflection section to developer docs (cherry picked from commit fb1d3891ff62a75865a29360a8a09356e36b21f0) [av skip] 04 January 2015, 20:48:16 UTC
1f50251 Doc: fix rst error 04 January 2015, 20:46:06 UTC
59e6142 Docs: Clarify half-open interval in rand generation. Replaces #9478 (cherry picked from commit 3bfe8de0ecde05db8c224971d2070713ee175b2d) [av skip] 04 January 2015, 20:38:30 UTC
587550c MURICA (cherry picked from commit a0bf429d6a0b485b74553eef4d2b776b0ec1b493) [av skip] 04 January 2015, 20:37:48 UTC
731ba52 Docs: fix type of crosslink in stdlib/linalg (cherry picked from commit 74e5445eba397c3078840b784e98447385f68e40) [av skip] 04 January 2015, 20:35:09 UTC
496bb84 Docs: cross-ref control flow chapter (cherry picked from commit 2eed33abed41eb8ba8c6cc169c5bc55536b5a01f) [av skip] 04 January 2015, 20:33:31 UTC
495f037 doc typo (cherry picked from commit c051f0666b1d6b4489651afd7298991a3b3cd561) [av skip] 04 January 2015, 20:31:38 UTC
5eff943 Docs: cross-ref constructors chapter (cherry picked from commit a97d9bf451c83d08d847affdab4c0784fd1a93a8) [av skip] 04 January 2015, 20:29:28 UTC
cb6b33c Docs: cross-ref complex/rational numbers chapter (cherry picked from commit 288947e537a6469c1175de47b97d095e7bc9ec9a) [av skip] 04 January 2015, 20:29:00 UTC
4582472 Docs: cross-ref FAQ Also fix Markdown syntax in blog post link. (cherry picked from commit bfca49c9141e151285162e770d39996fada13998) [av skip] 04 January 2015, 20:26:54 UTC
b653858 doc/faq/integers: link to Dan Luu's blog post on checked arithmetic Also change the text of the final paragraph of this FAQ entry. (cherry picked from commit 9714c3d28c88f38583ffcfe4bf0c2e69f040e925) [av skip] 04 January 2015, 20:26:26 UTC
388e51d Docs: cross-ref functions chapter (cherry picked from commit 9415e7c6ca6d19f86b994ee58ce89eb6068a4811) [av skip] 04 January 2015, 20:16:27 UTC
f58e420 doc: varargs keywords can be mixed with non-varargs ones And fix a variable name: k -> args. (cherry picked from commit 23a3f5d9a5e4f1dd8754b46a774e6cdd22b5251e) ref PR #8337 [av skip] 04 January 2015, 20:15:18 UTC
2c38905 clarify even more the evaluation scope of functions default values (cherry picked from commit a12e53019729a1c2678e5e3e54ea3add75191fd1) ref PR #8153 [av skip] 04 January 2015, 20:14:54 UTC
32eb4e5 Docs: cross-ref numbers chapter (cherry picked from commit 7c428ce745e6e931634800b4f8e3c97a96fb3e75) [av skip] Conflicts: doc/manual/integers-and-floating-point-numbers.rst 04 January 2015, 20:13:26 UTC
541a243 Add script to generate table of tab completions for Unicode input (cherry picked from commit 795a240a35a1faf500d75d0d6f878da8a5a64566) ref PR #8479 [av skip] Add stub of Unicode input chapter to manual (cherry picked from commit afc6473212de60c2ab0894d6bc551c9ddd6d9c8b) GENERATED: julia tabcomplete.jl > manual/unicode-input-table.rst (as in commit 0868620332bd001405c1dda6eb9794f76824ca7b, but regenerated from release-0.3 data) Add Unicode input chapter to latex doc Note: this makes pdflatex very unhappy! (cherry picked from commit 0a3c29fa8f83e3291bad5c265ba3c06245b0fca3) Work around Sphinx bug with :orphan: directive (cherry picked from commit b13e8e8b4a0bb4b18849909445caa079d10b3951) ref PR #8579 Update tabcomplete.jl to include Unicode names The script will now download UnicodeData.txt from the Unicode Consortium website. This file is added to .gitignore. (cherry picked from commit 7f09e04c3d14f397eedac41d053947a08c6803f2) Regenerate unicode-input-table.rst with Unicode names (cherry picked from commit cc55320e825104690cdb113d6eec6fedddcb451d) Doc: "Interacting with Julia" cross-references "Unicode input" (cherry picked from commit 7fa302ab36b6f69b9fb8404b3ce9d1c5db8429b3) partial backport of a583726ee9643a168b52008f40e3e88643200574, fix broken pdf docs Doc: warn about potential font rendering problems (cherry picked from commit 6f50135130295b7c415fb1b1f335f012bf2bfaeb) 04 January 2015, 20:03:44 UTC
34ec716 Docs: cross-ref mathematical ops chapter (cherry picked from commit d59ee3c12e0d71dfb61c6f5d6a01b96a67df86a7) [av skip] Conflicts: doc/manual/mathematical-operations.rst 04 January 2015, 19:37:44 UTC
5f6aeec changed infix to prefix documentation to comply with reST manual backport of dde12532edf624d4794e3c8b6fad8ce64fe57ca1 04 January 2015, 19:28:40 UTC
cdd32ed Convert examples to doctests in stdlib docs manual backport of #7973 [ci skip] 04 January 2015, 19:24:07 UTC
d835d60 unicode shortcuts documentation manual backport of #7918 04 January 2015, 18:30:08 UTC
2bcb9fe Fix typo in lufact docs. Ref #8416 (cherry picked from commit 87fc1db8b3f2c7051e2d037624c28da18013768c) [ci skip] 04 January 2015, 18:20:14 UTC
1a49929 Latex doc Unicode fix. Closes #8021 - Unicode code points have to be specified in UPPERCASE for pdflatex - Also includes missing declaration for U+2262 (\not\equiv) (cherry picked from commit 685b1da3d28b190bb9e4a5f6b21cfc6c500136c5) [av skip] 04 January 2015, 17:32:31 UTC
abc7162 fix #8021 (cherry picked from commit 3af501929e72cae9970c49d8e486f526442659f5) [av skip] 04 January 2015, 17:32:14 UTC
2e249b2 fix doc typo (cherry picked from commit 5450f2b8b525df83c29a619b03fcf68d7af6119c) [av skip] 04 January 2015, 17:29:01 UTC
d568b64 added a paragraph about elementwise As far as I can see, elementwise operators are never introduced or defined in the manual, so I added a paragraph to introduce and define them. (cherry picked from commit fb6f102b05f0cc28e013166575f27b4750ba22fc) ref PR #7876 [av skip] 04 January 2015, 17:21:14 UTC
c15d2bb Docs: cross-ref metaprogramming chapter (cherry picked from commit 7f5bdef4b34d890b1d3c28174b276d157e1099c2) [av skip] 04 January 2015, 17:14:13 UTC
1a20366 Fix minor typo (cherry picked from commit 69ab886598b0d4690bf460525b52683cda9e0759) [av skip] 04 January 2015, 17:13:56 UTC
2cd5c5e Fix invalid doc crossrefs: #8033 - Sets current module scope for manual/metaprogramming so that function cross-references work - Fully qualify module scope for `gemm!` -> `Base.LinAlg.BLAS.gemm!` (cherry picked from commit 0177ccf212d379ca2c7c55e16911f8ceb6780372) [av skip] 04 January 2015, 17:12:55 UTC
164e71e Docs: cross-ref shelling out chapter (cherry picked from commit bd86af8b81585a466616e9c3a70b71d0ed3530fa) [av skip] 04 January 2015, 17:11:44 UTC
2f8dde4 Add quick explanation of how to redirect stderr. (cherry picked from commit 13217743f36109a8473bbc40aebb823b71c91173) [av skip] 04 January 2015, 17:11:26 UTC
back to top