2013-05-20 |
Nicholas Clark | Notes in perldelta for the tiny XS-visible changes...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Annotate the "cold" paths in pp_pack.c with UNLIKELY().
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Eliminate the implementations of [hv]to[vh][ls] for...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Eliminate Perl_my_swabn(), as it is now unused.
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | When endian-swapping in pack, simply copy the bytes...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Pass 'needs_swap' as a parameter to SHIFT_BYTES.
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | When endian-swapping in unpack, simply copy the bytes...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Fold the implementation of DO_BO_UNPACK into SHIFT_BYTES...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Re-implement SHIFT16 and SHIFT32 as wrappers to SHIFT_BYTES.
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Refactor the two uses of SHIFT{16,32} not followed...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Remove the now unused 'type' argument from the macros...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | As DO_BO_(UN)?PACK are now implemented with my_swabn...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Merge the identical definitions of DO_BO_UNPACK and...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Swap byte order in DO_BO_(UN)?PACK based on a variable...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | DO_BO_{UN,}PACK can use my_swabn() directly.
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Use DO_BO_{UN,}PACK in place of DO_BO_UNPACK_{N,PC}
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Eliminate my_{hto[bl]e,[bl]etoh}{16,32,64,s,i,l} as...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | In pp_pack.c, refactor DO_BO_(UN)?PACK to use my_letohn etc
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | In pp_pack.c, refactor DO_BO_(UN)?PACK_PTR to use my_letohn etc
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | In pp_pack.c, refactor DO_BO_(UN)?PACK_N to use sizeof...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Refactor macros in pp_pack.c, removing support for...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Eliminate the conditionally-compiled fallback functions...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Remove buggy loop-based byte swapping code.
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Update the Win32 miniperl conditional compilation,...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Fallbacks for ntohl, ntohs, htonl and htons for little...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Provide ntohl, ntohs, htonl and htons no-op macros...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Provide vtohl, vtohs, htovl and htovs no-op macros...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | vtohl, vtohs, htovl and htovs are no-ops on 64 bit...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Eliminate the definitions for DO_BO_PACK_P and DO_BO_UNPACK_P.
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Eliminate pre-5.9.x conditional code for PERL_PACK_CAN_SHRIE...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Eliminate pre-5.9.x conditional code for PERL_PACK_CAN_BYTEORDER
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Merge the reworking of how genpacksizetables.pl is...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Add regen/genpacksizetables.pl to t/porting/regen.t
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Move genpacksizetables.pl to regen/genpacksizetables.pl
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Refactor genpacksizetables.pl to use regen/regen_lib.pl
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Extract the generated packprops array into packsizetables.c.
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Propagate a change from commit 1651fc447620d361 into...
|
commit | commitdiff | tree |
2013-05-20 |
Karl Williamson | genpacksizetables.pl: Correct comment typo
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Change LIKELY() and UNLIKELY() to cast their first...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Remove perlsh, which is neither installed nor referenced...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Update Test-Harness to CPAN version 3.27
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Bump $Getopt::Std::VERSION following commit 0c0a84c65e572a92.
|
commit | commitdiff | tree |
2013-05-06 |
Robin Barker | Use PTR2IV() instead of casting a pointer to IV, to...
|
commit | commitdiff | tree |
2013-05-06 |
Nicholas Clark | Improve the logic in regen_perly.pl for manually generating...
|
commit | commitdiff | tree |
2013-05-03 |
Nicholas Clark | Merge in -DPERL_NO_INLINE_FUNCTIONS and t/porting/extrefs...
|
commit | commitdiff | tree |
2013-05-03 |
Nicholas Clark | Add a space after -o to keep Darwin's g++ happy, in...
|
commit | commitdiff | tree |
2013-05-03 |
Nicholas Clark | Add a "verbose" option to t/porting/extrefs.t for debugging.
|
commit | commitdiff | tree |
2013-05-03 |
Tony Cook | support MSWin32 too
|
commit | commitdiff | tree |
2013-05-03 |
Tony Cook | remove code for non-core builds and "modernize"
|
commit | commitdiff | tree |
2013-05-03 |
Tony Cook | test that perl headers don't introduce external references
|
commit | commitdiff | tree |
2013-05-03 |
Nicholas Clark | If PERL_NO_INLINE_FUNCTIONS is defined, don't include...
|
commit | commitdiff | tree |
2013-05-03 |
Nicholas Clark | Revert "Change the warning for $* to add ", and will...
|
commit | commitdiff | tree |
2013-05-03 |
Nicholas Clark | Revert "Add a deprecation warning for all uses of ...
|
commit | commitdiff | tree |
2013-04-29 |
Nicholas Clark | Remove a comment made obsolete by commit 213f370f28504f3a.
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Clark | xs_init() must pass a static char* when creating &DynaLoader...
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Clark | In In S_scan_heredoc(), avoid memNE() reading beyond...
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Clark | In S_scan_heredoc(), the explicit test for '\n' duplicates...
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Clark | PerlIO_find_layer should not be using memEQ() off the...
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Clark | Merge in the changes that deprecate the use of @*,...
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Clark | Add a deprecation warning for all uses of @*, %*, ...
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Clark | Change the warning for $* to add ", and will become...
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Clark | Generate the deprecation warnings for all uses $* or $#.
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Clark | Additional tests for the deprecation warnings when...
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Clark | Change tie_fetch_count.t to use *] instead of **.
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Clark | Change B::Deparse's test to test interpolation of ...
|
commit | commitdiff | tree |
2013-03-20 |
Nicholas Clark | Re-order intrpvar.h to minimise holes in the interpreter...
|
commit | commitdiff | tree |
2013-03-19 |
Nicholas Clark | Merge in the changes that remove setjmp() from regcomp.c
|
commit | commitdiff | tree |
2013-03-19 |
Nicholas Clark | Document the uses of NULL returns in the regex parsing...
|
commit | commitdiff | tree |
2013-03-19 |
Nicholas Clark | Revert "PATCH: regex longjmp flaws"
|
commit | commitdiff | tree |
2013-03-19 |
Nicholas Clark | In Perl_re_op_compile(), tidy up after removing setjmp().
|
commit | commitdiff | tree |
2013-03-19 |
Nicholas Clark | Replace the longjmp()s in Perl_re_op_compile() with...
|
commit | commitdiff | tree |
2013-03-19 |
Nicholas Clark | Move the longjmp() that implements REQUIRE_UTF8 up...
|
commit | commitdiff | tree |
2013-03-19 |
Nicholas Clark | Add a flag RESTART_UTF8 to the reg*() routines in regcomp.c
|
commit | commitdiff | tree |
2013-03-19 |
Nicholas Clark | In S_regclass(), create listsv as a mortal, claiming...
|
commit | commitdiff | tree |
2013-03-19 |
Nicholas Clark | Document when and why S_reg{,branch,piece,atom,class...
|
commit | commitdiff | tree |
2013-03-19 |
Nicholas Clark | Return orig_emit from S_regclass() when ret_invlist...
|
commit | commitdiff | tree |
2013-03-19 |
Nicholas Clark | Test that UTF-8 in the look-ahead of (?(?=...)...)...
|
commit | commitdiff | tree |
2013-03-19 |
Nicholas Clark | Test that S_grok_bslash_N() copes if S_reg() restarts...
|
commit | commitdiff | tree |
2013-03-19 |
Nicholas Clark | Remove unreachable duplicate (?#...) parsing code from...
|
commit | commitdiff | tree |
2013-03-19 |
Nicholas Clark | Perl_sv_uni_display() needs to be aware of RX_WRAPPED()
|
commit | commitdiff | tree |
2013-03-07 |
Nicholas Clark | t/lib/common.pl should use absolute paths in @INC
|
commit | commitdiff | tree |
2013-03-06 |
Daniel Dragan | better POD for SvPVX, pre-5.9.3 Perls
|
commit | commitdiff | tree |
2013-03-06 |
Nicholas Clark | Set PL_stderrgv to NULL if it is freed.
|
commit | commitdiff | tree |
2013-02-28 |
Nicholas Clark | Suppress experimental warning for my $_ in Devel::PPPort...
|
commit | commitdiff | tree |
2013-02-26 |
Nicholas Clark | Reorder the members of struct re_save_state to reduce...
|
commit | commitdiff | tree |
2013-02-26 |
Nicholas Clark | Merge the refactored S_hsplit() and Perl_hv_ksplit...
|
commit | commitdiff | tree |
2013-02-26 |
Nicholas Clark | In Perl_hv_common(), call S_clear_placeholders() directly.
|
commit | commitdiff | tree |
2013-02-26 |
Nicholas Clark | Clarify why hv_common() tries to clear placeholders...
|
commit | commitdiff | tree |
2013-02-26 |
Nicholas Clark | In S_hsplit(), replace a for with a do/while, as the...
|
commit | commitdiff | tree |
2013-02-26 |
Nicholas Clark | Replace the bulk of Perl_hv_ksplit() with a call to...
|
commit | commitdiff | tree |
2013-02-26 |
Nicholas Clark | Tweak S_hsplit() to return early if there are no keys...
|
commit | commitdiff | tree |
2013-02-26 |
Nicholas Clark | Pass the current and desired hash sizes to S_hsplit().
|
commit | commitdiff | tree |
2013-02-26 |
Nicholas Clark | Move the code handling allocating a new buffer earlier...
|
commit | commitdiff | tree |
2013-02-26 |
Nicholas Clark | Refactor the loop logic in S_hsplit() and Perl_hv_ksplit...
|
commit | commitdiff | tree |
2013-02-26 |
Nicholas Clark | Move the call to hv_clear_placeholders() from hsplit...
|
commit | commitdiff | tree |
2013-02-22 |
Nicholas Clark | Abolish STRANGE_MALLOC. Now all malloc()s are considered...
|
commit | commitdiff | tree |
2013-02-20 |
Nicholas Clark | Eliminate 'swap' from struct regexp_internal.
|
commit | commitdiff | tree |
2013-02-20 |
Nicholas Clark | Remove the check for SVt_BIND from SvOK().
|
commit | commitdiff | tree |
2013-02-19 |
Nicholas Clark | Rename PL_interp_size_5_16_0 to PL_interp_size_5_18_0.
|
commit | commitdiff | tree |
2013-02-19 |
Nicholas Clark | Re-order intrpvar.h to minimise holes in the interpreter...
|
commit | commitdiff | tree |
next |