2008-05-19 |
Nicholas Clark | Change 33859 missed $destdir => $opts{destdir}
|
commit | commitdiff | tree |
2008-05-19 |
Nicholas Clark | Converge some changes from installperl into installman...
|
commit | commitdiff | tree |
2008-05-19 |
Nicholas Clark | $nonono => $opts{notify}
|
commit | commitdiff | tree |
2008-05-15 |
Nicholas Clark | Add investigating eliminating POSIX::int_macro_int...
|
commit | commitdiff | tree |
2008-05-15 |
Nicholas Clark | Fix my typo.
|
commit | commitdiff | tree |
2008-05-15 |
Nicholas Clark | Remove POSIX's internal implementation of S_ISBLK,...
|
commit | commitdiff | tree |
2008-05-15 |
Nicholas Clark | It transpires that POSIX.xs also duplicated several...
|
commit | commitdiff | tree |
2008-05-10 |
Nicholas Clark | Run Porting/checkARGS_ASSERT.pl and fix what it picks...
|
commit | commitdiff | tree |
2008-05-10 |
Nicholas Clark | Upgrade to Encode 2.25
|
commit | commitdiff | tree |
2008-04-28 |
Nicholas Clark | Cast the result of fpsetmask(0) to (void), as some...
|
commit | commitdiff | tree |
2008-04-27 |
Nicholas Clark | Warnings within the conditional of until() and for...
|
commit | commitdiff | tree |
2008-04-27 |
Nicholas Clark | Use File::Find rather than shell globbing to get the...
|
commit | commitdiff | tree |
2008-04-27 |
Nicholas Clark | Warnings within the condition of while are not reported...
|
commit | commitdiff | tree |
2008-04-24 |
Nicholas Clark | Stop File::Copy truncating destination files if passed...
|
commit | commitdiff | tree |
2008-04-24 |
Nicholas Clark | Looks like we can do System V IPC 64 bit on Leopard...
|
commit | commitdiff | tree |
2008-04-24 |
Nicholas Clark | On Darwin, -Uuse64bitall shouldn't mean -Duse64bitall...
|
commit | commitdiff | tree |
2008-04-23 |
Nicholas Clark | Add "safely supporting POSIX SA_SIGINFO" to perltodo...
|
commit | commitdiff | tree |
2008-04-22 |
Nicholas Clark | Note that Rafael did the key elsif() line number TODO...
|
commit | commitdiff | tree |
2008-04-17 |
Nicholas Clark | Add "eliminate incorrect line numbers in warnings"...
|
commit | commitdiff | tree |
2008-04-17 |
Nicholas Clark | Expand "repack the optree" and add "store the current...
|
commit | commitdiff | tree |
2008-04-17 |
Nicholas Clark | Remove a dead case from the error reporting in
|
commit | commitdiff | tree |
2008-04-17 |
Nicholas Clark | Perl_gv_fetchmethod{,_autoload,_flags} are actually...
|
commit | commitdiff | tree |
2008-04-17 |
Nicholas Clark | Test dbmopen more thoroughly, including closing the...
|
commit | commitdiff | tree |
2008-04-17 |
Nicholas Clark | /* This code tries to figure out just what went wrong...
|
commit | commitdiff | tree |
2008-04-16 |
Nicholas Clark | Avoid forwards and then backwards on the :: splitting...
|
commit | commitdiff | tree |
2008-04-16 |
Nicholas Clark | Use like() rather than is() to get better failure diagnostics.
|
commit | commitdiff | tree |
2008-04-16 |
Nicholas Clark | Add the verbatim perl code mentioned in the comments of
|
commit | commitdiff | tree |
2008-04-16 |
Nicholas Clark | Using memEQ() rather than strnEQ() when the length...
|
commit | commitdiff | tree |
2008-04-15 |
Nicholas Clark | De-encode missed RFC 2047 encoded headers.
|
commit | commitdiff | tree |
2008-04-14 |
Nicholas Clark | No need to copy the part of PERL5OPT that we've already...
|
commit | commitdiff | tree |
2008-04-14 |
Nicholas Clark | Very little const-propagation remains related to Perl_moresw...
|
commit | commitdiff | tree |
2008-04-14 |
Nicholas Clark | Perl_store_cop_label() isn't meant to be part of the...
|
commit | commitdiff | tree |
2008-04-14 |
Nicholas Clark | Move all the logic to print the "Changed" message into...
|
commit | commitdiff | tree |
2008-04-07 |
Nicholas Clark | So why didn't the build break for me? Fix problems...
|
commit | commitdiff | tree |
2008-04-07 |
Nicholas Clark | Tidy up compiler warning spotted by Jerry Hedden.
|
commit | commitdiff | tree |
2008-04-07 |
Nicholas Clark | Split out S_refcounted_he_new_common() from
|
commit | commitdiff | tree |
2008-04-07 |
Nicholas Clark | Eliminate cop_label from struct cop by storing a label...
|
commit | commitdiff | tree |
2008-04-06 |
Nicholas Clark | Change 33653 (inevitably) missed one cop_label, because...
|
commit | commitdiff | tree |
2008-04-06 |
Nicholas Clark | A macro used only once isn't a typing saving, and 3...
|
commit | commitdiff | tree |
2008-04-06 |
Nicholas Clark | Replace all remaining accesses to COP's cop_label with...
|
commit | commitdiff | tree |
2008-04-06 |
Nicholas Clark | Add attempting Exterminate! cop_label to perltodo.
|
commit | commitdiff | tree |
2008-04-06 |
Nicholas Clark | Missed updated a test description, as spotted by vincent.
|
commit | commitdiff | tree |
2008-04-05 |
Nicholas Clark | UCD 5.1.0
|
commit | commitdiff | tree |
2008-04-03 |
Nicholas Clark | Pack lib/CGI/t/upload_post_text.txt with uupacktool...
|
commit | commitdiff | tree |
2008-04-03 |
Nicholas Clark | Clean up some compiler warnings spotted by smokers.
|
commit | commitdiff | tree |
2008-04-02 |
Nicholas Clark | In Perl_sv_grow(), no need to do PERL_STRLEN_ROUNDUP...
|
commit | commitdiff | tree |
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 |
next |