Skip to content

Commit

Permalink
Merge branch 'master' of github.com:JuliaLang/julia
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Dec 23, 2013
2 parents 6abc0ae + d051439 commit def4b95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions contrib/README.ctags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
The 'ctags' file is for Exuberant CTags (http://ctags.sourceforge.net/)
Place its contents in your ~/.ctags file.
2 changes: 1 addition & 1 deletion contrib/ctags
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--langdef=julia
--langmap=julia:.jl
--regex-julia='/^[ \t]*(function|macro)[ \t]+([^ \t({[]+).*$/\2/f,function/'
--regex-julia=/^[ \t]*(function|macro|abstract|type|typealias|immutable)[ \t]+([^ \t({[]+).*$/\2/f,function/
--regex-julia=/^[ \t]*(([^@#$ \t({[]+)|\(([^@#$ \t({[]+)\)|\((\$)\))[ \t]*(\{.*\})?[ \t]*\([^#]*\)[ \t]*=([^=].*$|$)/\2\3\4/f,function/
2 changes: 1 addition & 1 deletion deps/Versions.make
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
LLVM_VER = 3.3
LLVM_LIB_SUFFIX =
READLINE_VER = 6.2
PCRE_VER = 8.31
PCRE_VER = 8.34
GRISU_VER = 1.1.1
DSFMT_VER = 2.2
ifeq ($(OS),WINNT)
Expand Down

0 comments on commit def4b95

Please sign in to comment.