2006-02-04 |
Nicholas Clark | The TODO 'Tidy up global variables' can go, replaced...
|
commit | commitdiff | tree |
2006-02-04 |
Nicholas Clark | I believe that mathoms have been completely TODOne.
|
commit | commitdiff | tree |
2006-02-04 |
Nicholas Clark | Rejig the definition of ARENAS_PER_SET to maximise...
|
commit | commitdiff | tree |
2006-02-04 |
Nicholas Clark | Tweak arena sets to avoid assignment between different...
|
commit | commitdiff | tree |
2006-02-04 |
Jim Cromie | [patch] arena rework - arena sets
|
commit | commitdiff | tree |
2006-02-04 |
Nicholas Clark | warnings.h does some evil(*) pointer arithmetic on...
|
commit | commitdiff | tree |
2006-02-04 |
Nicholas Clark | Remove obsolete comment.
|
commit | commitdiff | tree |
2006-02-03 |
Nicholas Clark | S_find_beginning is only called from one place, so...
|
commit | commitdiff | tree |
2006-02-03 |
Nicholas Clark | And as we've now got to the point where all calls to...
|
commit | commitdiff | tree |
2006-02-03 |
Nicholas Clark | The MSDOS-only call to moreswitches will never reach...
|
commit | commitdiff | tree |
2006-02-03 |
Nicholas Clark | Pull the variables fdscript and suidscript into a much...
|
commit | commitdiff | tree |
2006-02-03 |
Nicholas Clark | Change 27070 failed to initialise a variable. (But...
|
commit | commitdiff | tree |
2006-02-03 |
Nicholas Clark | Silence a warning about "statement not reached" from...
|
commit | commitdiff | tree |
2006-02-03 |
Nicholas Clark | Eliminating PL_suidscript is more tricky, and requires...
|
commit | commitdiff | tree |
2006-02-03 |
Nicholas Clark | Passing the flag to S_forbit_setid as a single char...
|
commit | commitdiff | tree |
2006-02-03 |
Nicholas Clark | Oops. I *thought* that I had checked that all changed...
|
commit | commitdiff | tree |
2006-02-03 |
Nicholas Clark | Oops. When changing warnings.pl one should re-run it...
|
commit | commitdiff | tree |
2006-02-03 |
Nicholas Clark | It's actually easier to get rid of PL_fdscript than...
|
commit | commitdiff | tree |
2006-02-03 |
Steven Schubiger | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
|
commit | commitdiff | tree |
2006-02-03 |
Steven Schubiger | s/Nullcv/NULL/g
|
commit | commitdiff | tree |
2006-02-03 |
Nicholas Clark | Change PL_perlio_fd_refcnt from a fixed size static...
|
commit | commitdiff | tree |
2006-02-02 |
Nicholas Clark | gv_fetchpvn_flags ranks highly in the profile, and...
|
commit | commitdiff | tree |
2006-02-02 |
Nicholas Clark | Yet more instances of gv_fetchpv... that should be...
|
commit | commitdiff | tree |
2006-02-02 |
Nicholas Clark | And another assumption.
|
commit | commitdiff | tree |
2006-02-01 |
Nicholas Clark | Since PERL_COPY_ON_WRITE became PERL_OLD_COPY_ON_WRITE...
|
commit | commitdiff | tree |
2006-02-01 |
Nicholas Clark | doubleplusoops. Apart from the documented NUL termination...
|
commit | commitdiff | tree |
2006-02-01 |
Nicholas Clark | References can't have SVp_IOK or SVp_NOK set, so no...
|
commit | commitdiff | tree |
2006-02-01 |
Nicholas Clark | Oops. 1 NUL termination assumption remains in Perl_gv_fetchp...
|
commit | commitdiff | tree |
2006-02-01 |
Nicholas Clark | Correct my comment, so that it's actually useful. :-)
|
commit | commitdiff | tree |
2006-02-01 |
Steve Purkis | [[:...:]] is equivalent to \p{...}, not [:...:], tweaked...
|
commit | commitdiff | tree |
2006-02-01 |
Nicholas Clark | Mmm, it looks like it's a bad plan to rebuild the TOC...
|
commit | commitdiff | tree |
2006-02-01 |
Nicholas Clark | Integrate perl588delta.pod from maint, and re-run pod...
|
commit | commitdiff | tree |
2006-02-01 |
Jim Cromie | [patch] arena rework - unify arenaroots
|
commit | commitdiff | tree |
2006-01-31 |
Nicholas Clark | Make Perl_gv_fetchpvn_flags actually heed the passed...
|
commit | commitdiff | tree |
2006-01-31 |
p.boven@sara.nl | [perl #38380] Typo in perlfunc.pod
|
commit | commitdiff | tree |
2006-01-31 |
Nicholas Clark | Eliminate save_threadsv, as it is never linked to,...
|
commit | commitdiff | tree |
2006-01-31 |
Nicholas Clark | Silence a warning from the MS compiler about signed...
|
commit | commitdiff | tree |
2006-01-30 |
Nicholas Clark | Change the author aliasing to reflect updates to AUTHORS.
|
commit | commitdiff | tree |
2006-01-30 |
Nicholas Clark | Silence another Irix compiler warning.
|
commit | commitdiff | tree |
2006-01-30 |
Nicholas Clark | Avoid a warning from the Irix C compiler.
|
commit | commitdiff | tree |
2006-01-30 |
Nicholas Clark | Code assumes that *FOO{SCALAR} will always return a...
|
commit | commitdiff | tree |
2006-01-30 |
Nicholas Clark | Use a union for storing the shared hash key reference...
|
commit | commitdiff | tree |
2006-01-30 |
Nicholas Clark | Assert that IVs and NVs can never be tainted.
|
commit | commitdiff | tree |
2006-01-29 |
Nicholas Clark | Solaris seems not to enjoy initialising constants from...
|
commit | commitdiff | tree |
2006-01-29 |
Nicholas Clark | C compilers don't let you return void. Pay attention...
|
commit | commitdiff | tree |
2006-01-29 |
Nicholas Clark | Avoid using space to create 2 functions just to force...
|
commit | commitdiff | tree |
2006-01-28 |
Nicholas Clark | Call gv_fetchpvn_flags where we already know the length.
|
commit | commitdiff | tree |
2006-01-28 |
Nicholas Clark | Squeeze more flag manipulations together in sv_setsv_flags.
|
commit | commitdiff | tree |
2006-01-28 |
Nicholas Clark | Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn...
|
commit | commitdiff | tree |
2006-01-28 |
Nicholas Clark | Merge the IOK and NOK clauses together in sv_setsv_flags.
|
commit | commitdiff | tree |
2006-01-28 |
Nicholas Clark | The flags manipulation in sv_setsv_flags can be more...
|
commit | commitdiff | tree |
2006-01-28 |
Nicholas Clark | PERL_DONT_CREATE_GVSV wasn't as effective as it should...
|
commit | commitdiff | tree |
2006-01-28 |
Nicholas Clark | By changing SvVOK() from returning 0/1 to 0/pointer...
|
commit | commitdiff | tree |
2006-01-28 |
Nicholas Clark | Pull the other large chunk of PVGV assignment code...
|
commit | commitdiff | tree |
2006-01-28 |
Nicholas Clark | Remove goto glob_assign;
|
commit | commitdiff | tree |
2006-01-28 |
Nicholas Clark | Pull glob_assign out from sv_setsv_flags into a static...
|
commit | commitdiff | tree |
2006-01-27 |
Nicholas Clark | A description of the new constants.
|
commit | commitdiff | tree |
2006-01-26 |
Philippe M. Chiasson | Change 26781/26830 (SvRTRIM should also write a new...
|
commit | commitdiff | tree |
2006-01-26 |
Nicholas Clark | 2 spelling corrections, and rephrase the entry on perlivp...
|
commit | commitdiff | tree |
2006-01-26 |
Nicholas Clark | SvREADONLY_off inside the magic routines is also dangerous...
|
commit | commitdiff | tree |
2006-01-23 |
Nicholas Clark | constant_add_symbol needs to be static, else static...
|
commit | commitdiff | tree |
2006-01-23 |
Nicholas Clark | Change the regression test added by 26410 to use test...
|
commit | commitdiff | tree |
2006-01-20 |
Nicholas Clark | Note 5.8.8-RC1
|
commit | commitdiff | tree |
2006-01-18 |
Nicholas Clark | Integrate 26847 from maint.
|
commit | commitdiff | tree |
2006-01-18 |
Nicholas Clark | Change 26410 caused a regression, with the RVALUE return...
|
commit | commitdiff | tree |
2006-01-18 |
Nicholas Clark | New t/comp/require.t tests should go before the conditional...
|
commit | commitdiff | tree |
2006-01-16 |
Nicholas Clark | Teach checkAUTHORS about all the authors in 5.8.2-5...
|
commit | commitdiff | tree |
2006-01-14 |
Nicholas Clark | Can now count the patches committed with --thanks-applied.
|
commit | commitdiff | tree |
2006-01-14 |
Nicholas Clark | Oops. When the e-mail address came first, or there...
|
commit | commitdiff | tree |
2006-01-14 |
Nicholas Clark | Some reordering and one new address for Stéphane Payrard
|
commit | commitdiff | tree |
2006-01-14 |
Nicholas Clark | Teach checkAUTHORS.pl about everyone in Changes5.8...
|
commit | commitdiff | tree |
2006-01-14 |
Nicholas Clark | Add Ken Hirsch to AUTHORS.
|
commit | commitdiff | tree |
2006-01-14 |
Nicholas Clark | e-mail update from Phil Lobbes
|
commit | commitdiff | tree |
2006-01-13 |
Nicholas Clark | checkAUTHORS.pl --rank would loop infinitely on an...
|
commit | commitdiff | tree |
2006-01-13 |
Ken Hirsch | Re: Today's compiling adventure
|
commit | commitdiff | tree |
2006-01-13 |
Nicholas Clark | $utf8::VERSION++ # Documentation.
|
commit | commitdiff | tree |
2006-01-13 |
Nicholas Clark | More $VERSION bumps.
|
commit | commitdiff | tree |
2006-01-12 |
Nicholas Clark | Upgrade to Devel::PPPort 3.06_01
|
commit | commitdiff | tree |
2006-01-12 |
Nicholas Clark | $Socket::VERSION++; # You always miss one.
|
commit | commitdiff | tree |
2006-01-12 |
Nicholas Clark | Bump $VERSION in many modules that have changed.
|
commit | commitdiff | tree |
2006-01-11 |
Xavier Noria | fix for :crlf example
|
commit | commitdiff | tree |
2006-01-11 |
Nicholas Clark | Refactor S_vdie_common so that Perl_vwarn can use it...
|
commit | commitdiff | tree |
2006-01-11 |
Nicholas Clark | Gisle notes that SvRTRIM should also write a new '...
|
commit | commitdiff | tree |
2006-01-10 |
Nicholas Clark | s/superceded/superseded/g
|
commit | commitdiff | tree |
2006-01-10 |
Alan Burlison | Re: Sys::Syslog blows up rather spectacularly on Solaris
|
commit | commitdiff | tree |
2006-01-10 |
Nicholas Clark | Gisle is correct - $host needs to stay in case the...
|
commit | commitdiff | tree |
2006-01-10 |
Nicholas Clark | Why should Syslog jump through hoops to look up the...
|
commit | commitdiff | tree |
2006-01-10 |
Nicholas Clark | Missing an initialisation, as spotted by Merijn's HP...
|
commit | commitdiff | tree |
2006-01-09 |
Nicholas Clark | POSIX and Fcntl both export the same constants derived...
|
commit | commitdiff | tree |
2006-01-08 |
Nicholas Clark | Cope with change entries that are \r terminated
|
commit | commitdiff | tree |
2006-01-08 |
Nicholas Clark | Update copyright with the 2 years where changes were...
|
commit | commitdiff | tree |
2006-01-08 |
Nicholas Clark | Update the copyright years in the generated files,...
|
commit | commitdiff | tree |
2006-01-08 |
Nicholas Clark | Update copyright years (including some years where...
|
commit | commitdiff | tree |
2006-01-08 |
Nicholas Clark | run pod/buildtoc --build-all
|
commit | commitdiff | tree |
2006-01-08 |
Nicholas Clark | With VMS moving from [lib.pod] to [lib.pods] then pod...
|
commit | commitdiff | tree |
2006-01-08 |
Nicholas Clark | Add an option 'opened' which reports on the maintainers...
|
commit | commitdiff | tree |
2006-01-08 |
Nicholas Clark | Tweak the code that generates unique entries in @POSIX...
|
commit | commitdiff | tree |
2006-01-08 |
Nicholas Clark | Add utils/shasum.PL to MANIFEST
|
commit | commitdiff | tree |
2006-01-08 |
Nicholas Clark | Add missing files in ext/Digest/SHA/src that somehow...
|
commit | commitdiff | tree |
2006-01-07 |
Nicholas Clark | Remove the greedy quantifier from inside the grouping...
|
commit | commitdiff | tree |
next |