2009-11-15 |
David Golden |
Change perl -v version format |
blob | commitdiff |
2009-11-12 |
Gerard Goossen |
Add ENTER_with_name and LEAVE_with_name to automaticly... |
blob | commitdiff | diff to current |
2009-11-08 |
Gerard Goossen |
Make my_exit behave the same as the Perl exit. And... |
blob | commitdiff | diff to current |
2009-11-08 |
Gerard Goossen |
Add assertions about there being no leftover scopes... |
blob | commitdiff | diff to current |
2009-11-06 |
Gerard Goossen |
Add a line directive to op.c and perl.c such that error... |
blob | commitdiff | diff to current |
2009-10-12 |
Nicholas Clark |
Add Perl_ck_warner_d(), which combines Perl_ckwarn_d... |
blob | commitdiff | diff to current |
2009-10-12 |
Nicholas Clark |
Add Perl_ck_warner(), which combines Perl_ckwarn()... |
blob | commitdiff | diff to current |
2009-10-05 |
Nicholas Clark |
In Perl_moreswitches(), merge 2 string constants in... |
blob | commitdiff | diff to current |
2009-10-05 |
Nicholas Clark |
$^O is initalised to OSNAME, so no need to return the... |
blob | commitdiff | diff to current |
2009-10-05 |
Nicholas Clark |
Move initialising PL_osname from S_init_predump_symbols... |
blob | commitdiff | diff to current |
2009-09-30 |
Nicholas Clark |
Simplify building the Perl code invoked for perl -V |
blob | commitdiff | diff to current |
2009-09-29 |
Nicholas Clark |
Move the implementation of ./perl -V to Internals:... |
blob | commitdiff | diff to current |
2009-09-23 |
Nicholas Clark |
For miniperl, disable PERL_UNICODE and -C. |
blob | commitdiff | diff to current |
2009-09-23 |
Nicholas Clark |
Restrict miniperl to just -I..., the split of $ENV... |
blob | commitdiff | diff to current |
2009-09-23 |
Nicholas Clark |
Declare PERL_IS_MINIPERL in the output of ./{mini,... |
blob | commitdiff | diff to current |
2009-09-15 |
Nicholas Clark |
Ensure that the perl build doesn't read any installed... |
blob | commitdiff | diff to current |
2009-09-15 |
Nicholas Clark |
Avoid setting $! if the sitecustomize script doesn... |
blob | commitdiff | diff to current |
2009-09-13 |
Rafael Garcia-Suarez |
Remove obsolete interpreter variable PL_utf8_alnumc |
blob | commitdiff | diff to current |
2009-09-05 |
gfx |
call_method() uses newSVpvn_flags(), instead of sv_2mor... |
blob | commitdiff | diff to current |
2009-08-30 |
Chip Salzenberg |
finish implementing -DB vs. -Dx |
blob | commitdiff | diff to current |
2009-08-26 |
Chip Salzenberg |
New debugging flag -DB now dumps subroutine definitions, |
blob | commitdiff | diff to current |
2009-08-20 |
David Mitchell |
add -DM flag to track smartmatch resolution |
blob | commitdiff | diff to current |
2009-08-19 |
Nicholas Clark |
Add PERL_DISABLE_PMC to the list of -V's compile-time... |
blob | commitdiff | diff to current |
2009-08-03 |
Jesse Vincent |
Remove the port to MiNT. It's a dead platform that... |
blob | commitdiff | diff to current |
2009-06-25 |
Lubomir Rintel |
Don't enqueue pending signals during global destruction |
blob | commitdiff | diff to current |
2009-06-21 |
Jim Cromie |
drop remaining mentions of PERL_MEM_LOG_FOO envars |
blob | commitdiff | diff to current |
2009-06-21 |
Rafael Garcia-Suarez |
Also replace PERL_MEM_LOG_STDERR by PERL_MEM_LOG_NOIMPL... |
blob | commitdiff | diff to current |
2009-05-23 |
Nicholas Clark |
Move the code to add magic to $0 into Perl_gv_fetchpvn_... |
blob | commitdiff | diff to current |
2009-05-21 |
Nicholas Clark |
Use only one block of memory for both PL_psig_name... |
blob | commitdiff | diff to current |
2009-05-20 |
Nicholas Clark |
Remove binary compatibility scaffolding for the change... |
blob | commitdiff | diff to current |
2009-05-20 |
Nicholas Clark |
Replace run-time on-demand initialisation of PL_bitcoun... |
blob | commitdiff | diff to current |
2009-04-27 |
Nicholas Clark |
Simplifications to S_incpush() now possible without... |
blob | commitdiff | diff to current |
2009-04-27 |
Nicholas Clark |
Remove all #ifdef MACOS_TRADITIONAL code in core and... |
blob | commitdiff | diff to current |
2009-04-26 |
Michael G Schwern |
[PATCH] Allow PERL5OPT=-W |
blob | commitdiff | diff to current |
2009-04-12 |
Nicholas Clark |
Convert xsutils.c and lib/attributes.pm to a regular... |
blob | commitdiff | diff to current |
2009-02-24 |
Nicholas Clark |
In S_parse_body(), sv hasn't been needed since -P bit... |
blob | commitdiff | diff to current |
2009-02-23 |
Jerry D. Hedden |
Fix unused variable warning |
blob | commitdiff | diff to current |
2009-02-23 |
Craig A. Berry |
VMS-specific nit in S_init_perllib after 2cace6acdfad87... |
blob | commitdiff | diff to current |
2009-02-22 |
Nicholas Clark |
For S_incpush(), dir is never NULL, and len is always... |
blob | commitdiff | diff to current |
2009-02-22 |
Nicholas Clark |
Optimise S_incpush() by avoiding repeatedly copying... |
blob | commitdiff | diff to current |
2009-02-22 |
Nicholas Clark |
In S_incpush, move the declaration of subdir inside... |
blob | commitdiff | diff to current |
2009-02-22 |
Nicholas Clark |
Tidy up incpush. Re-order the macros, and re-indent... |
blob | commitdiff | diff to current |
2009-02-22 |
Nicholas Clark |
Move unversioned directories in PERL_OTHERLIBDIRS later... |
blob | commitdiff | diff to current |
2009-02-22 |
Nicholas Clark |
7fc731078209e8c26ed8bba477edfd90724c7146 missed one... |
blob | commitdiff | diff to current |
2009-02-22 |
Nicholas Clark |
In S_init_perllib(), push the bare VENDORLIB_STEM onto... |
blob | commitdiff | diff to current |
2009-02-22 |
Nicholas Clark |
In S_init_perllib(), push the bare SITELIB_STEM onto... |
blob | commitdiff | diff to current |
2009-02-22 |
Nicholas Clark |
In S_incpush(), move push @INC, ".../$archname" if... |
blob | commitdiff | diff to current |
2009-02-22 |
Nicholas Clark |
In S_init_perllib(), initialise perl5lib to NULL, to... |
blob | commitdiff | diff to current |
2009-02-22 |
Nicholas Clark |
In S_incpush(), replace (addsubdirs || addoldvers)... |
blob | commitdiff | diff to current |
2009-02-22 |
Nicholas Clark |
In S_init_perllib(), s can be const char* |
blob | commitdiff | diff to current |
2009-02-22 |
Nicholas Clark |
In S_init_perllib(), only call PerlEnv_getenv("PERL5LIB... |
blob | commitdiff | diff to current |
2009-02-22 |
Nicholas Clark |
Unwind the implicit loop in S_init_perllib(), by writin... |
blob | commitdiff | diff to current |
2009-02-21 |
Nicholas Clark |
Change the value passed into S_init_perllib() to a... |
blob | commitdiff | diff to current |
2009-02-21 |
Nicholas Clark |
NetWare has PRIVLIB_EXP as something other than a strin... |
blob | commitdiff | diff to current |
2009-02-21 |
Nicholas Clark |
In S_init_perllib(), correct errors in the MACOS_TRADIT... |
blob | commitdiff | diff to current |
2009-02-20 |
Nicholas Clark |
Add a parameter to win32_get_{priv,site,vendor}lib... |
blob | commitdiff | diff to current |
2009-02-20 |
Rafael Garcia-Suarez |
Silence a casting warning with memchr() |
blob | commitdiff | diff to current |
2009-02-18 |
Nicholas Clark |
Remove the stub nw_get_sitelib(), and undefine SITELIB_... |
blob | commitdiff | diff to current |
2009-02-17 |
Nicholas Clark |
Pass the length of the string to S_incpush_use_sep... |
blob | commitdiff | diff to current |
2009-02-17 |
Nicholas Clark |
In S_incpush(), avoid "possible loss of data" warnings... |
blob | commitdiff | diff to current |
2009-02-16 |
Nicholas Clark |
As WIN32 is already using different flags to incpush_us... |
blob | commitdiff | diff to current |
2009-02-16 |
Nicholas Clark |
By spliting PERL_ARCH_FMT into PERL_ARCH_FMT_PREFIX... |
blob | commitdiff | diff to current |
2009-02-16 |
Nicholas Clark |
As PERL_ARCH_FMT_PATH is a compile time constant, can... |
blob | commitdiff | diff to current |
2009-02-16 |
Nicholas Clark |
PERL_FS_VER_FMT is only used with the current perl... |
blob | commitdiff | diff to current |
2009-02-16 |
Nicholas Clark |
Abolish PERL_AV_SUFFIX_FMT, which was rendered obsolesc... |
blob | commitdiff | diff to current |
2009-02-16 |
Nicholas Clark |
Replace *printf "%d.%d.%d", PERL_REVISION, PERL_VERSION... |
blob | commitdiff | diff to current |
2009-02-16 |
Nicholas Clark |
Don't add PRIVLIB_EXP to @INC twice. |
blob | commitdiff | diff to current |
2009-02-15 |
Nicholas Clark |
Ensure that the pointer to S_incpush_use_sep() is never... |
blob | commitdiff | diff to current |
2009-02-15 |
Nicholas Clark |
In @INC, move ARCHLIB and PRIVLIB after the current... |
blob | commitdiff | diff to current |
2009-02-15 |
Nicholas Clark |
Loop in S_init_perllib(), only calling S_incpush*(... |
blob | commitdiff | diff to current |
2009-02-15 |
Nicholas Clark |
Refactor the separator splitting loop of S_incpush... |
blob | commitdiff | diff to current |
2009-02-15 |
Nicholas Clark |
In S_incpush(), rename the parameter from dir to p... |
blob | commitdiff | diff to current |
2009-02-15 |
Nicholas Clark |
Refactor S_incpush() to take 1 flags parameter, instead... |
blob | commitdiff | diff to current |
2009-02-15 |
Nicholas Clark |
For -I, need to also unshift version and architecture... |
blob | commitdiff | diff to current |
2009-01-27 |
Nicholas Clark |
In the code for printing -v, replace longhand newSVpvn... |
blob | commitdiff | diff to current |
2009-01-25 |
Rafael Garcia-Suarez |
Merge branch 'Eefix' into blead |
blob | commitdiff | diff to current |
2009-01-25 |
Rafael Garcia-Suarez |
Revert "show -E in error message when called with -E" |
blob | commitdiff | diff to current |
2009-01-23 |
Nicholas Clark |
suidperl goes. |
blob | commitdiff | diff to current |
2009-01-23 |
Nicholas Clark |
Remove redundant #ifndef SETUID_SCRIPTS_ARE_SECURE_NOW... |
blob | commitdiff | diff to current |
2009-01-21 |
Nicholas Clark |
Note that nothing in core uses Perl_get_cv any more... |
blob | commitdiff | diff to current |
2009-01-21 |
Nicholas Clark |
Correct the form of the flags passed to perl_get_cv(). |
blob | commitdiff | diff to current |
2009-01-21 |
Nicholas Clark |
Update the documentation of get_sv() to note that it... |
blob | commitdiff | diff to current |
2009-01-21 |
Nicholas Clark |
Update the documentation of get_av() to note that it... |
blob | commitdiff | diff to current |
2009-01-21 |
Nicholas Clark |
Update the documentation of get_hv() to note that it... |
blob | commitdiff | diff to current |
2009-01-12 |
Nicholas Clark |
Fix my refactoring typo in change 33001 that broke... |
blob | commitdiff | diff to current |
2009-01-12 |
Renée Bäcker |
show -E in error message when called with -E |
blob | commitdiff | diff to current |
2009-01-05 |
Nicholas Clark |
Update copyright year to 2009. |
blob | commitdiff | diff to current |
2009-01-05 |
John Malmberg |
VMS posix exit fixes |
blob | commitdiff | diff to current |
2009-01-04 |
Yves Orton |
eliminate double stringification, the defines as done... |
blob | commitdiff | diff to current |
2008-12-31 |
Nicholas Clark |
More efficient API choices for string appending. |
blob | commitdiff | diff to current |
2008-12-31 |
Nicholas Clark |
varargs functions such as sv_catpvf can't have compatib... |
blob | commitdiff | diff to current |
2008-12-31 |
Yves Orton |
much better git related version numbering in our (... |
blob | commitdiff | diff to current |
2008-12-29 |
Nicholas Clark |
PL_registered_mros can start with 1 hash bucket, as... |
blob | commitdiff | diff to current |
2008-12-27 |
Nicholas Clark |
Add Perl_mro_register() to register Method Resolution... |
blob | commitdiff | diff to current |
2008-12-27 |
Yves Orton |
come new version related code in perl.c is not enabled... |
blob | commitdiff | diff to current |
2008-12-27 |
Yves Orton |
better git based version numbering (hopefully sane) |
blob | commitdiff | diff to current |
2008-12-27 |
Yves Orton |
tidier -v output |
blob | commitdiff | diff to current |
2008-12-27 |
Yves Orton |
make git-describe info show up in -V output in the... |
blob | commitdiff | diff to current |
2008-12-26 |
Nicholas Clark |
The string "." cannot possibly contain a PATH sepatator... |
blob | commitdiff | diff to current |
2008-12-26 |
Rafael Garcia-Suarez |
Better fix for bug #6665 |
blob | commitdiff | diff to current |
next |