Skip to content

History

Revisions

  • Add anchors to all subsection headings. Accomplished with this perl one-liner: perl -i -ple 'if (/^#+\s*(.*?)\s*$/) { my $name = $1; $name =~ s/\W+/ /g; $name =~ s/^\s+//; $name =~ s/\s+$//; $name =~ s/ /-/g; s{^(#+)\s*(.*?)\s*$}{<a name="$name"/>\n$1 $2} }' *.md

    @StefanKarpinski StefanKarpinski committed Jun 8, 2011
    05ecb4e
  • Adding more on Tasks. Other small changes, including describing the real behavor of chained comparisons.

    @JeffBezanson JeffBezanson committed Jun 8, 2011
    adaad33
  • Switch all headings to using the ## style instead of underlining.

    @StefanKarpinski StefanKarpinski committed Jun 8, 2011
    be68242
  • Merge branch 'master' of github.com:JuliaLang/julia.wiki * 'master' of github.com:JuliaLang/julia.wiki: Add some links to various wikipedia articles. Add gamma and lgamma functions to Mathematical Functions. Fix wording of atan2 explanation; tweak explanation of ldexp. Remove all references to vectors, vectorization or .<op> forms. Updated Mathematical Operations (markdown) Change location and wording of link to John D. Cook's blog post. Much more complete coverage of Mathematical Functions. Updated Strings (markdown) Replace residual LaTeX \emph{not} with *not*. In markdown, `String`s just looks awkward, so avoid it. Add a note about the manual not being complete yet.

    @StefanKarpinski StefanKarpinski committed Jun 7, 2011
    0755711
  • Link to Strings from Command Interpolation

    @StefanKarpinski StefanKarpinski committed Jun 7, 2011
    aae0e3a
  • Add some links to various wikipedia articles.

    @StefanKarpinski StefanKarpinski committed Jun 7, 2011
    12a1479
  • Add gamma and lgamma functions to Mathematical Functions.

    @StefanKarpinski StefanKarpinski committed Jun 7, 2011
    057d26f
  • Fix wording of atan2 explanation; tweak explanation of ldexp.

    @StefanKarpinski StefanKarpinski committed Jun 7, 2011
    f4bcaf1
  • Remove all references to vectors, vectorization or .<op> forms.

    @StefanKarpinski StefanKarpinski committed Jun 7, 2011
    dcd1844
  • Updated Mathematical Operations (markdown)

    @StefanKarpinski StefanKarpinski committed Jun 7, 2011
    c965447
  • Change location and wording of link to John D. Cook's blog post.

    @StefanKarpinski StefanKarpinski committed Jun 7, 2011
    ec4a25e
  • Much more complete coverage of Mathematical Functions.

    @StefanKarpinski StefanKarpinski committed Jun 7, 2011
    9db6a5b
  • Updated Strings (markdown)

    @StefanKarpinski StefanKarpinski committed Jun 7, 2011
    6a52bdc
  • Replace residual LaTeX \emph{not} with *not*.

    @StefanKarpinski StefanKarpinski committed Jun 7, 2011
    e119541
  • In markdown, `String`s just looks awkward, so avoid it.

    @StefanKarpinski StefanKarpinski committed Jun 7, 2011
    3ef2a1f
  • Add a note about the manual not being complete yet.

    @StefanKarpinski StefanKarpinski committed Jun 7, 2011
    84b8c78
  • Merge branch 'master' of github.com:JuliaLang/julia.wiki * 'master' of github.com:JuliaLang/julia.wiki: Add a stub for Metaprogramming.

    @StefanKarpinski StefanKarpinski committed Jun 7, 2011
    2e09cab
  • Add an Overview section to Home.

    @StefanKarpinski StefanKarpinski committed Jun 7, 2011
    f447e77
  • Add a stub for Metaprogramming.

    @StefanKarpinski StefanKarpinski committed Jun 7, 2011
    117bd64
  • Add section on Running External Programs.

    @StefanKarpinski StefanKarpinski committed Jun 7, 2011
    a883e34
  • Some minor edits to Methods.

    @StefanKarpinski StefanKarpinski committed Jun 7, 2011
    56cf9d6
  • Add ported section on Methods.

    @StefanKarpinski StefanKarpinski committed Jun 7, 2011
    8c274d6
  • Factor Conversion and Promotion into its own section.

    @StefanKarpinski StefanKarpinski committed Jun 7, 2011
    11a0be6
  • Rename "record type" to "composite type".

    @StefanKarpinski StefanKarpinski committed Jun 6, 2011
    18e1768
  • Port the Types section to the wiki.

    @StefanKarpinski StefanKarpinski committed Jun 6, 2011
    17618ed
  • TODO note about explaining let blocks.

    @StefanKarpinski StefanKarpinski committed Jun 6, 2011
    5930642
  • Add wiki page on Variables and Scoping.

    @StefanKarpinski StefanKarpinski committed Jun 6, 2011
    1cae885
  • Add note about using & and | for non-short-circuit boolean operations. A couple of other edits too.

    @StefanKarpinski StefanKarpinski committed Jun 6, 2011
    0b59915
  • Remove note about sqrt(-1 + 0im) == 0 + 1im.

    @StefanKarpinski StefanKarpinski committed Jun 6, 2011
    69db4e5
  • Fix TODO note about chained comparison ordering.

    @StefanKarpinski StefanKarpinski committed Jun 6, 2011
    bcf89da