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/
|
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 |
2005-10-31 |
Sébastien Aperghis... | Making ExtUtils::Constant compatible with Perl 5.004
|
commit | commitdiff | tree |
2005-10-31 |
Nicholas Clark | A more elegant way to deal with utf8n_to_uvchr() and...
|
commit | commitdiff | tree |
2005-10-31 |
Nicholas Clark | Perl_csighandler was in global.sym twice.
|
commit | commitdiff | tree |
2005-10-31 |
Nicholas Clark | Arrange to only output each symbol once into global.sym
|
commit | commitdiff | tree |
2005-10-31 |
Nicholas Clark | uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on...
|
commit | commitdiff | tree |
2005-10-31 |
Nicholas Clark | POD nit spotted by Jarkko
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | const const bad bad.
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | is_utf8_alnum() and is_utf8_alnumc() can use is_utf8_common...
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Jarkko and I think that Perl_is_utf8_alnumc should...
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Perl_is_utf8_* share a lot of common code. Pull that...
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Given that sv_nosharing performs the same function...
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Replace uvuni_to_utf8() with a macro that passes the...
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | global.sym appears to have become out of date. Oops.
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Replace is_utf8_string_loc() with a macro that passes...
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Fix typos in comments.
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Functions that die aren't exactly well used code.
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | save_hints is a mathom.
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | I infer that change 25891 as-is would break OS2. This...
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | init_i18nl14n is a mathom.
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Replace hv_magic() with a macro to call sv_magic()...
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Fix win32 breakage inadvertently introduced by 25889
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Replace hv_iternext() with a macro that calls hv_iternext_fl...
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Fix typo in comment.
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Replace gv_fetchmethod() with a macro to call gv_fetchmethod...
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | I think we have a winner. do_pipe hasn't been called...
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Replace do_aexec() with a macro to call do_aexec5(...
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Replace do_exec() with a macro to call do_exec3() with...
|
commit | commitdiff | tree |
2005-10-30 |
Nicholas Clark | Replace do_open() with a macro to call do_openn() with...
|
commit | commitdiff | tree |
2005-10-29 |
Nicholas Clark | Replace the body of the rarely used sv_setpviv_mg with...
|
commit | commitdiff | tree |
2005-10-29 |
Nicholas Clark | Replace sv_catsv_mg and sv_catpvn_mg, and move the...
|
commit | commitdiff | tree |
2005-10-29 |
Nicholas Clark | Add a new SMAGIC flag, to signal a call to SvSETMAGIC...
|
commit | commitdiff | tree |
2005-10-29 |
Nicholas Clark | sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen...
|
commit | commitdiff | tree |
2005-10-29 |
Nicholas Clark | All the private implementations of @foo for compilers...
|
commit | commitdiff | tree |
2005-10-29 |
Nicholas Clark | sv_utf8_upgrade declares itself to be a mathom, so...
|
commit | commitdiff | tree |
2005-10-29 |
Nicholas Clark | Replace sv_force_normal with a macro that calls sv_force_nor...
|
commit | commitdiff | tree |
2005-10-29 |
Nicholas Clark | Replace sv_unref with a macro that calls sv_unref_flags
|
commit | commitdiff | tree |
2005-10-29 |
Nicholas Clark | sv_taint() can easily be replaced by a macro.
|
commit | commitdiff | tree |
2005-10-29 |
Nicholas Clark | A terser implementation of S_varname, by using and...
|
commit | commitdiff | tree |
2005-10-29 |
Nicholas Clark | gv_fullname3 and gv_efullname3 are definately mathoms...
|
commit | commitdiff | tree |
2005-10-29 |
Nicholas Clark | gv_fullname and gv_efullname are definately mathoms.
|
commit | commitdiff | tree |
2005-10-28 |
Nicholas Clark | Use the return value from sprintf and avoid a call...
|
commit | commitdiff | tree |
2005-10-27 |
Nicholas Clark | Change 25850 failed to include all changed headers
|
commit | commitdiff | tree |
2005-10-26 |
Nicholas Clark | Store the raw bytes of the pid in PL_pidstatus, rather...
|
commit | commitdiff | tree |
2005-10-26 |
Nicholas Clark | Most platforms don't actually need PL_pidstatus, or...
|
commit | commitdiff | tree |
2005-10-25 |
Nicholas Clark | Code in wait4pid was calling hv_delete with the hash...
|
commit | commitdiff | tree |
2005-10-25 |
Nicholas Clark | Oops. the trick is to edit Makefile.SH
|
commit | commitdiff | tree |
2005-10-25 |
Rafael Garcia-Suarez | remove mv-if-diff
|
commit | commitdiff | tree |
2005-10-25 |
Nicholas Clark | Replace all the strlen()s related to PL_pidstatus with...
|
commit | commitdiff | tree |
2005-10-25 |
Nicholas Clark | Whoops. The Windows build is going to need to know...
|
commit | commitdiff | tree |
2005-10-24 |
Nicholas Clark | Add my_sprintf, which is usually just a macro for sprintf...
|
commit | commitdiff | tree |
2005-10-24 |
Nicholas Clark | Add a probe for whether sprintf returns the length...
|
commit | commitdiff | tree |
2005-10-22 |
Nicholas Clark | use more 'const' in the Encode data structures.
|
commit | commitdiff | tree |
2005-10-22 |
Nicholas Clark | Mark more static Encode data structures as const.
|
commit | commitdiff | tree |
2005-10-18 |
Nicholas Clark | Add Rafael's 5.10 roadmap to perltodo.
|
commit | commitdiff | tree |
2005-10-17 |
Nicholas Clark | Correct precedence from and to && in an expression...
|
commit | commitdiff | tree |
2005-10-15 |
Hugo van der Sanden | pre{inc,dec} is faster, even with integers
|
commit | commitdiff | tree |
2005-10-06 |
Nicholas Clark | Avoid a cast
|
commit | commitdiff | tree |
next |