summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-0/+10
* s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/Nicholas Clark2005-05-101-3/+3
* attributes-two.patch, the next batchAndy Lester2005-05-091-1/+1
* PL_mess_sv is always >= SVt_PVMG, so no need for an if() testNicholas Clark2005-05-031-10/+11
* printf.patch: Adding printf checking for gccAndy Lester2005-05-021-1/+1
* Add a new macro SvPV_free() which undoes OOK and free()s the PVX(),Nicholas Clark2005-04-281-2/+1
* perlio-two.patch: More warnings squashed, more constsAndy Lester2005-04-271-1/+1
* combopatchJarkko Hietaniemi2005-04-251-1/+1
* There's no point listing '-f' in --help outputRafael Garcia-Suarez2005-04-221-0/+2
* -A wasn't listed in the --help outputRafael Garcia-Suarez2005-04-221-0/+1
* Symbian port of PerlJarkko Hietaniemi2005-04-211-14/+78
* Refactoring to Sv*_set() macros - patch #4Steve Peters2005-04-181-1/+1
* Avoid taking a reference to SvIVX and putting that address on theNicholas Clark2005-04-111-1/+0
* Add casting to allow g++ (3.3.5) to compile the core code.Nicholas Clark2005-04-051-1/+1
* const-eight.diffAndy Lester2005-04-041-1/+1
* 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