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 |
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 |
next |