2008-01-01 |
Steve Peters |
Upgrade to CGI.pm-3.32. Retain the version bump since... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
H.Merijn Brand |
Missing test, adding $ to the other tests |
commit | commitdiff | tree | snapshot |
2008-01-01 |
H.Merijn Brand |
Bring back the platforms that do not support -fstack... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Marcus Holland... |
Add editor blocks to some header files. |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Craig A. Berry |
Needed one more cast after 32760. The VMS compiler... |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Craig A. Berry |
Fix VMS::Stdio bug introduced in 32713. |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Nicholas Clark |
As Perl_magic_setbm() and Perl_magic_setfm() aren't... |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Nicholas Clark |
Perl_magic_setbm() and Perl_magic_setfm() are mathoms... |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Nicholas Clark |
assert() that we're not trying to free scalars a second... |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Steve Peters |
Upgrade to AutoLoader-5.64 |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Steve Peters |
Upgrade to Math-Complex-1.38 |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Nicholas Clark |
Change 32783 was generating warnings from gcc about... |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Marcus Holland... |
Add script to check source code for ANSI-C violations. |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Marcus Holland... |
factor out duplicate code in struct xpv* |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Steve Peters |
Add file to MANIFEST that hitched a ride with change... |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Marcus Holland... |
Include SVf_UTF8 in the bitmask when checking the SvFLA... |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Marcus Holland... |
Upgrade to IPC::SysV 2.00 |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Vincent Pit |
Typo in op.c |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Nicholas Clark |
In sv_chop(), write sentinals over the part of the... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Nicholas Clark |
Move all code that relies on reading the to-be-thrown... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Nicholas Clark |
Change 32760 needed to add a cast to avoid a warning. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Nicholas Clark |
Reorder the external regexp flags to get RXf_PMf_STD_PM... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Nicholas Clark |
The position of the modifier flag bits is actually... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
H.Merijn Brand |
Sync after metaconfig backports. Some reorders were... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Nicholas Clark |
Perl_sv_chop() can return early if it's being asked... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Nicholas Clark |
die if multiple macros in regexp.h attempt to use the... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Yves Orton |
Fix Perl #49190, tests from Abigail, codefix from me. |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Nicholas Clark |
Change Perl_av_iter_p() to return IV* rather than I32... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Nicholas Clark |
Note to future self about moving the regexp flag bits... |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Nicholas Clark |
Wrap wrapped and wraplen from struct regexp in macros... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Nicholas Clark |
Eliminate prelen from struct regexp. Possibly we are... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Nicholas Clark |
Replace 3 uses of RX_PRELEN(r) with plen, which has... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Nicholas Clark |
Eliminate precomp from struct regexp. Store the offset... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Nicholas Clark |
Silly Nick. There was a bug in change 30757 whereby... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Nicholas Clark |
Wrap all accesses to the members precomp and prelen... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Nicholas Clark |
Dump the REGEXP member of SVt_REGEXP. |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Nicholas Clark |
First class regexps. |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Steve Peters |
SvPVX_const() triggers an assertion that when the sv... |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Nicholas Clark |
Better diagnostics for the tests for #20683. |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Nicholas Clark |
scalars used in postponed subexpressions aren't first... |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Nicholas Clark |
Proper $TODO support in &ok() and &iseq() in pat.t |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Nicholas Clark |
Localize $\ before changing it, so as not to affect... |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Nicholas Clark |
Test that we can clone regexps into new threads, and... |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Nicholas Clark |
"Automate" change 32648 (ensure that -E always loads... |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Nicholas Clark |
You can't coerce a typeglob to a string. (Restore the... |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Nicholas Clark |
assert() that the sv_unmagic() in S_regmatch() is unneeded. |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Nicholas Clark |
You don't need $(DYNALOADER) to make $(nonxs_ext) |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Nicholas Clark |
Regexps are now orange. |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Nicholas Clark |
Remove the last Null(...) from x2p/* |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Nicholas Clark |
Tweak Perl_sv_upgrade() so that references can upgrade... |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Nicholas Clark |
Take code that occurs in three places to take a scalar... |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Nicholas Clark |
Remove two warnings (sub diag() was redefined, and... |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Steve Peters |
Upgrade to File-Temp-0.20 |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Nicholas Clark |
Eliminate SVt_RV, and use SVt_IV to store plain references. |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Nicholas Clark |
Better diagnostics by removing an ... |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Robin Barker |
change/correction to 32246 |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Steve Peters |
Linking a RT ticket to an open TODO. |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Gabor Szabo |
docs: list of places where $_ is used |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Gabor Szabo |
docs: replace FH by my $fh in open |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Jan Dubois |
64-bit fix for Time::Local |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Brendan O'Dea |
Pod::Html: fix markup errors with (nested) definition... |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Nicholas Clark |
Use print rather than diag(), as these routine messages... |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Nicholas Clark |
Swap SVt_RV and SVt_NV in the SV ordering. |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Nicholas Clark |
A test for upgrading scalars. Curiously, before this... |
commit | commitdiff | tree | snapshot |
2007-12-25 |
Jim Cromie |
patch - chg 32721 missed a couple Nullstrs |
commit | commitdiff | tree | snapshot |
2007-12-25 |
Jan Dubois |
RE: [PATCH] s/perl510/perl511/g |
commit | commitdiff | tree | snapshot |
2007-12-25 |
Jan Dubois |
Remove Nullch etc. from x2p |
commit | commitdiff | tree | snapshot |
2007-12-24 |
Robin Barker |
PATCH re 32711 |
commit | commitdiff | tree | snapshot |
2007-12-23 |
Nicholas Clark |
Correct the correction. This one is both a correcly... |
commit | commitdiff | tree | snapshot |
2007-12-23 |
Nicholas Clark |
Fix my typo in a comment. |
commit | commitdiff | tree | snapshot |
2007-12-23 |
Nicholas Clark |
In SvPV_free(), assert() that no-one is trying to free... |
commit | commitdiff | tree | snapshot |
2007-12-23 |
Nicholas Clark |
{ my $a; } not warning about being used only once is... |
commit | commitdiff | tree | snapshot |
2007-12-23 |
Nicholas Clark |
Add an assert() to verify my assumption that no-one... |
commit | commitdiff | tree | snapshot |
2007-12-23 |
Steve Peters |
Welcome to Perl 5.11, win32! |
commit | commitdiff | tree | snapshot |
2007-12-23 |
Steve Peters |
Nullch and others were still alive and well in some... |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Jerry D. Hedden |
Fix cygwin.c again |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Nicholas Clark |
Remove warning about casting integer to different sized... |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Robin Barker |
The ext/Cwd/Cwd.xs part of... |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Marcus Holland... |
Upgrade to IPC::SysV 1.99_07 |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Nicholas Clark |
Replace our assert-which-can-be-caught-by-eval with... |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Nicholas Clark |
Remove the definitions of Null(), Nullch, Nullfp, Nulls... |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Nicholas Clark |
Hateful software that sends my cursor keys as packets... |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Nicholas Clark |
Add a Configure probe for <assert.h> |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Nicholas Clark |
Exterminate PL_na! Exterminate! Exterminate! Exterminate! |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Robin Barker |
ext/ consting |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Nicholas Clark |
By moving the "can't upgrade downwards" croak() in... |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Nicholas Clark |
Correct the minor mistake of changes 32675 and 32676... |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Nicholas Clark |
Integrate: |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Nicholas Clark |
Integrate: |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Abhijit Menon-Sen |
Add const to a few prototypes. (Patch from Robin Barker.) |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Nicholas Clark |
Document each/keys/values @array |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Steve Peters |
Clean up a warning with -Wwrite-strings that gets passe... |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Robin Barker |
C<make translators> -Wwrite-strings clean |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Jerry D. Hedden |
const'ing in cygwin.c |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Nicholas Clark |
Update the hash documentation to reflect the changes... |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Nicholas Clark |
Deparse each @array and friends. |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Yuval Kogman |
mg_free frees data but leaves it accessible |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Andy Armstrong |
Fix remaining skips for Test::Harness |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Nicholas Clark |
For 5.12 we can simply exterminate! the private function |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Marko Asplund |
[perl #37607] CGI file upload file name parsing errors |
commit | commitdiff | tree | snapshot |
next |