https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
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
4190560 Docs: cross-ref strings chapter (cherry picked from commit 02a233a68ed429188dc346f38a5d6b5437030f48) [av skip] Conflicts: doc/manual/strings.rst 04 January 2015, 17:07:06 UTC
efdea52 slight doc clarification (cherry picked from commit 6e0b6af1d3ef136fc0cd3f7189c647cefa6dc7e5) [av skip] Conflicts: doc/manual/strings.rst 04 January 2015, 16:59:55 UTC
a99c29e Docs: cross-ref style guide (cherry picked from commit 003642607d175439056ac8b079d3db011ad52ddf) [av skip] 04 January 2015, 16:56:16 UTC
426e4e9 Expand style guide on naming An attempt to capture the discussion at https://groups.google.com/d/msg/julia-dev/8ty9cQe_uGM/mkk3PiDG17wJ, particularly https://groups.google.com/d/msg/julia-dev/8ty9cQe_uGM/Qgu9I6lN-LgJ (cherry picked from commit 6dbce3256dea0a9a4b1d38b5e28ea94ab2891ec8) [av skip] 04 January 2015, 16:55:53 UTC
0134fea Docs: cross-ref types chapter (cherry picked from commit e48ef5da167a6c7a0443218c56c95a0b77c2e2da) [av skip] Conflicts: doc/manual/types.rst 04 January 2015, 16:48:02 UTC
d9b425b NEWS and manual update for #6081 (cherry picked from commit 90bf63c8cd4a20dc2d4b9639bfdc7ba17bc10bb5) [av skip] Conflicts: NEWS.md 04 January 2015, 16:39:18 UTC
fa49b15 Fix some doc typos (cherry picked from commit df958f3af873d1aae0a8010fddc62d403d7bf036) [av skip] Fixup #7870 - Clean up line breaks - Add appropriate cross-references instead of "below" and "later" (such labels are essentially meaningless in hypertext) - Minor wording tweaks (avoid using 'trivial' as synonym for 'simple', replace 'Julia looks for' by 'dispatcher chooses') (cherry picked from commit 24d77e6d77e1c533f27433556ff577b38abc4930) 04 January 2015, 16:35:08 UTC
884a2f0 more explanation of abstract types Several points concerning abstract types eluded me when I first read the manual; I have written additional paragraphs to elucidate these points. (cherry picked from commit 3391f0cc461ad5380c91e5059616706351643eea) [av skip] more explanation of immutable Some aspects of 'immutable' escaped me when I first read the manual and were clarified by Stefan Karpinski. II think other new users might benefit from this clarification, so I put some additional paragraphs in the manual. (cherry picked from commit 442aaa535ba510c4d68986cac0721669bcf1dbbf) 04 January 2015, 16:33:57 UTC
db4630a Docs: cross-ref variables-and-scoping (cherry picked from commit dbf0d9c1d0e91577be6974d86db9cf2bc0c44456) [av skip] 04 January 2015, 16:21:21 UTC
9ced405 illegal -> invalid in the manual (cherry picked from commit fa58a377911158ad3e8cf17c5344a24bc08668a5) [av skip] 04 January 2015, 16:20:04 UTC
7932c0b Fix #7854 - label `comprehensions` - add cross-reference in section about scoping in for loops and comprehensions (cherry picked from commit 63023f6431a2aa076653f5a83f130fbf4fb2a009) [av skip] 04 January 2015, 16:19:19 UTC
a9671fe Added tests for rot and expanded arrayop/sparse tests (cherry picked from commit 0942678be5caadbe4f0eb23309f1aa6e72d519f6) ref PR #9593 Conflicts: test/arrayops.jl 04 January 2015, 16:02:03 UTC
f4bd89f Added tests for math.jl functions (cherry picked from commit 0542cb165adb8e7490923d0ce6ef3eeaeb8e13aa) ref PR #9568 04 January 2015, 15:40:30 UTC
e6ce7d9 Added tests for mapfoldl and contains (cherry picked from commit 4cc62e97357594d428b9dfeb7846a834659d5364) ref PR #9558 04 January 2015, 15:23:27 UTC
ee3ed68 Docs: cross-ref performance tips (cherry picked from commit 66442c578a49ffdeb15d5d01e5660ef0cf33308d) [av skip] Conflicts: doc/manual/performance-tips.rst 04 January 2015, 15:06:25 UTC
c20af80 Docs: cross-link, fix formatting and grammar in network/streams (cherry picked from commit 72af1357d3f6c4697e5671089ee8c50ac25fd7b7) [av skip] 04 January 2015, 14:46:27 UTC
86b529b Docs: cross-link linear algebra chapter (cherry picked from commit ea840cd83eb2d23892aa90cf8b16e36fc83289f3) [av skip] 04 January 2015, 14:35:13 UTC
89f2b6c Use mnemonic labels to describe available optimized operations (cherry picked from commit e8d9b6089ef8af77c9e7e5cc81f4d9005afb11f2) [av skip] 04 January 2015, 14:35:13 UTC
79852fd Correct quoting -- add missing spaces (cherry picked from commit 45cf16dccb5acfddbc94f60bde6d98a2226df689) [av skip] 04 January 2015, 14:35:12 UTC
db3dee2 Fix #9525, and create test (cherry picked from commit 69cb24a532ffc7157a4801673abb26b63afdaa7a) 04 January 2015, 14:32:35 UTC
42354ea docs: Cross-reference parallel computing manual (cherry picked from commit eea2e7d8e615e71adad10b25b29cff37621e8186) [av skip] Conflicts: doc/manual/parallel-computing.rst 04 January 2015, 14:27:11 UTC
82edc58 Doc: proper cross-referencing of ClusterManagers (cherry picked from commit d1cc4ba4ea15952f57f014419868877ce1fb396d) [av skip] Conflicts: doc/manual/parallel-computing.rst 04 January 2015, 14:06:01 UTC
378419a Doc: Fix codeblock formatting errors in parallel computing section (cherry picked from commit 68c3a9e0453f08b35f12aebccc2c1784fedf5a4e) [av skip] 04 January 2015, 13:59:57 UTC
aba05c9 Clarify code loading and module scope in parallel computing See http://stackoverflow.com/questions/26168943/module-loading-with-multiple-processes/26191638#26191638 (cherry picked from commit 265f9b8cc6143a34b4245497ba37ad9a71778234) [av skip] 04 January 2015, 13:58:46 UTC
a54cdf2 Restrict eigfact! and eigvals! for SymTridiagonal to real element types. (cherry picked from commit fc4c69de3935206589d25c251f5423cee1601726) 04 January 2015, 13:50:44 UTC
97aacba Fix #5998 Adds tip from @andrewcooke about deleting Github personal access token to fix ERROR: key not found: "token" error with Pkg.publish() (cherry picked from commit 51edba97e6af7ee3943cafeb517d5201960c0570) [av skip] 04 January 2015, 13:17:45 UTC
551e156 docs: Crosslink package docs (cherry picked from commit 00397bc9fe9a55a8d6f8046072e96fd7cba17045) [av skip] 04 January 2015, 13:16:57 UTC
17b11ae Fix #8976 partial cherry pick, just the added tests, from commit 67a1f68c20f5d4a0fe495b9bbcf28b2c8eeb0741 04 January 2015, 13:01:01 UTC
5f8d8d1 check indices in sparsevec(::Dict). fixes #8363 (cherry picked from commit 420dca78d84f534c082d4b162f6bfe872f317ead) 04 January 2015, 09:32:19 UTC
5ee29f2 Clarify scoping of if-blocks (cherry picked from commit f264d4f622147b1b9bb04727ff28f670d5e59ec8) Highlight that ifs don't introduce new scopes (cherry picked from commit e032c4b60f21cc4d9a5546b9f78d8f95ab6a65d0) Fix typo (cherry picked from commit f7f0e058cc4a7553f6e505c9da9ca57dc54c846e) [ci skip] 04 January 2015, 09:00:00 UTC
7b04cec enable [av skip] functionality note that AppVeyor also recognizes [ci skip], so use that when you want to skip both Travis and AppVeyor. [av skip] is for running something on Travis but not AppVeyor. (cherry picked from commit ada10ee0ad22a93e8755c8810c1d534185912be1) 04 January 2015, 08:44:27 UTC
4f74d19 Fix convert method for SymTridiagonal. Enable test for complex eltypes. (cherry picked from commit 5233c05b88f967a02d69a42117297f3e80c694be) Conflicts: test/linalg/tridiag.jl 03 January 2015, 10:35:16 UTC
ba7c8ab suppress warning during spawn test on appveyor [ci skip] (cherry picked from commit 0f12def52461baed2f2f1fe40945fd0556edc9f1) 03 January 2015, 10:27:40 UTC
3f9280f Fix #9506. Remove varargs in eigvals and eigfact. (cherry picked from commit 2052b358465f06f57382299d9c439135dadfdd3e) Conflicts: base/linalg/symmetric.jl 03 January 2015, 08:55:08 UTC
0ff5d3b Revert "Fix #9506. Remove varargs in eigvals and eigfact." This reverts commit 30747c385c47236ebd9c0e2f8684e34be592a961. 02 January 2015, 23:44:08 UTC
7b73c23 Change name of first section of stdlib docs 02 January 2015, 22:40:53 UTC
31a719d Revert update of openlibm submodule 02 January 2015, 22:37:36 UTC
5f0cf71 Reorganize stdlib docs Move as many parts as possible from base.rst to a separate doc page. Each separate file now starts with a *** headline. Cf. PR #9428. 02 January 2015, 22:33:55 UTC
fcfcae6 manually apply change from #8680 to fix #9549 (bug in overlaps in matchall) 02 January 2015, 19:33:00 UTC
back to top