| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Tidy up function prototypes in the light of suidpatch | Nicholas Clark | 2004-03-24 | 1 | -2/+2 |
* | make the bison-based parser threadsafe and capable of deep | Dave Mitchell | 2004-02-28 | 1 | -3/+0 |
* | 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 | -2/+4 |
* | format/write (version 2) | LAUN Wolfgang | 2004-01-16 | 1 | -1/+2 |
* | Seems that sv_setsv_cow needs to be visible to core extensions, | Nicholas Clark | 2004-01-06 | 1 | -1/+1 |
* | arguments for perl_clone() | Marcus Holland-Moritz | 2003-12-17 | 1 | -1/+1 |
* | The binary compatibility notes say that new global functions should | Nicholas Clark | 2003-12-13 | 1 | -2/+3 |
* | SCALAR/FIRSTKEY for tied hashes in scalar context | Tassilo von Parseval | 2003-12-06 | 1 | -0/+2 |
* | "Space Is a Province of Brazil" | Nicholas Clark | 2003-11-22 | 1 | -2/+1 |
* | Farewell hv_exists_common - exists is now a call to fetch | Nicholas Clark | 2003-11-22 | 1 | -1/+0 |
* | Shift negative klen/flags games from hv_store_common out to hv_store | Nicholas Clark | 2003-11-22 | 1 | -1/+1 |
* | 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 |
* | Shift negative klen/flags games from hv_fetch_common out to hv_fetch | Nicholas Clark | 2003-11-20 | 1 | -1/+1 |
* | Merge sv_store_flags and sv_store_ent into sv_store_common | Nicholas Clark | 2003-11-20 | 1 | -0/+1 |
* | promote hv_clear_placeholders to perl API | Alan Burlison | 2003-11-20 | 1 | -1/+3 |
* | merge hv_fetch and hv_fetch_ent into hv_fetch_common | Nicholas Clark | 2003-11-19 | 1 | -2/+1 |
* | integrate hv_delete and hv_delete_ent into hv_delete_common | Nicholas Clark | 2003-11-19 | 1 | -0/+1 |
* | merge hv_exists and hv_exists_ent into S_hv_exists_common | Nicholas Clark | 2003-11-19 | 1 | -0/+3 |
* | Re: Storable Error | Nicholas Clark | 2003-11-15 | 1 | -2/+1 |
* | A new UTF-8 API, Perl_is_utf8_string_loc(), a variant | Jarkko Hietaniemi | 2003-09-10 | 1 | -0/+1 |
* | Re: ByteLoader and MSWin32 | Adrian M. Enache | 2003-09-02 | 1 | -4/+4 |
* | Clarify the E flag. | Jarkko Hietaniemi | 2003-08-15 | 1 | -1/+1 |
* | add "$lexical not available" warning in C<for my $lex ()> | Dave Mitchell | 2003-08-09 | 1 | -0/+1 |
* | Rename get_seed() to get_hash_seed(), as suggested by | Rafael Garcia-Suarez | 2003-07-18 | 1 | -1/+1 |
* | Chicken out: the hash randomisation is not on by default. | Jarkko Hietaniemi | 2003-07-11 | 1 | -0/+1 |
* | The *right* way to make the csighandler visible. | Jarkko Hietaniemi | 2003-07-10 | 1 | -1/+1 |
* | Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted. | John Peacock | 2003-07-09 | 1 | -1/+1 |
* | Safe signals via POSIX::sigaction | Chip Salzenberg | 2003-07-09 | 1 | -0/+1 |
* | Perl_doing_taint must be public, for programs that embed perl | Rafael Garcia-Suarez | 2003-06-29 | 1 | -1/+1 |
* | Two debugging patches. | Dave Mitchell | 2003-06-28 | 1 | -0/+3 |
* | Introduce (global) variable PL_earlytaint which | Jarkko Hietaniemi | 2003-06-27 | 1 | -1/+1 |
* | Make doing_taint() always available (though not | Jarkko Hietaniemi | 2003-06-27 | 1 | -0/+1 |
* | Move the (pseudo)seed functio for (pseudo)random numbers to util.c. | Jarkko Hietaniemi | 2003-06-22 | 1 | -1/+1 |
* | Re: [perl #17934] tied STDERR and internal warnings | Steve Grazzini | 2003-06-19 | 1 | -0/+1 |
* | Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn() | Marcus Holland-Moritz | 2003-06-15 | 1 | -1/+0 |
* | Followup on #19779: make the helper function static, | Jarkko Hietaniemi | 2003-06-14 | 1 | -0/+1 |
* | Retract #19667, #19660, #19659, #19658, #19657, #19656, | Jarkko Hietaniemi | 2003-06-03 | 1 | -2/+0 |
* | Since pulling in File::Temp for tempfiles would pull in | Jarkko Hietaniemi | 2003-06-02 | 1 | -0/+2 |
* | jumbo closure fix | Dave Mitchell | 2003-05-29 | 1 | -2/+3 |
* | Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to | Rafael Garcia-Suarez | 2003-05-21 | 1 | -1/+1 |
* | [patch] Re: [perl #21728] regexp SEGV | Adrian M. Enache | 2003-05-05 | 1 | -0/+1 |
* | pack/unpack fixes from Wolfgang Laun: | Jarkko Hietaniemi | 2003-05-05 | 1 | -0/+2 |
* | If it's S_, it should be STATIC. | Jarkko Hietaniemi | 2003-04-29 | 1 | -0/+4 |
* | allow recursive FETCHes | Dave Mitchell | 2003-04-19 | 1 | -0/+1 |
* | [perl #21845] "proto.h": 'id' is a reserved word in Objective-C. | Jarkko Hietaniemi | 2003-04-15 | 1 | -1/+1 |
* | Minor updates of Wolfgang's pack patch | Philip Newton | 2003-03-18 | 1 | -13/+13 |
* | pack changes and related fixes | LAUN Wolfgang | 2003-03-17 | 1 | -5/+7 |
* | I hate embed*. Tell me what you know. | Jarkko Hietaniemi | 2003-03-09 | 1 | -3/+3 |