2007-01-19 |
SADAHIRO Tomoyuki |
Re: [PATCH] fix unicode split /\s+/ |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Nicholas Clark |
Yves spotted that I'd not regenerated perlapi.pod when... |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Nicholas Clark |
Marcus Holland-Moritz notes that the first argument to |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Nicholas Clark |
Fix breakage for -DDEBUGGING accidentally introduced... |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Nicholas Clark |
Add a parameter to Perl_get_arena() to pass in the... |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Nicholas Clark |
I think that it's clearer if aroot is only struct arena... |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Yves Orton |
fix unicode split /\s+/ |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Nicholas Clark |
As Perl_get_arena() is dealing with sizes, use size_t... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Nicholas Clark |
Move C<static bool done_sanity_check;> inside the only... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Nicholas Clark |
Add in missing dVAR that prevents compilation with |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Nicholas Clark |
Move the flag checking for isGV_with_GP() into the... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Marcus Holland... |
Add missing SVfARG()s in require_tie_mod(). |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Nicholas Clark |
Given that we now do the tests in S_visit() to avoid... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Marcus Holland... |
perl rebuilds because of gcc's -g flag |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Jan Dubois |
Re: [PATCH] win32_async_check() can still loop indefinitely |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Nicholas Clark |
As PVLVs can hold globs in some cases, I think that... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Dave Mitchell |
disable parser stack cleanup on reduce croak (too fragile) |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Marcus Holland... |
Fix a typo in Dynaloader_pm.PL. |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Nicholas Clark |
Replace SvRELEASE_IVX(dstr) with SvOOK_off(dstr) in... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Nicholas Clark |
Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Nicholas Clark |
If we use SvUPGRADE() rather than sv_upgrade() then... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Jarkko Hietaniemi |
Re: [PATCH] symbian/xsbuild.pl patching continues |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Steve Peters |
Reentrant functions appear to still be broken in NetBSD... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Steffen Müller |
Re: Dual-lived AutoLoader |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Yves Orton |
Re: [PATCH] Change implementation of %+ to use a proper... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Yves Orton |
Make offsets support conditional |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Rafael Garcia... |
Typo fix, by Robin Barker |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Dave Mitchell |
make Dump display the SVf_BREAK flag |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Rafael Garcia... |
Enable the ~~ operator by default. |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Dave Mitchell |
when cloning PL_regex_pad, copy SVf_BREAK flag too |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Nicholas Clark |
pp_rv2av and pp_rv2hv have a lot of common code, so... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Nicholas Clark |
Make changes analagous to pp_rv2hv's 21394 and 24489... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Yves Orton |
Re: [PATCH] Add support for /k modfier for matching... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Yves Orton |
Add support for /k modfier for matching along with... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Nicholas Clark |
Add get_cvn_flags(), which is like get_cv() but takes... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Jarkko Hietaniemi |
symbian/xsbuild.pl |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Dave Mitchell |
extend threads 'veto cleanup' to perl_free and system... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Rafael Garcia... |
Proper symbian fix (replacing change #29813) by Jarkko |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Rafael Garcia... |
Use the $Is_MacOS variable |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Rafael Garcia... |
Simplify the ok/not ok logic |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Rafael Garcia... |
Various cleanup and factorization by Schwern |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Rafael Garcia... |
Introduce the :5.10.0 feature bundle, and make :5.10 an |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Rafael Garcia... |
Fix link to perlsyn (thanks to Michael G Schwern) |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Rafael Garcia... |
Remove the "dor" feature alias. |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Rafael Garcia... |
Document "no feature" (Michael G Schwern) |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Rafael Garcia... |
Move the documentation of the lexical effect of feature... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Rafael Garcia... |
Remove obsolete notes and TODOs from feature.pm |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Rafael Garcia... |
Add a reference to the docs for state() variables in... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Rafael Garcia... |
Factorise croak() calls and error messages in feature.pm |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Nicholas Clark |
Test that names with embedded NULs work for symbolic... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Rafael Garcia... |
Revert perl.h part of change 29811, which breaks compil... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Jarkko Hietaniemi |
g++ fixes |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Jarkko Hietaniemi |
Symbian/S90 further fixes |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Dave Mitchell |
make S_ithread_run() call S_ithread_free() in main... |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Dave Mitchell |
further refinement to #29796 (cleanup veto) |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Marvin Humphrey |
Re: Memory...growing, and growing |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Dave Mitchell |
unfreed threads should trigger cleanup veto |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Nicholas Clark |
In S_hfreeentries, orig_array can be const. |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Rafael Garcia... |
TODO: yada yada yada |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Gisle Aas |
Re: AW: umask handling in File::Temp |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Wolfgang Laun |
perlthrtut.pod (based on perl-current@29766) |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Dave Mitchell |
fix PL_parser_dup symbol (again) |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Dave Mitchell |
Rationalise refcounting of thread structures |
commit | commitdiff | tree | snapshot |
2007-01-12 |
H.Merijn Brand |
Superdome now also in Itanium series (sx1000 & sx2000), |
commit | commitdiff | tree | snapshot |
2007-01-12 |
H.Merijn Brand |
gcc -dumpversion is at least supported back to 2.7... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Rafael Garcia... |
makedef.pl should be able to load "strict" |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Rafael Garcia... |
Upgrade to ExtUtils::Manifest 1.51 |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Dave Mitchell |
fix typo in hv.c |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Dave Mitchell |
fix PL_parser_dup symbol |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Dave Mitchell |
make tr/// threadsafe by moving swash into pad |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Wolfgang Laun |
trivia in perlthrtut.pod |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Steve Hay |
Update copyright year in "perl -v" output |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Rafael Garcia... |
Fix bug [perl #41234] : the tokenizer understands ... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Nicholas Clark |
Change 29753 messed up do_hv_dump() [my fault] |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Rafael Garcia... |
Silence an "unused parameter" warning in Perl_reg_numbe... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Yves Orton |
Add Regexp::Keep \K functionality to regex engine as... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Nicholas Clark |
do_gv_dump, do_gvgv_dump and do_hv_dump call all actual... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Rafael Garcia... |
Fix bug #40407: after a seek on a PerlIO::scalar fileha... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Steffen Müller |
AutoLoader fix, part 2 |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Nicholas Clark |
In toke.c, merge S_update_debugger_info_pv() and |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Nicholas Clark |
An implementation of change 29735 for blead (PL_curcop... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Rafael Garcia... |
Regenerate all files |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Peter Scott |
PATCH: perlfunc.pod / warn |
commit | commitdiff | tree | snapshot |
2007-01-10 |
SADAHIRO Tomoyuki |
Re: [perl #41215] % on scalars sometimes throws away... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Steffen Müller |
Bug in AutoLoader.pm causing endless loop |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Andreas J.... |
./miniperl minimod.pl ... Can't locate strict.pm |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Nicholas Clark |
Make minimod.pl warnings and strict clean. |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Nicholas Clark |
Make makedef.pl warnings and strict clean. |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Nicholas Clark |
Make keywords.pl strict and warnings clean. |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Nicholas Clark |
Make autodoc.pl strict clean. |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Nicholas Clark |
Make opcode.pl strict and warnings clean. |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Nicholas Clark |
Re: Change 29723 breaks t/op/inccode-tie.t on Win32 |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Jan Dubois |
Re: [PATCH] ANSIfy the PATH environment variable on... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Yves Orton |
Change #29711 broke tr//c on Win32. |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Yves Orton |
Let the regex parser decide if we have a special patter... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Nicholas Clark |
socketpair.t was written in 2001. At that time, Test... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Rafael Garcia... |
Revert change #29708 (useless) |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Nicholas Clark |
Eliminate pp_threadsv, as it was only ever used by... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Nicholas Clark |
do or die; for all the List::Util pure perl tests. |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Nicholas Clark |
do $file; won't propagate errors from die, as do is... |
commit | commitdiff | tree | snapshot |
next |