swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40

sort by:
Revision Author Date Message Commit Date
aa1ad7d Handle undef refs in jl_copy_ast, fixes #9475 30 December 2014, 05:56:27 UTC
e6e4c0c Docs: fix misc errors introduced recently 29 December 2014, 16:51:05 UTC
141bc79 Use concrete typing on the indexes tuple for SubArray construction This works around bugs due to #8504. 29 December 2014, 15:20:22 UTC
8cea71e more fixes for win64 stack unwind and function lookup 29 December 2014, 02:07:07 UTC
1c006ca update windows build instructions 29 December 2014, 01:07:14 UTC
d066c3f Merge pull request #9459 from JuliaLang/jn/cluster_dir_cmd fix #7739 (for addprocs) 28 December 2014, 22:21:22 UTC
fb730f3 Two improvements to FunctionMover - Don't crash on Functions that don't have a name set - Ask MCJIT for GlobalVariables, not the memory manager 28 December 2014, 17:22:01 UTC
3bfe8de Docs: Clarify half-open interval in rand generation. Replaces #9478 28 December 2014, 08:47:42 UTC
74e5445 Docs: fix type of crosslink in stdlib/linalg 28 December 2014, 08:45:01 UTC
2eed33a Docs: cross-ref control flow chapter 28 December 2014, 08:41:22 UTC
a97d9bf Docs: cross-ref constructors chapter 28 December 2014, 08:23:44 UTC
288947e Docs: cross-ref complex/rational numbers chapter 28 December 2014, 08:19:22 UTC
4142917 Docs: cross-ref dates chapter 28 December 2014, 08:13:41 UTC
bfca49c Docs: cross-ref FAQ Also fix Markdown syntax in blog post link. 28 December 2014, 08:03:23 UTC
9415e7c Docs: cross-ref functions chapter 28 December 2014, 07:58:03 UTC
7c428ce Docs: cross-ref numbers chapter 28 December 2014, 07:54:31 UTC
d59ee3c Docs: cross-ref mathematical ops chapter 28 December 2014, 07:46:22 UTC
7f5bdef Docs: cross-ref metaprogramming chapter 28 December 2014, 07:16:42 UTC
bd86af8 Docs: cross-ref shelling out chapter 28 December 2014, 07:05:12 UTC
02a233a Docs: cross-ref strings chapter 28 December 2014, 07:05:00 UTC
0036426 Docs: cross-ref style guide 28 December 2014, 06:48:54 UTC
e48ef5d Docs: cross-ref types chapter 28 December 2014, 06:39:31 UTC
dbf0d9c Docs: cross-ref variables-and-scoping 28 December 2014, 06:19:42 UTC
66442c5 Docs: cross-ref performance tips 28 December 2014, 06:16:50 UTC
72af135 Docs: cross-link, fix formatting and grammar in network/streams 28 December 2014, 06:03:04 UTC
ea840cd Docs: cross-link linear algebra chapter 28 December 2014, 05:51:18 UTC
00397bc docs: Crosslink package docs 28 December 2014, 05:31:36 UTC
eea2e7d docs: Cross-reference parallel computing manual 28 December 2014, 05:16:16 UTC
8c3cb30 docs: fix duplicate label error 28 December 2014, 04:44:59 UTC
187e334 docs: fix spelling and formatting errors in parallel-computing 28 December 2014, 04:44:34 UTC
aa377e3 docs: Fix indentation error 28 December 2014, 04:37:36 UTC
cf8e27d Merge pull request #9452 from JuliaLang/teh/val Add wrapper for passing constants through type inference 27 December 2014, 15:52:53 UTC
bfa51bb win64: enable Comdat emission. this allows us to create sys.dll using link.exe 27 December 2014, 03:05:43 UTC
c9c89a4 Extend fixup-libgfortran to be able to handle internal libgfortran->libquadmath linkage 26 December 2014, 19:30:01 UTC
89e8ccc Merge pull request #9463 from JuliaLang/rf/dict-show-utf8 showdict: use endof instead of sizeof 26 December 2014, 08:03:27 UTC
96d3322 showdict: use endof instead of sizeof Sometimes, the output showed the truncation mark "…" even when nothing was truncated. 26 December 2014, 07:26:08 UTC
65a0959 fix issues with last commit on legacy platforms 26 December 2014, 06:25:41 UTC
ca15a28 win64: use a GlobalVariable in the .text section for debuginfo, rather than hacking the MCJIT MemoryManager 26 December 2014, 05:16:38 UTC
be2971e Merge pull request #9460 from Ismael-VC/patch-1 Correcting a typo. 25 December 2014, 16:11:42 UTC
9a3c68f Correcting a typo. Should be `'o'` instead of `'0'`. 25 December 2014, 15:52:32 UTC
8a8e840 Explain error in `contains` doc 25 December 2014, 13:38:31 UTC
399550e added docs for contains function 25 December 2014, 13:32:35 UTC
000b441 Merge pull request #9397 from JuliaLang/kf/keymap Overhaul and add tests to keymap code 25 December 2014, 12:01:43 UTC
3758b81 need a second $ for git status in release-candidate (cherry picked from commit a0d3d9376bfd80070a95bfccbbd0f4144293b9bf) rst fixes (cherry picked from commit bb020fa602e4bb4db6ff15ab991c523dbad7fd85) 25 December 2014, 10:16:10 UTC
7b7b58b Make keymap optional with k as default 25 December 2014, 09:42:21 UTC
2670c77 fix #7739. for addprocs, this makes dir always specify the starting working directory (defaults to pwd()) and makes exename always specify the julia binary to run (defaults to $JULIA_HOME/julia) 25 December 2014, 07:03:42 UTC
6fd6803 Windows fixes for build_sysimg.jl from #9376 Windows fixes for sys.ji location and using .ji in messages instead of Sys.dlext Fix WinRPM binutils location change some messages from println() to info() (cherry picked from commit cc9b2987202324b69d6430106db11b120ad9737e) Refactor running the linker into a separate function modify docs to reflect different paths on Windows (cherry picked from commit a829806499360fffc64a21772114d44e76d8bff8) Conflicts: doc/devdocs/sysimg.rst use winrpm gcc instead of binutils to link sys.dll on windows use Base.samefile for file path comparison add instructions to Pkg.add("WinRPM") too use -shared also on Windows, along with '-Wl,' only on Windows (cherry picked from commit b7a5d801a8657ce0f458b3372b3ace96b5fa517d) add .ji extension so inputs to samefile both exist (cherry picked from commit 1506d309591838a8e3c04275696b273e73fa3e32) 25 December 2014, 05:58:40 UTC
4e65472 move D_PNAN/D_PINF/etc constants into static defines 25 December 2014, 01:58:20 UTC
9d2c004 Merge pull request #9455 from kshramt/informative_test_throws More informative error messages for `test_throws` 25 December 2014, 00:06:57 UTC
dd7603e Fix conflict post process code 24 December 2014, 19:40:00 UTC
be699b5 More informative error messages for `test_throws` 24 December 2014, 18:41:14 UTC
7084497 Add wrapper for passing constants through type inference 24 December 2014, 12:33:58 UTC
8692429 julia-mode.el: `f(x) == something` does not define a function 24 December 2014, 12:02:33 UTC
6045d70 let typetree.jl print types out 24 December 2014, 09:52:16 UTC
4814557 Merge pull request #9387 from JuliaLang/rf/float16-equal1 fix rand(Float16|Float32) equal to 1 23 December 2014, 15:46:16 UTC
7261160 Merge pull request #9440 from JuliaLang/jh/recursivestagedfix fix #8853 23 December 2014, 14:35:32 UTC
db7dc0a Replace a bunch of tabs with spaces for reference, these were found using grep -n -P '\t' */*.c* */*.h* src/*/*.c* src/*/*.h* */*.jl */*/*.jl */*/*/*.jl 23 December 2014, 05:31:27 UTC
55f37ac Merge pull request #9357 from JuliaLang/vs/suitesparse Update to SuiteSparse 4.4.1. 23 December 2014, 00:56:23 UTC
bf2443a Merge pull request #9431 from armgong/versioninfo recreate version info pull request, need learn some git 23 December 2014, 00:31:47 UTC
c872ffe Merge pull request #9326 from davidavdav/factabstract Generalize container matrix to AbstractMatrix for most factorization types 22 December 2014, 21:17:03 UTC
ff9cebe Merge pull request #9344 from simonbyrne/roundeven Changes behaviour of round to use default rounding mode 22 December 2014, 17:53:39 UTC
239bfb1 fix #8853 See discussion in #8853, current recursion check fails for staged function. 22 December 2014, 17:38:58 UTC
2999af2 make rounding name modes consistent with symbols 22 December 2014, 16:39:56 UTC
20a5c3d Merge pull request #9391 from garborg/copyempty Make copy!(dest, doffs, src) handle empty src 22 December 2014, 15:46:18 UTC
bf5a404 Fixed function links in doc/manual/strings.rst 22 December 2014, 13:17:12 UTC
9fc5bfd add julia_version.h for version define in C API and dll export add void for 0-argument function declarations change julia_version.h to header 22 December 2014, 08:25:43 UTC
ab50bf8 Fix #9063, restore restore_signals() 21 December 2014, 23:22:52 UTC
e103f5d Backspace is overriden in the mode keymap, so needs a KeyAlias 21 December 2014, 20:05:36 UTC
1f4ea2b Fix build againstly llvm36 on win64 Note that errorobj on Windows uses an existing MemoryBuffer, so createObjectFile does not return OwningBinary. 21 December 2014, 19:47:49 UTC
d6514f4 Merge pull request #9433 from JuliaLang/tk/deps-talk Add a link to my slides from recent BAJU meetup 21 December 2014, 13:30:01 UTC
86d24fd Fix LLVM3.6 build (restores what was there before) 21 December 2014, 13:07:02 UTC
6393c14 Add a link to my slides from recent BAJU meetup 21 December 2014, 10:43:34 UTC
04893a1 fix #9185. ah, numbers, it doesn't matter if they're correct, right? 21 December 2014, 07:43:33 UTC
364cd0c fix #8050 21 December 2014, 07:43:33 UTC
c70ae4c Whitespace cleanup of README.md. 21 December 2014, 07:11:07 UTC
fbe241e Merge pull request #9361 from TravisBarryDick/warn_dumb_term Added warning message when ENV["TERM"]=="dumb". Resolves #9093 21 December 2014, 06:38:12 UTC
c48707f Merge pull request #9427 from goretkin/patch-3 Update README.md 21 December 2014, 06:23:02 UTC
7d40f7d Added warning message when ENV["TERM"]=="dumb". Resolves #9093 21 December 2014, 05:09:04 UTC
2d53143 Update README.md `libgit2` does this and I think this fixes it without having to re-build everything. Update README.md 20 December 2014, 22:15:13 UTC
6655241 String docs: start to add crosslinks between manual and stdlib 20 December 2014, 21:58:30 UTC
148d660 Merge pull request #9426 from JuliaLang/nalimilan/join Add mention of join() to the section of the manual about strings 20 December 2014, 20:08:24 UTC
ef0e557 Add mention of join() to the section of the manual about strings This is one of the very useful functions which can be hard to find, and very similar to repeat(). 20 December 2014, 17:58:33 UTC
f1ab1c9 fix rand(Float16|Float32) equal to 1 Cf. bug reported by @tkelman in #9301. As noted by @ivarne, converting a Float64 different from 1 to Float16 or Float32 can produce a value equal to one, which doesn't agree with the documented API. So instead of converting, let's produce a Float16/Float32 in [1,2) at the bit level, and then substract 1 (as was done in the array versions). As a side effect, this also makes rand(Float16) about twice as fast. 20 December 2014, 05:49:32 UTC
ddaff3c more llvm36 updates (for win64) 20 December 2014, 03:45:30 UTC
9f28e06 Fix FunctionMover for LLVM 3.6 In LLVM 3.6, we may not enter CloneFunctionInto recursively. Instead, just create the prototypes when we get there and copy the body over later. This should also work on earlier LLVM versions, so is enabled there too. 20 December 2014, 02:23:57 UTC
3117391 Merge pull request #9414 from blakejohnson/match-eO-escapes Forward \eO* escape sequences in REPL prefix mode. 19 December 2014, 21:43:53 UTC
e26ba39 Merge pull request #9411 from JuliaLang/teh/blockquotes Fix typo in markdown BlockQuote rendering (fixes #9409) 19 December 2014, 18:01:04 UTC
a3d95db use kernel.org url for git this tarball comes with configure so doesn't require autoconf 19 December 2014, 16:25:08 UTC
d1807c7 Forward \eO* escape sequences in REPL prefix mode. Fixes #9412. 19 December 2014, 16:02:56 UTC
9d0b866 patch libgit2 so 0.21.3 can compile with mingw 19 December 2014, 10:55:51 UTC
e463f63 Fix typo in markdown BlockQuote rendering (fixes #9409) 19 December 2014, 10:33:31 UTC
cc0cbfe Merge pull request #9309 from amitmurthy/amitm/cman_rework rework of cluster manager. support additional launches via a worker 19 December 2014, 05:53:21 UTC
2841dec Bump Windows PortableGit to 1.9.5 Bump git to 1.8.5.6 for Mac binaries add checksums for git 19 December 2014, 04:53:31 UTC
c81ec26 Bump libgit2 to 0.21.3 19 December 2014, 04:53:31 UTC
ca32fbe Revert "run win64 in parallel again on appveyor" This reverts commit a297d5c816ef26274eb5e48e953eba1c3f2a8094. Sadly issue #7942 is still a problem 19 December 2014, 04:53:31 UTC
605c363 avoid the stack-smasher strcpy-alloca and minor cleanup 19 December 2014, 04:40:14 UTC
79d473c Merge pull request #9399 from sbromberger/ipaddr-isless added isless() for IPAddrs - enables sorting and comparisons 18 December 2014, 17:30:12 UTC
93a5808 added isless() for IPAddrs - enables sorting and comparisons made isless() a one-liner make sure types are the same, and add some tests more tests 18 December 2014, 17:20:51 UTC
9714c3d 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. 18 December 2014, 15:42:17 UTC
9d13c79 Overhaul and add tests to keymap code Overhaul the keymap code and add a bunch of tests. The main new feature is the introduction of the KeyAlias type, which allows for lazy redirection as opposed to the eager redirection originally implemented. At some point down the road the redirection scheme changed to a hybrid scheme where the redirection would look in all the layers passed to `keymap` at the same time (rather than just the layer it is specified at and any layers below it). Unfortunately this is also quite incompatible with adding new keymaps dynamically on top of the existing layer. Since this behavior is useful for taking care of canonicalization of escape sequences, the KeyAlias type is added to support this use case. A key sequence mapped to a KeyAlias("ZZZ") will behave as if ZZZ had been typed instead. 18 December 2014, 04:03:20 UTC
back to top