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