2006-10-08 |
Nicholas Clark |
Document the growth policy, and Yves suggested a better... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Nicholas Clark |
Yves said that the XS version of Data::Dumper was ineff... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Nicholas Clark |
No need to create a new magic vtable if it's all 0... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Nicholas Clark |
Make reference stringification (blessed and unblessed... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Nicholas Clark |
Use packed addresses for the seen tracking hash, rather... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Nicholas Clark |
Eliminate two more unneeded strlen()s from Dumper.xs |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Jerry Hedden |
threads 1.43 - stringify |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Yves Orton |
Re: [PATCH] Initial attempt at named captures for perls... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Nicholas Clark |
Change sprintf() to my_sprintf(), and use the returned... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Jarkko Hietaniemi |
cflags.SH: strip -std=c89 for g++ |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Paul Marquess |
another g++ patch (Util.xs) |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Steve Peters |
Upgrade to Test-Harness-2.64 |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Nicholas Clark |
Make the executable slightly smaller by using PL_hexdig... |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Nicholas Clark |
Fix typo spotted by Rafael. Close the file handle expli... |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Nicholas Clark |
Generate the overload enum and names array programatica... |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Nicholas Clark |
Reoder struct am_table and am_table_short to save 8... |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Steve Peters |
Upgrade to PathTools-3.21 |
commit | commitdiff | tree | snapshot |
2006-10-06 |
Nicholas Clark |
Don't bother generating the "Operation \"%s\": no metho... |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Dave Mitchell |
Document the new regmatch() backtracking mechanism |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Dave Mitchell |
remove REGMATCH detritus and shrink the size of the... |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Dave Mitchell |
migrate CURLYX/WHILEM branch in regmatch() to new FSM... |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Yves Orton |
Re: [perl #8835] fairly large regex optimization bug... |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Rafael Garcia... |
Nit in regcomp, discovered by a gcc warning, fixed... |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Rafael Garcia... |
Fix a couple of casting warnings |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Steve Peters |
Fix a few pod nits in perlre. |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Yves Orton |
Re: [PATCH] Add recursive regexes similar to PCRE |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Rafael Garcia... |
Upgrade to Module::CoreList 2.09: |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Rafael Garcia... |
Change md5sum of MD5.xs after change 28936 (on UNIX... |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Steve Peters |
Change to sv_reftype return value caused compile for... |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Paul Marquess |
Give zlib the ASNI C treatmant |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Steve Peters |
Fixes to compile Perl with g++ and DEBUGGING. |
commit | commitdiff | tree | snapshot |
2006-10-04 |
Paul Green |
Update Stratus VOS files. |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Rafael Garcia... |
Text::Soundex is now dual-lived. |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Jerry Hedden |
threads-shared 1.03 - Changes, Makefile.PL |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Steve Peters |
Upgrade to CGI.pm-3.25 |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Steve Peters |
Quiet warnings in new test for ExtUtils::Command. |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Mark Stosberg |
PATCH: clarify docs for lib.pm |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Steve Peters |
Move Text::Soundex from lib/ to ext/ and upgrade it to |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Jim Cromie |
[patch] convert spare debug flag to DEBUG_U, for Unoffi... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Rafael Garcia... |
Un-TODO some B tests |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Steve Peters |
Upgrade to version-0.6701 |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Steve Peters |
Upgrade to threads-shared-1.03 |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Steve Peters |
Upgrade to threads-1.42 |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Steve Peters |
Upgrade to ExtUtils-Manifest-1.48 |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Steve Peters |
Upgrade to CPAN-1.88_52 |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Steve Peters |
Upgrade to Time-HiRes-1.91 |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Steve Peters |
Update to ExtUtils-Command-1.11 |
commit | commitdiff | tree | snapshot |
2006-10-03 |
dgay@acm.org |
[perl #40427] Segfault in pack |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Rafael Garcia... |
Regenerate proto.h |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Jarkko Hietaniemi |
const sv_reftype |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Jarkko Hietaniemi |
Re: [PATCH] cflags.SH: rethink of the gcc -std=c89... |
commit | commitdiff | tree | snapshot |
2006-10-02 |
H.Merijn Brand |
doc typo change on jhi's request |
commit | commitdiff | tree | snapshot |
2006-10-02 |
Jarkko Hietaniemi |
perldiag.pod: followup on the PerlIO::scalar patch |
commit | commitdiff | tree | snapshot |
2006-10-01 |
Nicholas Clark |
In PerlIO_debug(), if tainting or set*id, set PL_perlio... |
commit | commitdiff | tree | snapshot |
2006-10-01 |
Nicholas Clark |
In pp_binmode, call mode_from_discipline() once and... |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Andreas König |
[PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.88_51.tar.gz |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Dave Mitchell |
remove backing up outercc->cur in regmatch()/WHILEM |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Dave Mitchell |
assert that backing up outercc->cur in regmatch()/WHILE... |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Dave Mitchell |
add stress test for CURLYX/WHILEM regex ops |
commit | commitdiff | tree | snapshot |
2006-09-30 |
Dave Mitchell |
rationalise sayYES and sayNO code in regmatch() |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Yves Orton |
Minor re 'Debug' tweaks, also fix a bug in dumping... |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Jarkko Hietaniemi |
PerlIO::scalar (aka open(my $fh, >\$foo)): zero-filling... |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Yves Orton |
Re: [PATCH] Add hook for re_dup() into regex engine... |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Steve Peters |
Fix debug format in regcomp.c that was failing under |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Yves Orton |
Re: [PATCH] Add hook for re_dup() into regex engine... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Nicholas Clark |
Silence two warnings from gcc when being -pedantic |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Jarkko Hietaniemi |
Re: reentr reshuffle |
commit | commitdiff | tree | snapshot |
2006-09-28 |
H.Merijn Brand |
Regen for #28896 |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Jarkko Hietaniemi |
reentr reshuffle |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Rafael Garcia... |
Saddest patch I ever had to apply. |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Steve Hay |
I think we need to skip PL_regdupe as well as Perl_regdupe |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Nicholas Clark |
Make Perl_regdupe only exist for threaded perls. |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Yves Orton |
Automate generation of the regmatch() state constants |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Yves Orton |
Add hook for re_dup() into regex engine as reg_dupe... |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Rafael Garcia... |
Remove three X<...> that cannot be handled by pod2text... |
commit | commitdiff | tree | snapshot |
2006-09-25 |
David Landgren |
perlref clarification (was: Re: Is this a bug or a... |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Yves Orton |
Fix re debug formatting nits |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Rafael Garcia... |
Typo fix in overload docs |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Jarkko Hietaniemi |
Re: Change 28877: [PATCH] deal with some gcc warnings |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Dave Mitchell |
eliminate PL_regindent and improve -Mre=Debug,STATE... |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Dave Mitchell |
fix regression introduced in #27778: must backtrack... |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Dave Mitchell |
in S_regmatch(), convert state var st->cc into local... |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Dave Mitchell |
allow fields in re_tests to include \x{nnn} etc |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Steve Peters |
Upgrade to CPAN-1.8801. |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Rafael Garcia... |
Document the values that mad_key can hold |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Jan Dubois |
RE: Combining UTF-16 output with :crlf is awkward |
commit | commitdiff | tree | snapshot |
2006-09-21 |
SADAHIRO Tomoyuki |
Re: \N{...} in regular expression [PATCH] |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Jarkko Hietaniemi |
deal with some gcc warnings |
commit | commitdiff | tree | snapshot |
2006-09-21 |
ammon@rhythm.com |
[perl #40369] File::Find mishandles non-dangling symlinks |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Rafael Garcia... |
Deliver SIGILL, SIGBUS and SIGSEGV always in an "unsafe... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Rafael Garcia... |
prototype() wasn't working to get the prototype of... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Andrew Savige |
Re: [PATCH] Patch for win32.c to fix #38723 and #39531 |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Yves Orton |
Re: \N{...} in regular expression [PATCH] |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Rafael Garcia... |
Upgrade to podlators 2.0.5 |
commit | commitdiff | tree | snapshot |
2006-09-19 |
H.Merijn Brand |
Changed +DA2.0w to +DD64; Added notes about C ANSI... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Adriano Ferreira |
Re: [PATCH] lib/File/Copy.t - test descriptions and... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Yves Orton |
Re: \N{...} in regular expression [PATCH] |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Jarkko Hietaniemi |
C++: add -Wno-used-parameter, and drop ODBM_File |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Sebastian Steinlechner |
Fix declaration-after-statement problem |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Philip M. Gollucci |
bleed - silence warning in sv.c |
commit | commitdiff | tree | snapshot |
next |