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