2008-04-02 |
Nicholas Clark | Fix bug in change 33379 - if we're using malloc_size...
|
commit | commitdiff | tree |
2008-04-01 |
Nicholas Clark | Define sv_insert() as a wrapper to sv_insert_flags...
|
commit | commitdiff | tree |
2008-04-01 |
Nicholas Clark | Add the correct argument assertion macro to sv_insert_flags().
|
commit | commitdiff | tree |
2008-03-31 |
Nicholas Clark | $VERSION++ for all the non-dual life modules outside...
|
commit | commitdiff | tree |
2008-03-31 |
Nicholas Clark | Fix bug in the code for --opened - it was not working...
|
commit | commitdiff | tree |
2008-03-31 |
Nicholas Clark | $VERSION++ for all the non-dual life modules in ext...
|
commit | commitdiff | tree |
2008-03-30 |
Nicholas Clark | Give DynaLoader a non-dev version number.
|
commit | commitdiff | tree |
2008-03-30 |
Nicholas Clark | detecting Configure test goofs (Was Re: branch prediction...
|
commit | commitdiff | tree |
2008-03-29 |
Nicholas Clark | GDBM_File isn't dual life, so no need for a dev module...
|
commit | commitdiff | tree |
2008-03-29 |
Nicholas Clark | Add i_syspoll to all the pre-canned configs.
|
commit | commitdiff | tree |
2008-03-29 |
Nicholas Clark | Fix compiler warning about comparison of pointer types.
|
commit | commitdiff | tree |
2008-03-26 |
Nicholas Clark | The offset for pos is stored as bytes, and converted...
|
commit | commitdiff | tree |
2008-03-26 |
Nicholas Clark | Don't call S_utf8_mg_pos_cache_update(), and hence...
|
commit | commitdiff | tree |
2008-03-26 |
Nicholas Clark | Update makemeta to add the 3 official "resources" ...
|
commit | commitdiff | tree |
2008-03-26 |
Nicholas Clark | Re-run Porting/makemeta
|
commit | commitdiff | tree |
2008-03-26 |
Nicholas Clark | With change 33252, MM_Unix.pm isn't quite in sync with...
|
commit | commitdiff | tree |
2008-03-26 |
Nicholas Clark | Fix whitespace difference between blead and upstream...
|
commit | commitdiff | tree |
2008-03-26 |
Nicholas Clark | Actually use the computed @path so as to write the...
|
commit | commitdiff | tree |
2008-03-25 |
Nicholas Clark | Patches for VMS by Craig Berry from
|
commit | commitdiff | tree |
2008-03-25 |
Nicholas Clark | Repeat change 33508 - change 33561 re-instated the...
|
commit | commitdiff | tree |
2008-03-24 |
Nicholas Clark | Give the test file for __builtin_expect() the correct...
|
commit | commitdiff | tree |
2008-03-19 |
Nicholas Clark | Re: Smoke [5.11.0] 33500 FAIL(F) MSWin32 WinXP/.Net...
|
commit | commitdiff | tree |
2008-03-17 |
Nicholas Clark | Drag autodoc.pl and overload.pl into the age of safer_open().
|
commit | commitdiff | tree |
2008-03-15 |
Nicholas Clark | Rename safer_rename() to rename_if_different(), to...
|
commit | commitdiff | tree |
2008-03-14 |
Nicholas Clark | ++$Pod::Html::VERSION
|
commit | commitdiff | tree |
2008-03-14 |
Nicholas Clark | Update the use of single quotes to be consistent with...
|
commit | commitdiff | tree |
2008-03-14 |
Nicholas Clark | Fix a couple of minor differences between the Encode...
|
commit | commitdiff | tree |
2008-03-13 |
Nicholas Clark | Change 33507 had a const too far (Perl_mg_dup()'s mg...
|
commit | commitdiff | tree |
2008-03-13 |
Nicholas Clark | Upgrade to Module::Pluggable 3.7
|
commit | commitdiff | tree |
2008-03-13 |
Nicholas Clark | Correct two spelling mistakes, and reformat some comments.
|
commit | commitdiff | tree |
2008-03-12 |
Nicholas Clark | Oops. Change 33499 forgot to add the new Makefile.PL...
|
commit | commitdiff | tree |
2008-03-12 |
Nicholas Clark | Move Module::Pluggable into ext/ as the next version...
|
commit | commitdiff | tree |
2008-03-12 |
Nicholas Clark | Change 33492 did not spread the protection wide enough...
|
commit | commitdiff | tree |
2008-03-12 |
Nicholas Clark | We need mutex protection in PerlIOStdio_close() for...
|
commit | commitdiff | tree |
2008-03-12 |
Nicholas Clark | Correct logic error in PerlIOStdio_close() - 0 is an...
|
commit | commitdiff | tree |
2008-03-11 |
Nicholas Clark | Add characters that VOS forbids in filenames, mentioned...
|
commit | commitdiff | tree |
2008-03-10 |
Nicholas Clark | Add investigating arenas for GP and MAGIC to perltodo.
|
commit | commitdiff | tree |
2008-03-08 |
Nicholas Clark | Assert that the av argument to all the av_*() functions...
|
commit | commitdiff | tree |
2008-03-06 |
Nicholas Clark | Refactoring the /Can't return (?:array|hash) to scalar...
|
commit | commitdiff | tree |
2008-03-05 |
Nicholas Clark | Bring the joy of strict to ext/B/t/lint.t.
|
commit | commitdiff | tree |
2008-03-05 |
Nicholas Clark | Better line diagnostics - runlint's caller rather than...
|
commit | commitdiff | tree |
2008-03-04 |
Nicholas Clark | Three variables in S_scan_trans only hold flags for...
|
commit | commitdiff | tree |
2008-03-04 |
Nicholas Clark | use strict; and use Test::More; to give decent failure...
|
commit | commitdiff | tree |
2008-02-29 |
Nicholas Clark | Make ext/POSIX/t/sysconf.t use File::Spec->tmpdir(...
|
commit | commitdiff | tree |
2008-02-27 |
Nicholas Clark | Use malloc_good_size() to round up the size of requested...
|
commit | commitdiff | tree |
2008-02-27 |
Nicholas Clark | Add Perl_malloc_good_size to malloc.c. (A routine that...
|
commit | commitdiff | tree |
2008-02-27 |
Nicholas Clark | Do the memory debug header fixup earlier to avoid valgrind...
|
commit | commitdiff | tree |
2008-02-27 |
Nicholas Clark | Comment on why I don't think changing Perl_safesysmalloc_siz...
|
commit | commitdiff | tree |
2008-02-26 |
Nicholas Clark | If the C library provides malloc_size(), we can use...
|
commit | commitdiff | tree |
2008-02-26 |
Nicholas Clark | In Perl_sv_usepvn_flags(), with MYMALLOC, use the actual...
|
commit | commitdiff | tree |
2008-02-26 |
Nicholas Clark | If we have malloced_size() available, then avoid rounding...
|
commit | commitdiff | tree |
2008-02-25 |
Nicholas Clark | Also install perlbug as perlthanks, to make it easy...
|
commit | commitdiff | tree |
2008-02-25 |
Nicholas Clark | Ensure that constant folding runs with IN_PERL_RUNTIME...
|
commit | commitdiff | tree |
2008-02-25 |
Nicholas Clark | Two break; statements that aren't (yet) needed, but...
|
commit | commitdiff | tree |
2008-02-22 |
Nicholas Clark | As best as I (and my minion, gcc -Os) can tell, PL_curcop and
|
commit | commitdiff | tree |
2008-02-22 |
Nicholas Clark | Update to embed.h somehow missed from change 33343.
|
commit | commitdiff | tree |
2008-02-22 |
Nicholas Clark | Take advantage of the fact that we can use indent as...
|
commit | commitdiff | tree |
2008-02-22 |
Nicholas Clark | Missed a file from regen.pl
|
commit | commitdiff | tree |
2008-02-20 |
Nicholas Clark | Eliminate ck_lengthconst.
|
commit | commitdiff | tree |
2008-02-20 |
Nicholas Clark | Setting the f flag on length causes the op to be constant...
|
commit | commitdiff | tree |
2008-02-15 |
Nicholas Clark | Shell patterns are subject to tilde expansion. So the...
|
commit | commitdiff | tree |
2008-02-12 |
Nicholas Clark | assert() that every NN argument is not NULL. Otherwise...
|
commit | commitdiff | tree |
2008-02-12 |
Nicholas Clark | Correct the paramter to Perl_op_xmldump(). The one...
|
commit | commitdiff | tree |
2008-02-12 |
Nicholas Clark | Correct (some) variable names in embed.fnc where they...
|
commit | commitdiff | tree |
2008-02-12 |
Nicholas Clark | In Perl_load_module_nocontext(), ver can actually be...
|
commit | commitdiff | tree |
2008-02-12 |
Nicholas Clark | Teach Math::Complex the maximum NV for a 16 byte float...
|
commit | commitdiff | tree |
2008-02-11 |
Nicholas Clark | Perl_sv_2iv_flags(), Perl_sv_2uv_flags, Perl_sv_2nv and
|
commit | commitdiff | tree |
2008-02-11 |
Nicholas Clark | Perl_ck_retarget() doesn't even exist, so little point...
|
commit | commitdiff | tree |
2008-02-11 |
Nicholas Clark | In Perl_sv_catpv(), Perl_sv_catpv_mg() the ptr can...
|
commit | commitdiff | tree |
2008-02-11 |
Nicholas Clark | In Perl_regfree_internal(), rx is actually not NULL.
|
commit | commitdiff | tree |
2008-02-11 |
Nicholas Clark | In Perl_ck_lengthconst, "XXX length optimization goes...
|
commit | commitdiff | tree |
2008-02-11 |
Nicholas Clark | The "pointer" argument to S_restore_magic() is not...
|
commit | commitdiff | tree |
2008-02-10 |
Nicholas Clark | The sv argument to gv_stashsv() is not NULL.
|
commit | commitdiff | tree |
2008-02-10 |
Nicholas Clark | vcroak()'s pattern is actually NULLOK.
|
commit | commitdiff | tree |
2008-02-10 |
Nicholas Clark | Correct some names of parameters in embed.fnc.
|
commit | commitdiff | tree |
2008-02-10 |
Nicholas Clark | Two parameter names missing in embed.fnc
|
commit | commitdiff | tree |
2008-02-10 |
Nicholas Clark | Eliminate use of Nullop in the core code. Dual life...
|
commit | commitdiff | tree |
2008-02-10 |
Nicholas Clark | exp(999) isn't "infinity". Even exp(9999) can still...
|
commit | commitdiff | tree |
2008-02-06 |
Nicholas Clark | Cope with differing prototypes for ECONNREFUSED etc...
|
commit | commitdiff | tree |
2008-02-06 |
Nicholas Clark | in unpack, () groups in scalar context were still returning...
|
commit | commitdiff | tree |
2008-02-04 |
Nicholas Clark | Micro-optimise the order of the context types. [Because...
|
commit | commitdiff | tree |
2008-02-03 |
Nicholas Clark | Recode all the old variable-like substitutions with...
|
commit | commitdiff | tree |
2008-02-03 |
Nicholas Clark | Produce a more generic expectation management system...
|
commit | commitdiff | tree |
2008-02-03 |
Nicholas Clark | Upgrade to Math::Complex 1.48 and Math::Trig 1.13
|
commit | commitdiff | tree |
2008-02-02 |
Nicholas Clark | 5.8.x and earler have a SUBPROCESS line in the dump...
|
commit | commitdiff | tree |
2008-02-02 |
Nicholas Clark | Change 27244 wasn't quite correct. XSUB is dumped as...
|
commit | commitdiff | tree |
2008-02-02 |
Nicholas Clark | Remove the _ prototype, as Maintainers is used by makemeta...
|
commit | commitdiff | tree |
2008-02-02 |
Nicholas Clark | In XS_PerlIO_get_layers() take advantage of the implementati...
|
commit | commitdiff | tree |
2008-02-02 |
Nicholas Clark | In XS_re_regexp_pattern(), use newSVpvn_flags() to...
|
commit | commitdiff | tree |
2008-02-01 |
Nicholas Clark | In pp_split(), eliminate most (all?) of the conditional...
|
commit | commitdiff | tree |
2008-02-01 |
Nicholas Clark | Break apart the list of functions defined in universal...
|
commit | commitdiff | tree |
2008-02-01 |
Nicholas Clark | The penultimate deparse test needs a name, else things...
|
commit | commitdiff | tree |
2008-01-30 |
Nicholas Clark | Need to substitute out the placeholder '$RV' for earlier...
|
commit | commitdiff | tree |
2008-01-29 |
Nicholas Clark | Document why ok() is being used instead of like(),...
|
commit | commitdiff | tree |
2008-01-28 |
Nicholas Clark | The third argument of PUSHEVAL was never used by anything...
|
commit | commitdiff | tree |
2008-01-26 |
Nicholas Clark | The layout for struct block_loop under ithreads can...
|
commit | commitdiff | tree |
2008-01-26 |
Nicholas Clark | Investigation reveals that the work of restoring the...
|
commit | commitdiff | tree |
2008-01-26 |
Nicholas Clark | Change 33072 missed embed.h. I wasn't aware that it...
|
commit | commitdiff | tree |
2008-01-26 |
Nicholas Clark | POPLOOP is actually doing all the work of Perl_save_padsv...
|
commit | commitdiff | tree |
2008-01-26 |
Nicholas Clark | Standardise the conditional compilation protection...
|
commit | commitdiff | tree |
next |