2007-06-18 |
Ævar Arnfjörð Bjar... |
SvRX() and SvRXOK() macros |
blob | commitdiff |
2007-06-17 |
Rafael Garcia-Suarez |
Patches to compile perl on Cray XT4 Catamount/Qk, by... |
blob | commitdiff | diff to current |
2007-06-15 |
Jarkko Hietaniemi |
miscellanea |
blob | commitdiff | diff to current |
2007-06-15 |
Andy Dougherty |
Re: vsprintf |
blob | commitdiff | diff to current |
2007-05-04 |
Dave Mitchell |
eliminate PL_bufend from util.c (missed from #30820) |
blob | commitdiff | diff to current |
2007-05-02 |
Steve Hay |
Fix threaded builds (broken by change #31112) |
blob | commitdiff | diff to current |
2007-05-01 |
Steve Peters |
Add Perl_my_dirfd() to util.c |
blob | commitdiff | diff to current |
2007-04-21 |
Rafael Garcia-Suarez |
Upgrade to version-0.7203. |
blob | commitdiff | diff to current |
2007-03-27 |
Jarkko Hietaniemi |
stop the cargo cult of (MEM_SIZE)~0 |
blob | commitdiff | diff to current |
2007-03-27 |
Jarkko Hietaniemi |
util.c [PATCH] perlhack.pod (Was: Re: threads crashes... |
blob | commitdiff | diff to current |
2007-03-23 |
Jerry D. Hedden |
Silence compiler warning in util.c |
blob | commitdiff | diff to current |
2007-03-21 |
Jerry D. Hedden |
Change 30661 could result in undefined variable |
blob | commitdiff | diff to current |
2007-03-21 |
Nicholas Clark |
Remove the (sometimes) unused variable from change... |
blob | commitdiff | diff to current |
2007-03-20 |
Nicholas Clark |
In safecalloc, use the system calloc() for the non... |
blob | commitdiff | diff to current |
2007-03-19 |
Rafael Garcia-Suarez |
Upgrade to version.pm 0.71, by John Peacock |
blob | commitdiff | diff to current |
2007-02-28 |
Rafael Garcia-Suarez |
Fix a couple of typos in internal docs |
blob | commitdiff | diff to current |
2007-02-25 |
Devin Heitmueller |
[perl #41560] [PATCH] crash in Perl_vmess when GvIOp... |
blob | commitdiff | diff to current |
2007-02-19 |
Jarkko Hietaniemi |
blead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVA... |
blob | commitdiff | diff to current |
2007-02-13 |
John Peacock |
Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.70.tar.gz |
blob | commitdiff | diff to current |
2007-02-02 |
Nicholas Clark |
Change 29502 wasn't perfect - you need to remove any... |
blob | commitdiff | diff to current |
2007-01-26 |
Nicholas Clark |
Stop S_incline needing to temporarily write a '\0'... |
blob | commitdiff | diff to current |
2007-01-05 |
Steve Hay |
Silence various VC6 warnings |
blob | commitdiff | diff to current |
2007-01-04 |
Marcus Holland-Moritz |
The first three patches from: |
blob | commitdiff | diff to current |
2007-01-04 |
Jarkko Hietaniemi |
Re: [PATCH] Symbian port: add Series 90 support |
blob | commitdiff | diff to current |
2007-01-01 |
Steve Peters |
Welcome to 2007! Time to update copyrights from change... |
blob | commitdiff | diff to current |
2007-01-01 |
Jarkko Hietaniemi |
Symbian port: add Series 90 support |
blob | commitdiff | diff to current |
2006-12-29 |
Nicholas Clark |
In Perl_fbm_compile, really rarest should be U32 not... |
blob | commitdiff | diff to current |
2006-12-28 |
Nicholas Clark |
Eliminate BmPREVIOUS_set - with the complexity gone... |
blob | commitdiff | diff to current |
2006-12-28 |
Nicholas Clark |
Move all the FBM data fields from the table into a... |
blob | commitdiff | diff to current |
2006-12-18 |
Ilya Zakharevich |
OS/2-specific fixes, round II |
blob | commitdiff | diff to current |
2006-12-13 |
Ilya Zakharevich |
Text mode wrongly set on pipe file descriptors |
blob | commitdiff | diff to current |
2006-12-13 |
Nicholas Clark |
Eliminate PVBM. Store fast Boyer-Moore tables in PVGV. |
blob | commitdiff | diff to current |
2006-12-12 |
Steve Hay |
Silence VC warnings about possible operator precedence... |
blob | commitdiff | diff to current |
2006-12-11 |
Nicholas Clark |
Fix allocation bug in change 29524. |
blob | commitdiff | diff to current |
2006-12-11 |
Nicholas Clark |
Add BmPREVIOUS_set(), and use it in the one place that... |
blob | commitdiff | diff to current |
2006-12-11 |
Nicholas Clark |
Move PERL_FBM_TABLE_OFFSET and PERL_FBM_FLAGS_OFFSET_FR... |
blob | commitdiff | diff to current |
2006-12-11 |
Nicholas Clark |
Convert the -1 to a more explicit PERL_FBM_FLAGS_OFFSET... |
blob | commitdiff | diff to current |
2006-12-11 |
Nicholas Clark |
Rename FBM_TABLE_OFFSET to PERL_FBM_TABLE_OFFSET prior... |
blob | commitdiff | diff to current |
2006-12-11 |
Nicholas Clark |
Change SvTAIL() to check that both SVpbm_TAIL|SVpbm_VAL... |
blob | commitdiff | diff to current |
2006-12-08 |
Nicholas Clark |
In Perl_fbm_instr(), no need to calculate the address... |
blob | commitdiff | diff to current |
2006-12-08 |
Nicholas Clark |
Perl_screaminstr() must be called with littlestr as... |
blob | commitdiff | diff to current |
2006-12-08 |
Nicholas Clark |
No need to upgrade if all we're going to do is return. |
blob | commitdiff | diff to current |
2006-12-04 |
Nicholas Clark |
Move Perl_get_db_sub() from pp_hot.c to util.c |
blob | commitdiff | diff to current |
2006-11-22 |
Steve Hay |
Fix infinite loop in Perl_my_strftime() for failing... |
blob | commitdiff | diff to current |
2006-11-18 |
Steve Peters |
Sync up the function definitions for Perl_my_popen... |
blob | commitdiff | diff to current |
2006-09-21 |
Jarkko Hietaniemi |
deal with some gcc warnings |
blob | commitdiff | diff to current |
2006-09-18 |
John Peacock |
Re: [perl #37714] XSUB.h version check may fail due... |
blob | commitdiff | diff to current |
2006-09-17 |
Rafael Garcia-Suarez |
A better version of change #28847 |
blob | commitdiff | diff to current |
2006-09-17 |
Jarkko Hietaniemi |
util.c: restore Perl_my_setenv() to pre-28814 |
blob | commitdiff | diff to current |
2006-09-16 |
Rafael Garcia-Suarez |
No declarations after statements ! (noticed by Sadahiro... |
blob | commitdiff | diff to current |
2006-09-15 |
Craig A. Berry |
More hacking in util.c's ifdef jungle following 28844... |
blob | commitdiff | diff to current |
2006-09-14 |
Rafael Garcia-Suarez |
Fix for bug #37714: XSUB.h version check may fail due... |
blob | commitdiff | diff to current |
2006-09-14 |
Yves Orton |
Re: Re: [PATCH] C++: Solaris CC now compiles "perl" |
blob | commitdiff | diff to current |
2006-09-11 |
Jarkko Hietaniemi |
C++: Solaris CC now compiles "perl" |
blob | commitdiff | diff to current |
2006-08-07 |
Jarkko Hietaniemi |
g++ large patch |
blob | commitdiff | diff to current |
2006-07-16 |
Jarkko Hietaniemi |
Re: [PATCH] various safety/portability tweaks |
blob | commitdiff | diff to current |
2006-07-15 |
Jarkko Hietaniemi |
various safety/portability tweaks |
blob | commitdiff | diff to current |
2006-07-11 |
Steve Hay |
Fix change #28533: my_strlcpy does not return the dest... |
blob | commitdiff | diff to current |
2006-07-10 |
Steve Peters |
Convert some low hanging fruit to my_strlcpy/my_strlcat. |
blob | commitdiff | diff to current |
2006-07-10 |
Steve Peters |
Change existing uses of strlcpy()/strlcat() to use... |
blob | commitdiff | diff to current |
2006-07-10 |
Steve Peters |
Add Russ Allbery's public domain implementations of... |
blob | commitdiff | diff to current |
2006-06-30 |
Rafael Garcia-Suarez |
Fix casting warnings related to snprintf/vsnprintf |
blob | commitdiff | diff to current |
2006-06-09 |
John Peacock |
[patch] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.64... |
blob | commitdiff | diff to current |
2006-06-06 |
Andy Lester |
more accumulated cleanups |
blob | commitdiff | diff to current |
2006-05-22 |
Rafael Garcia-Suarez |
Upgrade to version.pm 0.60 |
blob | commitdiff | diff to current |
2006-05-19 |
Jarkko Hietaniemi |
Re: [PATCH] Re: Change 28183 has broken 64-bit builds? |
blob | commitdiff | diff to current |
2006-05-18 |
Rafael Garcia-Suarez |
Adjust calling of Perl_va_copy(), noticed by Jarkko |
blob | commitdiff | diff to current |
2006-05-17 |
Nicholas Clark |
Another SvVOK(). I believe that this is the last. |
blob | commitdiff | diff to current |
2006-05-17 |
Rafael Garcia-Suarez |
Oops, missed a SvVOK. |
blob | commitdiff | diff to current |
2006-05-17 |
Jarkko Hietaniemi |
Re: Change 28183 has broken 64-bit builds? |
blob | commitdiff | diff to current |
2006-05-12 |
Jarkko Hietaniemi |
Re: [PATCH] my_snprintf |
blob | commitdiff | diff to current |
2006-05-10 |
Dave Mitchell |
disable WARN and DIE hooks during constant folding |
blob | commitdiff | diff to current |
2006-05-09 |
Jarkko Hietaniemi |
PERL_MEM_LOG enhancements |
blob | commitdiff | diff to current |
2006-04-28 |
Jarkko Hietaniemi |
Re: [PATCH] use snprintf/strlcpy/strlcat when useful |
blob | commitdiff | diff to current |
2006-04-26 |
Marcus Holland-Moritz |
Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 |
blob | commitdiff | diff to current |
2006-04-20 |
Andy Lester |
Localizing vars |
blob | commitdiff | diff to current |
2006-04-19 |
Nicholas Clark |
Calling cv_undef() on the CV created by newCONSTSUB... |
blob | commitdiff | diff to current |
2006-04-18 |
Alex Waugh |
Support compiling for RISC OS |
blob | commitdiff | diff to current |
2006-04-17 |
Nicholas Clark |
Turn on UTF8 cache assertions with -Ca |
blob | commitdiff | diff to current |
2006-04-13 |
Steve Hay |
Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield() |
blob | commitdiff | diff to current |
2006-04-12 |
Nicholas Clark |
Change cop_warnings from an SV holding the warnings... |
blob | commitdiff | diff to current |
2006-04-05 |
Steve Peters |
Try not to use negative values when accessing arrays... |
blob | commitdiff | diff to current |
2006-03-29 |
Jarkko Hietaniemi |
re-[PATCH] Re: [PATCH] Poison now in two different... |
blob | commitdiff | diff to current |
2006-02-24 |
Andy Lester |
unused context warnings |
blob | commitdiff | diff to current |
2006-02-23 |
Nicholas Clark |
Remove set magic from typeglobs. Remove typeglob magic... |
blob | commitdiff | diff to current |
2006-02-20 |
Rafael Garcia-Suarez |
More NullXXX macro removal from Andy Lester |
blob | commitdiff | diff to current |
2006-02-10 |
Nicholas Clark |
With PERL_POISON defined, ensure freshly malloc()ed... |
blob | commitdiff | diff to current |
2006-02-09 |
Andy Lester |
Trying my "remove the pTHXes" patch again |
blob | commitdiff | diff to current |
2006-02-04 |
Nicholas Clark |
Enhance PERL_TRACK_MEMPOOL so that it also emulates... |
blob | commitdiff | diff to current |
2006-02-03 |
Steven Schubiger |
Re: [PATCH] s/Null(gv|hv|sv)/NULL/g |
blob | commitdiff | diff to current |
2006-02-02 |
Steven Schubiger |
Re: [PATCH] s/Null(av|ch)/NULL/g |
blob | commitdiff | diff to current |
2006-02-02 |
Nicholas Clark |
gv_fetchpvn_flags ranks highly in the profile, and... |
blob | commitdiff | diff to current |
2006-02-02 |
Nicholas Clark |
Yet more instances of gv_fetchpv... that should be... |
blob | commitdiff | diff to current |
2006-01-31 |
Nicholas Clark |
Silence a warning from the MS compiler about signed... |
blob | commitdiff | diff to current |
2006-01-28 |
Nicholas Clark |
Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fet... |
blob | commitdiff | diff to current |
2006-01-28 |
Nicholas Clark |
By changing SvVOK() from returning 0/1 to 0/pointer... |
blob | commitdiff | diff to current |
2006-01-21 |
Marcus Holland-Moritz |
Remove wrong cast to (void *), which fixes a gcc warnin... |
blob | commitdiff | diff to current |
2006-01-11 |
Gisle Aas |
A few more places that can use hv_fetchs(). |
blob | commitdiff | diff to current |
2006-01-11 |
Nicholas Clark |
Refactor S_vdie_common so that Perl_vwarn can use it... |
blob | commitdiff | diff to current |
2006-01-11 |
Steve Peters |
Fix the new warning created with version-0.53 |
blob | commitdiff | diff to current |
next |