root/t/examples

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @24767 [24767] 4 days moritz [t] and [t/spec] * more tests for slurpy args + is copy/is rw * moved …
(edit) @24607 [24607] 2 weeks moritz [t] and [t/spec] * moved NaN.t, ref.t, trusts.t and fail.t to spec/ * …
(edit) @22623 [22623] 3 months lwall [t/] no more unpacking hash parameters, s/ceil/ceiling/
(edit) @22598 [22598] 3 months lwall [99problems] caller must be caller() before something that looks like …
(edit) @21999 [21999] 5 months moritz [t/examples] s/system/run/
(edit) @21998 [21998] 5 months moritz [t/examples] some more fixes caught by STD.pm
(edit) @21763 [21763] 5 months lwall s/q:code/quasi/ plus various t/ buglets
(edit) @21734 [21734] 5 months lwall various buglets, STD now parses 94% of t/
(edit) @21722 [21722] 5 months lwall [t/*] fix all the rands and $*PID."... instances
(edit) @21719 [21719] 5 months lwall [STD] detect obsolete use of =cut [t/*.t] delete obsolete uses of =cut
(edit) @20490 [20490] 8 months Auzon s/use v6-alpha;$/use v6;/; Also catching a few other mentions of …
(edit) @20420 [20420] 8 months moritz set svn properties on all .t files below t/ find t/ -type -f name '*.t' | …
(edit) @17701 [17701] 16 months lwall s:g/err/orelse/
(edit) @16670 [16670] 19 months lwall "for @foo -> my $a {...}" doesn't need the "my"
(edit) @16615 [16615] 20 months moritz problem97.t: whitespace/stylistic fixes
(edit) @16594 [16594] 20 months daxim implemented problem46.t
(edit) @16593 [16593] 20 months moritz implemented problem97.t
(edit) @16583 [16583] 20 months moritz implemented problem96.t with regexes
(edit) @16393 [16393] 20 months audreyt * Add svn props to 99problems tests.
(edit) @15977 [15977] 21 months yiyihu r15039@HomePc?: xinming | 2007-01-11 23:49:51 +0800 Make local branch for …
(edit) @15975 [15975] 21 months agentz * removed HARNESS_PUGS from *.t to ensure its independency * added one …
(edit) @15972 [15972] 21 months agentz added support for HARNESS_PUGS to t/examples/*.t
(edit) @15970 [15970] 21 months agentz t/examples/golfex.t now respects the HARNESS_PUGS env.
(edit) @15922 [15922] 21 months moritz problem07.t: substitutede .isa(Array) with List
(edit) @15878 [15878] 21 months lwall don't use obsolete each() in 99problems work around "return if" problem.
(edit) @15810 [15810] 22 months Jedai t/examples/99problems/problem90.t more perlish, problem91.t pass his test
(edit) @15808 [15808] 22 months Jedai t/examples/99problems/problem90.t optimized
(edit) @15784 [15784] 22 months lanny * 99problems/problems9{1,2,3,7}.t + just because I'm a literalist
(edit) @15782 [15782] 22 months lanny * problem50.t - huffman coding + break ties in sort to create the tree …
(edit) @15722 [15722] 22 months moritz problem67.t: implementation of first bit
(edit) @15721 [15721] 22 months moritz 99problems/problem65.t implemented (layout a binary tree (2))
(edit) @15720 [15720] 22 months moritz 99problems/problem64.t implemented (tree alignment 1)
(edit) @15712 [15712] 22 months moritz problem62.t implemented (collect internal leaves and leaves at …
(edit) @15711 [15711] 22 months moritz 99problems/problem61.t: count and collect leaves
(edit) @15705 [15705] 22 months moritz 99problems/problem50.t implemted (huffman tree)
(edit) @15704 [15704] 22 months moritz 99problems: solved problem 90, 8 Queens (calculates all solutions)
(edit) @15703 [15703] 22 months tene Implement problem 95 from 99problems
(edit) @15701 [15701] 22 months tene Updated a link in the 99problems README as it currently points to a …
(edit) @15647 [15647] 22 months gabriele 99problems lispish solution for #56
(edit) @15551 [15551] 22 months gabriele 99problems:first dummy solution for #54
(edit) @15532 [15532] 22 months lwall Add caching version of problem 49
(edit) @15531 [15531] 22 months lwall add blockless gather form for problem 9
(edit) @15530 [15530] 22 months lwall Added gather and list comprehension forms of problem 16
(edit) @15529 [15529] 22 months lwall style upgrade to problem36
(edit) @15511 [15511] 22 months gabriele solved 99problems 36 and 37
(edit) @15167 [15167] 2 years lwall More . More whitespace around . Several eval'd tests of .:X syntax
(edit) @15165 [15165] 2 years audreyt * Filetest operators are now removed; use smartmatch against Pairs …
(edit) @15051 [15051] 2 years seano Add solution that tickles bug
(edit) @15040 [15040] 2 years luqui w00t, solved 99 problems problem # 98.
(edit) @15038 [15038] 2 years luqui Solved 99 problems problem 49.
(edit) @15037 [15037] 2 years luqui Solved 99 problems problem 35.
(edit) @15036 [15036] 2 years luqui Forgot the special case phi(1) = 1.
(edit) @15035 [15035] 2 years luqui And... fixed problem 34.
(edit) @15034 [15034] 2 years luqui Wrote many more tests for problem 34. The solution was wrong, and just …
(edit) @15033 [15033] 2 years luqui Changed problem 27 to "require" problem 26, the same way 33 does for 32.
(edit) @15032 [15032] 2 years luqui Solved 99 problems problem 27.
(edit) @15028 [15028] 2 years seano Another "99 problem", perl5-style.
(edit) @15021 [15021] 2 years seano Solve a few more of these. (XXX: much duplicate code).
(edit) @15016 [15016] 2 years gabriele 99problems: solved 33 and 34 and updated 31,32 to play nice with them
(edit) @15015 [15015] 2 years gabriele 99problems: updated #13 with another solution and tests
(edit) @15005 [15005] 2 years markstos A solution for problem 13 of 99. It's not pretty, but it passes the test.
(edit) @14994 [14994] 2 years gabriele prob#31 solved with naive primality test could use update when 1..n:by(s) …
(edit) @14989 [14989] 2 years gabriele implemented euclidean algorithm for gcd, tests passing
(edit) @14986 [14986] 2 years gabriele solved problem 28, could use an update if/when sort(SingleArgumentClosure?) …
(edit) @14959 [14959] 2 years Ovid Oops. Some of the auto-generated tests didn't compile. Fixed.
(edit) @14958 [14958] 2 years Ovid Solve permutation problem
(edit) @14957 [14957] 2 years Ovid Add comments to show a better solution when subsets are available.
(edit) @14932 [14932] 2 years book typos
(edit) @14931 [14931] 2 years Ovid Added the "99 Problems". Currently I've only "solved" the first 24. See …
(edit) @14350 [14350] 2 years audreyt * all_parse.t: There's no need to turn \ into / -- it was triggering a …
(edit) @14285 [14285] 2 years audreyt * ext/ and t/: Repair various lone =cut.
(edit) @14279 [14279] 2 years lwall Can't parse files using modules that aren't necessarily installed.
(edit) @14125 [14125] 2 years audreyt * t/examples/all_parse.t: examples/ all parses now! Take away the …
(edit) @14096 [14096] 2 years audreyt * all_parse.t: force_todo the 7 remaining tests, which doesn't seem to …
(edit) @13815 [13815] 2 years audreyt * golfex.t: (=<>).reverse is now the same as =<>.reverse, so we must …
(edit) @12802 [12802] 2 years audreyt * all_parse.t: use pass() and flunk() for clearer meaning
(edit) @12788 [12788] 2 years audreyt * oops, miscommitted a debugging all_parse.t
(edit) @12776 [12776] 2 years audreyt * Change s:P5{}{} and rx:P5{} and m:P5{} etc in ext/ to use some other …
(edit) @12667 [12667] 2 years Limbic_Region Added 'p5' to directories skipped as examples include p5 code too
(edit) @12666 [12666] 2 years Limbic_Region Added -Iblib6/lib as many examples use ext/
(edit) @12644 [12644] 2 years lwall all_parse.t didn't interpolate filename correctly on failure.
(edit) @12636 [12636] 2 years lwall Added .pm files, on assumption that duplicate parses are preferred to …
(edit) @12635 [12635] 2 years lwall Now reports "not ok" for when backticks throws exception. File finder now …
(edit) @12576 [12576] 2 years lwall For some reason the example parser test loop stops early without try …
(edit) @12569 [12569] 2 years Limbic_Region audreyt++ for the assistance
(edit) @11630 [11630] 2 years lwall Control keywords are not functions, and it just propagates confusion to …
(edit) @11278 [11278] 3 years Darren_Duncan more moving from .p6 to .pl
(edit) @11275 [11275] 3 years lwall continue renaming .p6 to .pl to unregress tests that use examples/ files.
(edit) @11256