2006-02-14 |
Rafael Garcia... |
Remove a my_perl that slipped in |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Andy Lester |
Sun Studio lint patches |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Nicholas Clark |
Ensure that public I, N and P flags are off when SvTAIN... |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Andy Lester |
perldiag.pod patching re: integer overflow |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Stephen McCamant |
[perl #38346] [PATCH] Re: B::Deparse's bug? |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Steve Hay |
Teach checkAUTHORS.pl about Changelogs with leading... |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Steve Hay |
Revert an assert() fix in the light of change #27152 |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Nicholas Clark |
All the bits of clone_params.flags need to be initialis... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Nicholas Clark |
Fix change 27059 so that it actually works with >16... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Nicholas Clark |
In perldiag.pod add an entry for the error message... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Nicholas Clark |
Remove SOFT_CAST() as it no longer does anything useful. |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Nicholas Clark |
Coalesce 2 if blocks with duplicated conditions in... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Steve Peters |
Test to go with change #27155. |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Steve Peters |
Die when integer overflow condition is detected in... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Nicholas Clark |
assert() that we can't reach two unreachable code paths |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Nicholas Clark |
The return value from S_hv_auxinit can be ignored,... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Steve Hay |
A better fix than 27148 |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Nicholas Clark |
With PERL_POISON defined, ensure freshly malloc()ed... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Steve Hay |
Fix the effects of 27136 on Win32 with DEBUGGING and... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Nicholas Clark |
Change 27136 seems to have inadvertently upset some... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Steve Peters |
Fix breakage in S_set_csh() from change #27136. |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Gisle Aas |
Document incompatible interpretation of chdir FOO. |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Rafael Garcia... |
Really regenerate headers |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Steve Peters |
Regenerated headers for change #27136. |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Andy Lester |
Trying my "remove the pTHXes" patch again |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Rafael Garcia... |
Skip new chdir warning test if fchdir is not available |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Nicholas Clark |
Avoid calling all the scanning code in gv_fetchpvn_flag... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Nicholas Clark |
lastparen in the regexp structure is never initialised... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Gisle Aas |
Bareword file handles not supported for chown/chmod... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Rafael Garcia... |
Wave hands about encoding::warnings |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Peter Dintelmann |
[perl #38464] chdir() on closed handles |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Andy Lester |
Handle unused args |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Jim Cromie |
[patch] several broken make *.valgrind targets |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Nicholas Clark |
Borland's C compiler warns that the & is unnecessary. |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Nicholas Clark |
Merging pp_bit_or and pp_bit_xor shrinks the object... |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Gisle Aas |
Allow bareword file handle as argument to chdir(). |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Nicholas Clark |
All the trancendental unary operators can be merged... |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Nicholas Clark |
Avoid gcc warning about possibly uninitialised variables. |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Nicholas Clark |
Create new macros AMG_CALLun_var, AMG_CALLun_var and... |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Nicholas Clark |
pp_pop can be implemented by pp_shift. |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Steffen Müller |
Re: [PATCH] Documentation patch for overload |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Nicholas Clark |
pp_hex can be implemented trivially by pp_oct, making... |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Nicholas Clark |
Merge pp_index and pp_rindex - we have another mathom. |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Nicholas Clark |
Some refactoring to converge pp_index and pp_rindex |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Nicholas Clark |
Fix bug 38454 (rindex corrects for $[ on bytes rather... |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Peter Prymmer |
Re: Configure.com issue, more quoting needed. |
commit | commitdiff | tree | snapshot |
2006-02-07 |
John E. Malmberg |
patch@27082 Allow fatal exceptions to bring up VMS... |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Nicholas Clark |
Optimise index so that if the big string is ISO-8859... |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Nicholas Clark |
Given that the memory allocated in Perl_bytes_from_utf8 and |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Nicholas Clark |
Rename S_glob_assign to S_glob_assign_glob |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Nicholas Clark |
I think that "merge Perl_sv_2[inpu]v" and "reduce dupli... |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Nicholas Clark |
In Perl_sv_upgrade, the assignment to new_type_details... |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Steve Peters |
Document the limitations of calling exit() (instead... |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Nicholas Clark |
Remove a duplicate flag copy line from Perl_sv_setsv_flags. |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Nicholas Clark |
Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_... |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Nicholas Clark |
Expunge USE_5005THREADS from perl.c |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Nicholas Clark |
Fix bug #38439 - reference to typeglob assignment needs... |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Jarkko Hietaniemi |
5.8.8: Unicos test skip (and for the record: config... |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Andy Lester |
Cleaning up shadowed variables |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Nicholas Clark |
Merge the PVCV case into the common code in S_pvgv_assign. |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Nicholas Clark |
Merge the PVAV and PVHV clauses into the common code... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Nicholas Clark |
Merge the default case (GvSV) with the common code... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Nicholas Clark |
Start to merge the 6 arms of S_pvgv_assign into one. |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Jim Cromie |
[patch] rework arenas - repair arenasets |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Steffen Müller |
Documentation patch for overload |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Nicholas Clark |
The message "Can't upgrade that kind of scalar" can... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Nicholas Clark |
new_body_type doesn't need to subtract the offset,... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Nicholas Clark |
Yes, I broke Win32 with change 27089 by having a {... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Nicholas Clark |
Remove "Can't upgrade to undef" from perldiag, as the... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Nicholas Clark |
Merge and refactor the PVAV and PVHV code in Perl_sv_up... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Nicholas Clark |
Eliminate a croak we can't get to. |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Nicholas Clark |
Without this Windows and Netware compilers should be... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Steve Peters |
Don't export PL_memory_debug_header to Win32 (and other... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Steve Peters |
Fixed embed.fnc entry for S_forbid_setid() and picked... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Nicholas Clark |
bcc was issuing a warning about this line in Perl_sv_2c... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Nicholas Clark |
Add regression tests to lib/charnames.t to ensure that... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Nicholas Clark |
Enhance PERL_TRACK_MEMPOOL so that it also emulates... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Nicholas Clark |
The TODO 'Tidy up global variables' can go, replaced... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Nicholas Clark |
I believe that mathoms have been completely TODOne. |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Nicholas Clark |
Rejig the definition of ARENAS_PER_SET to maximise... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Nicholas Clark |
Tweak arena sets to avoid assignment between different... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Jim Cromie |
[patch] arena rework - arena sets |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Nicholas Clark |
warnings.h does some evil(*) pointer arithmetic on... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Nicholas Clark |
Remove obsolete comment. |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Nicholas Clark |
S_find_beginning is only called from one place, so... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Nicholas Clark |
And as we've now got to the point where all calls to... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Nicholas Clark |
The MSDOS-only call to moreswitches will never reach... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Nicholas Clark |
Pull the variables fdscript and suidscript into a much... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Nicholas Clark |
Change 27070 failed to initialise a variable. (But... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Nicholas Clark |
Silence a warning about "statement not reached" from... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Nicholas Clark |
Eliminating PL_suidscript is more tricky, and requires... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Nicholas Clark |
Passing the flag to S_forbit_setid as a single char... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Nicholas Clark |
Oops. I *thought* that I had checked that all changed... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Nicholas Clark |
Oops. When changing warnings.pl one should re-run it... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Nicholas Clark |
It's actually easier to get rid of PL_fdscript than... |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Steven Schubiger |
Re: [PATCH] s/Null(gv|hv|sv)/NULL/g |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Rafael Garcia... |
Fix file where internal XS functions are defined |
commit | commitdiff | tree | snapshot |
2006-02-03 |
John E. Malmberg |
Help to compile on VMS with UNLINK_ALL_VERSIONS |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Andreas König |
[PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_64.tar.gz |
commit | commitdiff | tree | snapshot |
2006-02-03 |
SADAHIRO Tomoyuki |
L<PerlIO> and Pod::Html |
commit | commitdiff | tree | snapshot |
next |