2008-07-13 |
Nicholas Clark | assert() that the pointer passed to Perl_sv_chop()...
|
commit | commitdiff | tree |
2008-07-12 |
Nicholas Clark | Format tests for @* too.
|
commit | commitdiff | tree |
2008-07-12 |
Nicholas Clark | Abolish xfm_lines from struct xpvfm. structs xpvfm...
|
commit | commitdiff | tree |
2008-07-12 |
Nicholas Clark | PVFMs don't need to access the IVX any more. (as of...
|
commit | commitdiff | tree |
2008-07-12 |
Nicholas Clark | Test that formats can be dumped.
|
commit | commitdiff | tree |
2008-07-11 |
Nicholas Clark | Regression tests for, and fix quite a lot of bugs in...
|
commit | commitdiff | tree |
2008-07-11 |
Nicholas Clark | In Perl_sv_utf8_upgrade_flags(), don't assume that...
|
commit | commitdiff | tree |
2008-07-11 |
Nicholas Clark | Also dump the SvPVX of PVFMs.
|
commit | commitdiff | tree |
2008-07-11 |
Nicholas Clark | Simplify code in pp_formline, removing a goto and localising and
|
commit | commitdiff | tree |
2008-07-11 |
Nicholas Clark | Bring the joy of strict to the rest of write.t
|
commit | commitdiff | tree |
2008-07-11 |
Nicholas Clark | Complete the conversion of t/op/write.t to test.pl...
|
commit | commitdiff | tree |
2008-07-11 |
Nicholas Clark | Reduce the -| skip back to just the tests that use...
|
commit | commitdiff | tree |
2008-07-11 |
Nicholas Clark | Start converting t/op/write.t to test.pl
|
commit | commitdiff | tree |
2008-07-01 |
Nicholas Clark | Avoid using -> function call notation within test.pl...
|
commit | commitdiff | tree |
2008-06-16 |
Nicholas Clark | Make lib/open.t under -Duseperlio
|
commit | commitdiff | tree |
2008-06-11 |
Nicholas Clark | Patch from MHX to change the WriteConstant()'s documentation...
|
commit | commitdiff | tree |
2008-06-11 |
Sébastien Aperghis... | Re: Change 34005: Re: CPAN Upload: S/SA/SAPER/Sys-Syslog...
|
commit | commitdiff | tree |
2008-06-11 |
John E. Malmberg | [patch@34016] VMS passes these t/io/open.t tests now.
|
commit | commitdiff | tree |
2008-06-10 |
Steve Hay | Remove temporary file leftover by test in IO-Compress...
|
commit | commitdiff | tree |
2008-06-09 |
Nicholas Clark | Strength reduction optimisation seems to spot that...
|
commit | commitdiff | tree |
2008-06-09 |
Reini Urban | Re: [PATCH] More COW lvalues
|
commit | commitdiff | tree |
2008-06-07 |
Nicholas Clark | $attributes::VERSION++ following change 33985.
|
commit | commitdiff | tree |
2008-06-07 |
Nicholas Clark | $Carp::VERSION++ following change 33992.
|
commit | commitdiff | tree |
2008-05-31 |
Nicholas Clark | Add conditional code to initialise RETVAL, to avoid...
|
commit | commitdiff | tree |
2008-05-25 |
Nicholas Clark | My recent changes to POSIX.xs forgot that WEXITSTATUS...
|
commit | commitdiff | tree |
2008-05-23 |
Nicholas Clark | Bump the version number following change 33905 (and...
|
commit | commitdiff | tree |
2008-05-23 |
Nicholas Clark | Bump AutoSplit to a dev version number to reflect the...
|
commit | commitdiff | tree |
2008-05-22 |
Nicholas Clark | Rafael will take over Attribute::Handlers
|
commit | commitdiff | tree |
2008-05-22 |
Nicholas Clark | Following a conversation on IRC, Artur thinks it best...
|
commit | commitdiff | tree |
2008-05-21 |
Nicholas Clark | Make the worst case error message for Perl_croak_xs_usage...
|
commit | commitdiff | tree |
2008-05-21 |
Nicholas Clark | Add Perl_croak_xs_usage(), which reduces a lot of explicit...
|
commit | commitdiff | tree |
2008-05-21 |
Nicholas Clark | Replaced the WEXITSTATUS, WIFEXITED, WIFSIGNALED, WIFSTOPPED...
|
commit | commitdiff | tree |
2008-05-21 |
Nicholas Clark | Eliminate POSIX::int_macro_int, and all the complex...
|
commit | commitdiff | tree |
2008-05-20 |
Nicholas Clark | metabatman fails the "this patch is self-documenting...
|
commit | commitdiff | tree |
2008-05-20 |
Nicholas Clark | The TODO tests of change 33876 were actually fixed...
|
commit | commitdiff | tree |
2008-05-19 |
Nicholas Clark | Add "profile installman" to the TODO.
|
commit | commitdiff | tree |
2008-05-19 |
Nicholas Clark | Add -w, tweak some comments.
|
commit | commitdiff | tree |
2008-05-19 |
Nicholas Clark | A couple more installman tidy ups.
|
commit | commitdiff | tree |
2008-05-19 |
Nicholas Clark | Merge common code from installperl and installman into...
|
commit | commitdiff | tree |
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-05-10 |
Steffen Mueller | Re: helping 5.8.9
|
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-15 |
Jerry D. Hedden | Clean up unused 'popt' variable in perl.c
|
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-08 |
Jim Cromie | Re: TODOs (was Re: summer of code mentor applications...
|
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 |
Robin Barker | add -v to regen.pl and friends
|
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 |
Dominic Dunlop | Re: Smoke [5.11.0] 33456 PASS darwin 9.2.0 (macppcG5...
|
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 |
next |