https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
bddb703 Merge branch 'release-0.1' of github.com:JuliaLang/julia into release-0.1 07 March 2013, 08:45:48 UTC
0f9c574 fix some ccall return types 07 March 2013, 08:45:38 UTC
1cb94e9 Merge branch 'release-0.1' of github.com:JuliaLang/julia into release-0.1 07 March 2013, 08:29:54 UTC
0172a0d Fix typo in windows filesize test. 07 March 2013, 08:29:33 UTC
f78c1c3 fix last commit 07 March 2013, 08:25:44 UTC
00e8e84 fix #2400, fix #2401 Conflicts: src/ast.c 07 March 2013, 08:14:00 UTC
ff872d0 fix #2365 Conflicts: test/core.jl 07 March 2013, 08:11:04 UTC
1f9a12c fix #2352 Conflicts: test/core.jl 07 March 2013, 08:09:31 UTC
9585dd9 update webrepl build for libuv changes to uv_run 07 March 2013, 08:00:50 UTC
de3d5eb fix mac build by disabling set process title feature of libuv 07 March 2013, 08:00:38 UTC
1191032 fix #2446, fix #1689, fix libuv #5. bump version of libuv to latest origin/master from upstream 07 March 2013, 08:00:24 UTC
fe1f8e0 Update findnext to use helper macros. 07 March 2013, 07:35:49 UTC
907493a Fix findnext on BitArrays 07 March 2013, 07:33:45 UTC
c3471b6 fftw tweak: use >>1 to divide integers by 2 and round down, not ifloor 07 March 2013, 07:30:50 UTC
206204b Make all numbers iterable and fix #2369 [max(Inf) hangs]. 07 March 2013, 07:30:50 UTC
0788019 Fix #2377: corrected definition of sortby(v,by,alg). 07 March 2013, 07:30:50 UTC
43e0656 examples/bubblesort.jl: tabs => spaces. 07 March 2013, 07:30:50 UTC
364bd7a add type decl for isblank 07 March 2013, 07:24:20 UTC
4f8487f make reshape always share data for Arrays. for #2279 for now, whether reshape shares data will just have to depend on argument type. it is popular to write things like reshape(1:4, 2, 2). 07 March 2013, 07:21:47 UTC
d4418a9 fix #2452 07 March 2013, 07:21:31 UTC
4d8ddd4 Merge branch 'release-0.1' of github.com:JuliaLang/julia into release-0.1 07 March 2013, 07:21:10 UTC
631a37f Update helpdb 07 March 2013, 07:17:51 UTC
7d8ef0f Merge branch 'release-0.1' of github.com:JuliaLang/julia into release-0.1 07 March 2013, 07:15:26 UTC
11f0970 fix #2477, scheduler integration of the various wait_* functions Conflicts: base/stream.jl 07 March 2013, 07:15:06 UTC
98b0d8e Merge branch 'release-0.1' of github.com:JuliaLang/julia into release-0.1 07 March 2013, 07:11:38 UTC
ffef07d add `.+ .-` add `.+ .-`  so operators and descriptions match 07 March 2013, 07:11:12 UTC
a8e0542 Only build the SuiteSparse libraries, and disable the demos. This drastically improves the build time. close #2005. 07 March 2013, 06:53:51 UTC
5876dbc Revert "versioninfo() function. closes #1351" This partially reverts commit bca3206d4f0f54d3cb60a7dba2ffa674ba6ba830. This cherry-pick accidentally brought along versioninfo, which is a new feature that shouldn't be introduced in a patch version. Conflicts: base/pkg.jl 07 March 2013, 06:36:05 UTC
52bc1e4 Pkg: don't rely on submodule for determining which are packages [#2315]. This is a small, hopefully non-invasive step towards relegating submodules to a snapshotting mechanism, rather than a first-class part of the way Pkg works. Hopefully this cures some of what's ailing us. Conflicts: test/Makefile 07 March 2013, 06:17:06 UTC
bca3206 versioninfo() function. closes #1351 07 March 2013, 06:17:06 UTC
53c6a89 Pkg: allow package versions to depend on specific versions of Julia. This also provides the facility to tell the version resolver that certain package versions are fixed. This has the affect that it doesn't try to determine a version for those packages, but will exclude versions that depend on the fixed packages *excluding* the fixed version number given. The dependency on Julia is injected as a fixed dependency on the current julia version. Thus, any package that specifies a dependency for the julia "package" while doesn't include the current Julia version, won't be considered for install. Fixed version are currently only used for this, but pacakges that are on-branch or dirty should be considered fixed. 07 March 2013, 06:17:06 UTC
d96a5d0 Pkg: make Pkg.add and Pkg.rm more resilient to failures. 07 March 2013, 06:17:06 UTC
9cfbbe0 Pkg: some very basic testing; must be run explicitly. 07 March 2013, 06:17:06 UTC
384ac83 Run install_name_tool on libtcl, libtk, and libtk_wrapper 06 March 2013, 08:39:54 UTC
e87daf8 The tk_wrapper code is in Tk.jl. Remove it from here. 06 March 2013, 08:20:09 UTC
9ee7a65 Set the GIT_TEMPLATE_DIR environment variable. Copy the usr/share/git* libraries as part of the install step. 06 March 2013, 05:00:29 UTC
e6a913c Avoid using hard links when installing git. 05 March 2013, 15:00:27 UTC
9d22308 Include openlibm ldexp fix in release-0.1 05 March 2013, 14:32:09 UTC
94ddf02 Update git to 1.8.1.5 (there was a build failure in 1.8.1.4) Bundle git's libexec Set GIT_EXEC_PATH to the local installation when launching julia 05 March 2013, 12:15:08 UTC
dae9629 Add the path for the julia-installed git to the end of PATH, so that the system provided git is used if available. 05 March 2013, 07:04:20 UTC
4d3074c Update helpdb 05 March 2013, 03:03:14 UTC
2b077ad improve doc of svd(). fixes #2358 04 March 2013, 12:31:08 UTC
afdf679 Include julia/usr/bin in PATH so that Pkg can find git. Some other updates for packaging julia on mac. 28 February 2013, 08:58:31 UTC
4d71c23 Install git as part of `make dist` on Mac. Update deps/.gitignore. 27 February 2013, 14:03:40 UTC
e3cb7d3 Add ability to build and install git in deps/Makefile. Addresses #1709 27 February 2013, 14:03:32 UTC
b6edd11 VERSION: 0.1.1 25 February 2013, 06:54:01 UTC
77a2ef2 set doc version to 0.1 22 February 2013, 02:44:16 UTC
c6b9782 doc: Update top links bar to match main website 22 February 2013, 02:22:43 UTC
7f8bc7d fix #2105 21 February 2013, 12:28:11 UTC
5cdae3f Package up cairo and tk and dependencies from ~/.julia/{Cairo,Tk} Improve Makefile, Update .gitignore, Update dmgCreator file. 20 February 2013, 09:07:23 UTC
a15dfa7 Merge branch 'release-0.1' of github.com:JuliaLang/julia into release-0.1 20 February 2013, 03:32:26 UTC
7991748 localpart needs to be called localize in 0.1 (fix test) 19 February 2013, 22:44:43 UTC
04c6049 fix #2364, type defs in macros 19 February 2013, 22:40:13 UTC
cd1fd48 fix infinite loop when there's no exception handler. fixes #2361 19 February 2013, 22:39:51 UTC
3c8b901 add edit openers for windows. fixes #2356 19 February 2013, 21:19:35 UTC
f2cf8df fix spawnat regression 19 February 2013, 20:43:12 UTC
3b89389 Update mailing lists address in README The address of the page of mailing lists etc. has changed in the last website upgrade. 19 February 2013, 14:56:20 UTC
bd4c101 Create a dmg out of the app bundle. 19 February 2013, 13:21:02 UTC
ba74574 Create a mac app bundle 19 February 2013, 12:52:57 UTC
98f4542 Remove LLVM version from README.md. 19 February 2013, 12:45:38 UTC
a9008e5 add potentially useful things to default PATH on windows 19 February 2013, 09:03:04 UTC
46eb94d fix WINPATH delimiters in Make.inc 19 February 2013, 08:44:25 UTC
f2a5b49 windows testing fixes: avoid perl's textmode STDOUT and be really good about closing file handles so rm can work 19 February 2013, 08:39:33 UTC
bea9c47 set OPENBLAS_NUM_THREADS=1 so that tests pass at all on wine. patch for #2124 19 February 2013, 08:39:18 UTC
7db7320 fix #2344 17 February 2013, 21:19:31 UTC
6201283 fix #2336, julia-in-comment in emacs mode 17 February 2013, 19:36:41 UTC
4c3b2c2 fix cumsum, #2342 17 February 2013, 19:36:08 UTC
61a5acd doc/stdlib: add OS_NAME (closes #2218) 15 February 2013, 21:58:06 UTC
e9dfbe2 fix #2307 15 February 2013, 04:08:01 UTC
b6125fe fix #2297 14 February 2013, 05:48:34 UTC
e9263b7 Merge branch 'master' of github.com:JuliaLang/julia 14 February 2013, 00:49:00 UTC
3c65ede Update download and install instructions by pointing to the downloads page on the website. 14 February 2013, 00:48:19 UTC
aca7781 Merge pull request #2298 from aviks/topic/pkglist Updated package listing 14 February 2013, 00:19:37 UTC
e72bf4a Updated package listing 14 February 2013, 00:10:30 UTC
7d040da don't run patchelf on symlinks (closes #1744) 14 February 2013, 00:10:12 UTC
8cc5036 Update helpdb 13 February 2013, 23:48:28 UTC
71eba5b don't install readline libraries (part of #1744) Also some glpk cleanups. 13 February 2013, 23:13:21 UTC
cf6a3e5 examples/shootout/meteor-contest.jl: rename push -> push! 13 February 2013, 22:22:33 UTC
d3d0f85 fix write 'in typeassert, expected IOStream, got TTY' error 13 February 2013, 22:20:24 UTC
87f4ea7 fix 3ba19aef55f77f3470fb2f43e1dc7932a408f332 typo 13 February 2013, 21:40:21 UTC
98de847 Merge pull request #2292 from RZEWa60/master Fix addprocs_sge 13 February 2013, 18:55:05 UTC
4bc33bb Merge pull request #2294 from kmsquire/sort_doc_update Fix sort order in example, other minor sort doc updates. 13 February 2013, 14:19:42 UTC
5a2ae6e Fix sort order in example, other minor sort doc updates. 13 February 2013, 14:11:56 UTC
e8462ed Merge pull request #2291 from kmsquire/sort_doc_update Updated sort docs. 13 February 2013, 13:31:53 UTC
69733f5 Merge branch 'master' of github.com:RZEWa60/julia 13 February 2013, 09:21:09 UTC
a9ba327 document a few array functions 13 February 2013, 08:34:10 UTC
489cee4 make Bool array cumsum return an Int array remove references to FDSet from doc 13 February 2013, 08:15:45 UTC
19ec33e Add more documentation for string functions (see #2147 & #2242) Conflicts: doc/stdlib/base.rst 13 February 2013, 07:54:58 UTC
3823abc add doc for important string functions 13 February 2013, 07:28:13 UTC
08c3171 Rebuild helpdb.jl. 13 February 2013, 07:12:43 UTC
4593dec doc for a few more functions 13 February 2013, 07:10:26 UTC
0b9a7bc Updated sort docs. Note that this just corrects the information, but the docs themselves still should be substantially updated to reflect the updated sorting framework. 13 February 2013, 07:10:07 UTC
96cfc0f add more function doc 13 February 2013, 06:54:03 UTC
312ad5a fix bigint/bigfloat segfaults on centos/fedora 13 February 2013, 05:10:30 UTC
e54083a fix for my previous commit 13 February 2013, 03:46:11 UTC
64966d6 Windows: fix #2117, fix #2139, fix #2080, fix #2263, fix #2256 13 February 2013, 02:30:52 UTC
6e61e59 better fix for #2285 12 February 2013, 23:44:23 UTC
68b80a8 fix rename of parse_input_line in web repl. fixes #2282 12 February 2013, 23:20:00 UTC
fee8e6d VERSION = 0.1 (this is still only a release candidate until tagged). 12 February 2013, 22:30:46 UTC
0756c6f more fixes for reading from pipes [#2162] 12 February 2013, 21:58:56 UTC
back to top