2010-08-31 |
Nicholas Clark | Remove unneeded use of INT2PTR() in the XS for Tie...
|
commit | commitdiff | tree |
2010-08-28 |
Nicholas Clark | Remove OA_RETINTEGER, unused since 2002 (commit e7311069df54...
|
commit | commitdiff | tree |
2010-08-27 |
Nicholas Clark | Peephole optimise adjacent pairs of nextstate ops.
|
commit | commitdiff | tree |
2010-08-26 |
Nicholas Clark | In mktables, disable string overloading when de-duping...
|
commit | commitdiff | tree |
2010-08-26 |
Nicholas Clark | Convert mktables to assign lexicals via do { no overloading...
|
commit | commitdiff | tree |
2010-08-26 |
Nicholas Clark | Change mktables to use pack 'J', $addr; to key its...
|
commit | commitdiff | tree |
2010-08-26 |
Nicholas Clark | In lib/unicore/mktables tweaks to tidy the file writing...
|
commit | commitdiff | tree |
2010-08-26 |
Nicholas Clark | In lib/unicore/mktables minor tidying of the numifciation...
|
commit | commitdiff | tree |
2010-08-23 |
Nicholas Clark | In bodies_by_type in sv.c, no need to store for values...
|
commit | commitdiff | tree |
2010-08-23 |
Nicholas Clark | In makedef.pl, remove a redundant check for MULTIPLICITY.
|
commit | commitdiff | tree |
2010-08-20 |
Nicholas Clark | Move the declaration for more_bodies outside of an...
|
commit | commitdiff | tree |
2010-08-20 |
Nicholas Clark | while_readdir.t needs a private directory to run in.
|
commit | commitdiff | tree |
2010-08-20 |
Nicholas Clark | In sv.c, tidy up body allocation code.
|
commit | commitdiff | tree |
2010-08-20 |
Nicholas Clark | Inline S_get_arena() into Perl_more_bodies(), its only...
|
commit | commitdiff | tree |
2010-08-20 |
Nicholas Clark | Expose more_bodies(), and use it to replace S_more_he().
|
commit | commitdiff | tree |
2010-08-20 |
Nicholas Clark | In sv.c, pass in values to S_more_bodies, instead of...
|
commit | commitdiff | tree |
2010-08-20 |
Nicholas Clark | Refactor the loop of S_more_bodies() to be (hopefully...
|
commit | commitdiff | tree |
2010-08-20 |
Nicholas Clark | Correct the size calculations for FIT_ARENA for SVt_REGEXP.
|
commit | commitdiff | tree |
2010-08-17 |
Nicholas Clark | Fix building with PERL_GLOBAL_STRUCT defined.
|
commit | commitdiff | tree |
2010-08-17 |
Nicholas Clark | Add an -X option to expand-macro.pl to show how XSUBs...
|
commit | commitdiff | tree |
2010-08-16 |
Nicholas Clark | Only copy op.c to opmini.c if op.c is a symlink, else...
|
commit | commitdiff | tree |
2010-08-16 |
Nicholas Clark | Use a loop to generate the Makefile rules for opmini...
|
commit | commitdiff | tree |
2010-08-16 |
Nicholas Clark | For both opmini.o and perlmini.o define PERL_EXTERNAL_GLOB...
|
commit | commitdiff | tree |
2010-08-16 |
Nicholas Clark | Remove compile-time conditionals from PVIV and PVNV...
|
commit | commitdiff | tree |
2010-08-15 |
Nicholas Clark | Remove the vestigial my_safe{calloc,malloc,free} macros...
|
commit | commitdiff | tree |
2010-08-15 |
Nicholas Clark | Remove the unused new_X*V and del_X*V macros from sv.c
|
commit | commitdiff | tree |
2010-08-15 |
Nicholas Clark | Note the e-mail address Robin Barker used in db7198b53dd9e7c0.
|
commit | commitdiff | tree |
2010-08-14 |
Nicholas Clark | Properly reinstate space optimisations to SV body structures.
|
commit | commitdiff | tree |
2010-08-12 |
Nicholas Clark | Convert int.t to test.pl (and hence produce better...
|
commit | commitdiff | tree |
2010-07-28 |
Nicholas Clark | Make srand() return "0 but true" for 0, for backwards...
|
commit | commitdiff | tree |
2010-07-26 |
Nicholas Clark | Resort MANIFEST.
|
commit | commitdiff | tree |
2010-07-22 |
Nicholas Clark | In Carp, if @DB::args still contains our sentinel,...
|
commit | commitdiff | tree |
2010-07-21 |
Nicholas Clark | In Carp, if B is loaded use it to get the name of the...
|
commit | commitdiff | tree |
2010-07-21 |
Nicholas Clark | Detect incomplete caller overrides in Carp, and avoid...
|
commit | commitdiff | tree |
2010-07-21 |
Nicholas Clark | Fix error in 5b235299a82969c3, which gcc didn't spot...
|
commit | commitdiff | tree |
2010-07-21 |
Nicholas Clark | In Carp, minimise the amount of code running in package DB.
|
commit | commitdiff | tree |
2010-07-21 |
Nicholas Clark | Add Perl_init_dbargs(), to set up @DB::args without...
|
commit | commitdiff | tree |
2010-07-17 |
Nicholas Clark | In pp_qr, use gv_stashsv() directly on the SV.
|
commit | commitdiff | tree |
2010-07-13 |
Nicholas Clark | Fix transient pod infelicities spotted by podcheck.t
|
commit | commitdiff | tree |
2010-07-12 |
Nicholas Clark | Create S_assert_uft8_cache_coherent() with one copy...
|
commit | commitdiff | tree |
2010-07-12 |
Nicholas Clark | Perl_sv_len_utf8 can use the UTF-8 offset cache to...
|
commit | commitdiff | tree |
2010-07-12 |
Nicholas Clark | Perl_sv_pos_b2u now calls utf8_mg_len_cache_update...
|
commit | commitdiff | tree |
2010-07-12 |
Nicholas Clark | S_sv_pos_u2b_cached now updates the UTF-8 length cache...
|
commit | commitdiff | tree |
2010-07-12 |
Nicholas Clark | Break S_utf8_mg_len_cache_update() out from Perl_sv_len_utf8().
|
commit | commitdiff | tree |
2010-07-11 |
Nicholas Clark | Avoid UTF-8 cache panics with offsets beyond the string...
|
commit | commitdiff | tree |
2010-07-11 |
Nicholas Clark | In Perl_sv_pos_u2b_flags and S_sv_pos_u2b_cached, return...
|
commit | commitdiff | tree |
2010-07-11 |
Nicholas Clark | In S_sv_pos_u2b_midway, inline the call to S_sv_pos_u2b_forw...
|
commit | commitdiff | tree |
2010-07-09 |
Nicholas Clark | In t/harness, clear PERL5LIB, PERLLIB, PERL5OPT as...
|
commit | commitdiff | tree |
2010-07-05 |
Nicholas Clark | In Perl_lex_start(), use newSVpvn_flags() to reduce...
|
commit | commitdiff | tree |
2010-07-05 |
Nicholas Clark | In pp_regcomp and pp_entereval, use newSVpvn_flags...
|
commit | commitdiff | tree |
2010-07-01 |
Nicholas Clark | t/lib/common.pl can use caller to infer the name of...
|
commit | commitdiff | tree |
2010-07-01 |
Nicholas Clark | Convert zlib src from K&R functions declarations to...
|
commit | commitdiff | tree |
2010-07-01 |
Nicholas Clark | Convert subs.t to use t/lib/common.pl
|
commit | commitdiff | tree |
2010-07-01 |
Nicholas Clark | Convert charnames.t to use t/lib/common.pl
|
commit | commitdiff | tree |
2010-07-01 |
Nicholas Clark | Convert strict.t to use t/lib/common.pl
|
commit | commitdiff | tree |
2010-07-01 |
Nicholas Clark | Convert gmtime.t, localtime.t and overloading.t to...
|
commit | commitdiff | tree |
2010-07-01 |
Nicholas Clark | Convert DirHandle's tests to Test::More.
|
commit | commitdiff | tree |
2010-06-30 |
Nicholas Clark | Convert Fcntl and PerlIO::encoding's tests to Test...
|
commit | commitdiff | tree |
2010-06-30 |
Nicholas Clark | Convert POSIX's test to Test::More.
|
commit | commitdiff | tree |
2010-06-30 |
Nicholas Clark | Convert Devel::Peek's test to Test::More.
|
commit | commitdiff | tree |
2010-06-30 |
Nicholas Clark | Make the change to source_handler.t conditional on...
|
commit | commitdiff | tree |
2010-06-30 |
Nicholas Clark | Store xio_ifp in sv_u in the SV head, reducing XPVIO...
|
commit | commitdiff | tree |
2010-06-30 |
Nicholas Clark | In Perl_filter_del(), no need to NULL IoANY(datasv).
|
commit | commitdiff | tree |
2010-06-30 |
Nicholas Clark | Only allow SvPVX() on SVt_PVIO when IOf_FAKE_DIRP is...
|
commit | commitdiff | tree |
2010-06-29 |
Nicholas Clark | Suppress deprecation warnings from test output for...
|
commit | commitdiff | tree |
2010-06-29 |
Nicholas Clark | In pp_require, improve the code generating the exception...
|
commit | commitdiff | tree |
2010-06-29 |
Nicholas Clark | Allow the "diag_listed_as" annotation to work on multi...
|
commit | commitdiff | tree |
2010-06-29 |
Nicholas Clark | When testing in core, ensure that the local $ENV{HOME...
|
commit | commitdiff | tree |
2010-06-29 |
Nicholas Clark | Reinstate require error messages for .h and .ph
|
commit | commitdiff | tree |
2010-06-29 |
Nicholas Clark | In pp_require, avoid changing PL_compiling if we're...
|
commit | commitdiff | tree |
2010-06-29 |
Nicholas Clark | In pp_require and code refs in @INC, avoid using memory...
|
commit | commitdiff | tree |
2010-06-29 |
Nicholas Clark | Fix 3 remaining Test::Harness tests to work in core.
|
commit | commitdiff | tree |
2010-06-28 |
Nicholas Clark | Eliminate macro _XPVIO_TAIL by inlining it within struct...
|
commit | commitdiff | tree |
2010-06-28 |
Nicholas Clark | Refactor loops in S_hsplit(), Perl_hv_ksplit() and...
|
commit | commitdiff | tree |
2010-06-28 |
Nicholas Clark | Move variable declarations inwards in S_hsplit() and...
|
commit | commitdiff | tree |
2010-06-27 |
Nicholas Clark | Resort MANIFEST.
|
commit | commitdiff | tree |
2010-06-27 |
Nicholas Clark | Add Perl_croak_no_modify() to implement Perl_croak...
|
commit | commitdiff | tree |
2010-06-27 |
Nicholas Clark | Return DIE(...) to *return*ing Perl_die(...).
|
commit | commitdiff | tree |
2010-06-24 |
Nicholas Clark | In pp_sort, ensure that @_ is freed correctly.
|
commit | commitdiff | tree |
2010-06-23 |
Nicholas Clark | Remove MacOS classic support from DynaLoader.
|
commit | commitdiff | tree |
2010-06-23 |
Nicholas Clark | Remove MacOS classic support from File::{Copy,DosGlob...
|
commit | commitdiff | tree |
2010-06-23 |
Nicholas Clark | Remove MacOS classic support from File::Basename.
|
commit | commitdiff | tree |
2010-06-23 |
Nicholas Clark | Remove MacOS classic support from blib, diagnostics...
|
commit | commitdiff | tree |
2010-06-23 |
Nicholas Clark | Remove MacOS classic support from the debugger.
|
commit | commitdiff | tree |
2010-06-23 |
Nicholas Clark | Remove MacOS classic support from lib.
|
commit | commitdiff | tree |
2010-06-23 |
Nicholas Clark | Tweak the generated Errno.pm slightly. Shorter and...
|
commit | commitdiff | tree |
2010-06-23 |
Nicholas Clark | Move parameter validation, and carp/croak generation...
|
commit | commitdiff | tree |
2010-06-23 |
Nicholas Clark | Move the repeated vec logic into warnings::__chk.
|
commit | commitdiff | tree |
2010-06-23 |
Nicholas Clark | No need to return $i from warnings::__chk, as the value...
|
commit | commitdiff | tree |
2010-06-23 |
Nicholas Clark | Make warnings::__chk default the returned caller's...
|
commit | commitdiff | tree |
2010-06-23 |
Nicholas Clark | In Config::import, avoid assigning to $pkg, which is...
|
commit | commitdiff | tree |
2010-06-23 |
Nicholas Clark | In vars::import, avoid assigning to $pack, which is...
|
commit | commitdiff | tree |
2010-06-23 |
Nicholas Clark | Merge the guts of warnings::import and warnings::bits...
|
commit | commitdiff | tree |
2010-06-23 |
Nicholas Clark | warnings::import() can exit quickly and efficiently...
|
commit | commitdiff | tree |
2010-06-23 |
Nicholas Clark | Convert Config::fetch_string to use a regexp, rather...
|
commit | commitdiff | tree |
2010-06-23 |
Nicholas Clark | Some tiding of warnings::__chk().
|
commit | commitdiff | tree |
2010-06-23 |
Nicholas Clark | create perl5133delta
|
commit | commitdiff | tree |
2010-06-22 |
Nicholas Clark | Clarify the entry for "Stashes are now always defined".
|
commit | commitdiff | tree |
2010-06-17 |
Nicholas Clark | Avoid compiler warnings in Perl_foldEQ_utf8, spotted...
|
commit | commitdiff | tree |
2010-06-17 |
Nicholas Clark | Avoid creating @EXPORT_FAIL in every package using...
|
commit | commitdiff | tree |
next |