2006-01-05 |
Steve Hay |
Reorder changes made in change 26630 |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Steve Hay |
Run regen.pl (Just updating copyright years) |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Steve Hay |
Don't try to export PL_my_ctx_mutex and PL_my_cxt_... |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Rafael Garcia... |
More copyright updates |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Jim Cromie |
Re: [patch] optimized constant subs are cool, teach... |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Gisle Aas |
Move all the xxxpvs() macros to handy.h. |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Gisle Aas |
Make the new STR_WITH_LEN() affected compile under... |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Gisle Aas |
Add an extra NUL so that we can use sv_catpvs() |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Gisle Aas |
Get rid of hardcoded string length. |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Gisle Aas |
Introduce newSVpvs_share() macro. |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Gisle Aas |
Get rid of a few more hardcoded string lengths. |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Steve Peters |
Update copyright year. |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Rafael Garcia... |
Fix some compilation warnings |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Gisle Aas |
Get rid of a few more hardcoded string lengths. |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Gisle Aas |
Introduce the macros newSVpvs(str) and sv_catpvs(sv... |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Gisle Aas |
Removed unused part of string passed to sv_catpvn(). |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Steve Peters |
Updates to various configurations courtesy of Jarkko. |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Steve Peters |
Don't warn about invalid dirhandles in DirHandle::DESTR... |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Steve Hay |
Make Borland and MinGW happy with change 26379 |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Gisle Aas |
Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Gisle Aas |
Introduce STR_WITH_LEN macro in the form suggested... |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Steve Hay |
Workaround Win32 compiler bugs following change 26395 |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Gisle Aas |
Silence compiler warning; ref change 26598 |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Steve Peters |
Added snprintf() and vsnprintf() to configure.com as... |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Steve Peters |
Add warnings for the various other *dir() functions... |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Steve Peters |
Add snprintf() and vsnprintf() to the various Win32... |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Mike Guy |
Re: [perl #38034] A combination eval, DESTROY method... |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Nicholas Clark |
If NV_ZERO_IS_ALLBITS_ZERO is not true, then it's impor... |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Steve Peters |
Attemting to readdir() something that isn't a dirhandle... |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Steve Hay |
Fix release mode builds following change 26598 |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Steve Peters |
perldiag.pod additions to go with change #26602. |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Steve Peters |
Add probe for snprintf () and vsnprintf () |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Rafael Garcia... |
Update perldelta, up to change 25344 more or less. |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Steve Peters |
Bad symbols that are pretending to be dirhandles, shoul... |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Rafael Garcia... |
Sync perlfaq. |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Dave Mitchell |
silence some compiler warnings |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Jim Cromie |
Re: [patch] optimized constant subs are cool, teach... |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Stephen McCamant |
Re: [perl #36837] B::Deparse fails when it comes to... |
commit | commitdiff | tree | snapshot |
2006-01-03 |
John E. Malmberg |
[patch@26561] utf8.c const issue. |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Andreas König |
[PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gz |
commit | commitdiff | tree | snapshot |
2006-01-03 |
Dave Mitchell |
ithreads: SVs that were only on the tmps stack leaked |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Nicholas Clark |
The two never used NOTYET switch ops can go. |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Dave Mitchell |
stop DEBUG_LEAKING_SCALARS producing spurious memory... |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Nicholas Clark |
More missing AUTHORS |
commit | commitdiff | tree | snapshot |
2006-01-02 |
John E. Malmberg |
patch@26561 & earlier - buffer overrun in VMS.C |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Nicholas Clark |
Erk! craigb's changes come out of p4 with ^Ms as line... |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Nicholas Clark |
More missing AUTHORS |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Nicholas Clark |
Fix up missing and duplicate AUTHORS |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Jim Cromie |
Re: [patch] optimized constant subs are cool, teach... |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Rafael Garcia... |
Since we no longer autovivify stashes (change #26370... |
commit | commitdiff | tree | snapshot |
2006-01-02 |
pm@capmon.dk |
Documentation fix for File::Temp::new |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Nicholas Clark |
Happy New Year. (It's not just embed.pl). |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Steve Peters |
Note that the "unlink"ing directories is attempted... |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Nicholas Clark |
Typo fix in the description of change 26370. |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Dave Mitchell |
add svt_local slot to magic vtable, and fix local ... |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Nicholas Clark |
Add 2006 to the copyright years in the header generated... |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Jim Cromie |
[patch] comment grammar and indentation, spurious tab |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Andreas König |
[PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gz |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Rafael Garcia... |
Update copyrights for files modified in 2006 |
commit | commitdiff | tree | snapshot |
2006-01-01 |
Gisle Aas |
Get rid of length argument for the FEATURE_IS_ENABLED... |
commit | commitdiff | tree | snapshot |
2006-01-01 |
Andy Lester |
Making 0 pointers to NULLs |
commit | commitdiff | tree | snapshot |
2006-01-01 |
Jarkko Hietaniemi |
Configure: stdio char (un)signedness |
commit | commitdiff | tree | snapshot |
2006-01-01 |
Andy Lester |
Making 0 pointers to NULLs |
commit | commitdiff | tree | snapshot |
2005-12-31 |
Dave Mitchell |
make threads use MY_CXT API rather than using PL_modglobal |
commit | commitdiff | tree | snapshot |
2005-12-31 |
Dave Mitchell |
tidy index arrangements in new MY_CXT code |
commit | commitdiff | tree | snapshot |
2005-12-31 |
Steve Peters |
Upgrade to CPAN-1.80_57 |
commit | commitdiff | tree | snapshot |
2005-12-31 |
Nicholas Clark |
Turn a for loop that's almost a while into an honest... |
commit | commitdiff | tree | snapshot |
2005-12-31 |
Nicholas Clark |
Calling Perl_hv_clear_placeholders while the hash itera... |
commit | commitdiff | tree | snapshot |
2005-12-31 |
Nicholas Clark |
Remove unneeded test in Perl_hv_clear_placeholders. |
commit | commitdiff | tree | snapshot |
2005-12-31 |
Jan Dubois |
op/pack.t failure on Win64 |
commit | commitdiff | tree | snapshot |
2005-12-31 |
Nicholas Clark |
Add a test for change 26547. (We no longer expect to... |
commit | commitdiff | tree | snapshot |
2005-12-31 |
Nicholas Clark |
Re-attempt to clear the hash in S_hfreeentries if anyth... |
commit | commitdiff | tree | snapshot |
2005-12-31 |
Nicholas Clark |
Stop 'sub a { // }; %::=()' panicing because the backre... |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Nicholas Clark |
Marcus Holland-Moritz suggested that assert should |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Nicholas Clark |
Tweak S_init_main_stash so as allocate PL_curstname... |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Steve Peters |
Convert t/op/sleep.t to using test.pl |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Nicholas Clark |
Document why it's a bad plan to move the backreferences... |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Nicholas Clark |
Now that the backreference array has no NULL entries... |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Nicholas Clark |
POSIX now declares missing constants as sub ... ()... |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Rafael Garcia... |
Update perltodo. First shot at perl593delta. |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Nicholas Clark |
In the shared string table, if we add new entries to... |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Robin Houston |
Differences from Perl 6 |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Rafael Garcia... |
Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRS |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Dave Mitchell |
fix errors in new MY_CTX code |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Tels |
Reduce size of buffers for identifier names, as suggest... |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Tels |
perlio.c - gv_stashpvn() vs gv_stashpv() |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Tels |
Perl_gv_fetchpv vs. gv_fetchpvn |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Rafael Garcia... |
Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Nicholas Clark |
RMAGIC on symbol tables is bad, m'kay. |
commit | commitdiff | tree | snapshot |
2005-12-30 |
Dave Mitchell |
change #26523 didn't make my_cxt_init public |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Tels |
$a = \$a oddity |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Andy Lester |
Actual real consting of parms |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Andy Lester |
av.c cleanup, plus! |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Rafael Garcia... |
Fix test for perl version number in Makefile.PL |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Andy Lester |
Fixing the SVREFCNT macro |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Dave Mitchell |
re-implement MY_CXT API more efficiently, and add explicit |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Dave Mitchell |
add tests for MY_CXT API and improve its documentation |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Robin Houston |
Test that constant overloading is propagated into eval |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Yitzchak Scott... |
[DOC PATCH] rindex clarification |
commit | commitdiff | tree | snapshot |
2005-12-29 |
Craig A. Berry |
fortify Pod::Simple::Search against non-case-preserving... |
commit | commitdiff | tree | snapshot |
next |