2005-12-05 |
Nicholas Clark | Fix typo in description.
|
commit | commitdiff | tree |
2005-12-05 |
Nicholas Clark | Add ext/MIME/Base64/README to MANIFEST
|
commit | commitdiff | tree |
2005-12-02 |
Nicholas Clark | Address Hugo's comment on Dave's change (26240)
|
commit | commitdiff | tree |
2005-11-30 |
Nicholas Clark | The regexp engine should check SV flags rather than...
|
commit | commitdiff | tree |
2005-11-25 |
Nicholas Clark | Move report_uninit() and its static supporting functions...
|
commit | commitdiff | tree |
2005-11-22 |
Nicholas Clark | Note the URL describing the vast riches awaiting us.
|
commit | commitdiff | tree |
2005-11-21 |
Nicholas Clark | Flip the sign of the value in body details offset,...
|
commit | commitdiff | tree |
2005-11-20 |
Nicholas Clark | Eliminate two more strlen()s, by using the return value...
|
commit | commitdiff | tree |
2005-11-19 |
Nicholas Clark | Norman observed that a couple of macros could make...
|
commit | commitdiff | tree |
2005-11-19 |
Nicholas Clark | With -DPURFIY we change the flags so that everything...
|
commit | commitdiff | tree |
2005-11-19 |
Nicholas Clark | Map the HE arena onto SV type 0 (SVt_NULL).
|
commit | commitdiff | tree |
2005-11-18 |
Nicholas Clark | Remove all the now unused new_XFOO()/del_XFOO() macros
|
commit | commitdiff | tree |
2005-11-18 |
Nicholas Clark | sv_clear can manipulate the arena array directly too.
|
commit | commitdiff | tree |
2005-11-18 |
Nicholas Clark | We only need to zero new bodies for upgrades. sv_dup...
|
commit | commitdiff | tree |
2005-11-18 |
Nicholas Clark | Merge the arms of the switch. The decision about what...
|
commit | commitdiff | tree |
2005-11-18 |
Nicholas Clark | Eliminate new_body_length from sv_dup. Replace SvTYPE...
|
commit | commitdiff | tree |
2005-11-18 |
Nicholas Clark | Eliminate new_body_offset from sv_dup()
|
commit | commitdiff | tree |
2005-11-18 |
Nicholas Clark | Merge the last remaining case duplication in sv_upgrade
|
commit | commitdiff | tree |
2005-11-18 |
Nicholas Clark | Eliminate new_body_length from sv_upgrade
|
commit | commitdiff | tree |
2005-11-18 |
Nicholas Clark | Eliminate new_body_offset from sv_upgrade
|
commit | commitdiff | tree |
2005-11-18 |
Nicholas Clark | new_body_inline doesn't need to be passed the root...
|
commit | commitdiff | tree |
2005-11-18 |
Nicholas Clark | Add a flag to the body details of which types come...
|
commit | commitdiff | tree |
2005-11-18 |
Nicholas Clark | Simplify the expression for the upgrade logic for SVt_IV.
|
commit | commitdiff | tree |
2005-11-18 |
Nicholas Clark | const and static for the const static private table.
|
commit | commitdiff | tree |
2005-11-18 |
Nicholas Clark | Rename sv_upgrade's parameter mt to new_type.
|
commit | commitdiff | tree |
2005-11-17 |
Nicholas Clark | All that can be in the first switch statement of sv_upgrade...
|
commit | commitdiff | tree |
2005-11-17 |
Nicholas Clark | "Can you see what it is yet?"
|
commit | commitdiff | tree |
2005-11-17 |
Nicholas Clark | Add the size of the structure to copy as a field in...
|
commit | commitdiff | tree |
2005-11-17 |
Nicholas Clark | Merge sizeof_body_by_svtype and offset_by_svtype into...
|
commit | commitdiff | tree |
2005-11-17 |
Nicholas Clark | Move the location of the definition of the arena slot...
|
commit | commitdiff | tree |
2005-11-17 |
Nicholas Clark | s/SvTYPE(sv)/old_type/ in sv_upgrade because we already...
|
commit | commitdiff | tree |
2005-11-16 |
Nicholas Clark | Oi gcc, No! sizeof(void) is an error. *Not* 1.
|
commit | commitdiff | tree |
2005-11-16 |
Nicholas Clark | PL_pte_root and PL_pte_arenaroot can be exterminated...
|
commit | commitdiff | tree |
2005-11-14 |
Nicholas Clark | Remove the two register keywords from auto variables...
|
commit | commitdiff | tree |
2005-11-14 |
Nicholas Clark | More PERL_POISON - poison SvANY() and SvREFCNT() in...
|
commit | commitdiff | tree |
2005-11-14 |
Nicholas Clark | Mark all places where perl needs to look at a possibly...
|
commit | commitdiff | tree |
2005-11-14 |
Nicholas Clark | Provide a crude way for specifying the command line for
|
commit | commitdiff | tree |
2005-11-13 |
Nicholas Clark | Fix breakages that prevended -DPERL_POISON from compiling.
|
commit | commitdiff | tree |
2005-11-13 |
Nicholas Clark | Integrate:
|
commit | commitdiff | tree |
2005-11-12 |
Nicholas Clark | Make B's tests skip correctly when PerlIO is not configured.
|
commit | commitdiff | tree |
2005-11-12 |
Nicholas Clark | Change 26063 got one conditional the wrong way round.
|
commit | commitdiff | tree |
2005-11-12 |
Nicholas Clark | Make the removal of references to AvFLAGS in the B...
|
commit | commitdiff | tree |
2005-11-11 |
Nicholas Clark | 26085 was wrong. Undo it.
|
commit | commitdiff | tree |
2005-11-11 |
Nicholas Clark | Correct the version-dependant expression for the number...
|
commit | commitdiff | tree |
2005-11-09 |
Nicholas Clark | As using -C to turn on utf8 IO is equivalent to the...
|
commit | commitdiff | tree |
2005-11-09 |
Nicholas Clark | I/O is UTF-8, not "UNICODE"
|
commit | commitdiff | tree |
2005-11-09 |
Nicholas Clark | As using -C to turn on utf8 IO is equivalent to the...
|
commit | commitdiff | tree |
2005-11-09 |
Nicholas Clark | Better diagnostics from io/utf8.t
|
commit | commitdiff | tree |
2005-11-09 |
Nicholas Clark | Make the Bytecode changes conditional on perl version.
|
commit | commitdiff | tree |
2005-11-09 |
Nicholas Clark | Simplify Perl_allocmy slightly, and cope better with...
|
commit | commitdiff | tree |
2005-11-09 |
Nicholas Clark | Add a comment about possible future refactoring of...
|
commit | commitdiff | tree |
2005-11-09 |
Nicholas Clark | Remove superfluous strlen() from pp_require().
|
commit | commitdiff | tree |
2005-11-08 |
Nicholas Clark | It helps to actually *remove* the now-superfluous strlen().
|
commit | commitdiff | tree |
2005-11-08 |
Nicholas Clark | Moving the 4 writes of PL_no_mem followed by exit(1...
|
commit | commitdiff | tree |
2005-11-08 |
Nicholas Clark | Eliminate some unnecessary strlen()s
|
commit | commitdiff | tree |
2005-11-08 |
Nicholas Clark | Eliminate duplicate strlen()s by explicitly calling it.
|
commit | commitdiff | tree |
2005-11-08 |
Nicholas Clark | 3 calls to strlen() we can avoid.
|
commit | commitdiff | tree |
2005-11-08 |
Nicholas Clark | Probaby a good idea to include DEBUG_LEAKING_SCALARS...
|
commit | commitdiff | tree |
2005-11-07 |
Nicholas Clark | Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most...
|
commit | commitdiff | tree |
2005-11-07 |
Nicholas Clark | s/Nick Clark/Nicholas Clark/ s/Nick Clark/Nicholas Clark/
|
commit | commitdiff | tree |
2005-11-07 |
Nicholas Clark | For each test function, test it as is, and with extra...
|
commit | commitdiff | tree |
2005-11-07 |
Nicholas Clark | The rarely used lcfirst and ucfirst share almost all...
|
commit | commitdiff | tree |
2005-11-07 |
Nicholas Clark | Fix bug #37628 (both lcfirst and ucfirst)
|
commit | commitdiff | tree |
2005-11-07 |
Nicholas Clark | Add lib/CPAN/Admin.pm from CPAN to make version.t pass.
|
commit | commitdiff | tree |
2005-11-05 |
Nicholas Clark | Make the 5.9 changes to B conditional on perl version.
|
commit | commitdiff | tree |
2005-11-05 |
Nicholas Clark | '[at]' should be '@'
|
commit | commitdiff | tree |
2005-11-05 |
Nicholas Clark | Allow passing of the full enum name into the tryAMAGICbin...
|
commit | commitdiff | tree |
2005-11-05 |
Nicholas Clark | dorassign doesn't need --SP;
|
commit | commitdiff | tree |
2005-11-04 |
Nicholas Clark | s/printf/my_printf/ because we're using the return...
|
commit | commitdiff | tree |
2005-11-04 |
Nicholas Clark | Use the return value of sprintf in sv_2pv_flags. Remove...
|
commit | commitdiff | tree |
2005-11-04 |
Nicholas Clark | You can't there from here. (Dead code in sv_2pv_flags)
|
commit | commitdiff | tree |
2005-11-04 |
Nicholas Clark | Use the return value from sprintf().
|
commit | commitdiff | tree |
2005-11-04 |
Nicholas Clark | pp_semop can fit within Perl_pp_shmwrite().
|
commit | commitdiff | tree |
2005-11-04 |
Nicholas Clark | The remaining special logic in pp_syswrite can be moved...
|
commit | commitdiff | tree |
2005-11-04 |
Nicholas Clark | Merge msgsnd, msgrcv with Perl_pp_shmwrite().
|
commit | commitdiff | tree |
2005-11-04 |
Nicholas Clark | Once more, with feeling.
|
commit | commitdiff | tree |
2005-11-04 |
Nicholas Clark | Meta-oops. Change 25987 was not the change you were...
|
commit | commitdiff | tree |
2005-11-04 |
Nicholas Clark | Oops. This new panic was meant to be added to the documented
|
commit | commitdiff | tree |
2005-11-04 |
Nicholas Clark | ftrwrite, ftrexec, fteread, ftewrite and fteexec can...
|
commit | commitdiff | tree |
2005-11-04 |
Nicholas Clark | PERL_EFF_ACCESS_[RWX]_OK can go.
|
commit | commitdiff | tree |
2005-11-04 |
Nicholas Clark | The PERL_EFF_ACCESS_[RWX]_OK macros are all defined...
|
commit | commitdiff | tree |
2005-11-03 |
Nicholas Clark | Perl_pp_symlink and Perl_pp_link can be merged. The...
|
commit | commitdiff | tree |
2005-11-03 |
Nicholas Clark | Patch 3945 was a bit overkeen - the effective parameter...
|
commit | commitdiff | tree |
2005-11-03 |
Nicholas Clark | Avoiding source code duplication for the lstat() on...
|
commit | commitdiff | tree |
2005-11-02 |
Nicholas Clark | unlink chmod utime kill can be merged into Perl_pp_chown().
|
commit | commitdiff | tree |
2005-11-02 |
Nicholas Clark | Move the conditonal compiles that report absence of...
|
commit | commitdiff | tree |
2005-11-02 |
Nicholas Clark | Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.
|
commit | commitdiff | tree |
2005-11-02 |
Nicholas Clark | Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe...
|
commit | commitdiff | tree |
2005-11-02 |
Nicholas Clark | Avoid a pad panic by attempting to use dTARGET; in...
|
commit | commitdiff | tree |
2005-11-02 |
Nicholas Clark | Correct error in 25958 for threaded builds.
|
commit | commitdiff | tree |
2005-11-02 |
Nicholas Clark | Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis
|
commit | commitdiff | tree |
2005-11-01 |
Nicholas Clark | This should clear up 'Perl_do_exec' undefined; warnings...
|
commit | commitdiff | tree |
2005-10-31 |
Nicholas Clark | All the ops that are simply C<return some_other_op...
|
commit | commitdiff | tree |
2005-10-31 |
Nicholas Clark | Simplify the implementation of the "unimplemented"...
|
commit | commitdiff | tree |
2005-10-31 |
Nicholas Clark | Further pod nit spotted by Jarkko
|
commit | commitdiff | tree |
2005-10-31 |
Nicholas Clark | Replace the 3 currently "unreachable" ops with a single...
|
commit | commitdiff | tree |
2005-10-31 |
Nicholas Clark | Add "moving common filetest code to a static function...
|
commit | commitdiff | tree |
2005-10-31 |
Nicholas Clark | maddingue prefers this e-mail address.
|
commit | commitdiff | tree |
2005-10-31 |
Nicholas Clark | It appears that it's trivially easy to alias opcode...
|
commit | commitdiff | tree |
2005-10-31 |
Nicholas Clark | Add maddingue to AUTHORS
|
commit | commitdiff | tree |
next |