summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* The core part of :Andy Lester2005-03-291-1/+1
* expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SVDave Mitchell2005-03-281-2/+10
* Consting fiveAndy Lester2005-03-251-22/+32
* Remove the const qualifier from argv and env variablesRafael Garcia-Suarez2005-03-251-4/+4
* Third consting batchAndy Lester2005-03-241-29/+29
* Break up long lines in -V output for compile-time optionsYitzchak Scott-Thoennes2005-03-211-0/+22
* More consting goodnessAndy Lester2005-03-211-3/+3
* Re: sitecustomize.pl [PATCH]Gisle Aas2005-03-181-0/+19
* Update -v copyright noticeRafael Garcia-Suarez2005-03-041-1/+1
* libperl leaks a THREAD_KEY each time it is reloadedGisle Aas2005-01-271-0/+25
* Further follow-up to 23767Robin Barker2005-01-191-2/+2
* Re: killing USE_5005THREADS in blead?Stas Bekman2005-01-131-12/+0
* Remove PERL_FLEXIBLE_EXCEPTIONS code.Marcus Holland-Moritz2005-01-101-81/+0
* If we know the length of the string constant, save a strlen()Nicholas Clark2005-01-091-2/+2
* Foolishly I committed change 23753 before remembering to test withoutNicholas Clark2005-01-051-1/+1
* Turn INIT_TLS_AND_INTERP into a static functionNicholas Clark2005-01-051-24/+17
* strEQ/strNE of 1 character strings seems better hand inlined,Nicholas Clark2005-01-011-2/+2
* Relocatable @INC entries for Unix.Nicholas Clark2004-12-231-24/+121
* Move the definition of the S_procself_val() function beforeRafael Garcia-Suarez2004-12-221-35/+34
* Move the setting of $^X ahead of the initialisation of @INCNicholas Clark2004-12-211-17/+26
* Break out setting $^X into its own static function S_set_caret_XNicholas Clark2004-12-061-11/+17
* use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c)Nicholas Clark2004-12-031-2/+4
* Fix a typo in an assert(). It helps to compile with -DDEBUGGINGNicholas Clark2004-12-031-1/+1
* Pull out the duplicateded push @INC, $_ if -e $_ code fromNicholas Clark2004-12-031-14/+25
* [perl #32717] BeOS specific Updates Ingo Weinhold2004-12-011-2/+3
* SuSE's perl safe_putenf diffMichael Schroeder2004-11-171-1/+1
* Reformulate an errorRafael Garcia-Suarez2004-11-021-1/+1
* Set the IV values for PL_sv_yes and PL_sv_no at initialisation time.Nicholas Clark2004-10-311-0/+4
* include flags and refcount in the list of leaked scalarsDave Mitchell2004-10-271-3/+4
* Rephrase "Perl Home Page" Referenceschromatic2004-10-201-1/+1
* Implement a new -dt command-line flag, to enable threads under theRafael Garcia-Suarez2004-10-151-0/+7
* Fix [perl #31971] local $^D gives noiseRafael Garcia-Suarez2004-10-141-3/+3
* A few fixes in the list of -D debugging flagsRafael Garcia-Suarez2004-10-141-3/+3
* Patch for perl.c fixing an obscure environment bugMerijn Broeren2004-09-281-2/+9
* SvO?OK_off()'s return valueMarcus Holland-Moritz2004-09-081-1/+1
* a regex in STDOUT destructor coredumped because regex pad alreadyDave Mitchell2004-08-201-3/+3
* eval_sv() failing a taint test could corrupt the stackDave Mitchell2004-08-091-0/+4
* Final version object core patch?John Peacock2004-08-041-25/+14
* more typo fixes for change 3176 (comments at top of .c files)Dave Mitchell2004-08-031-1/+1
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+6
* remove the return stack PL_retstack, and store return ops in the CXDave Mitchell2004-07-231-7/+0
* Re: "Too late for -T" could be more descriptiveJim Cromie2004-07-221-3/+2
* Encourage compilers to tail call optimise in sv_savepv, sv_savepvnNicholas Clark2004-07-161-2/+1
* on VMS, always exit with failure in my_failure_exitCraig A. Berry2004-06-021-1/+1
* 'perl -v' fails if local_patches contains code snippetsAlan Burlison2004-05-261-1/+2
* Error message too wide.Rafael Garcia-Suarez2004-05-181-5/+4
* Re: a little extra cmdline help. [PATCH]Jim Cromie2004-05-101-6/+39
* Integrate:Nicholas Clark2004-05-031-1/+4
* [patch] log the interpreter id in warningsStas Bekman2004-04-211-1/+3
* Tidy up function prototypes in the light of suidpatchNicholas Clark2004-03-241-7/+4