2008-10-29 |
Marcus Holland-Moritz | Use pvs macros instead of pvn where possible.
|
commit | commitdiff | tree |
2008-10-29 |
Marcus Holland-Moritz | Remove redundant (and wrong) prototype for pv_display()
|
commit | commitdiff | tree |
2008-10-29 |
Marcus Holland-Moritz | Remove redundant API definitions from '=for apidoc...
|
commit | commitdiff | tree |
2008-10-27 |
Marcus Holland-Moritz | Fix x2p, which was broken by #34598 with -DPERL_MEM_LOG.
|
commit | commitdiff | tree |
2008-10-26 |
Marcus Holland-Moritz | No, it's not a const SV* if we subsequently call
|
commit | commitdiff | tree |
2008-10-26 |
Marcus Holland-Moritz | Make sure Perl_mem_log_(?:alloc|realloc|free) have...
|
commit | commitdiff | tree |
2008-10-25 |
Marcus Holland-Moritz | Make C++ compilers happy #5: jump to 'do_write' crossed
|
commit | commitdiff | tree |
2008-10-24 |
Marcus Holland-Moritz | Make C++ compilers happy #4: move cast so Newc() and
|
commit | commitdiff | tree |
2008-10-24 |
Marcus Holland-Moritz | Make C++ compilers happy #3: make implicit cast
|
commit | commitdiff | tree |
2008-10-24 |
Marcus Holland-Moritz | Make C++ compilers happy #2: const POD without initializer
|
commit | commitdiff | tree |
2008-10-24 |
Marcus Holland-Moritz | Make C++ compilers happy #1: "typename" is a C++ keyword.
|
commit | commitdiff | tree |
2008-10-24 |
Marcus Holland-Moritz | Add PERL_ARGS_ASSERT_MEM_LOG_COMMON to S_mem_log_common().
|
commit | commitdiff | tree |
2008-10-24 |
Marcus Holland-Moritz | Run 'make regen' for #34567 and #34568.
|
commit | commitdiff | tree |
2008-10-24 |
Marcus Holland-Moritz | Add SV allocation tracing to -Dm and PERL_MEM_LOG
|
commit | commitdiff | tree |
2008-10-24 |
Marcus Holland-Moritz | Refactor Perl_mem_log_ functions
|
commit | commitdiff | tree |
2008-10-24 |
Daniel Frederick... | Re: [perl #60022] Typo in perldata
|
commit | commitdiff | tree |
2008-10-21 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.14_03
|
commit | commitdiff | tree |
2008-10-18 |
Marcus Holland-Moritz | Fix memory leak in // caused by single-char character...
|
commit | commitdiff | tree |
2008-10-18 |
Marcus Holland-Moritz | Fix memory leak in qr// operator. This was most probably
|
commit | commitdiff | tree |
2008-10-12 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.14_02
|
commit | commitdiff | tree |
2008-10-12 |
Marcus Holland-Moritz | Make expand-macro.pl accept macro expressions, i.e...
|
commit | commitdiff | tree |
2008-10-11 |
Marcus Holland-Moritz | Make sure expand-macro.pl also works for macros in...
|
commit | commitdiff | tree |
2008-07-31 |
Marcus Holland-Moritz | Add d_timegm to uconfig.sh to fix the generated uconfig.h.
|
commit | commitdiff | tree |
2008-07-18 |
Marcus Holland-Moritz | Welcome to refcount hell. Fix the leaks reported by...
|
commit | commitdiff | tree |
2008-07-13 |
Marcus Holland-Moritz | Fix for #56874: maybe small error in perlxs.pod example
|
commit | commitdiff | tree |
2008-07-11 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.14_01
|
commit | commitdiff | tree |
2008-06-01 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.14
|
commit | commitdiff | tree |
2008-05-13 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.13_03
|
commit | commitdiff | tree |
2008-04-13 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.13_02
|
commit | commitdiff | tree |
2008-04-13 |
Marcus Holland-Moritz | Add two missing dVAR's.
|
commit | commitdiff | tree |
2008-02-18 |
Marcus Holland-Moritz | Enable caching of strxfrm() results also for readonly...
|
commit | commitdiff | tree |
2008-02-13 |
Marcus Holland-Moritz | Make sure we only find the macro we were looking for,
|
commit | commitdiff | tree |
2008-01-09 |
Marcus Holland-Moritz | Re: [PATCH] Exclude .svn and _darcs from IPC::SysV...
|
commit | commitdiff | tree |
2008-01-06 |
Marcus Holland-Moritz | Fix compilation issues and warnings with exotic configuration.
|
commit | commitdiff | tree |
2008-01-05 |
Marcus Holland-Moritz | Remove IPC::SysV constant files from the MANIFEST.
|
commit | commitdiff | tree |
2008-01-05 |
Marcus Holland-Moritz | Build const-(c|xs).inc in IPC::SysV on the fly.
|
commit | commitdiff | tree |
2008-01-04 |
Marcus Holland-Moritz | Follow up on change #32680. This fixes compilation
|
commit | commitdiff | tree |
2008-01-04 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.13_01
|
commit | commitdiff | tree |
2008-01-04 |
Marcus Holland-Moritz | There's no need to handle 'set' magic in the mX?PUSH...
|
commit | commitdiff | tree |
2008-01-04 |
Vincent Pit | Re: SV leak?
|
commit | commitdiff | tree |
2008-01-04 |
Marcus Holland-Moritz | Add macros mPUSHs() and mXPUSHs() for pushing SVs on...
|
commit | commitdiff | tree |
2008-01-03 |
Marcus Holland-Moritz | Forgot to remove dTARGET with change #32816.
|
commit | commitdiff | tree |
2008-01-03 |
Marcus Holland-Moritz | Fix memory leaks in XS_PerlIO_get_layers() by mortalizing
|
commit | commitdiff | tree |
2008-01-02 |
Michael G. Schwern | shield t/test.pl functions from global print modifiers
|
commit | commitdiff | tree |
2008-01-01 |
Marcus Holland-Moritz | Add editor blocks to some header files.
|
commit | commitdiff | tree |
2007-12-30 |
Marcus Holland-Moritz | Add script to check source code for ANSI-C violations.
|
commit | commitdiff | tree |
2007-12-30 |
Marcus Holland-Moritz | factor out duplicate code in struct xpv*
|
commit | commitdiff | tree |
2007-12-30 |
Marcus Holland-Moritz | Include SVf_UTF8 in the bitmask when checking the SvFLAGS in
|
commit | commitdiff | tree |
2007-12-30 |
Marcus Holland-Moritz | Upgrade to IPC::SysV 2.00
|
commit | commitdiff | tree |
2007-12-25 |
Jim Cromie | patch - chg 32721 missed a couple Nullstrs
|
commit | commitdiff | tree |
2007-12-25 |
Jan Dubois | RE: [PATCH] s/perl510/perl511/g
|
commit | commitdiff | tree |
2007-12-25 |
Jan Dubois | Remove Nullch etc. from x2p
|
commit | commitdiff | tree |
2007-12-22 |
Marcus Holland-Moritz | Upgrade to IPC::SysV 1.99_07
|
commit | commitdiff | tree |
2007-10-22 |
Marcus Holland-Moritz | Fix a typo (pport -> ppport).
|
commit | commitdiff | tree |
2007-10-09 |
Marcus Holland-Moritz | Increment IPC::SysV version number.
|
commit | commitdiff | tree |
2007-10-09 |
Marcus Holland-Moritz | Fix fallback definitions of S_IRWX[UGO] (didn't include
|
commit | commitdiff | tree |
2007-10-04 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.13
|
commit | commitdiff | tree |
2007-10-03 |
Marcus Holland-Moritz | One const too much. (Unfortunately, the Copy macro...
|
commit | commitdiff | tree |
2007-09-22 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.12
|
commit | commitdiff | tree |
2007-09-11 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.11_06
|
commit | commitdiff | tree |
2007-08-20 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.11_05
|
commit | commitdiff | tree |
2007-08-14 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.11_03
|
commit | commitdiff | tree |
2007-08-12 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.11_02
|
commit | commitdiff | tree |
2007-03-23 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.11_01
|
commit | commitdiff | tree |
2007-02-14 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.11
|
commit | commitdiff | tree |
2007-01-18 |
Marcus Holland-Moritz | Add missing SVfARG()s in require_tie_mod().
|
commit | commitdiff | tree |
2007-01-17 |
Marcus Holland-Moritz | Fix a typo in Dynaloader_pm.PL.
|
commit | commitdiff | tree |
2006-12-02 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.10_02
|
commit | commitdiff | tree |
2006-12-02 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.10_01
|
commit | commitdiff | tree |
2006-08-14 |
Marcus Holland-Moritz | Only copy ppport.h to destination if it is different.
|
commit | commitdiff | tree |
2006-08-14 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.10
|
commit | commitdiff | tree |
2006-07-25 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.09_02
|
commit | commitdiff | tree |
2006-07-25 |
Marcus Holland-Moritz | Very recent development versions of gcc (4.2.0 20060715...
|
commit | commitdiff | tree |
2006-07-21 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.09_01
|
commit | commitdiff | tree |
2006-07-09 |
Marcus Holland-Moritz | Integrate mkppport. All ppport.h files in the core...
|
commit | commitdiff | tree |
2006-07-08 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.09
|
commit | commitdiff | tree |
2006-07-03 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.08_07
|
commit | commitdiff | tree |
2006-06-25 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.08_06
|
commit | commitdiff | tree |
2006-06-23 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.08_05
|
commit | commitdiff | tree |
2006-05-29 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.08_04
|
commit | commitdiff | tree |
2006-05-25 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.08_03
|
commit | commitdiff | tree |
2006-05-24 |
Marcus Holland-Moritz | Run 'make regen' for changes 28299, 28300, 28301.
|
commit | commitdiff | tree |
2006-05-24 |
Marcus Holland-Moritz | The sv_catpvs() and sv_setpvs() macros also return...
|
commit | commitdiff | tree |
2006-05-24 |
Marcus Holland-Moritz | The SvREFCNT_*void* macros return void, not SV*.
|
commit | commitdiff | tree |
2006-05-24 |
Marcus Holland-Moritz | The 'f' flag was missing for my_snprintf().
|
commit | commitdiff | tree |
2006-05-22 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.08_02
|
commit | commitdiff | tree |
2006-05-21 |
Marcus Holland-Moritz | Remove duplicate documentation for SvREFCNT_inc().
|
commit | commitdiff | tree |
2006-05-21 |
Marcus Holland-Moritz | Document PoisonFree() instead of documenting Poison...
|
commit | commitdiff | tree |
2006-05-20 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.08_01
|
commit | commitdiff | tree |
2006-05-19 |
Marcus Holland-Moritz | There is no STASH type.
|
commit | commitdiff | tree |
2006-04-26 |
Marcus Holland-Moritz | Change type of temporary padoff_du used in dUNDERBAR
|
commit | commitdiff | tree |
2006-03-09 |
Ronald J. Kimball | Re: [PATCH pod/perlfunc.pd] Re: truncate needs seek...
|
commit | commitdiff | tree |
2006-03-09 |
Marcus Holland-Moritz | Fix a memory leak in ck_grep(), spotted by coverity:
|
commit | commitdiff | tree |
2006-03-06 |
Marcus Holland-Moritz | Don't free thread memory if PERL_DESTRUCT_LEVEL is...
|
commit | commitdiff | tree |
2006-01-21 |
Marcus Holland-Moritz | Remove wrong cast to (void *), which fixes a gcc warning...
|
commit | commitdiff | tree |
2006-01-19 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.08
|
commit | commitdiff | tree |
2006-01-16 |
Marcus Holland-Moritz | Upgrade to Devel::PPPort 3.07
|
commit | commitdiff | tree |
2005-12-04 |
Marcus Holland-Moritz | NULL is a legal value for newXS()'s name parameter.
|
commit | commitdiff | tree |
2005-10-23 |
Marcus Holland-Moritz | Fix mismatched braces in S_fd_on_nosuid_fs().
|
commit | commitdiff | tree |
2005-10-22 |
Marcus Holland-Moritz | Turn NN to NULLOK for functions that have code to handle
|
commit | commitdiff | tree |
next |