2010-10-25 |
Tony Cook | rt #72398 - get magic before downgrading in SvPVbyte() |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Niko Tyni | TODO test: SvPVbyte should handle get magic before... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Nicholas Clark | Convert Math::BigInt::FastCalc to XSLoader. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Nicholas Clark | In FastCalc.xs, inline the macros CONSTANT_OBJ and... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Nicholas Clark | Reduce repetition in FastCalc.xs by using ALIASes. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Nicholas Clark | Move some GV tests to gv.t from glob.t - the latter... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Nicholas Clark | Stop sysio.t changing into t/op, and hence creating... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Nicholas Clark | Correct tests for B::{cstring,perlstring,cchar} |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Father Chrysostomos | Rename stashes when they move around |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Father Chrysostomos | Memory-management macros evaluate their arguments multi... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Father Chrysostomos | [perl #77496] tied gets scalars and globs confused |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Tony Cook | use compatible types in a conditional expression |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Father Chrysostomos | [perl #77810] Scalars vs globs |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Todd Rinaldo | Update Locale-Maketext to CPAN version 1.17 |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Chris 'BinGOs... | Update Maintainers.pl with the latest version of Module... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Nicholas Clark | In B.xs, use newSVpvn_flags() instead of sv_newmortal... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Zefram | don't rely on ghost contexts being unmolested |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Florian Ragwitz | Math::BigRat has blead as its upstream |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Father Chrysostomos | Make mro_package_moved use a mortal in case mro_isa_cha... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Nicholas Clark | Fix SV leak in Perl_emulate_cop_io(), present since... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Nicholas Clark | In B.xs, tidy up make_*_object(). |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Nicholas Clark | B::hash() should only work on byte sequences. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Nicholas Clark | Refactor B::hash to use Perl_newSVpvf() instead of... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Nicholas Clark | More tests for B::hash(). |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Nicholas Clark | B::cchar can be implemented as an ALIAS of B::cstring. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Nicholas Clark | Refactor B::cchar() to create a temporary directly... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Nicholas Clark | Tests for B::cchar(). |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Nicholas Clark | In B.xs, refactor cstring() to return a mortal, which... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Nicholas Clark | Test NUL bytes with B::cstring() and B::perlstring(). |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Nicholas Clark | B::perlstring can be implemented as an ALIAS of B:... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Nicholas Clark | In cstring() in B.xs, use Perl_sv_catpvf(), instead... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Nicholas Clark | More comprehensive tests for B::cstring() and B::perlst... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Nicholas Clark | In pp_getlogin, use sv_setpv_mg() to avoid needing... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Zefram | permit labels to appear before declarations |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Father Chrysostomos | Perl_hv_name_add needs to set xhv_name_count in one... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Tony Cook | .gitignore some extra ext/B build products |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Tony Cook | remove ; so the conditional actually controls some... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Tony Cook | make the definition of sv_catpv_flags match the declaration |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Father Chrysostomos | sv_setsv_flags was also using a potentially freed HV |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Florian Ragwitz | Tels doesn't want to maintain math stuff anymore |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Nicholas Clark | Convert B to use ExtUtils::Constant::ProxySubs for... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Nicholas Clark | For PROXYSUBS, add an option to push all constants... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Nicholas Clark | For PROXYSUBS, allow an explicit XS_SUBNAME of undef... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Nicholas Clark | Change concise.t to use Storable to test stash/src... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Father Chrysostomos | S_glob_assign_glob was using a potentially freed HV |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Shlomi Fish | perlipc: Convert tabs to spaces. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
David Golden | perlipc: fix bug in example |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Father Chrysostomos | Add functions for adding and deleting stash names |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Nicholas Clark | For PROXYSUBS, also avoid calling get_missing_hash... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Ian Goodacre | Clarify and correct description of comma operator in... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Ian Goodacre | Corrected Perl5 example of Formatted output and signifi... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Ian Goodacre | Added missing variable name in example code |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Nicholas Clark | Remove cruft from B's Makefile.PL |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Nicholas Clark | For PROXYSUBS, get the hash from the fetch to pass... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Nicholas Clark | For PROXYSUBS, loop with do {} not while, as there... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Nicholas Clark | For PROXYSUBS, avoid calling get_missing_hash() if... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Nicholas Clark | For PROXYSUBS, give the notfound struct file scope. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Nicholas Clark | Minor refactor of ExtUtils::Constant::ProxySubs. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
H.Merijn Brand | Fix on doc patch from Moritz Lenz (from IRC) |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Nicholas Clark | Merge the implementation of B::CV::{ROOT,START}. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Nicholas Clark | Note the U8-sized space in intrpvar.h created by 737c24... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Nicholas Clark | Better diagnostics for XS::APItest::test_cv_getset_call... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Nicholas Clark | S_tokeq()'s fast scan loop should terminate on \\ not \ |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Father Chrysostomos | perldelta: fix typo and POD syntax |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Father Chrysostomos | perldelta for things I committed recently |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Father Chrysostomos | Bump re’s version |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Father Chrysostomos | Bump charnames’ version |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Father Chrysostomos | [perl #78488] Bleadperl 304474c3 breaks GFUJI/Test... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Jan Dubois | Fix calling conventions in malloc_ctl.h |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Karl Williamson | regcomp.c: /d not overriding /u |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Karl Williamson | regcomp.c: Fix typo in comment |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Jerry D. Hedden | Fix ext/XS-APItest/t/multicall.t warning |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Nicholas Clark | MY_CXT_INIT happens to contain a variable declaration... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Nicholas Clark | Sys::Hostname::ghname should use newSVpv(s, 0), not... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Nicholas Clark | Avoid using #ifdef inside a function call that may... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Nicholas Clark | buildtoc needs to preserve the mode of any file it... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Father Chrysostomos | Allow stashes to have multiple names |
commit | commitdiff | tree | snapshot |
2010-10-21 |
David Golden | Add single-term prototype |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Father Chrysostomos | Fix the test count in t/re/pat.t |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Karl Williamson | regexec.c: utf8 doesn't match /i nonutf8 self |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Father Chrysostomos | Fix a nested package deletion bug |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Karl Williamson | regexec.c: utf8 doesn't match non-utf8 self |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Karl Williamson | regcomp.c: Get rid of compiler warning. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Zefram | mark cophh API as experimental |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Zefram | full API for cop hint hashes |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Karl Williamson | charnames::viacode returning less correct name |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Karl Williamson | mktables: Complement variable meaning for clarity |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Zefram | function to parse Perl code block |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Zefram | fix and test PL_expect in recdescent parsing |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Father Chrysostomos | [perl #78072] use re '/xism'; |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Zefram | handle bracket stack better in recdescent parsing |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Father Chrysostomos | [perl #33752] B::Deparse fails with utf8 and our |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Zefram | add lex_start to the API |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Zefram | avoid side-effecting source held in scalar |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Zefram | remove redundant lex_end |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Zefram | replace PL_doextract with better kinds of variable |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Zefram | remove filter inheritance option from lex_start |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Lubomir Rintel | [perl #72062] Untaint DATA after it's reopened |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Nicholas Clark | SDBM_File::{error,clearerr} can be implemented as XS... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Moritz Lenz | document slices in scalar context |
commit | commitdiff | tree | snapshot |
next |