2010-05-21 |
Nicholas Clark | Remove union _xivu from struct xpvhv - replace it with...
|
commit | commitdiff | tree |
2010-05-21 |
Nicholas Clark | Remove union _xivu from struct xpvav - replace it with...
|
commit | commitdiff | tree |
2010-05-21 |
Nicholas Clark | Reinstate space optimisations to SV body structures.
|
commit | commitdiff | tree |
2010-05-21 |
Nicholas Clark | In the SV body, exchange the positions of the NV and...
|
commit | commitdiff | tree |
2010-05-21 |
Nicholas Clark | Remove all space optimisations from SV body structures.
|
commit | commitdiff | tree |
2010-05-20 |
Nicholas Clark | PL_endav can be NULL, so in S_ithread_create() no need...
|
commit | commitdiff | tree |
2010-05-20 |
Nicholas Clark | Remove redundant hv_exists() calls from ithread_create...
|
commit | commitdiff | tree |
2010-05-20 |
Nicholas Clark | Change S_ithread_create() params from a single AV*...
|
commit | commitdiff | tree |
2010-05-20 |
Nicholas Clark | In threads.xs, convert thread->params from RV to AV.
|
commit | commitdiff | tree |
2010-05-20 |
Nicholas Clark | SvIVX() isn't valid on SVt_REGEXP
|
commit | commitdiff | tree |
2010-05-20 |
Nicholas Clark | In sv.c, _all_ {new,del}_X* macros can be *_body_allocated.
|
commit | commitdiff | tree |
2010-05-19 |
Nicholas Clark | perldelta entries for my changes in 5.13.1.
|
commit | commitdiff | tree |
2010-05-13 |
Nicholas Clark | Return 0 (with a warning) for sprintf("%.0g") and sprintf...
|
commit | commitdiff | tree |
2010-05-06 |
Nicholas Clark | Move code to after the variable declarations.
|
commit | commitdiff | tree |
2010-05-05 |
Nicholas Clark | When saving ints, if the value is small enough save...
|
commit | commitdiff | tree |
2010-05-05 |
Nicholas Clark | When saving I32s, if the value is small enough save...
|
commit | commitdiff | tree |
2010-05-04 |
Nicholas Clark | For SAVEt_I16, save the value with the type.
|
commit | commitdiff | tree |
2010-05-04 |
Nicholas Clark | For SAVEt_I8, save the value with the type.
|
commit | commitdiff | tree |
2010-05-03 |
Nicholas Clark | For SAVEt_BOOL, save the value with the type.
|
commit | commitdiff | tree |
2010-05-03 |
Nicholas Clark | For SAVEt_ALLOC, store the number of save stack entries...
|
commit | commitdiff | tree |
2010-05-02 |
Nicholas Clark | For SAVEt_REGCONTEXT, store the number of save stack...
|
commit | commitdiff | tree |
2010-05-02 |
Nicholas Clark | Permit array assignment to steal temps and copy shared...
|
commit | commitdiff | tree |
2010-05-02 |
Nicholas Clark | Better fix for RT #2140 (list assignment with duplicated...
|
commit | commitdiff | tree |
2010-05-02 |
Nicholas Clark | Fix c6bf6a65 - 64 bit big endian builds were broken.
|
commit | commitdiff | tree |
2010-05-02 |
Nicholas Clark | Reduce Errno memory usage by around 55%.
|
commit | commitdiff | tree |
2010-05-02 |
Nicholas Clark | Remove unused %errno and $AUTOLOAD from the generated...
|
commit | commitdiff | tree |
2010-05-02 |
Nicholas Clark | For SVt_CLEAR, store the pad offset with the type.
|
commit | commitdiff | tree |
2010-05-01 |
Nicholas Clark | Remove the lexical $len and associated calculation...
|
commit | commitdiff | tree |
2010-05-01 |
Nicholas Clark | On the save stack, store the save type as the bottom...
|
commit | commitdiff | tree |
2010-05-01 |
Nicholas Clark | Untangle REGCP_FRAME_ELEMS from REGCP_OTHER_ELEMS.
|
commit | commitdiff | tree |
2010-05-01 |
Nicholas Clark | For threads, we ignore all files in the distribution...
|
commit | commitdiff | tree |
2010-04-30 |
Nicholas Clark | Don't use a C++ keyword as a variable name ("new").
|
commit | commitdiff | tree |
2010-04-29 |
Nicholas Clark | Deprecate Perl_ptr_table_clear(). Nothing outside sv...
|
commit | commitdiff | tree |
2010-04-29 |
Nicholas Clark | Regression tests for the ptr_table_* API.
|
commit | commitdiff | tree |
2010-04-26 |
Nicholas Clark | Convert Perl_magic_methcall() to varargs.
|
commit | commitdiff | tree |
2010-04-26 |
Nicholas Clark | For Perl_magic_methcall() add G_UNDEF_FILL to fill...
|
commit | commitdiff | tree |
2010-04-25 |
Nicholas Clark | Change the flags argument to magic_methcall/magic_methcall1...
|
commit | commitdiff | tree |
2010-04-25 |
Nicholas Clark | Don't allocate pointer table entries from arenas.
|
commit | commitdiff | tree |
2010-04-25 |
Nicholas Clark | More defensive definition of memEQs().
|
commit | commitdiff | tree |
2010-04-25 |
Nicholas Clark | In S_magic_methcall1(), tweak the initialisation of...
|
commit | commitdiff | tree |
2010-04-24 |
Nicholas Clark | In Socket.xs, convert 3 croak()s to use %s and a constant...
|
commit | commitdiff | tree |
2010-04-21 |
Nicholas Clark | Correct spaces in MANIFEST.
|
commit | commitdiff | tree |
2010-04-20 |
Nicholas Clark | Remove Class::ISA from the core distribution. Get it...
|
commit | commitdiff | tree |
2010-04-20 |
Nicholas Clark | Remove Pod::Plainer from the core distribution. Get...
|
commit | commitdiff | tree |
2010-04-20 |
Nicholas Clark | Remove Shell from the core distribution. Get it from...
|
commit | commitdiff | tree |
2010-04-20 |
Nicholas Clark | Remove Switch from the core distribution. Get it from...
|
commit | commitdiff | tree |
2010-04-19 |
Nicholas Clark | Possible undefined behaviour, spotted by gcc 4.5.0...
|
commit | commitdiff | tree |
2010-04-18 |
Nicholas Clark | Move PERL_ASYNC_CHECK() from POPBLOCK() to the kill...
|
commit | commitdiff | tree |
2010-04-17 |
Nicholas Clark | Note the revised signal dispatch and performance gain...
|
commit | commitdiff | tree |
2010-04-17 |
Nicholas Clark | Dispatch signals in infinite loops such as 1 while 1;
|
commit | commitdiff | tree |
2010-04-17 |
Nicholas Clark | Fix RT #74290 - regression for labels immediately before...
|
commit | commitdiff | tree |
2010-04-17 |
Nicholas Clark | In Perl_get_debug_opts(), restructure the message...
|
commit | commitdiff | tree |
2010-04-17 |
Nicholas Clark | In S_usage(), restructure the storage of the help message...
|
commit | commitdiff | tree |
2010-04-15 |
Nicholas Clark | Fix code before statement error introduced by f410a2119920dd04.
|
commit | commitdiff | tree |
2010-04-15 |
Nicholas Clark | Move PERL_ASYNC_CHECK() from the runloop to control...
|
commit | commitdiff | tree |
2010-03-18 |
Nicholas Clark | Add more internal files and directories to no_index...
|
commit | commitdiff | tree |
2010-03-13 |
Nicholas Clark | In Perl_sv_compile_2op(), remove a suggestion to merge...
|
commit | commitdiff | tree |
2010-03-11 |
Nicholas Clark | Clarify that patching deprecate.pm is intended to facilitate...
|
commit | commitdiff | tree |
2010-03-11 |
Nicholas Clark | Describe the limitations and pitfalls of @DB::args.
|
commit | commitdiff | tree |
2010-03-11 |
Nicholas Clark | Fix stringification assumption bug in overload.t, revealed...
|
commit | commitdiff | tree |
2010-03-08 |
Nicholas Clark | In comments, correct two instances of SVf_PADSTALE...
|
commit | commitdiff | tree |
2010-02-23 |
Nicholas Clark | Regression test for 34394ecd - SVs that were only on...
|
commit | commitdiff | tree |
2010-02-21 |
Nicholas Clark | Since change 9c901649534a1360, vendorlib_stem isn't...
|
commit | commitdiff | tree |
2010-02-18 |
Nicholas Clark | Avoid a panic from the UTF-8 length cache if the length...
|
commit | commitdiff | tree |
2010-02-18 |
Nicholas Clark | In Perl_reg_temp_copy(), ensure SvMAGIC() is NULL in...
|
commit | commitdiff | tree |
2010-02-16 |
Nicholas Clark | Fix #72850 - reading $! shouldn't SEGV if Strerror...
|
commit | commitdiff | tree |
2010-02-15 |
Nicholas Clark | Add our repository URL as a 'repository' key in META...
|
commit | commitdiff | tree |
2010-02-14 |
Nicholas Clark | Convert Perl_sv_pos_u2b_proper() to Perl_sv_pos_u2b_flags().
|
commit | commitdiff | tree |
2010-02-14 |
Nicholas Clark | Remove a vestigial STRLEN case and convert a label...
|
commit | commitdiff | tree |
2010-02-09 |
Nicholas Clark | Fix for non-regexps being upgraded to SVt_REGEXP
|
commit | commitdiff | tree |
2010-02-07 |
Nicholas Clark | Improvements to 31c9a3 - CPAN code did depend on the...
|
commit | commitdiff | tree |
2010-01-28 |
Nicholas Clark | Resort MANIFEST.
|
commit | commitdiff | tree |
2010-01-25 |
Nicholas Clark | Change from a hard coded temporary file name in lib...
|
commit | commitdiff | tree |
2010-01-21 |
Nicholas Clark | Add USE_PERL_ATOF to the list of -V's compile-time...
|
commit | commitdiff | tree |
2010-01-20 |
Nicholas Clark | Remove CPAN's Makefile.PL; let make_ext.pl write one...
|
commit | commitdiff | tree |
2010-01-20 |
Nicholas Clark | make clean deletes runtests, so add a rule and dependency...
|
commit | commitdiff | tree |
2010-01-18 |
Nicholas Clark | Move packagev.t from t/comp to t/op, as it fouls the...
|
commit | commitdiff | tree |
2010-01-15 |
Nicholas Clark | Fix SV leaks in Perl_vnumify() and Perl_vnormal() for...
|
commit | commitdiff | tree |
2010-01-15 |
Nicholas Clark | Avoid a double SV leak in an error state branch of...
|
commit | commitdiff | tree |
2010-01-14 |
Nicholas Clark | Back out the {ENTER,LEAVE}_with_name("sub") part of...
|
commit | commitdiff | tree |
2010-01-07 |
Nicholas Clark | Avoid race conditions with files in /tmp, by explicitly...
|
commit | commitdiff | tree |
2010-01-07 |
Nicholas Clark | Correct errors in the use of multiple targets, which...
|
commit | commitdiff | tree |
2010-01-07 |
Nicholas Clark | Unlink PerlIO's tempfiles for the case of no -T, but...
|
commit | commitdiff | tree |
2010-01-05 |
Nicholas Clark | Sort the initialisers to non_bincompat_options[], and...
|
commit | commitdiff | tree |
2010-01-05 |
Nicholas Clark | Add USE_ATTRIBUTES_FOR_PERLIO to the list of -V's compile...
|
commit | commitdiff | tree |
2010-01-05 |
Nicholas Clark | Tie::Hash::NamedCapture::* shouldn't abort if passed...
|
commit | commitdiff | tree |
2010-01-04 |
Nicholas Clark | A mechanism for inlineable OP equivalents of XSUBs...
|
commit | commitdiff | tree |
2010-01-04 |
Nicholas Clark | Following fd909433c7437296, check that {sub f} correctly...
|
commit | commitdiff | tree |
2009-12-21 |
Nicholas Clark | expand-macro.pl was printing the header include to...
|
commit | commitdiff | tree |
2009-12-20 |
Nicholas Clark | Fix Pod errors in perl5113delta.pod.
|
commit | commitdiff | tree |
2009-12-19 |
Nicholas Clark | Run t/porting/diag.t from the top-level directory.
|
commit | commitdiff | tree |
2009-12-04 |
Nicholas Clark | Silence Win32 compiler warning
|
commit | commitdiff | tree |
2009-12-03 |
Nicholas Clark | Another C<return NORMAL> needed post bb4c52e023e0,...
|
commit | commitdiff | tree |
2009-12-02 |
Nicholas Clark | Ensure that pp_qr returns a new regexp SV each time...
|
commit | commitdiff | tree |
2009-12-01 |
Nicholas Clark | make regen_perly following 5ca68648d92617d8.
|
commit | commitdiff | tree |
2009-11-29 |
Nicholas Clark | Handle $@ being assigned a read-only value (without...
|
commit | commitdiff | tree |
2009-11-29 |
Nicholas Clark | Fix RT #70862 by converting ERRSV to GvSVn() to ensure...
|
commit | commitdiff | tree |
2009-11-23 |
Nicholas Clark | Move change c35076938c7236fb into embed.fnc, from the...
|
commit | commitdiff | tree |
2009-11-23 |
Nicholas Clark | Fix mktables calls in Win32 makefiles
|
commit | commitdiff | tree |
2009-11-20 |
Nicholas Clark | Parse embed.fnc first, then cross-check consistency...
|
commit | commitdiff | tree |
next |