2005-05-20 |
Steve Peters |
SvPVX_const() - Patch #1 |
blob | commitdiff |
2005-05-16 |
Andy Lester |
consting-eleventy.patch: More consts, plus actual bug fix |
blob | commitdiff | diff to current |
2005-05-12 |
Rafael Garcia-Suarez |
Silence DEBUGGING compilation warnings |
blob | commitdiff | diff to current |
2005-05-12 |
Rafael Garcia-Suarez |
SvUPGRADE doesn't return false. |
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 |
Jarkko Hietaniemi |
potential [PATCH] Tru64 crank up strictness |
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-09 |
Andy Lester |
attributes-two.patch, the next batch |
blob | commitdiff | diff to current |
2005-05-09 |
Steve Peters |
Sv_*set() doc's and extra const's for the SvPVX_const... |
blob | commitdiff | diff to current |
2005-04-25 |
Jarkko Hietaniemi |
combopatch |
blob | commitdiff | diff to current |
2005-04-21 |
Jarkko Hietaniemi |
Symbian port of Perl |
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-13 |
Robin Barker |
-Wformat |
blob | commitdiff | diff to current |
2005-04-08 |
Steve Peters |
Refactoring to Sv*_set() macros - patch #2 |
blob | commitdiff | diff to current |
2005-04-08 |
Steve Peters |
Refactoring to Sv*_set() macros - patch #1 |
blob | commitdiff | diff to current |
2005-04-05 |
Nicholas Clark |
Add casting to allow g++ (3.3.5) to compile the core... |
blob | commitdiff | diff to current |
2005-03-25 |
Andy Lester |
Consting five |
blob | commitdiff | diff to current |
2005-03-25 |
Andy Lester |
Consting part 4 |
blob | commitdiff | diff to current |
2005-03-22 |
Rafael Garcia-Suarez |
Forbid the -C option on the command-line |
blob | commitdiff | diff to current |
2005-03-21 |
Andy Lester |
More consting goodness |
blob | commitdiff | diff to current |
2005-03-18 |
Rafael Garcia-Suarez |
Remove an useless line, spotted by Andy Lester |
blob | commitdiff | diff to current |
2005-03-18 |
Andy Lester |
More const parms |
blob | commitdiff | diff to current |
2005-02-14 |
Marcus Holland-Moritz |
Regenerate Perl_keyword() to remove superfluous goto... |
blob | commitdiff | diff to current |
2005-01-31 |
Marcus Holland-Moritz |
Make Perl_keyword() another 30% faster. |
blob | commitdiff | diff to current |
2005-01-24 |
Nicholas Clark |
Ooops. It was 190M when I was using 4 bytes per entry... |
blob | commitdiff | diff to current |
2005-01-24 |
Nicholas Clark |
Replace Perl_keyword() with a version that's 20% faster... |
blob | commitdiff | diff to current |
2005-01-22 |
Jarkko Hietaniemi |
Re: uc($long_utf8_string) exhausts memory |
blob | commitdiff | diff to current |
2005-01-14 |
Nicholas Clark |
sv_catpvf holds no advantage over sv_catpv when the... |
blob | commitdiff | diff to current |
2005-01-13 |
Nicholas Clark |
replace NEWSV(), SvSetSV() with newSVsv() |
blob | commitdiff | diff to current |
2005-01-09 |
Nicholas Clark |
Can pass in a length here without introducing a bug... |
blob | commitdiff | diff to current |
2005-01-09 |
Nicholas Clark |
Pull the am-I-utf8-or-not logic into one place (S_newSV... |
blob | commitdiff | diff to current |
2005-01-07 |
Nicholas Clark |
Stage 1 of utf8 support for soft references. |
blob | commitdiff | diff to current |
2005-01-03 |
Nicholas Clark |
D'oh! Spurious aTHX_. Here was I thinking that my test... |
blob | commitdiff | diff to current |
2005-01-02 |
Nicholas Clark |
Remove compiler warnings. |
blob | commitdiff | diff to current |
2005-01-02 |
Nicholas Clark |
Change 23727 broke code that relied on \ being escaped. |
blob | commitdiff | diff to current |
2005-01-02 |
Nicholas Clark |
Splitting the -n/-p code and concatenating strings... |
blob | commitdiff | diff to current |
2005-01-01 |
Nicholas Clark |
Concatenate some string constants |
blob | commitdiff | diff to current |
2005-01-01 |
Nicholas Clark |
Use Rafael's sick trick of ASCII NUL as a q'' delimiter... |
blob | commitdiff | diff to current |
2005-01-01 |
Nicholas Clark |
Probably should be using *pvn rather than *pv forms... |
blob | commitdiff | diff to current |
2005-01-01 |
Nicholas Clark |
strEQ/strNE of 1 character strings seems better hand... |
blob | commitdiff | diff to current |
2004-12-03 |
Nicholas Clark |
Remove double checking of acceptable switches on tr... |
blob | commitdiff | diff to current |
2004-12-03 |
Nicholas Clark |
use (c == '$' || c == '@' || c == '%') instead of strch... |
blob | commitdiff | diff to current |
2004-11-23 |
Rafael Garcia-Suarez |
Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong... |
blob | commitdiff | diff to current |
2004-11-19 |
Rafael Garcia-Suarez |
Make "err" a weak keyword; |
blob | commitdiff | diff to current |
2004-10-10 |
Dave Mitchell |
Turn regcomp into a list op |
blob | commitdiff | diff to current |
2004-10-08 |
Rafael Garcia-Suarez |
Make the perl interpreter more tolerant of UTF-16-encod... |
blob | commitdiff | diff to current |
2004-09-28 |
Dave Mitchell |
the improved -DT output of #23325 could print an uninit... |
blob | commitdiff | diff to current |
2004-09-28 |
Rafael Garcia-Suarez |
Perl -DT segfaults when parsing a 'use' statement |
blob | commitdiff | diff to current |
2004-09-19 |
Dave Mitchell |
improve lexer debugging output (-DT) |
blob | commitdiff | diff to current |
2004-07-19 |
Nicholas Clark |
Turn 2 strcpy()s into memcpy() because we know the... |
blob | commitdiff | diff to current |
2004-06-24 |
Marcus Holland-Moritz |
Fix for: [perl #2738] perl segfautls on input |
blob | commitdiff | diff to current |
2004-05-13 |
Jarkko Hietaniemi |
BOM-marked and (BOMless) UTF-16 scripts not working |
blob | commitdiff | diff to current |
2004-05-03 |
Dave Mitchell |
[perl #28986] perl -e "open m" crashes Perl |
blob | commitdiff | diff to current |
2004-04-02 |
Rafael Garcia-Suarez |
Fix bug #27940 : \cX escapes weren't working correctly... |
blob | commitdiff | diff to current |
2004-03-22 |
Yitzchak Scott-Tho... |
Re: [PATCH] warn on !=~ |
blob | commitdiff | diff to current |
2004-03-20 |
Yitzchak Scott-Tho... |
warn on !=~ |
blob | commitdiff | diff to current |
2004-02-28 |
Dave Mitchell |
make the bison-based parser threadsafe and capable... |
blob | commitdiff | diff to current |
2004-02-14 |
Dave Mitchell |
Switch from byacc to bison and simplify the perly.... |
blob | commitdiff | diff to current |
2004-02-03 |
Rafael Garcia-Suarez |
Implement "my $_". |
blob | commitdiff | diff to current |
2004-01-20 |
Dave Mitchell |
[perl #24940] "sub foo :unique" segfaults |
blob | commitdiff | diff to current |
2004-01-16 |
LAUN Wolfgang |
format/write (version 2) |
blob | commitdiff | diff to current |
2004-01-05 |
Rafael Garcia-Suarez |
Some mandatory syntax warnings emitted by the lexer... |
blob | commitdiff | diff to current |
2004-01-04 |
LAUN Wolfgang |
Re: [perl #24774] eval + format - \n = pp_ctl.c assertion |
blob | commitdiff | diff to current |
2003-10-28 |
Rafael Garcia-Suarez |
[PATCH lib/overload.t] TODO tests for bug #24313. |
blob | commitdiff | diff to current |
2003-10-15 |
Rafael Garcia-Suarez |
Fix bug [perl #24212] : improper error recovery in the |
blob | commitdiff | diff to current |
2003-09-23 |
Rafael Garcia-Suarez |
Minor nit in a debug message of the tokenizer. |
blob | commitdiff | diff to current |
2003-09-09 |
Rafael Garcia-Suarez |
One more chance... Elizabeth's change #21107 plus |
blob | commitdiff | diff to current |
2003-08-26 |
Adrian M. Enache |
Re: [PATCH] valgrind and /#/x |
blob | commitdiff | diff to current |
2003-08-15 |
Jarkko Hietaniemi |
Integrate from maint: |
blob | commitdiff | diff to current |
2003-08-04 |
Steve Grazzini |
Re: [perl #23210] parser error with 'print $HANDLE... |
blob | commitdiff | diff to current |
2003-07-29 |
Rafael Garcia-Suarez |
[perl #22969] fix $hash{utf8bareword} |
blob | commitdiff | diff to current |
2003-07-24 |
Stephen McCamant |
Fix saving 'V' magic in scan_vstring() |
blob | commitdiff | diff to current |
2003-07-10 |
Chip Salzenberg |
Restore SIGFPE on exec() |
blob | commitdiff | diff to current |
2003-07-09 |
Jarkko Hietaniemi |
Fix for the 'print v65' plus safety tweaks from Rafael. |
blob | commitdiff | diff to current |
2003-07-09 |
John Peacock |
Re: [REPATCH] was Re: [perl #16010] v-strings left... |
blob | commitdiff | diff to current |
2003-07-03 |
Iain Truskett |
"without parens" vs "without parentheses" |
blob | commitdiff | diff to current |
2003-06-05 |
Yitzchak Scott-Tho... |
Re: SPUG:-s option doesn't always work! |
blob | commitdiff | diff to current |
2003-05-09 |
Rafael Garcia-Suarez |
Remove the error messages "Final @ should be \@ or... |
blob | commitdiff | diff to current |
2003-04-29 |
Adrian M. Enache |
buglet: sub a(;&) { } doesn't work |
blob | commitdiff | diff to current |
2003-04-19 |
Dave Mitchell |
Re: [PATCH] [perl #21875] Hash ref transformed as a... |
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 |
2003-04-08 |
Dave Mitchell |
(vaguely connected with) [perl #21875] Hash ref transfo... |
blob | commitdiff | diff to current |
2003-04-05 |
Jarkko Hietaniemi |
Heredocs and use encoding didn't work for SJIS; |
blob | commitdiff | diff to current |
2003-03-14 |
Adrian M. Enache |
Re: [fix] [perl #21575] Bug with print( followed by... |
blob | commitdiff | diff to current |
2003-03-09 |
Jarkko Hietaniemi |
From Inaba Hiroto: DATA wasn't properly utf8ed |
blob | commitdiff | diff to current |
2003-03-02 |
Hugo van der Sanden |
Update all copyrights to 2003, from Jarkko |
blob | commitdiff | diff to current |
2003-02-26 |
Inaba Hiroto |
Re: [PATCH] Re: format, PerlIO and utf8 |
blob | commitdiff | diff to current |
2003-02-19 |
Adrian M. Enache |
Re: [perl #20716] scope error with brackets |
blob | commitdiff | diff to current |
2003-02-16 |
Salvador Fandiño |
add support for assertions. Updated form of: |
blob | commitdiff | diff to current |
2003-02-13 |
Jarkko Hietaniemi |
gcc 3.2.1 does not have -Wall faith that tmp |
blob | commitdiff | diff to current |
2003-02-10 |
Adrian M. Enache |
Re: [perl #20716] [FIX] scope error with brackets |
blob | commitdiff | diff to current |
2003-02-08 |
Jarkko Hietaniemi |
Signedness nits. |
blob | commitdiff | diff to current |
2003-02-05 |
Inaba Hiroto |
[Patch] parsing under encoding (Re: [Encode] HEADS... |
blob | commitdiff | diff to current |
2003-02-02 |
Jarkko Hietaniemi |
Fix and test for [perl #15549 Empty \Q\E not permitted] |
blob | commitdiff | diff to current |
2003-01-22 |
Dave Mitchell |
Re: difference between my and our before introduction |
blob | commitdiff | diff to current |
2003-01-07 |
Nicholas Clark |
%_ (was Re: [PATCH] operation on `PL_na' may be undefined) |
blob | commitdiff | diff to current |
2002-12-06 |
Rafael Garcia-Suarez |
Fix two cases of buffer overflow in the lexer. |
blob | commitdiff | diff to current |
next |