2005-07-17 |
Dave Mitchell | change #25129 was overzealous in delaying the call... |
blob | commitdiff |
2005-07-15 |
Andy Lester | more embed cleanup |
blob | commitdiff | diff to current |
2005-07-13 |
Andy Lester | More embed.fnc plowing |
blob | commitdiff | diff to current |
2005-07-13 |
Dave Mitchell | make the expensive ckWARN() be called as late as possible |
blob | commitdiff | diff to current |
2005-07-10 |
Andy Lester | Making my way thru embed.fnc |
blob | commitdiff | diff to current |
2005-07-02 |
Dave Mitchell | missed one PAD_SET_CUR |
blob | commitdiff | diff to current |
2005-06-29 |
Nicholas Clark | All tests pass (for me) with -DPERL_DONT_CREATE_GVSV |
blob | commitdiff | diff to current |
2005-06-29 |
Nicholas Clark | First stab at not automatically creating an unused... |
blob | commitdiff | diff to current |
2005-06-27 |
Andy Lester | We're going round in circles with pp_sys.c |
blob | commitdiff | diff to current |
2005-06-22 |
Steve Hay | Silence yet more bcc32 compiler warnings |
blob | commitdiff | diff to current |
2005-06-16 |
Andy Lester | Removing /*SUPPRESS xxx*/ |
blob | commitdiff | diff to current |
2005-06-10 |
Nicholas Clark | More SvPV consting, including some code cleanup and... |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark | More SvPV consting |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark | Nuke some more n_a, and convert S_gv_ename from char... |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark | A mising cast (given that rx->subbeg is only char *) |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark | s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark | More SvPV consting |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark | More SvPV consting |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark | More SvPV consting. |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark | Lots of consting |
blob | commitdiff | diff to current |
2005-06-07 |
Andy Lester | Unvoid SvUPGRADE |
blob | commitdiff | diff to current |
2005-06-06 |
Nicholas Clark | Abstract all access to the shared hash value through... |
blob | commitdiff | diff to current |
2005-06-06 |
Nicholas Clark | SvIsCOW_shared_hash is declared all the time, so use it. |
blob | commitdiff | diff to current |
2005-06-03 |
Andy Lester | Random consting |
blob | commitdiff | diff to current |
2005-06-02 |
Steve Peters | SvPVX_const() - part 3 ... and const'ing Storable |
blob | commitdiff | diff to current |
2005-05-27 |
Nicholas Clark | Get the HEK once only in the hot code (class method... |
blob | commitdiff | diff to current |
2005-05-24 |
Andy Lester | embed.fnc cleanup + SvPVX_const usage |
blob | commitdiff | diff to current |
2005-05-21 |
Nicholas Clark | Move hv_name, hv_eiter and hv_riter into a new aux... |
blob | commitdiff | diff to current |
2005-05-16 |
Andy Lester | consting-eleventy.patch: More consts, plus actual bug fix |
blob | commitdiff | diff to current |
2005-05-11 |
Rafael Garcia-Suarez | Include vim/emacs modelines in generated files to open... |
blob | commitdiff | diff to current |
2005-05-10 |
Rafael Garcia-Suarez | Add editor boilerplates to all C files |
blob | commitdiff | diff to current |
2005-05-10 |
Nicholas Clark | s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ |
blob | commitdiff | diff to current |
2005-05-08 |
Nicholas Clark | Perl_croak uses perl's printf, so can pass in SVs direc... |
blob | commitdiff | diff to current |
2005-04-28 |
Nicholas Clark | Add a new macro SvPV_free() which undoes OOK and free... |
blob | commitdiff | diff to current |
2005-04-21 |
Jarkko Hietaniemi | Symbian port of Perl |
blob | commitdiff | diff to current |
2005-04-21 |
Andy Lester | extra code in pp_concat, Take 2 |
blob | commitdiff | diff to current |
2005-04-19 |
Steve Peters | Refactoring to Sv*_set() macros - patch #5 |
blob | commitdiff | diff to current |
2005-04-18 |
Nicholas Clark | SvPV_renew also calls SvLEN_set |
blob | commitdiff | diff to current |
2005-04-18 |
Nicholas Clark | Replace Renew(SvPVX(...)...) with SvPV_renew, which... |
blob | commitdiff | diff to current |
2005-04-18 |
Nicholas Clark | Refactor the odd-one-out code before a Renew(SvPVX... |
blob | commitdiff | diff to current |
2005-04-18 |
Steve Peters | Refactoring to Sv*_set() macros - patch #4 |
blob | commitdiff | diff to current |
2005-04-11 |
Nicholas Clark | Avoid taking a reference to SvIVX and putting that... |
blob | commitdiff | diff to current |
2005-04-10 |
Rafael Garcia-Suarez | Fix [perl #34892] Segfault on &DB::sub declared but... |
blob | commitdiff | diff to current |
2005-04-08 |
Andy Lester | Removing Y2K warnings |
blob | commitdiff | diff to current |
2005-04-08 |
Steve Peters | Refactoring to Sv*_set() macros - patch #2 |
blob | commitdiff | diff to current |
2005-03-24 |
Andy Lester | Third consting batch |
blob | commitdiff | diff to current |
2005-03-18 |
Andy Lester | More const parms |
blob | commitdiff | diff to current |
2005-03-11 |
Andy Lester | pad_push numero three-o |
blob | commitdiff | diff to current |
2005-01-14 |
Nicholas Clark | Correct the editor block to match the perl 5 policy... |
blob | commitdiff | diff to current |
2005-01-13 |
Nicholas Clark | replace NEWSV(), SvSetSV() with newSVsv() |
blob | commitdiff | diff to current |
2005-01-13 |
Nicholas Clark | Update copyright years. Add an editor block while passi... |
blob | commitdiff | diff to current |
2005-01-07 |
Nicholas Clark | Stage 1 of utf8 support for soft references. |
blob | commitdiff | diff to current |
2004-11-04 |
Rick Delaney | [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails |
blob | commitdiff | diff to current |
2004-09-08 |
Marcus Holland-Moritz | SvO?OK_off()'s return value |
blob | commitdiff | diff to current |
2004-07-31 |
Dave Mitchell | Add comment to the top of most .c files explaining... |
blob | commitdiff | diff to current |
2004-07-23 |
Dave Mitchell | remove the return stack PL_retstack, and store return... |
blob | commitdiff | diff to current |
2004-07-14 |
Nicholas Clark | "That's the way to do it" |
blob | commitdiff | diff to current |
2004-07-14 |
Nicholas Clark | Optimise foreach my $i (reverse ...) |
blob | commitdiff | diff to current |
2004-07-14 |
Nicholas Clark | Numeric comparison operators mustn't compare addresses... |
blob | commitdiff | diff to current |
2004-06-08 |
Dave Mitchell | [perl #30061] double DESTROY in for loop |
blob | commitdiff | diff to current |
2004-06-08 |
Jarkko Hietaniemi | Re: [PATCH] Re: Lack of error for large string on Solaris |
blob | commitdiff | diff to current |
2004-05-30 |
Shinya Hayakawa | Re: my $x->{foo} doesn't work |
blob | commitdiff | diff to current |
2004-04-23 |
Dave Mitchell | Include variable names in "Use of uninitialized value... |
blob | commitdiff | diff to current |
2004-03-23 |
Hugo van der Sanden | Fix bug [perl #27839] returning @+ out of scope loses... |
blob | commitdiff | diff to current |
2004-03-18 |
Marcus Holland-Moritz | range operator warnings / 64-bit fix |
blob | commitdiff | diff to current |
2004-03-16 |
Rafael Garcia-Suarez | Update copyright notices |
blob | commitdiff | diff to current |
2004-02-23 |
SADAHIRO Tomoyuki | Re: [perl #26905] "use bytes" doesn't apply byte semant... |
blob | commitdiff | diff to current |
2004-02-22 |
Dave Mitchell | Extend OP_AELEMFAST optimisation to lexical arrays |
blob | commitdiff | diff to current |
2004-02-17 |
Dave Mitchell | 22316 had stupid precedence thinkos |
blob | commitdiff | diff to current |
2004-02-17 |
Dave Mitchell | Slight update to #22315 ($lval=*FOO); optimise the... |
blob | commitdiff | diff to current |
2004-02-17 |
Tassilo von Parseval | Re: [PATCH] GLOB to LVALUE assignment fix |
blob | commitdiff | diff to current |
2004-02-08 |
Rafael Garcia-Suarez | map and grep weren't working correctly with lexical... |
blob | commitdiff | diff to current |
2004-02-03 |
Rafael Garcia-Suarez | Implement "my $_". |
blob | commitdiff | diff to current |
2004-01-29 |
Hugo van der Sanden | Re: [perl #25269] panic: pp_match start/end pointers... |
blob | commitdiff | diff to current |
2004-01-20 |
Dave Mitchell | second attempt to fix [perl #24914] freeing a CV refere... |
blob | commitdiff | diff to current |
2003-12-06 |
Rafael Garcia-Suarez | Missing thingies. |
blob | commitdiff | diff to current |
2003-12-06 |
Tassilo von Parseval | SCALAR/FIRSTKEY for tied hashes in scalar context |
blob | commitdiff | diff to current |
2003-11-29 |
Nicholas Clark | Silence gcc 2.95 warning |
blob | commitdiff | diff to current |
2003-11-25 |
Torsten Foertsch | Re: bug or a feature? |
blob | commitdiff | diff to current |
2003-11-13 |
Rafael Garcia-Suarez | Fix bug [perl #24380] : assigning to a hash in list |
blob | commitdiff | diff to current |
2003-11-01 |
Rick Delaney | Re: [PATCH bleadperl] (was Re: Is this brokenness in... |
blob | commitdiff | diff to current |
2003-10-01 |
Yitzchak Scott-Tho... | misapplied patch 19452 |
blob | commitdiff | diff to current |
2003-09-22 |
Jarkko Hietaniemi | An error message need not be a novel. |
blob | commitdiff | diff to current |
2003-09-12 |
Jarkko Hietaniemi | It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/, |
blob | commitdiff | diff to current |
2003-09-10 |
Jarkko Hietaniemi | Linenumbers for utf8 warnings were wrong, test also... |
blob | commitdiff | diff to current |
2003-09-10 |
Jarkko Hietaniemi | If doing rcatline no point rescanning each time |
blob | commitdiff | diff to current |
2003-09-10 |
Jarkko Hietaniemi | [perl #23770] Reading a latin1 file with open(... ... |
blob | commitdiff | diff to current |
2003-08-29 |
Rafael Garcia-Suarez | Don't cast PL_multiline to bool : you may loose importa... |
blob | commitdiff | diff to current |
2003-08-29 |
Jarkko Hietaniemi | Comparing an int to a U32 makes VC6 nervous. |
blob | commitdiff | diff to current |
2003-08-26 |
Dave Mitchell | improved 19064 (local $_[0] problems) |
blob | commitdiff | diff to current |
2003-08-21 |
Jarkko Hietaniemi | Retract #19064, broke mod_perl flushing (localisation... |
blob | commitdiff | diff to current |
2003-07-17 |
Anton Berezin | fix $^N-related coredump |
blob | commitdiff | diff to current |
2003-06-13 |
Rafael Garcia-Suarez | Remove the deprecated $* variable. |
blob | commitdiff | diff to current |
2003-05-12 |
Alex Vandiver | Re: Bug stomping fun. [PATCH: bug #1016] |
blob | commitdiff | diff to current |
2003-05-08 |
Rafael Garcia-Suarez | Suppress a few compilation warnings in pp_hot.c. |
blob | commitdiff | diff to current |
2003-05-08 |
Yitzchak Scott-Tho... | Re: [perl #17718] %tiedhash in bool context doesn't... |
blob | commitdiff | diff to current |
2003-05-01 |
Robin Barker | RE: perl@19333 |
blob | commitdiff | diff to current |
2003-04-26 |
Artur Bergman | Fix bug #15161 by increasing the refcount on the RE... |
blob | commitdiff | diff to current |
2003-04-23 |
Dave Mitchell | A new fatal error : |
blob | commitdiff | diff to current |
2003-04-16 |
Jarkko Hietaniemi | Fix up Larry's copyright statements to my best knowledge. |
blob | commitdiff | diff to current |
next |