summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* Clarify the E flag.Jarkko Hietaniemi2003-08-151-1/+1
* add "$lexical not available" warning in C<for my $lex ()>Dave Mitchell2003-08-091-0/+1
* Rename get_seed() to get_hash_seed(), as suggested byRafael Garcia-Suarez2003-07-181-1/+1
* Chicken out: the hash randomisation is not on by default.Jarkko Hietaniemi2003-07-111-0/+1
* The *right* way to make the csighandler visible.Jarkko Hietaniemi2003-07-101-1/+1
* Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.John Peacock2003-07-091-1/+1
* Safe signals via POSIX::sigactionChip Salzenberg2003-07-091-0/+1
* Perl_doing_taint must be public, for programs that embed perlRafael Garcia-Suarez2003-06-291-1/+1
* Two debugging patches.Dave Mitchell2003-06-281-0/+3
* Introduce (global) variable PL_earlytaint whichJarkko Hietaniemi2003-06-271-1/+1
* Make doing_taint() always available (though notJarkko Hietaniemi2003-06-271-0/+1
* Move the (pseudo)seed functio for (pseudo)random numbers to util.c.Jarkko Hietaniemi2003-06-221-1/+1
* Re: [perl #17934] tied STDERR and internal warningsSteve Grazzini2003-06-191-0/+1
* Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()Marcus Holland-Moritz2003-06-151-1/+0
* Followup on #19779: make the helper function static,Jarkko Hietaniemi2003-06-141-0/+1
* Retract #19667, #19660, #19659, #19658, #19657, #19656,Jarkko Hietaniemi2003-06-031-2/+0
* Since pulling in File::Temp for tempfiles would pull inJarkko Hietaniemi2003-06-021-0/+2
* jumbo closure fixDave Mitchell2003-05-291-2/+3
* Introduce a new preprocessor symbol, PERL_DISABLE_PMC, toRafael Garcia-Suarez2003-05-211-1/+1
* [patch] Re: [perl #21728] regexp SEGVAdrian M. Enache2003-05-051-0/+1
* pack/unpack fixes from Wolfgang Laun:Jarkko Hietaniemi2003-05-051-0/+2
* If it's S_, it should be STATIC.Jarkko Hietaniemi2003-04-291-0/+4
* allow recursive FETCHesDave Mitchell2003-04-191-0/+1
* [perl #21845] "proto.h": 'id' is a reserved word in Objective-C.Jarkko Hietaniemi2003-04-151-1/+1
* Minor updates of Wolfgang's pack patchPhilip Newton2003-03-181-13/+13
* pack changes and related fixesLAUN Wolfgang2003-03-171-5/+7
* I hate embed*. Tell me what you know.Jarkko Hietaniemi2003-03-091-3/+3
* Export the symbols from #18863; do not prototype (but export)Jarkko Hietaniemi2003-03-091-16/+22
* Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compilingAbe Timmerman2003-03-021-1/+1
* Get MSWin32 back compilingAbe Timmerman2003-03-011-1/+1
* Re: [perl #20683] [fix] Better PatchAdrian M. Enache2003-02-261-0/+1
* COW regexps:Nicholas Clark2003-02-161-0/+3
* inline SvREFCNT_dec:Nicholas Clark2003-02-161-0/+1
* The new(er) way of controlling Unicode I/O (and other) features;Jarkko Hietaniemi2003-02-151-0/+1
* [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to ...Inaba Hiroto2003-02-051-0/+2
* Integrate from maint-5.8:Jarkko Hietaniemi2003-01-221-1/+1
* integrate #18366-18370 from maint-5.8:Hugo van der Sanden2003-01-211-45/+46
* integrate (by hand) #18353 and #18359 from maint-5.8:Hugo van der Sanden2003-01-211-0/+3
* [Fwd: Patch for perl utf8-related bug]Richard Hitt2002-12-171-0/+1
* Re: [jhi@iki.fi: enums are not nums]Dave Mitchell2002-12-171-1/+1
* Re: [perl #19017] lexical "my" variables not visible in debugger "x" commandDave Mitchell2002-12-161-1/+1
* Proper fix for CvOUTSIDE weak refcountingDave Mitchell2002-12-141-1/+1
* allow evals to see the full lexical scopeDave Mitchell2002-12-021-4/+4
* Re: [perl #18066] Bug in -I when path has double colons?Slaven Rezic2002-11-041-1/+1
* PL_curpad == AvARRAY(PL_comppad) alwaysDave Mitchell2002-10-221-1/+1
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-21/+0
* Version object combined patchJohn Peacock2002-10-101-2/+3
* move all pad-related code to its own src fileDave Mitchell2002-10-021-17/+38
* LEAKTEST is dead, RIPH.Merijn Brand2002-09-261-9/+0
* Version object patch #1John Peacock2002-08-201-1/+6