2013-05-25 |
Nicholas Clark | Correct bug number comment in test.
|
commit | commitdiff | tree |
2013-05-25 |
Nicholas Clark | In the debugger use local $ENV{MANPATH}, instead of...
|
commit | commitdiff | tree |
2013-05-25 |
Nicholas Clark | Remove the hard-coded list of "perl" manpages from...
|
commit | commitdiff | tree |
2013-05-25 |
Nicholas Clark | In the debugger's doc command, use man[13]direxp instead...
|
commit | commitdiff | tree |
2013-05-25 |
Nicholas Clark | Fix the man/perldoc/doc command in the debugger.
|
commit | commitdiff | tree |
2013-05-24 |
Nicholas Clark | Ensure that the IV in struct pmop (for ithreads) is...
|
commit | commitdiff | tree |
2013-05-23 |
Nicholas Clark | Refactor autodoc.pl to read MANIFEST line by line,...
|
commit | commitdiff | tree |
2013-05-23 |
Nicholas Clark | autodoc.pl now uses regen/embed_lib.pl to parse embed.fnc
|
commit | commitdiff | tree |
2013-05-23 |
Nicholas Clark | Refactor autodoc.pl to use regen_lib.pl to generate...
|
commit | commitdiff | tree |
2013-05-23 |
Nicholas Clark | In regen/regen_lib.pl, add 'Pod' as a third supported...
|
commit | commitdiff | tree |
2013-05-23 |
Nicholas Clark | t/porting/diag.t now uses regen/embed_lib.pl to parse...
|
commit | commitdiff | tree |
2013-05-23 |
Nicholas Clark | In t/porting/diag.t, use TestInit to chdir and set...
|
commit | commitdiff | tree |
2013-05-23 |
Nicholas Clark | Avoid VMS running autodoc.pl twice for no reason.
|
commit | commitdiff | tree |
2013-05-23 |
Nicholas Clark | Refactor the "check categories and severity" logic...
|
commit | commitdiff | tree |
2013-05-22 |
Nicholas Clark | Some more comments describing the slab allocator.
|
commit | commitdiff | tree |
2013-05-22 |
Nicholas Clark | Add comments describing the operation of S_scan_ident().
|
commit | commitdiff | tree |
2013-05-22 |
Nicholas Clark | More tests for the "Ambiguous use of ... resolved ...
|
commit | commitdiff | tree |
2013-05-21 |
Nicholas Clark | Remove 2 superfluous use lines from ExtUtils::CBuilder.
|
commit | commitdiff | tree |
2013-05-21 |
Nicholas Clark | Refactor 3 tests so that they avoid clearing %:: via...
|
commit | commitdiff | tree |
2013-05-21 |
Nicholas Clark | Test that caller does not SEGV when the current package...
|
commit | commitdiff | tree |
2013-05-21 |
Nicholas Clark | Remove fakethr.h and eliminate all references to it...
|
commit | commitdiff | tree |
2013-05-21 |
Nicholas Clark | Merge the refactoring of x2p's Makefile to blead.
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Simplify x2p's Makefile.
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Remove rules to delete *.loadmap and *.prelmap files...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Add x2p/Makefile.SH to the *.SH files processed by...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Remove the now unused 'shlist' Makefile targets.
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Programmatically generate dependencies for all *.SH...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Add runtests.SH to the code that generates the targets...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Eliminate x2p/cflags.SH. x2p's Makefile can use .....
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Pass in to makedepend the name(s) of files that all...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | In the Makefile, generate the value of shextract programmati...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Defer running makedepend in x2p/ until it's needed.
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Add x2p/makefile to the dependencies for targets within...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Remove vestigial *.SH code which can link the extracted...
|
commit | commitdiff | tree |
2013-05-20 |
Nicholas Clark | Merge the pack refactoring to blead.
|
commit | commitdiff | tree |
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 |
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-09 |
Nicholas Clark | Remove PERL_ASYNC_CHECK() from Perl_leave_scope().
|
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 |
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 |
next |