projects
/
p5sagit/p5-mst-13.2.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
HEAD
⋅ prev ⋅
next
p5sagit/p5-mst-13.2.git
2006-03-13
Nicholas Clark
Split break out the installprefix code from setprefixva...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-13
Nicholas Clark
Refactor most of the cut ...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-13
Rafael Garcia...
Forgot the ending \. Why did it still compile ?
commit
|
commitdiff
|
tree
|
snapshot
2006-03-13
Robin Houston
Automatically SPAGAIN in the poor-man's-multicall API
commit
|
commitdiff
|
tree
|
snapshot
2006-03-13
Nicholas Clark
The existing order of the checks for whether man1dir...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-13
Nicholas Clark
The "Change installation prefix, if necessary." code...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-12
Rafael Garcia...
Load .pmc always, even if they are older than a matchin...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-12
Andy Lester
Removed unnecessary NULL check in Digest::SHA
commit
|
commitdiff
|
tree
|
snapshot
2006-03-12
Steve Peters
Upgrade to Module-Build-0.27_09
commit
|
commitdiff
|
tree
|
snapshot
2006-03-11
Nicholas Clark
isSPACE('\0') is false, so can simplify the condition...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-11
Nicholas Clark
Fix the last 2 perly.y specific parts of regen_perly...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-11
Nicholas Clark
NNs and NULLOKs for MAD's new functions.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-11
Steve Peters
Perl_newWHILEOP() had exactly the same lack of a NULL...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-11
Steve Peters
Possible NULL pointer reference found by Coverity checks.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-11
Steve Peters
Keep from using a variable in S_my_kid() before it...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-11
Peter Prymmer
perl@27437 fix File::Path::mkpath so that perl installs...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-11
Jan Dubois
Reapply change 24432
commit
|
commitdiff
|
tree
|
snapshot
2006-03-11
Nicholas Clark
Missed the hunk that adds regen_madly.pl to the regen_p...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-11
Andy Lester
Sync up embed.fnc and doio.c
commit
|
commitdiff
|
tree
|
snapshot
2006-03-11
Andy Lester
Localizing some vars in S_checkcomma
commit
|
commitdiff
|
tree
|
snapshot
2006-03-11
Nicholas Clark
Remove the obsolete mad/P5RE.pm
commit
|
commitdiff
|
tree
|
snapshot
2006-03-11
Craig A. Berry
null terminate command string -- broken in #27438
commit
|
commitdiff
|
tree
|
snapshot
2006-03-10
Nicholas Clark
Move the 12 static MAD variables from toke.c into the...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-10
Nicholas Clark
Rename the 12 static variables in toke.c to PL_*
commit
|
commitdiff
|
tree
|
snapshot
2006-03-10
Nicholas Clark
gozer took over from gsar (some time ago).
commit
|
commitdiff
|
tree
|
snapshot
2006-03-10
Nicholas Clark
All the autogenerated files from change 27462.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-10
Nicholas Clark
Merge perly.y changes from 5.9.2 to now into madly.y.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-10
Nicholas Clark
Teaching embed.pl about conditional symbols is a TODO.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-10
Nicholas Clark
Tweak change 27457 - make PL_lasttoke MAD only, but...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-10
Nicholas Clark
Summon constman! S_checkcomma now has all 3 arguments...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-10
Nicholas Clark
Tease apart the keyword/subroutine test in S_checkcomma.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-10
Steve Peters
Move PL_lasttoke out of its PERL_MAD define in intrpvar.h.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
Nicholas Clark
Correct another gv_fetchpv() - it takes a bitmask of...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
Nicholas Clark
Remove two NEWSV()s in the non-ithread dump code that...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
Ronald J. Kimball
Re: [PATCH pod/perlfunc.pd] Re: truncate needs seek...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
Nicholas Clark
Add the Perl 5 to Perl 5 convertor scripts.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
Nicholas Clark
Superior *printf-fu lets us avoid modifying source...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
Nicholas Clark
Avoid scribbling on the passed in command line string...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
Nicholas Clark
-Dmad works, albeit with some test failures:
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
Nicholas Clark
Oops. Failed to add madly.c
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
Steve Peters
The Coverity audit is upset that the scream_olds variab...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
Nicholas Clark
Add the madly parser. I believe that this is all the...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
Nicholas Clark
It helps to run embed.pl in the correct directory....
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
Nicholas Clark
The remainder of the toke.c MAD changes. Now to investi...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
Nicholas Clark
Another refactoring from Larry implicit in the MAD...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
Nicholas Clark
Refactoring from Larry implicit in the MAD patch.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
Nicholas Clark
Replace PL_nextval[PL_nexttoke].opval with the macro...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
Steve Peters
Need to update test count from change #27440.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
Steve Peters
croak in POSIX::sigaction() when passed a negative...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
Nicholas Clark
MAD changes for bare skipspace()
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
John E. Malmberg
patch@27385 - VMS thread fixes (was: threads and VMS)
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
Nicholas Clark
Add the MAD change to perly.y, which brings a new PEG...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
Marcus Holland...
Fix a memory leak in ck_grep(), spotted by coverity:
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
Nicholas Clark
Tweaking the order of op creation/op free in Perl_ck_re...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
Nicholas Clark
Fix C99ism in dump.c
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
Nicholas Clark
Unroll 27425 - keeping Larry's order in op.c means...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
Nicholas Clark
Note the weakref.t failure that commenting out this...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
Nicholas Clark
Note the cause of another MAD test failure - an explici...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-09
Nicholas Clark
Bodge MAD code to get pack.t and ext/Encode/t/Encode...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-08
Nicholas Clark
Make MAD at least compile and link once more. Although...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-08
Nicholas Clark
Further MAD changes.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-08
Nicholas Clark
Oops. Didn't mean to commit 27426 to maint first. Integ...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-08
Nicholas Clark
The last MAD change to op.c changes the pad offsets...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-08
Nicholas Clark
Almost all the MAD changes for op.c
commit
|
commitdiff
|
tree
|
snapshot
2006-03-08
Nicholas Clark
Change from Larry in the MAD code which seems to be...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-08
Nicholas Clark
MAD changes to dump.c
commit
|
commitdiff
|
tree
|
snapshot
2006-03-08
Steve Hay
Get rid of unnecessary "rmdir /s" calls in Win32 makefiles
commit
|
commitdiff
|
tree
|
snapshot
2006-03-08
Steve Hay
Sort the ext/ and lib/ tests when running under t/harness
commit
|
commitdiff
|
tree
|
snapshot
2006-03-08
Nicholas Clark
Add MAD changes to pad code (new function Perl_pad_peg)
commit
|
commitdiff
|
tree
|
snapshot
2006-03-08
Steve Hay
Adjust Win32 distclean as per changes #27411 and #27417
commit
|
commitdiff
|
tree
|
snapshot
2006-03-08
Rafael Garcia...
"make distclean" fix noticed by Steve Hay
commit
|
commitdiff
|
tree
|
snapshot
2006-03-08
Steve Hay
Cleanup Archive-Tar temporary test files
commit
|
commitdiff
|
tree
|
snapshot
2006-03-08
Stephen McCamant
Re: [perl #38684] O::Deparse not working as expected
commit
|
commitdiff
|
tree
|
snapshot
2006-03-08
Andy Lester
Removed unused check and assignment in pp_hot.c
commit
|
commitdiff
|
tree
|
snapshot
2006-03-08
Steve Hay
Don't try to export PL_madskills/PL_xmlfp when they...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-08
Steve Hay
Complete change #27407/27410 on Win32 and tidy up chang...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-08
Rafael Garcia...
"make distclean" adjustments for the new Compress modules
commit
|
commitdiff
|
tree
|
snapshot
2006-03-08
H.Merijn Brand
Backport #27407
commit
|
commitdiff
|
tree
|
snapshot
2006-03-07
Nicholas Clark
Some of the MAD structures in headers, plus PL_madskill...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-07
Nicholas Clark
Add a Configure question for mad (Misc Attribute Decora...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-07
Nicholas Clark
Two more TODOs for those with C knowledge.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-07
Nicholas Clark
Remove the #define - ARENASETS are always on now.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-07
Nicholas Clark
TPF++ # perlfoundation.org/gc/grants/2006-perl5-improve...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-07
Rafael Garcia...
This looks like a memory leak.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-07
Rafael Garcia...
$[ = 2 should not warn.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-07
Steve Hay
Fix lib/Module/Build/t/compat.t
commit
|
commitdiff
|
tree
|
snapshot
2006-03-07
Rafael Garcia...
Make report on bad filenames easier to read
commit
|
commitdiff
|
tree
|
snapshot
2006-03-07
Rafael Garcia...
FAQ sync. (FAQ now moved to svn)
commit
|
commitdiff
|
tree
|
snapshot
2006-03-07
Steve Peters
Upgrade to PathTools-3.17
commit
|
commitdiff
|
tree
|
snapshot
2006-03-06
Paul Johnson
Re: [PATCH] Removed a redundant o->op_type
commit
|
commitdiff
|
tree
|
snapshot
2006-03-06
Marcus Holland...
Don't free thread memory if PERL_DESTRUCT_LEVEL is...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-06
Nicholas Clark
Update David Dyck's e-mail address.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-06
Rafael Garcia...
Add all new utilities in the perlutil man page.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-06
Yitzchak Scott...
add Module::Build 0.27_08
commit
|
commitdiff
|
tree
|
snapshot
2006-03-06
Rafael Garcia...
Upgrade to Archive::Tar 1.29
commit
|
commitdiff
|
tree
|
snapshot
2006-03-06
Rafael Garcia...
Add and remove files forgotten in change #27384
commit
|
commitdiff
|
tree
|
snapshot
2006-03-06
Peter Prymmer
PATCH: 2 vms specific build files in perl @ 27383
commit
|
commitdiff
|
tree
|
snapshot
2006-03-06
John E. Malmberg
Re: threads and VMS
commit
|
commitdiff
|
tree
|
snapshot
2006-03-06
Paul Marquess
Compress::Zlib
commit
|
commitdiff
|
tree
|
snapshot
2006-03-05
Nicholas Clark
Change 27380 (HEK into the IV union failed to convert...
commit
|
commitdiff
|
tree
|
snapshot
next