2005-07-20 |
Jarkko Hietaniemi |
support POSIX SA_SIGINFO |
blob | commitdiff |
2005-07-15 |
Andy Lester |
more embed cleanup |
blob | commitdiff | diff to current |
2005-07-13 |
Steve Hay |
Make -V "Compile-time options" list everything used... |
blob | commitdiff | diff to current |
2005-07-12 |
Steve Hay |
Change New*() to Newx*() in various comments and docume... |
blob | commitdiff | diff to current |
2005-07-10 |
Andy Lester |
Making my way thru embed.fnc |
blob | commitdiff | diff to current |
2005-07-08 |
Jim Cromie |
Re: janitorial work ? [patch] |
blob | commitdiff | diff to current |
2005-07-02 |
Nicholas Clark |
Don't check the pointer is non-NULL before calling... |
blob | commitdiff | diff to current |
2005-06-30 |
Nicholas Clark |
A terser way of implementing require_pv. |
blob | commitdiff | diff to current |
2005-06-30 |
Nicholas Clark |
Avoid using PL_Sv in the -V argument processing. |
blob | commitdiff | diff to current |
2005-06-30 |
Nicholas Clark |
Use Perl_sv_catpvf to shorten the code (source and... |
blob | commitdiff | diff to current |
2005-06-30 |
Nicholas Clark |
The core shouldn't be using PL_na |
blob | commitdiff | diff to current |
2005-06-30 |
Nicholas Clark |
-V:... would get upset (syntax error) if ... contained... |
blob | commitdiff | diff to current |
2005-06-30 |
Nicholas Clark |
Replace newSVpv(...,0) with newSVpvn where we know... |
blob | commitdiff | diff to current |
2005-06-30 |
Nicholas Clark |
Why use Perl_form and newSVpv when newSVpvf will do... |
blob | commitdiff | diff to current |
2005-06-29 |
Nicholas Clark |
First stab at not automatically creating an unused... |
blob | commitdiff | diff to current |
2005-06-27 |
Andy Lester |
We're going round in circles with pp_sys.c |
blob | commitdiff | diff to current |
2005-06-26 |
Nicholas Clark |
Tweak the child dump socket protocol to return error... |
blob | commitdiff | diff to current |
2005-06-26 |
Nicholas Clark |
When using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possibl... |
blob | commitdiff | diff to current |
2005-06-25 |
Nicholas Clark |
If forking during global destruction, the child needs... |
blob | commitdiff | diff to current |
2005-06-24 |
Nicholas Clark |
Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also... |
blob | commitdiff | diff to current |
2005-06-23 |
Nicholas Clark |
Re-initialise PL_curcop to ... |
blob | commitdiff | diff to current |
2005-06-23 |
Andy Lester |
Const Boy II: The Localizing |
blob | commitdiff | diff to current |
2005-06-22 |
Nicholas Clark |
Add facility to fork() early in perl_destruct and use... |
blob | commitdiff | diff to current |
2005-06-22 |
Nicholas Clark |
Now that the global string table is using a single... |
blob | commitdiff | diff to current |
2005-06-20 |
Rafael Garcia-Suarez |
perl -v was outputting a double v (spotted by Jarkko) |
blob | commitdiff | diff to current |
2005-06-20 |
Rafael Garcia-Suarez |
Remove the deprecated $# variable |
blob | commitdiff | diff to current |
2005-06-16 |
Andy Lester |
Removing /*SUPPRESS xxx*/ |
blob | commitdiff | diff to current |
2005-06-16 |
Rafael Garcia-Suarez |
Revert part of change #24854 |
blob | commitdiff | diff to current |
2005-06-15 |
Steve Peters |
Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE... |
blob | commitdiff | diff to current |
2005-06-14 |
Salvador Fandiño |
better assertion support |
blob | commitdiff | diff to current |
2005-06-13 |
Nicholas Clark |
More SvPV consting |
blob | commitdiff | diff to current |
2005-06-13 |
Nicholas Clark |
We no longer need PL_shared_hek_table |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark |
Remove repeated C<n_a>s |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark |
n_a no more |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark |
More SvPV consting |
blob | commitdiff | diff to current |
2005-06-03 |
Andy Lester |
Random consting |
blob | commitdiff | diff to current |
2005-06-02 |
Rafael Garcia-Suarez |
CPP typo fix (by Dominic Dunlop) |
blob | commitdiff | diff to current |
2005-06-02 |
H.Merijn Brand |
HP-UX specific #pragma entered in #23890 is not supported |
blob | commitdiff | diff to current |
2005-06-02 |
Andy Lester |
Quotes fixed, see also perl #36079 |
blob | commitdiff | diff to current |
2005-05-25 |
Nicholas Clark |
Track the mapping between source shared hash keys and... |
blob | commitdiff | diff to current |
2005-05-23 |
Nicholas Clark |
PL_regex_padav elements hold either more AVs, or IVs... |
blob | commitdiff | diff to current |
2005-05-21 |
Nicholas Clark |
Move hv_name, hv_eiter and hv_riter into a new aux... |
blob | commitdiff | diff to current |
2005-05-20 |
Andy Lester |
Attribute configuration |
blob | commitdiff | diff to current |
2005-05-18 |
Gisle Aas |
Well defined $? and introduction of ${^CHILD_ERROR_NATI... |
blob | commitdiff | diff to current |
2005-05-16 |
Andy Lester |
consting-eleventy.patch: More consts, plus actual bug fix |
blob | commitdiff | diff to current |
2005-05-14 |
Dave Mitchell |
Fix typo in DDEBUG_LEAKING_SCALARS flags output |
blob | commitdiff | diff to current |
2005-05-11 |
Rafael Garcia-Suarez |
Include vim/emacs modelines in generated files to open... |
blob | commitdiff | diff to current |
2005-05-10 |
Rafael Garcia-Suarez |
Add editor boilerplates to all C files |
blob | commitdiff | diff to current |
2005-05-10 |
Nicholas Clark |
s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ |
blob | commitdiff | diff to current |
2005-05-09 |
Andy Lester |
attributes-two.patch, the next batch |
blob | commitdiff | diff to current |
2005-05-03 |
Nicholas Clark |
PL_mess_sv is always >= SVt_PVMG, so no need for an... |
blob | commitdiff | diff to current |
2005-05-02 |
Andy Lester |
printf.patch: Adding printf checking for gcc |
blob | commitdiff | diff to current |
2005-04-28 |
Nicholas Clark |
Add a new macro SvPV_free() which undoes OOK and free... |
blob | commitdiff | diff to current |
2005-04-27 |
Andy Lester |
perlio-two.patch: More warnings squashed, more consts |
blob | commitdiff | diff to current |
2005-04-25 |
Jarkko Hietaniemi |
combopatch |
blob | commitdiff | diff to current |
2005-04-22 |
Rafael Garcia-Suarez |
There's no point listing '-f' in --help output |
blob | commitdiff | diff to current |
2005-04-22 |
Rafael Garcia-Suarez |
-A wasn't listed in the --help output |
blob | commitdiff | diff to current |
2005-04-21 |
Jarkko Hietaniemi |
Symbian port of Perl |
blob | commitdiff | diff to current |
2005-04-18 |
Steve Peters |
Refactoring to Sv*_set() macros - patch #4 |
blob | commitdiff | diff to current |
2005-04-11 |
Nicholas Clark |
Avoid taking a reference to SvIVX and putting that... |
blob | commitdiff | diff to current |
2005-04-05 |
Nicholas Clark |
Add casting to allow g++ (3.3.5) to compile the core... |
blob | commitdiff | diff to current |
2005-04-04 |
Andy Lester |
const-eight.diff |
blob | commitdiff | diff to current |
2005-03-29 |
Andy Lester |
The core part of : |
blob | commitdiff | diff to current |
2005-03-28 |
Dave Mitchell |
expand -DDEBUG_LEAKING_SCALARS to instrument the creati... |
blob | commitdiff | diff to current |
2005-03-25 |
Andy Lester |
Consting five |
blob | commitdiff | diff to current |
2005-03-25 |
Rafael Garcia-Suarez |
Remove the const qualifier from argv and env variables |
blob | commitdiff | diff to current |
2005-03-24 |
Andy Lester |
Third consting batch |
blob | commitdiff | diff to current |
2005-03-21 |
Yitzchak Scott-Tho... |
Break up long lines in -V output for compile-time options |
blob | commitdiff | diff to current |
2005-03-21 |
Andy Lester |
More consting goodness |
blob | commitdiff | diff to current |
2005-03-18 |
Gisle Aas |
Re: sitecustomize.pl [PATCH] |
blob | commitdiff | diff to current |
2005-03-04 |
Rafael Garcia-Suarez |
Update -v copyright notice |
blob | commitdiff | diff to current |
2005-01-27 |
Gisle Aas |
libperl leaks a THREAD_KEY each time it is reloaded |
blob | commitdiff | diff to current |
2005-01-19 |
Robin Barker |
Further follow-up to 23767 |
blob | commitdiff | diff to current |
2005-01-13 |
Stas Bekman |
Re: killing USE_5005THREADS in blead? |
blob | commitdiff | diff to current |
2005-01-10 |
Marcus Holland-Moritz |
Remove PERL_FLEXIBLE_EXCEPTIONS code. |
blob | commitdiff | diff to current |
2005-01-09 |
Nicholas Clark |
If we know the length of the string constant, save... |
blob | commitdiff | diff to current |
2005-01-05 |
Nicholas Clark |
Foolishly I committed change 23753 before remembering... |
blob | commitdiff | diff to current |
2005-01-05 |
Nicholas Clark |
Turn INIT_TLS_AND_INTERP into a static function |
blob | commitdiff | diff to current |
2005-01-01 |
Nicholas Clark |
strEQ/strNE of 1 character strings seems better hand... |
blob | commitdiff | diff to current |
2004-12-23 |
Nicholas Clark |
Relocatable @INC entries for Unix. |
blob | commitdiff | diff to current |
2004-12-22 |
Rafael Garcia-Suarez |
Move the definition of the S_procself_val() function... |
blob | commitdiff | diff to current |
2004-12-21 |
Nicholas Clark |
Move the setting of $^X ahead of the initialisation... |
blob | commitdiff | diff to current |
2004-12-06 |
Nicholas Clark |
Break out setting $^X into its own static function... |
blob | commitdiff | diff to current |
2004-12-03 |
Nicholas Clark |
use (c == '$' || c == '@' || c == '%') instead of strch... |
blob | commitdiff | diff to current |
2004-12-03 |
Nicholas Clark |
Fix a typo in an assert(). It helps to compile with... |
blob | commitdiff | diff to current |
2004-12-03 |
Nicholas Clark |
Pull out the duplicateded push @INC, $_ if -e $_ code... |
blob | commitdiff | diff to current |
2004-12-01 |
Ingo Weinhold |
[perl #32717] BeOS specific Updates |
blob | commitdiff | diff to current |
2004-11-17 |
Michael Schroeder |
SuSE's perl safe_putenf diff |
blob | commitdiff | diff to current |
2004-11-02 |
Rafael Garcia-Suarez |
Reformulate an error |
blob | commitdiff | diff to current |
2004-10-31 |
Nicholas Clark |
Set the IV values for PL_sv_yes and PL_sv_no at initial... |
blob | commitdiff | diff to current |
2004-10-27 |
Dave Mitchell |
include flags and refcount in the list of leaked scalars |
blob | commitdiff | diff to current |
2004-10-20 |
chromatic |
Rephrase "Perl Home Page" References |
blob | commitdiff | diff to current |
2004-10-15 |
Rafael Garcia-Suarez |
Implement a new -dt command-line flag, to enable thread... |
blob | commitdiff | diff to current |
2004-10-14 |
Rafael Garcia-Suarez |
Fix [perl #31971] local $^D gives noise |
blob | commitdiff | diff to current |
2004-10-14 |
Rafael Garcia-Suarez |
A few fixes in the list of -D debugging flags |
blob | commitdiff | diff to current |
2004-09-28 |
Merijn Broeren |
Patch for perl.c fixing an obscure environment bug |
blob | commitdiff | diff to current |
2004-09-08 |
Marcus Holland-Moritz |
SvO?OK_off()'s return value |
blob | commitdiff | diff to current |
2004-08-20 |
Dave Mitchell |
a regex in STDOUT destructor coredumped because regex... |
blob | commitdiff | diff to current |
2004-08-09 |
Dave Mitchell |
eval_sv() failing a taint test could corrupt the stack |
blob | commitdiff | diff to current |
2004-08-04 |
John Peacock |
Final version object core patch? |
blob | commitdiff | diff to current |
next |