2006-01-02 |
Nicholas Clark | More missing AUTHORS
|
commit | commitdiff | tree |
2006-01-02 |
Nicholas Clark | Erk! craigb's changes come out of p4 with ^Ms as line...
|
commit | commitdiff | tree |
2006-01-02 |
Nicholas Clark | More missing AUTHORS
|
commit | commitdiff | tree |
2006-01-02 |
Nicholas Clark | Fix up missing and duplicate AUTHORS
|
commit | commitdiff | tree |
2006-01-02 |
Nicholas Clark | Happy New Year. (It's not just embed.pl).
|
commit | commitdiff | tree |
2006-01-02 |
Nicholas Clark | Typo fix in the description of change 26370.
|
commit | commitdiff | tree |
2006-01-02 |
Nicholas Clark | Add 2006 to the copyright years in the header generated...
|
commit | commitdiff | tree |
2005-12-31 |
Nicholas Clark | Turn a for loop that's almost a while into an honest...
|
commit | commitdiff | tree |
2005-12-31 |
Nicholas Clark | Calling Perl_hv_clear_placeholders while the hash iterator...
|
commit | commitdiff | tree |
2005-12-31 |
Nicholas Clark | Remove unneeded test in Perl_hv_clear_placeholders.
|
commit | commitdiff | tree |
2005-12-31 |
Nicholas Clark | Add a test for change 26547. (We no longer expect to...
|
commit | commitdiff | tree |
2005-12-31 |
Nicholas Clark | Re-attempt to clear the hash in S_hfreeentries if anything...
|
commit | commitdiff | tree |
2005-12-31 |
Nicholas Clark | Stop 'sub a { // }; %::=()' panicing because the backreferen...
|
commit | commitdiff | tree |
2005-12-30 |
Nicholas Clark | Marcus Holland-Moritz suggested that assert should
|
commit | commitdiff | tree |
2005-12-30 |
Nicholas Clark | Tweak S_init_main_stash so as allocate PL_curstname...
|
commit | commitdiff | tree |
2005-12-30 |
Nicholas Clark | Document why it's a bad plan to move the backreferences...
|
commit | commitdiff | tree |
2005-12-30 |
Nicholas Clark | Now that the backreference array has no NULL entries...
|
commit | commitdiff | tree |
2005-12-30 |
Nicholas Clark | POSIX now declares missing constants as sub ... ()...
|
commit | commitdiff | tree |
2005-12-30 |
Nicholas Clark | In the shared string table, if we add new entries to...
|
commit | commitdiff | tree |
2005-12-30 |
Nicholas Clark | RMAGIC on symbol tables is bad, m'kay.
|
commit | commitdiff | tree |
2005-12-29 |
Nicholas Clark | A GVs stash can be NULL, so don't call macros that...
|
commit | commitdiff | tree |
2005-12-28 |
Nicholas Clark | As the backreferences AV doesn't hold references on...
|
commit | commitdiff | tree |
2005-12-28 |
Nicholas Clark | PL_amagic_generation is always non-zero, so remove...
|
commit | commitdiff | tree |
2005-12-27 |
Nicholas Clark | s/%/%%/ in the package name so that it can be used...
|
commit | commitdiff | tree |
2005-12-27 |
Nicholas Clark | Pass in the full arguments to ExtUtils::Constant::ProxySubs
|
commit | commitdiff | tree |
2005-12-27 |
Nicholas Clark | gv_fetch_flags in newATTRSUB can actually be const.
|
commit | commitdiff | tree |
2005-12-27 |
Nicholas Clark | As what we're doing is generating subroutines, which...
|
commit | commitdiff | tree |
2005-12-27 |
Nicholas Clark | Refactor the require failure message generation to...
|
commit | commitdiff | tree |
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 |
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-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 |
next |