2008-12-02 |
Steve Peters |
setsid() returns -1 on failure. |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Steve Peters |
Add diagnostics for "No such hook: %s". |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Nicholas Clark |
The temporary SV created in Perl_save_helem_flags(... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Nicholas Clark |
Convention seems to be that static definitions are... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Jerry D. Hedden |
Eliminate setenv_getix() |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Nicholas Clark |
Change 34966 should also have removed the SSCHECK(4... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Nicholas Clark |
In Perl_ss_dup(), case SAVEt_FREEPV can be rolled into... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Nicholas Clark |
Implement Perl_save_delete() using save_pushptri32ptr(). |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Nicholas Clark |
Re-order Perl_save_delete() to PTR, INT, PTR. |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Nicholas Clark |
Add S_save_pushptri32ptr() and use it to re-implement... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Nicholas Clark |
Move the implmentation of SAVEHINTS() into a new Perl_s... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Nicholas Clark |
For SAVEHINTS(), re-order the savestack to be (?:PTR... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Nicholas Clark |
Expose save_pushi32ptr() and implement SAVECOPARYBASE... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Rainer Tammer |
Re: 5.8.9 RC1 / 5.10.x / bleed patches for README.aix |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Nicholas Clark |
Expose save_pushptrptr() and implement SAVESWITCHSTACK... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Nicholas Clark |
Refactor all of the code of the form |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Nicholas Clark |
Re-implement the macros SAVECOMPPAD(), SAVECOMPILEWARNI... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Nicholas Clark |
Refactor all of the code of the form |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Nicholas Clark |
Convert all the scope save functions of the form |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Nicholas Clark |
This feels like a more robust location than that of... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Nicholas Clark |
Proposed fix for -T -d:NYTProf regression. Probably... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Marcus Holland... |
Upgrade to IPC::SysV 2.00_02 |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Craig A. Berry |
And (hopefully) the actual change for 34951. Sigh. |
commit | commitdiff | tree | snapshot |
2008-11-28 |
John E. Malmberg |
[patch@34950]configure.com fix usedevel |
commit | commitdiff | tree | snapshot |
2008-11-28 |
H.Merijn Brand |
could we add usedevel to config.h? |
commit | commitdiff | tree | snapshot |
2008-11-28 |
H.Merijn Brand |
Errors to STDERR please |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Nicholas Clark |
S_mro_get_linear_isa_*() should have an *un*signed... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Nicholas Clark |
av_fake is undead. :-( |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Nicholas Clark |
Note (hopefully) all the use cases of all the rest... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Bo Lindbergh |
Small eval documentation tweak |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Nicholas Clark |
av_fake() isn't in the public API, and isn't used anywh... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Steve Peters |
[perl #32979] [PATCH] perlrun #!/bin/sh incantation... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nicholas Clark |
Note where (nearly) all the other private non-static... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nicholas Clark |
ywarn() is actually only used inside toke.c, so it... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nicholas Clark |
setenv_getix() is not used anywhere other than util... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nicholas Clark |
Change 34931 missed a second update to perlintern.pod |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nicholas Clark |
sv_add_arena() is now only called from sv.c, so it... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nicholas Clark |
Perl_oopsCV() is not part of the public API, not used... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Marcus Holland... |
Upgrade to IPC::SysV 2.00_01 |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nicholas Clark |
rxres_free() and rxres_restore() are only used in pp_ct... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nicholas Clark |
Just s/Perl_/S_/ isn't good enough - you also need... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nicholas Clark |
pmtrans() and refkids() can be static in op.c. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nicholas Clark |
pidgone() is only used in util.c, so it can be static. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nicholas Clark |
Merge S_is_gv_magical() into Perl_is_gv_magical_sv(). |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nicholas Clark |
The vestigial PL_pad_reset_pending can actually be... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nicholas Clark |
pad_reset() is only used in pad.c, so can be static. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nicholas Clark |
Exactly 1 function, in perl.c, calls Perl_magicname... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nicholas Clark |
is_gv_magical() is only called from within gv.c. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nicholas Clark |
ingroup() is only used in doio.c. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nicholas Clark |
force_list(), fold_constants() and gen_constant_list... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nicholas Clark |
vdie() isn't used anywhere aside from util.c, so it... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nicholas Clark |
Perl_cv_ckproto() is not part of the public API, and... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Vincent Pit |
Addendum to bug #38809: fix assertion failure, more... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nicholas Clark |
listkids() can be static in op.c |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nicholas Clark |
Following on from change 34918, scalarkids() and scalar... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nicholas Clark |
"If it's not private, it's public somehow." states... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Nicholas Clark |
Replace Perl_my() with a small shell script. er. macro. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Jerry D. Hedden |
threads::shared 1.27 |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Nicholas Clark |
A correction to change 34909 - we want *different*... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Nicholas Clark |
Add Rainer Tammer and Torsten Schönfeld to AUTHORS. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Nicholas Clark |
Tweak the constants used in testing to constants that... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Luke Ross |
Re: [perl #59280] perlbug AutoReply: PUSH on tied array... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Vincent Pit |
[perl #38809] return do { } : take 3 (or 4...) |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Andy Dougherty |
Re: [perl #56826] Perl-5.8.8 compilation on AIX 5.1 |
commit | commitdiff | tree | snapshot |
2008-11-25 |
reneeb |
[perl #7911] no warning for useless /d in tr/0-9//d |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Nicholas Clark |
Promote Perl_setdefout() to the public API. |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Nicholas Clark |
Change 34831 missed running autodoc.pl |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Mandalemula... |
Respecting inc_version_list while processing PERL_VENDO... |
commit | commitdiff | tree | snapshot |
2008-11-24 |
John E. Malmberg |
[patch@34896] vms readdir() fixes for UNIX/EFS mode |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Tim Bunce |
Hard-coded Perl_pp_entersub and Perl_pp_entereval shoul... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Nicholas Clark |
Note where there is a U8 of space. |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Nicholas Clark |
Rename PL_breakable_sub_generation to PL_breakable_sub_... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Nicholas Clark |
Remove the trailing NUL byte, and (hopefully) convert... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Abigail |
Improve and restructure t/op/pat.t and split out some... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Rainer Tammer |
Re: 5.8.9 RC1 patches for AIX |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Rafael Garcia... |
Use only unsigned ints for comparisons to PL_breakable_... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Nicholas Clark |
Rafael noticed a bug in 34873 - I was comparing against... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Gisle Aas |
Change LONG_DOUBLESIZE macros to match config (ref... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Nicholas Clark |
S_save_lines() was using strchr() when it should have... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Nicholas Clark |
No need to str*cpy() a string of known fixed length... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Nicholas Clark |
Fix the bug introduced with MRO, whereby the internals... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Andy Dougherty |
Fix a missing single quote in hints/solaris_2.sh |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Renee Baecker |
[perl #58428][PATCH] Unicode::UCD::charinfo() does... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Rafael Garcia... |
Skip two tests under ithreads, where the constant lives... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Rafael Garcia... |
Upgrade to Attribute::Handlers 0.81 |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Rainer Tammer |
Re: 5.8.9 RC1 report |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Chip Salzenberg |
Re: [perl #59998] [PATCH] crypt() returns tainted data... |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Nicholas Clark |
Add a $VERSION, strict and some documentation to Tie... |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Nicholas Clark |
Integrate: |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Gisle Aas |
Sync up with Digest-MD5-2.38 from CPAN |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Rainer Tammer |
Re: 5.8.9 RC1 report |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Florian Ragwitz |
Make B::walksymtable not recurse into packages that... |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Florian Ragwitz |
Deparse inlined constants. |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Nicholas Clark |
Add Tom Wyant to AUTHORS. |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Steve Peters |
TODO for fixing lvalue subs in the debugger is now... |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Torsten Schoenfeld |
MRO tests for isa() and package aliases |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Steve Peters |
Upgrade to File-Temp-0.21 |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Rafael Garcia... |
Add a dump to help tracing taint bugs, by Chip Salzenberg |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Steve Peters |
Forgot to include lib/perl5db.pl in change #34833 |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Andy Dougherty |
Future-proof hints/linux.sh against Sun's cc -V output. |
commit | commitdiff | tree | snapshot |
next |