sort by:
Revision Author Date Message Commit Date
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
2367f83 more informative error messages for reshape and reinterpret 09 November 2013, 23:30:36 UTC
287ace1 help text updates, to fix #4760 09 November 2013, 06:29:39 UTC
b3a4d29 Merge pull request #4735 from JuliaLang/jb/mscheaderfix attribute syntax change that allows julia.h to be compiled under MSC 09 November 2013, 03:46:30 UTC
c094cd5 remove unnecessary license from win64 setjmp and longjmp. closes #4748 09 November 2013, 03:40:37 UTC
3fdec84 Merge pull request #4743 from JuliaLang/sf/versiontweaks Tweak base/version.jl printing a bit 09 November 2013, 02:37:09 UTC
ab73026 minor doc formatting fix 09 November 2013, 02:31:04 UTC
ec877ce remove unnecessary static parameters in quaternion example 08 November 2013, 20:33:04 UTC
8573b82 allow kron for more than 2 arguments. fixes #4695 08 November 2013, 20:04:44 UTC
09369aa clarify manual description of array assignment. fixes #4727 08 November 2013, 19:49:23 UTC
8b33ba9 some updates to edit(), including nano support. ref #4728 08 November 2013, 19:39:57 UTC
24822f6 Merge pull request #4758 from magistere/julia-hrc-update Update keywords in julia.hrc 08 November 2013, 19:09:44 UTC
bfe0992 Clarify TAGGED_RELEASE_BANNER description 08 November 2013, 14:11:14 UTC
5012432 docs/manual: update some examples function definition does not print all methods any more; show all examples as entered at the repl. 08 November 2013, 10:18:46 UTC
2b0b686 doc/manual: added eta to list of functions also, small fix to lbeta definition 08 November 2013, 09:55:29 UTC
5fc993a doc/stdlib/base: small fixes 08 November 2013, 09:48:58 UTC
13a233e Update keywords in julia.hrc 08 November 2013, 09:09:30 UTC
664c8f1 Merge pull request #4757 from magistere/master Docs updates and corrections 08 November 2013, 09:07:39 UTC
7b1d0be Docs updates and corrections 08 November 2013, 08:35:07 UTC
f81aa2a Merge pull request #4741 from simonster/broadcast-workaround Incomplete fix/workaround for broadcast static type inference (#4673) 08 November 2013, 07:42:42 UTC
f6e29aa Merge pull request #4750 from ArchRobison/zlib-link-fix Zlib link fix 08 November 2013, 07:23:05 UTC
efd3358 document error behavior of convert(). ref #4755 also update helpdb 08 November 2013, 07:15:03 UTC
5266381 fix #4746, error for 2 semicolons in arglist 08 November 2013, 05:30:00 UTC
2e0db8b fix #4751, type inference and performance of special tuple reductions 08 November 2013, 05:19:38 UTC
fb5abae Swap order of $(JLDFLAGS) and -ljulia so that -ljulia comes first. This is important for linkers (such as ld on Linux) that do not scan a library listed earlier for definitions of symbols used by a library listed later. 07 November 2013, 20:49:04 UTC
1b6d6c3 Merge branch 'master' of https://github.com/JuliaLang/julia 07 November 2013, 17:49:43 UTC
4b2a4e1 Add repeat and derivatives of the gamma function to NEWS.md. 07 November 2013, 17:47:39 UTC
d45ad7a use zero(T) rather than convert(T,0) in quaternion example 07 November 2013, 15:03:00 UTC
2bad878 condensed verbose show() function in quaternion example 07 November 2013, 15:00:06 UTC
9a691d0 Document pitfalls with BigFloat 07 November 2013, 14:51:54 UTC
15d0e9d Fix build error on 32-bit OS 07 November 2013, 02:31:35 UTC
5bb9fd6 Use promote_eltype in Broadcast 07 November 2013, 00:37:38 UTC
0396771 Incomplete fix/workaround for broadcast static type inference (#4673) This attempts to infer the dimensionality of the returned array, although this only works for cases of sufficiently low dimensionality. 07 November 2013, 00:27:12 UTC
beb7061 Tweak base/version.jl printing a bit * I don't like printing "Unknown commit" when there's not `git` information, just print out what we know and leave it at that * versioninfo() depended on the `commit_string` variable, but that gets changed when on a tagged release. Now it just builds its own `commit_string` internally. One less weird global variable floating around! 06 November 2013, 23:09:32 UTC
bda1798 rename parse_ipv4 in tests this wasn't caught since the test is expected to throw an error 06 November 2013, 22:04:41 UTC
bfe8986 fix #4675, method sorting bug 06 November 2013, 21:03:44 UTC
71db28a fix #4731. we were missing some inferred method matches involving partially-specialized types 06 November 2013, 20:10:50 UTC
d85ee1f VERSION: 0.2.0-rc3 06 November 2013, 18:35:40 UTC
b48cccc Merge pull request #4665 from ivarne/no_branch_tag Removed branch info from splash screen on tagged commits 06 November 2013, 18:25:04 UTC
5ed41e4 quaternion example: use promote for heterogenous constructor. 06 November 2013, 17:32:59 UTC
d9450c2 NEWS: various copy and punctuation improvements. 06 November 2013, 17:16:20 UTC
9e407b1 added missing quaternion constructor and promotion rule 06 November 2013, 15:05:51 UTC
1288510 fixed println in quaternion example 06 November 2013, 14:41:52 UTC
5799009 missing imports in quaternion example 06 November 2013, 14:39:41 UTC
cb1e5e2 Fix eigvals for integer matrices. Define copy! and similar methods for Symmetric and Hermitian matrices. 06 November 2013, 08:59:10 UTC
4c435b9 `;cmd` – use "($cmd) && true" instead of detach [#4659]. If this works without problems on Linux, we're good to go. 06 November 2013, 06:53:39 UTC
129975b Revert "correct a number of over-specified function types in intfuncs" This reverts commit 3ddc69966c9501b1ddec6c090d27a40ffddf2585. 06 November 2013, 06:40:53 UTC
3ddc699 correct a number of over-specified function types in intfuncs 06 November 2013, 04:43:55 UTC
back to top