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 |
2006-02-03 |
Steven Schubiger | s/Nullcv/NULL/g |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Nicholas Clark | Change PL_perlio_fd_refcnt from a fixed size static... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Steve Peters | It would be nice to have tests in B for the functions... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Steve Peters | Death to magic characters! No pun intended. |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Steven Schubiger | Re: [PATCH] s/Null(av|ch)/NULL/g |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Nicholas Clark | gv_fetchpvn_flags ranks highly in the profile, and... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Rafael Garcia... | Update to Module::CoreList 3.04. |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Gisle Aas | perl-5.8.8 also contained change 27040. |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Nicholas Clark | Yet more instances of gv_fetchpv... that should be... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Nicholas Clark | And another assumption. |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Nicholas Clark | Since PERL_COPY_ON_WRITE became PERL_OLD_COPY_ON_WRITE... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Steve Peters | Doc nit found by Stephen Gordon. |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Nicholas Clark | doubleplusoops. Apart from the documented NUL terminati... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Nicholas Clark | References can't have SVp_IOK or SVp_NOK set, so no... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Nicholas Clark | Oops. 1 NUL termination assumption remains in Perl_gv_f... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Nicholas Clark | Correct my comment, so that it's actually useful. :-) |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Steve Purkis | [[:...:]] is equivalent to \p{...}, not [:...:], tweake... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Rafael Garcia... | Improve a bit the documentation for kill() with SIGNAL==0 |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Nicholas Clark | Mmm, it looks like it's a bad plan to rebuild the TOC... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Nicholas Clark | Integrate perl588delta.pod from maint, and re-run pod... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Rafael Garcia... | Doc nit by Andy Dougherty |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Rafael Garcia... | autouse actually requires perl 5.6 at least. |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Rafael Garcia... | Avoid "Prototype mismatch" warnings with autouse. |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Rafael Garcia... | Fix corelist data for 5.8.8 |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Rafael Garcia... | More history |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Rafael Garcia... | Update to Module::CoreList 2.03 (includes 5.8.8 and... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Jim Cromie | [patch] arena rework - unify arenaroots |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Nicholas Clark | Make Perl_gv_fetchpvn_flags actually heed the passed... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Steve Peters | Intel C Compiler 9.0 hatefully defines __GNUC__. Unfor... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
p.boven@sara.nl | [perl #38380] Typo in perlfunc.pod |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Nicholas Clark | Eliminate save_threadsv, as it is never linked to,... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Yves Orton | Re: [PATCH] Re: replacing "inuse" Win files (was Re... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
John E. Malmberg | patch@26996 - patch around stat("_NLA0:") bug |
commit | commitdiff | tree | snapshot |
next |