2005-12-27 |
Nicholas Clark | Removing MAKE_JOBS_FIFO from %ENV causes FreeBSD make...
|
commit | commitdiff | tree |
2005-12-26 |
Nicholas Clark | tabs, not spaces, in MANIFEST. No, I can't remember...
|
commit | commitdiff | tree |
2005-12-26 |
Nicholas Clark | Remove the hard wired test numbers in the generated...
|
commit | commitdiff | tree |
2005-12-26 |
Nicholas Clark | Support type UNDEF, and correct a bug in the macro...
|
commit | commitdiff | tree |
2005-12-26 |
Nicholas Clark | Add method macro_from_item to encapsulate the entire...
|
commit | commitdiff | tree |
2005-12-26 |
Nicholas Clark | Don't try to store PL_sv_undef in pads. (For now)
|
commit | commitdiff | tree |
2005-12-26 |
Nicholas Clark | Add a couple of newlines for tidier regen output, consistent...
|
commit | commitdiff | tree |
2005-12-26 |
Nicholas Clark | Add C_FH and XS_FH arguments to ExtUtils::Constant...
|
commit | commitdiff | tree |
2005-12-26 |
Nicholas Clark | The values for proxy constant subroutines need to be...
|
commit | commitdiff | tree |
2005-12-26 |
Nicholas Clark | Rework constant.pm to take advantage of the space savings...
|
commit | commitdiff | tree |
2005-12-24 |
Nicholas Clark | The value from caller doesn't change, so my $pkg =...
|
commit | commitdiff | tree |
2005-12-24 |
Nicholas Clark | Tests for creating constants where prototypes or other...
|
commit | commitdiff | tree |
2005-12-24 |
Nicholas Clark | Using a hash reference rather than a hash can save...
|
commit | commitdiff | tree |
2005-12-24 |
Nicholas Clark | Unless the peephole optimiser already knows that we...
|
commit | commitdiff | tree |
2005-12-24 |
Nicholas Clark | Given that IO::Socket is documented as exporting all...
|
commit | commitdiff | tree |
2005-12-24 |
Nicholas Clark | Looks like the macro CLK_TCK is not actually a constant...
|
commit | commitdiff | tree |
2005-12-23 |
Nicholas Clark | For PERL_TRACK_MEMPOOL with PERL_POISON, Poison the...
|
commit | commitdiff | tree |
2005-12-23 |
Nicholas Clark | For the rare case of EMFILE during require, save object...
|
commit | commitdiff | tree |
2005-12-23 |
Nicholas Clark | If PERL_TRACK_MEMPOOL and PERL_POISON are in use, then...
|
commit | commitdiff | tree |
2005-12-23 |
Nicholas Clark | Provide support for types PVN and UNDEF in
|
commit | commitdiff | tree |
2005-12-23 |
Nicholas Clark | Create a struct to use as the header with PERL_TRACK_MEMPOOL...
|
commit | commitdiff | tree |
2005-12-23 |
Nicholas Clark | ExtUtils::ParseXS needs to stack $filepathname to make...
|
commit | commitdiff | tree |
2005-12-23 |
Nicholas Clark | Add support for PV to ExtUtils::Constant::ProxySubs...
|
commit | commitdiff | tree |
2005-12-23 |
Nicholas Clark | inlining autoloaded constants is TODOne.
|
commit | commitdiff | tree |
2005-12-23 |
Nicholas Clark | Now that proxy subroutines can be unproxied in 2 places...
|
commit | commitdiff | tree |
2005-12-23 |
Nicholas Clark | like and unlike weren't reporting failure where correctly...
|
commit | commitdiff | tree |
2005-12-23 |
Nicholas Clark | Need to be more careful with the symbol table manipulation...
|
commit | commitdiff | tree |
2005-12-23 |
Nicholas Clark | SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON...
|
commit | commitdiff | tree |
2005-12-23 |
Nicholas Clark | Use inlineable proxy constant subs for Socket
|
commit | commitdiff | tree |
2005-12-23 |
Andy Lester | Speed up Perl_sv_derived_from
|
commit | commitdiff | tree |
2005-12-23 |
Nicholas Clark | Create a sub LC_ALL with the correct prototype.
|
commit | commitdiff | tree |
2005-12-23 |
Nicholas Clark | De-duplicate the items in @EXPORT. (@EXPORT is built...
|
commit | commitdiff | tree |
2005-12-23 |
Andy Lester | Speedup (rn|n)?instr
|
commit | commitdiff | tree |
2005-12-22 |
Nicholas Clark | Use inlineable proxy constant subs for POSIX.
|
commit | commitdiff | tree |
2005-12-22 |
Nicholas Clark | Missing ; in Tie::File
|
commit | commitdiff | tree |
2005-12-22 |
Nicholas Clark | Make ExtUtils::Constant generate the inlineable proxy...
|
commit | commitdiff | tree |
2005-12-22 |
Nicholas Clark | Break out the code to generate #ifdef/#endif into new...
|
commit | commitdiff | tree |
2005-12-22 |
Nicholas Clark | Break out the item normalisation code into a method...
|
commit | commitdiff | tree |
2005-12-22 |
Nicholas Clark | Regression tests for proxy subroutine glob assignment.
|
commit | commitdiff | tree |
2005-12-22 |
Nicholas Clark | Add an optimisation to allow proxy constant subroutines...
|
commit | commitdiff | tree |
2005-12-21 |
Nicholas Clark | Avoid negating an unsigned value. (The offset in the...
|
commit | commitdiff | tree |
2005-12-21 |
Nicholas Clark | For consistency sv_2cv should not leave the stash pointer...
|
commit | commitdiff | tree |
2005-12-21 |
Nicholas Clark | Localise the stash variable in pp_entersub().
|
commit | commitdiff | tree |
2005-12-21 |
Nicholas Clark | Undo my goto spaghetti from change 18340 - what we...
|
commit | commitdiff | tree |
2005-12-21 |
Nicholas Clark | The lref argument of sv_2cv is actually passed onwards...
|
commit | commitdiff | tree |
2005-12-20 |
Nicholas Clark | rv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL...
|
commit | commitdiff | tree |
2005-12-20 |
Nicholas Clark | Take care in toke.c not to convert constant subroutine...
|
commit | commitdiff | tree |
2005-12-20 |
Nicholas Clark | Add a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that...
|
commit | commitdiff | tree |
2005-12-20 |
Nicholas Clark | Get the "cv" from the "gv" once, and be more careful...
|
commit | commitdiff | tree |
2005-12-20 |
Nicholas Clark | Croak if gv_init doesn't know how to create a typeglob...
|
commit | commitdiff | tree |
2005-12-20 |
Nicholas Clark | Verify that the code for initialising typeglobs from...
|
commit | commitdiff | tree |
2005-12-20 |
Nicholas Clark | gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask...
|
commit | commitdiff | tree |
2005-12-20 |
Nicholas Clark | In Perl_yylex, move the declaration of orig_keyword...
|
commit | commitdiff | tree |
2005-12-19 |
Nicholas Clark | In Perl_yylex, make tmp a temporary variable local...
|
commit | commitdiff | tree |
2005-12-19 |
Nicholas Clark | Assert that orig_keyword, gv and gvp aren't used before...
|
commit | commitdiff | tree |
2005-12-19 |
Nicholas Clark | Make gv_init recognise a reference-to-something in...
|
commit | commitdiff | tree |
2005-12-19 |
Nicholas Clark | Make sv_dump (and therefore Devel::Peek) report the...
|
commit | commitdiff | tree |
2005-12-17 |
Nicholas Clark | Add some paranoia to check that GP accesses aren't...
|
commit | commitdiff | tree |
2005-12-17 |
Nicholas Clark | Two it's => its grammar fixes.
|
commit | commitdiff | tree |
2005-12-17 |
Nicholas Clark | Move and const some definitions of variables used to...
|
commit | commitdiff | tree |
2005-12-17 |
Nicholas Clark | Add t/op/negate.t to MANIFEST.
|
commit | commitdiff | tree |
2005-12-17 |
Nicholas Clark | Pull the definition of olderrno in sv_2pv_flags into...
|
commit | commitdiff | tree |
2005-12-17 |
Nicholas Clark | The IV/UV choice can be made inside uiv_2buf rather...
|
commit | commitdiff | tree |
2005-12-17 |
Nicholas Clark | The THINKFIRST check after the GMAGICAL check in sv_2iv_flag...
|
commit | commitdiff | tree |
2005-12-16 |
Nicholas Clark | Typo fixes from Robin Houston in
|
commit | commitdiff | tree |
2005-12-16 |
Nicholas Clark | s/Nullhv/NULL/g;
|
commit | commitdiff | tree |
2005-12-16 |
Nicholas Clark | s/Nullav/NULL/g
|
commit | commitdiff | tree |
2005-12-16 |
Nicholas Clark | Perl_sv_dup should be allocating bodies based on *size...
|
commit | commitdiff | tree |
2005-12-16 |
Nicholas Clark | comp/require.t exits early for the case of UTF-8 or...
|
commit | commitdiff | tree |
2005-12-15 |
Nicholas Clark | Use PL_op_desc rather than literal strings in pp_ioctl
|
commit | commitdiff | tree |
2005-12-15 |
Nicholas Clark | Expand the comment describing the intent of change...
|
commit | commitdiff | tree |
2005-12-15 |
Nicholas Clark | In Perl_apply, the name of the op can be found from...
|
commit | commitdiff | tree |
2005-12-14 |
Nicholas Clark | lib/Pod/t/man.t should use TODO with not ok to express...
|
commit | commitdiff | tree |
2005-12-14 |
Nicholas Clark | Duplicate the AMAGIC temporary variable consting from...
|
commit | commitdiff | tree |
2005-12-14 |
Nicholas Clark | Simplify the SvGMAGIC code in sv_[ipu]v_flags.
|
commit | commitdiff | tree |
2005-12-14 |
Nicholas Clark | Simplify the SvGMAGIC code in sv_2nv, removing duplicated...
|
commit | commitdiff | tree |
2005-12-14 |
Nicholas Clark | The logic to use SVt_NV or SVt_PVNV is in sv_upgrade...
|
commit | commitdiff | tree |
2005-12-13 |
Nicholas Clark | Convert range.t to test.pl
|
commit | commitdiff | tree |
2005-12-13 |
Nicholas Clark | Update embed.fnc and headers after change 26345 (spotted...
|
commit | commitdiff | tree |
2005-12-13 |
Nicholas Clark | Inline asIV and asUV, as each is only used once, and...
|
commit | commitdiff | tree |
2005-12-12 |
Nicholas Clark | Check that %v$foo does not crash.
|
commit | commitdiff | tree |
2005-12-11 |
Nicholas Clark | Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug...
|
commit | commitdiff | tree |
2005-12-11 |
Nicholas Clark | Move the rest of the data munging into the test preparation...
|
commit | commitdiff | tree |
2005-12-11 |
Nicholas Clark | Move the $data and $result munging into the test preparation...
|
commit | commitdiff | tree |
2005-12-11 |
Nicholas Clark | Quench the other 2 ways obscure ways of abusing positional...
|
commit | commitdiff | tree |
2005-12-10 |
Nicholas Clark | Re-instate the old perl getcwd as _perl_getcwd, and...
|
commit | commitdiff | tree |
2005-12-09 |
Nicholas Clark | A better hash for PTR_TABLE_HASH (?)
|
commit | commitdiff | tree |
2005-12-09 |
Nicholas Clark | An alternative way of structuring ptr_table_clear so...
|
commit | commitdiff | tree |
2005-12-09 |
Nicholas Clark | A more efficient way to loop in ptr_table_clear
|
commit | commitdiff | tree |
2005-12-08 |
Nicholas Clark | Merge common code from ptr_table_fetch and ptr_table_store...
|
commit | commitdiff | tree |
2005-12-07 |
Nicholas Clark | Pull the regexp stringification code out into S_stringify_re...
|
commit | commitdiff | tree |
2005-12-07 |
Nicholas Clark | 3 instances of SvIsUV_on(sv); can be replaced with...
|
commit | commitdiff | tree |
2005-12-06 |
Nicholas Clark | Add a ; that 26281 was lacking.
|
commit | commitdiff | tree |
2005-12-06 |
Nicholas Clark | Move vast swathes of common code from sv_2iv_flags...
|
commit | commitdiff | tree |
2005-12-06 |
Nicholas Clark | The early return for SvIOKp(sv) in sv_2[iu]v_flags...
|
commit | commitdiff | tree |
2005-12-06 |
John Peacock | Re: stringification of v-string references
|
commit | commitdiff | tree |
2005-12-06 |
Nicholas Clark | Don't use Copy for 1 and 2 character string constants.
|
commit | commitdiff | tree |
2005-12-06 |
Nicholas Clark | Eliminate an unneeded local variable.
|
commit | commitdiff | tree |
2005-12-06 |
Nicholas Clark | Eliminate all the gotos in sv_2pv_flags, by moving...
|
commit | commitdiff | tree |
2005-12-06 |
Nicholas Clark | sv_2pv_flags shouldn't return a constant string "NULLREF...
|
commit | commitdiff | tree |
next |