initial commit master
authorUri Guttman <uri@cpan.org>
Fri, 31 Oct 2008 01:36:20 +0000 (20:36 -0500)
committerUri Guttman <uri@cpan.org>
Fri, 31 Oct 2008 01:36:20 +0000 (20:36 -0500)
commit7468c58403ae8ecc1b2bdefba904be9e8198cfef
treee934ad3907e3ce4b1074b34fd5db2491aa31571d
initial commit
71 files changed:
.gitignore [new file with mode: 0644]
Changes [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
META.yml [new file with mode: 0644]
Makefile [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README [new file with mode: 0644]
Sort/Maker.pm [new file with mode: 0644]
exp/bar1 [new file with mode: 0644]
exp/bar2 [new file with mode: 0644]
exp/closure.pl [new file with mode: 0644]
exp/clpmodules_bench.pl [new file with mode: 0644]
exp/cmp.pl [new file with mode: 0644]
exp/endian.pl [new file with mode: 0644]
exp/endian2.pl [new file with mode: 0644]
exp/float.pl [new file with mode: 0644]
exp/map_context.pl [new file with mode: 0644]
exp/num_NA.pl [new file with mode: 0644]
exp/pad_bench.pl [new file with mode: 0644]
exp/sort_rows.pl [new file with mode: 0644]
exp/x_bench.pl [new file with mode: 0644]
paper/abstract [new file with mode: 0644]
paper/bench_loops.pl [new file with mode: 0644]
paper/field_sort.pl [new file with mode: 0644]
paper/make_data.pl [new file with mode: 0755]
paper/outline_notes [new file with mode: 0644]
paper/rand_data.pl [new file with mode: 0644]
paper/sort_bench.pl [new file with mode: 0644]
paper/sort_gen.pl [new file with mode: 0644]
paper/sort_outline [new file with mode: 0644]
paper/sort_paper.html [new file with mode: 0644]
slides/Makefile [new file with mode: 0644]
slides/slides/index.html [new file with mode: 0644]
slides/slides/slide-0101.html [new file with mode: 0644]
slides/slides/slide-0102.html [new file with mode: 0644]
slides/slides/slide-0103.html [new file with mode: 0644]
slides/slides/slide-0104.html [new file with mode: 0644]
slides/slides/slide-0105.html [new file with mode: 0644]
slides/slides/slide-0106.html [new file with mode: 0644]
slides/slides/slide-0107.html [new file with mode: 0644]
slides/slides/slide-0108.html [new file with mode: 0644]
slides/slides/slide-0109.html [new file with mode: 0644]
slides/slides/slide-0110.html [new file with mode: 0644]
slides/slides/slide-0111.html [new file with mode: 0644]
slides/slides/slide-0112.html [new file with mode: 0644]
slides/slides/toc.html [new file with mode: 0644]
slides/sort_maker.txt [new file with mode: 0644]
slides/templates/bullet.tmpl [new file with mode: 0644]
slides/templates/bullet2.tmpl [new file with mode: 0644]
slides/templates/code.tmpl [new file with mode: 0644]
slides/templates/footer.tmpl [new file with mode: 0644]
slides/templates/header.tmpl [new file with mode: 0644]
slides/templates/para.tmpl [new file with mode: 0644]
t/GRT.t [new file with mode: 0644]
t/arrays.t [new file with mode: 0755]
t/bad_code.t [new file with mode: 0644]
t/closure.t [new file with mode: 0644]
t/code.t [new file with mode: 0644]
t/common.pm [new file with mode: 0644]
t/descending_grt_string.t [new file with mode: 0644]
t/errors.t [new file with mode: 0644]
t/hashes.t [new file with mode: 0755]
t/init_code.t [new file with mode: 0755]
t/io.t [new file with mode: 0755]
t/name.t [new file with mode: 0644]
t/numbers.t [new file with mode: 0755]
t/ref_in_varying.t [new file with mode: 0644]
t/regex.t [new file with mode: 0644]
t/simple.t [new file with mode: 0644]
t/sort.t [new file with mode: 0644]
t/string_data.t [new file with mode: 0755]