sort by:
Revision Author Date Message Commit Date
a37b4d6 VERSION: 0.2.0-rc4 11 November 2013, 18:47:59 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
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
25dd30f Merge pull request #4734 from JuliaLang/jb/fixstdfd in init_stdio, get FD out of the file object instead of hard-coding it 05 November 2013, 21:30:50 UTC
c98e612 attribute syntax change that allows julia.h to be compiled under MSC 05 November 2013, 21:03:41 UTC
1955073 Fix build when git is not availible 05 November 2013, 19:27:14 UTC
908f680 in init_stdio, get FD out of the file object instead of hard-coding it 05 November 2013, 17:05:02 UTC
b556951 Merge pull request #4732 from waldir/patch-1 typo: regsitered --> registered 05 November 2013, 01:25:03 UTC
0aae40a typo: regsitered --> registered 05 November 2013, 00:56:43 UTC
e9ed801 fix bug in function name in some line number nodes ref #4716 04 November 2013, 18:21:29 UTC
eb73aa5 Merge pull request #4721 from sebastien-villemot/master Fix code for cholmod < 2.1. 04 November 2013, 14:47:06 UTC
cca45a4 Added a make flag TAGGED_RELEASE_BANNER As the commit information line is hidden when compilling a taged release, this adds a make flag so that distributes can cusomize 45 characters of the splash screen. 04 November 2013, 14:46:44 UTC
b4187d6 Updated splash screen to show more relevant information Theese changes are made to the splash screen * Branch name was hidden when if name == "master", now it is hidden if the current commit is in the history of (origin/)master * Latest commit datetime is shown on the same line as the version string. * The age of last commit in (origin/)master is calculated at runtime startup and shown to the user as # days old master. This is to encurage users that compile and follow master to stay current. * If julia was compiled from a fork the number of commits not in master is shown on startup. * For tagged releases all git info is hidden in the splash screen. 04 November 2013, 14:13:43 UTC
5cc1652 Don't compute factorization twice See #4732 and d46936bcc9a55ea184f3420ef900ba7f9ccc83b9. Ugh. 04 November 2013, 12:12:33 UTC
d46936b Fix #4723 04 November 2013, 11:09:22 UTC
d720865 fix #4688, inlining too early inside method definitions 04 November 2013, 06:08:55 UTC
1dbd8b5 quick hack to fix #4715 04 November 2013, 03:45:10 UTC
da429a3 improve type of set union 04 November 2013, 03:33:19 UTC
7ed13ba improve array intersect/union. fixes #4725 04 November 2013, 03:22:52 UTC
a9a756b apply @timholy's optimizations to sparse * to a couple other cases 04 November 2013, 02:21:28 UTC
4632905 Merge pull request #4720 from JuliaLang/teh/sparsematvecmul Speed up (and test) sparse matrix-vector multiplication 04 November 2013, 02:14:44 UTC
c9f930c revert change to splitline benchmark. ref #4724 04 November 2013, 02:02:55 UTC
9f032fa a small inlining improvement that makes Zip2 faster 04 November 2013, 02:00:04 UTC
0822307 add eltype methods for iterators 04 November 2013, 01:41:48 UTC
9f3f2ed fix #4718, Zip iterator was impure this also makes it faster, and special-cases zipping 2 iterators other iterators updated to be immutable 04 November 2013, 01:36:17 UTC
1c8d316 Merge pull request #4712 from JuliaLang/cb/helpfix Another attempt at fixing #4697 03 November 2013, 20:31:22 UTC
b715921 improve printing of kw expressions 03 November 2013, 20:18:46 UTC
4820e9d fix #4710, export/document searchindex and rsearchindex 03 November 2013, 19:57:43 UTC
f3f9a7f Merge pull request #4711 from GlenHertz/patch-7 Update docs for previous change in ambiguous function warning message. 03 November 2013, 19:38:37 UTC
031cf5b Fix code for cholmod < 2.1. It is field IPerm which was added in cholmod 2.1, not field Perm. 03 November 2013, 14:30:17 UTC
41b85b0 test/bigint: fix failure on 32-bit system 03 November 2013, 14:25:42 UTC
675748b Speed up (and test) sparse matrix-vector multiplication 03 November 2013, 12:07:55 UTC
ead9ec6 Merge pull request #4705 from JuliaLang/cb/bitmmapfix Fix mmap_bitarray; make it available in Windows 03 November 2013, 10:54:07 UTC
cba1d12 docs: replace usages of home() with homedir(). 02 November 2013, 20:11:53 UTC
83b0c59 doc/stdlib: homedir() 02 November 2013, 19:48:29 UTC
a5a03d1 rename home() => homedir(). https://github.com/JuliaLang/julia/commit/456fb0a1d162de1b45bac22a48ab7580a43573ee#commitcomment-4494896 02 November 2013, 19:45:31 UTC
20b76e4 Fix #4709 02 November 2013, 19:15:59 UTC
a724217 Improve help() * Discriminates between functions from different modules with the same name when calling help on the function itself (fix #4697) * Attempts to prepend "Base." to function names 02 November 2013, 16:20:50 UTC
de70a0b Update docs for previous change in ambiguous function warning. 02 November 2013, 16:07:28 UTC
a42aca3 Pkg docs: fixes for proper display via help() * Removed the Pkg prefix in the definitions, since otherwise help() doesn't work * Added preamble to make clear Pkg functions are not exported * Linked the page in stdlib index * Updated helpdb.jl Together with the actual writing of the docs in 468c0297f67e16a2d47983c2a7b31a3bcd30daed, this closes #4696. 02 November 2013, 13:11:58 UTC
ba5ef5d Update documentation for Base.Test module function registerhandler no longer exists; withhandler is now called with_handler; updated example Also updated helpdb.jl 02 November 2013, 00:47:05 UTC
1114290 Document task_local_storage(body,symbol,value) 02 November 2013, 00:45:46 UTC
f661394 Fix task_local_storage(body,symbol,value) actually store the symbol-value pair. This also fixes Test.with_handler 02 November 2013, 00:44:34 UTC
61ab346 Update helpdb.jl 02 November 2013, 00:14:44 UTC
7dc9781 doc/stdlib: add BitArrays to interfaces where appropriate Also fix trues and falses entries 02 November 2013, 00:11:06 UTC
2f0af6a Merge branch 'master' of github.com:JuliaLang/julia 02 November 2013, 00:08:14 UTC
07a0c09 remove undefined exports. fixes #4703 also store "ans" in Main instead of Base. it is part of the current session, not the library 02 November 2013, 00:07:52 UTC
back to top