2005-10-30 |
Nicholas Clark | Perl_is_utf8_* share a lot of common code. Pull that... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Nicholas Clark | Given that sv_nosharing performs the same function... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Nicholas Clark | Replace uvuni_to_utf8() with a macro that passes the... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Nicholas Clark | global.sym appears to have become out of date. Oops. |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Nicholas Clark | Replace is_utf8_string_loc() with a macro that passes... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Nicholas Clark | Fix typos in comments. |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Nicholas Clark | Functions that die aren't exactly well used code. |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Nicholas Clark | save_hints is a mathom. |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Nicholas Clark | I infer that change 25891 as-is would break OS2. This... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Nicholas Clark | init_i18nl14n is a mathom. |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Nicholas Clark | Replace hv_magic() with a macro to call sv_magic()... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Nicholas Clark | Fix win32 breakage inadvertently introduced by 25889 |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Nicholas Clark | Replace hv_iternext() with a macro that calls hv_iterne... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Nicholas Clark | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Nicholas Clark | Replace gv_fetchmethod() with a macro to call gv_fetchm... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Nicholas Clark | I think we have a winner. do_pipe hasn't been called... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Nicholas Clark | Replace do_aexec() with a macro to call do_aexec5(... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Nicholas Clark | Replace do_exec() with a macro to call do_exec3() with... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Nicholas Clark | Replace do_open() with a macro to call do_openn() with... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Bram | warnings.pl/pm: Croaker function: bug (perl v5.8, v5.9) |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Jarkko Hietaniemi | Re: [PATCH] predecrement vs postdecrement |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Nicholas Clark | Replace the body of the rarely used sv_setpviv_mg with... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Nicholas Clark | Replace sv_catsv_mg and sv_catpvn_mg, and move the... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Nicholas Clark | Add a new SMAGIC flag, to signal a call to SvSETMAGIC... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Nicholas Clark | sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Nicholas Clark | All the private implementations of @foo for compilers... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Srezic@Iconmobile.Com | [perl #30563] [PATCH] Storable::dclone fails for tied... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Nicholas Clark | sv_utf8_upgrade declares itself to be a mathom, so... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Nicholas Clark | Replace sv_force_normal with a macro that calls sv_forc... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Nicholas Clark | Replace sv_unref with a macro that calls sv_unref_flags |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Steve Peters | Oops, missed an sv_force_normal() |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Nicholas Clark | sv_taint() can easily be replaced by a macro. |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Steve Peters | Change to use sv_force_normal_flags() directly, rather... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Nicholas Clark | A terser implementation of S_varname, by using and... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Steve Peters | Additional mathoms from doio.c |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Steve Peters | Coverage stats say av_fake() is a mathom too. |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Nicholas Clark | gv_fullname3 and gv_efullname3 are definately mathoms... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Jarkko Hietaniemi | Re: [PATCH] predecrement vs postdecrement |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Nicholas Clark | gv_fullname and gv_efullname are definately mathoms. |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Brendan O'Dea | perl5db.pl incorrect instructions in termination message |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Steve Peters | Makefiles like tabs, not spaces. |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Steve Peters | Add a new file, mathoms.c, to hold old code kept around... |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Steve Peters | Check for changes in IO on CPAN. |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Steve Peters | gbarr is maintaining IO. |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Steve Peters | Add SPRINTF_RETURNS_STRLEN to the various Win32 config_... |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Nicholas Clark | Use the return value from sprintf and avoid a call... |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Gisle Aas | Re: IO::File performace issue |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Nicholas Clark | Change 25850 failed to include all changed headers |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Steve Peters | Win32 fix for change #25850. I don't know if this... |
commit | commitdiff | tree | snapshot |
2005-10-26 |
John E. Malmberg | [patch@25854]vms.c rmsexpand and memmove fixes |
commit | commitdiff | tree | snapshot |
2005-10-26 |
Rafael Garcia... | FAQ sync. |
commit | commitdiff | tree | snapshot |
2005-10-26 |
Jarkko Hietaniemi | Symbian: better Series 80 support |
commit | commitdiff | tree | snapshot |
2005-10-26 |
Steve Peters | Multiple versions of OpenBSD fail this test, not just... |
commit | commitdiff | tree | snapshot |
2005-10-26 |
Tassilo von... | Re: [PATCH] minor speed-up for pp_push() |
commit | commitdiff | tree | snapshot |
2005-10-26 |
Nicholas Clark | Store the raw bytes of the pid in PL_pidstatus, rather... |
commit | commitdiff | tree | snapshot |
2005-10-26 |
Jason Vas Dias | [perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be... |
commit | commitdiff | tree | snapshot |
2005-10-26 |
John E. Malmberg | Re: [patch@25838]Hopefully the last VMS exit/error... |
commit | commitdiff | tree | snapshot |
2005-10-26 |
Nicholas Clark | Most platforms don't actually need PL_pidstatus, or... |
commit | commitdiff | tree | snapshot |
2005-10-25 |
John E. Malmberg | Back out change #25839, and apply : |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Nicholas Clark | Code in wait4pid was calling hv_delete with the hash... |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Rafael Garcia... | t/TEST should require Time::HiRes only when it uses it. |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Rafael Garcia... | Rediff the Makefile.SH patch for cross-compilation. |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Steve Peters | Upgrade to Time-HiRes-1.76 |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Rafael Garcia... | Remove remaining references to mv-if-diff |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Nicholas Clark | Oops. the trick is to edit Makefile.SH |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Rafael Garcia... | remove mv-if-diff |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Nicholas Clark | Replace all the strlen()s related to PL_pidstatus with... |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Nicholas Clark | Whoops. The Windows build is going to need to know... |
commit | commitdiff | tree | snapshot |
2005-10-25 |
John E. Malmberg | VMS exit handling still broken, need some help. |
commit | commitdiff | tree | snapshot |
2005-10-25 |
John E. Malmberg | [patch@25837] Change 25831: sprintf returns the length... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Yitzchak Scott... | Backport of changes #25831 and #25832. Re-order needed |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Paul Marquess | Compress::Zlib |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Nicholas Clark | Add my_sprintf, which is usually just a macro for sprin... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Nicholas Clark | Add a probe for whether sprintf returns the length... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Rafael Garcia... | Fix path in code example |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Robin Houston | Re: do { EXPR for EXPR } |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Steve Peters | Update one of merijn's previous emails. |
commit | commitdiff | tree | snapshot |
2005-10-23 |
John E. Malmberg | [patch@25825] Fix st_ino compare to use real data. |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Marcus Holland... | Fix mismatched braces in S_fd_on_nosuid_fs(). |
commit | commitdiff | tree | snapshot |
2005-10-22 |
Craig A. Berry | VMS threaded build fixes for things broken in #25783 |
commit | commitdiff | tree | snapshot |
2005-10-22 |
Nicholas Clark | use more 'const' in the Encode data structures. |
commit | commitdiff | tree | snapshot |
2005-10-22 |
Marcus Holland... | Turn NN to NULLOK for functions that have code to handle |
commit | commitdiff | tree | snapshot |
2005-10-22 |
Nicholas Clark | Mark more static Encode data structures as const. |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Steve Peters | Documentation on getting a FORMAT ref from a GLOB was... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Jarkko Hietaniemi | Symbian/beginnings of Series 80 support |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Gisle Aas | allow "" as select bitmask [PATCH] |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Rafael Garcia... | Rewording of doc change #25812 |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Jarkko Hietaniemi | Symbian/beginnings of Series 80 support |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Jarkko Hietaniemi | Symbian/beginnings of Series 80 support |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Gisle Aas | wrong maxlen in sselect [PATCH] |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Xavier Noria | Re: [PATCH] return values reworded in perlsub.pod |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Rafael Garcia... | Remove last remaining reference to vax11c |
commit | commitdiff | tree | snapshot |
2005-10-20 |
John E. Malmberg | [patch@25809]restore documented exit behavior |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Rafael Garcia... | Fix doc typo, by Gisle Aas |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Robin Houston | Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger... |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Rafael Garcia... | Forgotten chunk by jhi |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Jarkko Hietaniemi | blead 25801: Symbian batch of today |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Andy Lester | More consting, and DRY leads to shrinking object code |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Sébastien Aperghis... | Adding documentation index to perlapi.pod and perlinter... |
commit | commitdiff | tree | snapshot |
2005-10-19 |
John E. Malmberg | [patch@25784] enable open(FOO, "child.pl foo|") on VMS |
commit | commitdiff | tree | snapshot |
next |