| Commit message (Expand) | Author | Age | Files | Lines |
* | Relocatable @INC entries for Unix. | Nicholas Clark | 2004-12-23 | 1 | -1/+1 |
* | Turn gv_fullname3 and gv_efullname3 into macros that call | Nicholas Clark | 2004-12-06 | 1 | -4/+0 |
* | Fix Win32 breakage caused by changes to op.c in change 23433. | Steve Hay | 2004-11-16 | 1 | -0/+4 |
* | Fix [perl #31971] local $^D gives noise | Rafael Garcia-Suarez | 2004-10-14 | 1 | -1/+1 |
* | improve lexer debugging output (-DT) | Dave Mitchell | 2004-09-19 | 1 | -1/+1 |
* | remove binary compat from #23156 (remove PL_retstack) | Dave Mitchell | 2004-07-23 | 1 | -12/+0 |
* | Make the dUNDERBAR/UNDERBAR macros work as advertised. | Rafael Garcia-Suarez | 2004-06-02 | 1 | -0/+2 |
* | Include variable names in "Use of uninitialized value" warnings | Dave Mitchell | 2004-04-23 | 1 | -1/+11 |
* | byte-order modifiers for (un)pack templates | Marcus Holland-Moritz | 2004-04-23 | 1 | -0/+246 |
* | Make global cleanup fractionally faster by giving S_visit() | Dave Mitchell | 2004-04-11 | 1 | -1/+1 |
* | Bleadperl to version 0.37 | John Peacock | 2004-04-07 | 1 | -0/+2 |
* | Tidy up function prototypes in the light of suidpatch | Nicholas Clark | 2004-03-24 | 1 | -2/+2 |
* | Update copyright notices | Rafael Garcia-Suarez | 2004-03-16 | 1 | -1/+1 |
* | retract 22328 and 22332: deprecation warning for my $x if foo | Dave Mitchell | 2004-03-04 | 1 | -2/+0 |
* | make the bison-based parser threadsafe and capable of deep | Dave Mitchell | 2004-02-28 | 1 | -10/+0 |
* | Re: op_seq (was: Freeing code) | Paul Johnson | 2004-02-21 | 1 | -0/+2 |
* | was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz] | John Peacock | 2004-02-03 | 1 | -1/+1 |
* | Re: [perl #24816] Magic vars seem unsure if they are purely numeric | Yitzchak Scott-Thoennes | 2004-01-16 | 1 | -4/+4 |
* | format/write (version 2) | LAUN Wolfgang | 2004-01-16 | 1 | -0/+6 |
* | Seems that sv_setsv_cow needs to be visible to core extensions, | Nicholas Clark | 2004-01-06 | 1 | -2/+2 |
* | Tidy up change #18751, so that the second parameter to unpack() | Rafael Garcia-Suarez | 2004-01-03 | 1 | -0/+2 |
* | arguments for perl_clone() | Marcus Holland-Moritz | 2003-12-17 | 1 | -8/+8 |
* | SCALAR/FIRSTKEY for tied hashes in scalar context | Tassilo von Parseval | 2003-12-06 | 1 | -0/+8 |
* | "Space Is a Province of Brazil" | Nicholas Clark | 2003-11-22 | 1 | -7/+1 |
* | Farewell hv_exists_common - exists is now a call to fetch | Nicholas Clark | 2003-11-22 | 1 | -6/+0 |
* | Shift negative klen/flags games from hv_exists_common out to hv_exists | Nicholas Clark | 2003-11-22 | 1 | -1/+1 |
* | Move the negative key -> utf8 flag conversion out to hv_delete | Nicholas Clark | 2003-11-21 | 1 | -1/+1 |
* | Merge sv_store_flags and sv_store_ent into sv_store_common | Nicholas Clark | 2003-11-20 | 1 | -0/+6 |
* | promote hv_clear_placeholders to perl API | Alan Burlison | 2003-11-20 | 1 | -0/+2 |
* | merge hv_fetch and hv_fetch_ent into hv_fetch_common | Nicholas Clark | 2003-11-19 | 1 | -6/+6 |
* | integrate hv_delete and hv_delete_ent into hv_delete_common | Nicholas Clark | 2003-11-19 | 1 | -0/+6 |
* | merge hv_exists and hv_exists_ent into S_hv_exists_common | Nicholas Clark | 2003-11-19 | 1 | -0/+10 |
* | A new UTF-8 API, Perl_is_utf8_string_loc(), a variant | Jarkko Hietaniemi | 2003-09-10 | 1 | -0/+2 |
* | Re: ByteLoader and MSWin32 | Adrian M. Enache | 2003-09-02 | 1 | -14/+6 |
* | add "$lexical not available" warning in C<for my $lex ()> | Dave Mitchell | 2003-08-09 | 1 | -0/+2 |
* | Rename get_seed() to get_hash_seed(), as suggested by | Rafael Garcia-Suarez | 2003-07-18 | 1 | -2/+2 |
* | Chicken out: the hash randomisation is not on by default. | Jarkko Hietaniemi | 2003-07-11 | 1 | -0/+6 |
* | The *right* way to make the csighandler visible. | Jarkko Hietaniemi | 2003-07-10 | 1 | -4/+0 |
* | Safe signals via POSIX::sigaction | Chip Salzenberg | 2003-07-09 | 1 | -0/+6 |
* | Perl_doing_taint must be public, for programs that embed perl | Rafael Garcia-Suarez | 2003-06-29 | 1 | -4/+0 |
* | Two debugging patches. | Dave Mitchell | 2003-06-28 | 1 | -0/+10 |
* | Make doing_taint() always available (though not | Jarkko Hietaniemi | 2003-06-27 | 1 | -0/+6 |
* | Move the (pseudo)seed functio for (pseudo)random numbers to util.c. | Jarkko Hietaniemi | 2003-06-22 | 1 | -6/+6 |
* | Re: [perl #17934] tied STDERR and internal warnings | Steve Grazzini | 2003-06-19 | 1 | -0/+6 |
* | Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn() | Marcus Holland-Moritz | 2003-06-15 | 1 | -6/+0 |
* | Followup on #19779: make the helper function static, | Jarkko Hietaniemi | 2003-06-14 | 1 | -0/+6 |
* | Retract #19667, #19660, #19659, #19658, #19657, #19656, | Jarkko Hietaniemi | 2003-06-03 | 1 | -6/+0 |
* | Since pulling in File::Temp for tempfiles would pull in | Jarkko Hietaniemi | 2003-06-02 | 1 | -0/+6 |
* | jumbo closure fix | Dave Mitchell | 2003-05-29 | 1 | -7/+1 |
* | Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to | Rafael Garcia-Suarez | 2003-05-21 | 1 | -2/+2 |