summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* Revert part of change #24854Rafael Garcia-Suarez2005-06-161-4/+2
* Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE isn't setSteve Peters2005-06-151-0/+4
* better assertion supportSalvador FandiƱo2005-06-141-39/+49
* More SvPV constingNicholas Clark2005-06-131-6/+7
* We no longer need PL_shared_hek_tableNicholas Clark2005-06-131-2/+0
* Remove repeated C<n_a>sNicholas Clark2005-06-081-7/+9
* n_a no moreNicholas Clark2005-06-081-6/+2
* More SvPV constingNicholas Clark2005-06-071-1/+1
* Random constingAndy Lester2005-06-031-2/+0
* CPP typo fix (by Dominic Dunlop)Rafael Garcia-Suarez2005-06-021-1/+1
* HP-UX specific #pragma entered in #23890 is not supportedH.Merijn Brand2005-06-021-1/+1
* Quotes fixed, see also perl #36079Andy Lester2005-06-021-3/+3
* Track the mapping between source shared hash keys and target sharedNicholas Clark2005-05-251-1/+3
* PL_regex_padav elements hold either more AVs, or IVs that point toNicholas Clark2005-05-231-2/+2
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-211-1/+1
* Attribute configurationAndy Lester2005-05-201-7/+3
* Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]Gisle Aas2005-05-181-4/+4
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-161-3/+5
* Fix typo in DDEBUG_LEAKING_SCALARS flags outputDave Mitchell2005-05-141-1/+1
* 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