p5sagit/p5-mst-13.2.git
2006-02-06 Nicholas Clark Optimise index so that if the big string is ISO-8859...
2006-02-06 Nicholas Clark Given that the memory allocated in Perl_bytes_from_utf8 and
2006-02-06 Nicholas Clark Rename S_glob_assign to S_glob_assign_glob
2006-02-06 Nicholas Clark I think that "merge Perl_sv_2[inpu]v" and "reduce dupli...
2006-02-06 Nicholas Clark In Perl_sv_upgrade, the assignment to new_type_details...
2006-02-06 Steve Peters Document the limitations of calling exit() (instead...
2006-02-06 Nicholas Clark Remove a duplicate flag copy line from Perl_sv_setsv_flags.
2006-02-06 Nicholas Clark Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_...
2006-02-06 Nicholas Clark Expunge USE_5005THREADS from perl.c
2006-02-06 Nicholas Clark Fix bug #38439 - reference to typeglob assignment needs...
2006-02-06 Jarkko Hietaniemi 5.8.8: Unicos test skip (and for the record: config...
2006-02-06 Andy Lester Cleaning up shadowed variables
2006-02-05 Nicholas Clark Merge the PVCV case into the common code in S_pvgv_assign.
2006-02-05 Nicholas Clark Merge the PVAV and PVHV clauses into the common code...
2006-02-05 Nicholas Clark Merge the default case (GvSV) with the common code...
2006-02-05 Nicholas Clark Start to merge the 6 arms of S_pvgv_assign into one.
2006-02-05 Jim Cromie [patch] rework arenas - repair arenasets
2006-02-05 Steffen Müller Documentation patch for overload
2006-02-05 Nicholas Clark The message "Can't upgrade that kind of scalar" can...
2006-02-05 Nicholas Clark new_body_type doesn't need to subtract the offset,...
2006-02-05 Nicholas Clark Yes, I broke Win32 with change 27089 by having a {...
2006-02-05 Nicholas Clark Remove "Can't upgrade to undef" from perldiag, as the...
2006-02-05 Nicholas Clark Merge and refactor the PVAV and PVHV code in Perl_sv_up...
2006-02-05 Nicholas Clark Eliminate a croak we can't get to.
2006-02-05 Nicholas Clark Without this Windows and Netware compilers should be...
2006-02-05 Steve Peters Don't export PL_memory_debug_header to Win32 (and other...
2006-02-05 Steve Peters Fixed embed.fnc entry for S_forbid_setid() and picked...
2006-02-04 Nicholas Clark bcc was issuing a warning about this line in Perl_sv_2c...
2006-02-04 Nicholas Clark Add regression tests to lib/charnames.t to ensure that...
2006-02-04 Nicholas Clark Enhance PERL_TRACK_MEMPOOL so that it also emulates...
2006-02-04 Nicholas Clark The TODO 'Tidy up global variables' can go, replaced...
2006-02-04 Nicholas Clark I believe that mathoms have been completely TODOne.
2006-02-04 Nicholas Clark Rejig the definition of ARENAS_PER_SET to maximise...
2006-02-04 Nicholas Clark Tweak arena sets to avoid assignment between different...
2006-02-04 Jim Cromie [patch] arena rework - arena sets
2006-02-04 Nicholas Clark warnings.h does some evil(*) pointer arithmetic on...
2006-02-04 Nicholas Clark Remove obsolete comment.
2006-02-03 Nicholas Clark S_find_beginning is only called from one place, so...
2006-02-03 Nicholas Clark And as we've now got to the point where all calls to...
2006-02-03 Nicholas Clark The MSDOS-only call to moreswitches will never reach...
2006-02-03 Nicholas Clark Pull the variables fdscript and suidscript into a much...
2006-02-03 Nicholas Clark Change 27070 failed to initialise a variable. (But...
2006-02-03 Nicholas Clark Silence a warning about "statement not reached" from...
2006-02-03 Nicholas Clark Eliminating PL_suidscript is more tricky, and requires...
2006-02-03 Nicholas Clark Passing the flag to S_forbit_setid as a single char...
2006-02-03 Nicholas Clark Oops. I *thought* that I had checked that all changed...
2006-02-03 Nicholas Clark Oops. When changing warnings.pl one should re-run it...
2006-02-03 Nicholas Clark It's actually easier to get rid of PL_fdscript than...
2006-02-03 Steven Schubiger Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-03 Rafael Garcia... Fix file where internal XS functions are defined
2006-02-03 John E. Malmberg Help to compile on VMS with UNLINK_ALL_VERSIONS
2006-02-03 Andreas König [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_64.tar.gz
2006-02-03 SADAHIRO Tomoyuki L<PerlIO> and Pod::Html
2006-02-03 Steven Schubiger s/Nullcv/NULL/g
2006-02-03 Nicholas Clark Change PL_perlio_fd_refcnt from a fixed size static...
2006-02-02 Steve Peters It would be nice to have tests in B for the functions...
2006-02-02 Steve Peters Death to magic characters! No pun intended.
2006-02-02 Steven Schubiger Re: [PATCH] s/Null(av|ch)/NULL/g
2006-02-02 Nicholas Clark gv_fetchpvn_flags ranks highly in the profile, and...
2006-02-02 Rafael Garcia... Update to Module::CoreList 3.04.
2006-02-02 Gisle Aas perl-5.8.8 also contained change 27040.
2006-02-02 Nicholas Clark Yet more instances of gv_fetchpv... that should be...
2006-02-02 Nicholas Clark And another assumption.
2006-02-01 Nicholas Clark Since PERL_COPY_ON_WRITE became PERL_OLD_COPY_ON_WRITE...
2006-02-01 Steve Peters Doc nit found by Stephen Gordon.
2006-02-01 Nicholas Clark doubleplusoops. Apart from the documented NUL terminati...
2006-02-01 Nicholas Clark References can't have SVp_IOK or SVp_NOK set, so no...
2006-02-01 Nicholas Clark Oops. 1 NUL termination assumption remains in Perl_gv_f...
2006-02-01 Nicholas Clark Correct my comment, so that it's actually useful. :-)
2006-02-01 Steve Purkis [[:...:]] is equivalent to \p{...}, not [:...:], tweake...
2006-02-01 Rafael Garcia... Improve a bit the documentation for kill() with SIGNAL==0
2006-02-01 Nicholas Clark Mmm, it looks like it's a bad plan to rebuild the TOC...
2006-02-01 Nicholas Clark Integrate perl588delta.pod from maint, and re-run pod...
2006-02-01 Rafael Garcia... Doc nit by Andy Dougherty
2006-02-01 Rafael Garcia... autouse actually requires perl 5.6 at least.
2006-02-01 Rafael Garcia... Avoid "Prototype mismatch" warnings with autouse.
2006-02-01 Rafael Garcia... Fix corelist data for 5.8.8
2006-02-01 Rafael Garcia... More history
2006-02-01 Rafael Garcia... Update to Module::CoreList 2.03 (includes 5.8.8 and...
2006-02-01 Jim Cromie [patch] arena rework - unify arenaroots
2006-01-31 Nicholas Clark Make Perl_gv_fetchpvn_flags actually heed the passed...
2006-01-31 Steve Peters Intel C Compiler 9.0 hatefully defines __GNUC__. Unfor...
2006-01-31 p.boven@sara.nl [perl #38380] Typo in perlfunc.pod
2006-01-31 Nicholas Clark Eliminate save_threadsv, as it is never linked to,...
2006-01-31 Yves Orton Re: [PATCH] Re: replacing "inuse" Win files (was Re...
2006-01-31 John E. Malmberg patch@26996 - patch around stat("_NLA0:") bug
2006-01-31 Nicholas Clark Silence a warning from the MS compiler about signed...
2006-01-30 Rafael Garcia... Add perl594delta
2006-01-30 Nicholas Clark Change the author aliasing to reflect updates to AUTHORS.
2006-01-30 Rafael Garcia... Bump version number to 5.9.4
2006-01-30 Nicholas Clark Silence another Irix compiler warning.
2006-01-30 Nicholas Clark Avoid a warning from the Irix C compiler.
2006-01-30 Steve Peters Teach the Makefile how to cleanup config.over.
2006-01-30 Nicholas Clark Code assumes that *FOO{SCALAR} will always return a...
2006-01-30 Steve Peters Add -DPTR_IS_LONG when building with -Duse64bitint...
2006-01-30 Nicholas Clark Use a union for storing the shared hash key reference...
2006-01-30 Yitzchak Scott... [DOC PATCH] $^X isn't necessarily argv[0]
2006-01-30 Jarkko Hietaniemi maint and blead: unicos.sh hints
2006-01-30 Nicholas Clark Assert that IVs and NVs can never be tainted.
2006-01-29 Nicholas Clark Solaris seems not to enjoy initialising constants from...
next