2006-04-02 |
Nicholas Clark | Change 27677 missed two direct accesses to op_private... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
H.Merijn Brand | First stab at a more reliable Glossary. This now is... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Dave Mitchell | make parts of struct regmatch_state unions |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Nicholas Clark | Better failure diagnostics from switch.t. |
commit | commitdiff | tree | snapshot |
2006-04-02 |
SADAHIRO Tomoyuki | Re: recent changes have some unmatching of parameters... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Dave Mitchell | use slabs to allocate save state space in regmatch() |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Nicholas Clark | Abstract all reads/writes of the hints in COPs with... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Nicholas Clark | 'SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv)' is 'SvIV(sv)'... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Nicholas Clark | Convert ByteLoader to use CopARYBASE_set(). |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Nicholas Clark | Abstract all the accesses to cop_arybase (apart from... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Craig A. Berry | fix typo in vms/gen_shrfls.pl itanium detector |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Nicholas Clark | If the passed in target rv for Perl_newSVrv() was alrea... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Nicholas Clark | Test no mypragma; |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Nicholas Clark | Automatically set HINT_LOCALIZE_HH whenever %^H is... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Nicholas Clark | The call to Perl_hv_assert(aTHX_ hv) should be wrapped... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Nicholas Clark | Test that user pragmas work inside string eval. |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Nicholas Clark | Add Rafael's example user pragma, and convert his demo... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Nicholas Clark | If the comment says "(and not ours)" then it should... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Nicholas Clark | Rewrite t/op/getppid.t to remove the assumption that... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Nicholas Clark | Propagate cop_hints inside string evals. For the unthre... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Nicholas Clark | Inconsistencies in paramter const-ness noticed by SADAH... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Dominic Dunlop | Re: recursion now removed from the regex engine |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Rafael Garcia... | Updated version of the grumpy comment deleted by change... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
H.Merijn Brand | Glossary part for #27447 (madlyh, madlyobj, madlysrc) |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Nicholas Clark | Need to dup any hints HV stored on the save stack. |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Andy Lester | Redo PERL_UNUSED_DECL |
commit | commitdiff | tree | snapshot |
2006-03-31 |
John E. Malmberg | [patch@27638] Enable standard stat for VMS >=8.2 |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Nicholas Clark | Note future possible flexibility for Perl_magic_sethint(). |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Nicholas Clark | Test that entries in %^H are actually independant. |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Nicholas Clark | I can't spell. |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Rafael Garcia... | Document new magic types in perlguts. Fix a comment... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Nicholas Clark | Serialise changes to %^H onto the current COP. Return... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Rafael Garcia... | Upgrade to Time::Local 1.12_01 |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Andy Lester | Random accumulated patches |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Paul Marquess | IO::Compress::Zip |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Rafael Garcia... | Test for fileno definedness instead of truth |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Nicholas Clark | Localising hash slices with UTF-8 encoded keys was... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Nicholas Clark | Fix bug #38815 (localising keys which are UTF-8 encoded... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Nicholas Clark | Fix bug 36267 - assigning to a tied hash shouldn't... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Steve Peters | Pod nit mentioned in Debian bug #358455. |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Gisle Aas | Populate pre-canned config.sh files with |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Robin Barker | PATCH t/op/tie.t |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Gisle Aas | Introduce d_sitearch and d_inc_version_list config... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Randy W. Sims | Re: New Module::Build released |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Andy Lester | Clean up regexec.c, and remove two functions |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Hugo van der... | child's processor time |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Yuval Kogman | CLONE for Tie::RefHash |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Andy Lester | Devel::DProf consting |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Jarkko Hietaniemi | re-[PATCH] Re: [PATCH] Poison now in two different... |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Jim Cromie | [doc-patch] clarify -Accflags in INSTALL |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Nicholas Clark | Only compile Perl_hv_assert with DEBUGGING. |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Nicholas Clark | Having tested IPv6 support in all builtins for TCP... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Gisle Aas | Improved description of the tmon.out format. |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Jonathan Stowe | Re: [cpan #17773] Bug in Term::ReadKey being trigger... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
John E. Malmberg | [patch@27613] VMS long file path support active. |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Nicholas Clark | Merge the cut & paste code from Perl_call_sv/Perl_fold_... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Nicholas Clark | It helps to actually add the files you add to MANIFEST... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Nicholas Clark | If constant folding fails, don't fold constants, rather... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Craig A. Berry | EU::MM::MM_VMS::one_liner must quote "--" argument |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Nicholas Clark | Replace all sv_mortalcopy(&PL_sv_no); sv_set*(...)... |
commit | commitdiff | tree | snapshot |
2006-03-26 |
John E. Malmberg | [patch@27609] vms pool corruption fix for _NLA0: |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Gisle Aas | REXEC_ML is unused. |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Graham Barr | Update to IO-1.23 |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Nicholas Clark | Add S_space_join_names_mortal() which joins a char... |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Nicholas Clark | Silence 3 (spurious) gcc warnings about "maybe used... |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Dave Mitchell | make configpm only update Config.pm, Config_heavy.pl... |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Nicholas Clark | PL_multiline isn't referenced, and can be removed. |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Paul Marquess | ext/Compress/IO/Zlib/t/050interop-gzip.t |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Nicholas Clark | Free the regexp state when exiting "recursion". |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Dave Mitchell | remove unused PL_regcc variable |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Dave Mitchell | make S_regmatch() iterative rather than recursive. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Craig A. Berry | restore EU::MM test fixes from 26079, 26813, and 26919 |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Rafael Garcia... | Bump version number of ExtUtils::MM_Win32 |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Steve Hay | Fix broken MM_Win32.t tests following 27590 |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Jerry D. Hedden | (2nd revised) 1st patch to sync blead 'threads' with... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Craig A. Berry | improve thread linking options on VMS |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Rafael Garcia... | When MAN3PODS is forced to {} in a Makefile.PL, manpage... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Rafael Garcia... | No reason to ship MakeMaker's META.yml |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Rafael Garcia... | Merge changes from CPAN's EU:MM 6.30_01. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Nicholas Clark | Document the values for ${^UTF8CACHE} |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Nicholas Clark | Rejig the location of the cache assertion code in Perl_... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Rafael Garcia... | Get version numbers in line with what's in the CPAN |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Nicholas Clark | Move orphaned documentation back to its functions |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Nicholas Clark | Make S_sv_pos_u2b_cached use both cache pairs. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Nicholas Clark | Use both cache entries for Perl_sv_pos_b2u(). |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Nicholas Clark | Complete the other 2 arms of the cache update code. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Nicholas Clark | Pass the (byte) length of the entire string into |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Rafael Garcia... | Upgrade to Time::Local 1.12 |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Nicholas Clark | Add all new static functions to embed.fnc |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Nicholas Clark | Use the cache in S_sv_pos_u2b_cached() when the desired... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Nicholas Clark | Use the cache in S_sv_pos_u2b_cached when the sought... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Rafael Garcia... | Further adjustement to change #27576 by Jan Dubois |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Jan Dubois | RE: [PATCH, no, really!] Re: [perl #38779] NAN's on... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Nicholas Clark | Call S_utf8_mg_pos_cache_update() from S_sv_pos_u2b_cac... |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Nicholas Clark | Take advantage of uoffset >= uoffset0, to simplify... |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Nicholas Clark | Add S_sv_pos_u2b_midway for when we know the utf-8... |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Nicholas Clark | Create S_sv_pos_u2b_cached, which abstracts away utf... |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Randy W. Sims | Uninitialized value in Archive::Tar |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Nicholas Clark | The simplest way to start on Perl_sv_pos_u2b seems... |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Dave Mitchell | remove idential code branch from regmatch() |
commit | commitdiff | tree | snapshot |
next |