2010-06-05 |
Karl Williamson |
Change regexec.c to use new foldEQ functions |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Karl Williamson |
Change name of ibcmp to foldEQ |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Karl Williamson |
utf8.c: further doc tweaks |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Karl Williamson |
utf8.c: Modify doc comment; change whitespace |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Karl Williamson |
Revamp ibcmp_utf8 for performance and clarity |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Karl Williamson |
Clarify some documentation |
commit | commitdiff | tree | snapshot |
2010-06-05 |
David Mitchell |
silence some warnings in hv.c |
commit | commitdiff | tree | snapshot |
2010-06-05 |
David Mitchell |
add handy note on vtable fields |
commit | commitdiff | tree | snapshot |
2010-06-05 |
David Mitchell |
update Perl_magic_methcall description |
commit | commitdiff | tree | snapshot |
2010-06-04 |
David Mitchell |
fix for RT #8438: $tied->() doesn't call FETCH |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Craig A. Berry |
Avoid overflow warning in chop.t. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
David Mitchell |
fix indendation of DM_* flag definitions |
commit | commitdiff | tree | snapshot |
2010-06-04 |
David Mitchell |
express DM_[GU]ID flags in terms of components |
commit | commitdiff | tree | snapshot |
2010-06-04 |
David Mitchell |
rename DM_ARRAY flag to DM_ARRAY_ISA |
commit | commitdiff | tree | snapshot |
2010-06-04 |
David Mitchell |
belatedly add a test for RT #51636: |
commit | commitdiff | tree | snapshot |
2010-06-04 |
David Mitchell |
Revert "Re: [perl #51636] segmentation fault with array... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
David Mitchell |
threads::shared: veto signal despatch if locked |
commit | commitdiff | tree | snapshot |
2010-06-04 |
David Mitchell |
add PL_signalhook to hook into signal dispatch |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Rafael Garcia... |
Do not advertise Math::TrulyRandom, which hasn't been... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Craig A. Berry |
Remove extraneous semicolon from OP_PRIVATE_ONCE. |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Vincent Pit |
Deprecate find_rundefsvoffset() |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Vincent Pit |
The UNDERBAR macro should use find_rundefsv() as well |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Vincent Pit |
Make pp_reverse fetch the lexical $_ from the correct pad |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Abigail |
Skip two Japhs that use the fact that split in void... |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Slaven Rezic |
Document IO::Socket getsockopt and setsockopt |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Tony Cook |
move the fresh_perl() tests above the environment tests |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Karl Williamson |
PATCH: teach diag.t new warning function names |
commit | commitdiff | tree | snapshot |
2010-05-31 |
H.Merijn Brand |
State the requirement of a C89 compliant ANSI C-compiler |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Nicholas Clark |
In Perl_pad_add_name(), use sv_upgrade() directly rathe... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Nicholas Clark |
Reorder the entry for die, moving discussion of the... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Tony Cook |
handle perl extended utf8 start bytes |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Father Chrysostomos |
[perl #70075] no 6; broken |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Karl Williamson |
PATCH: [perl #75138] "\c`" -> " " |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Karl Williamson |
Document tricks, work-arounds for user-defined casing |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Jerry D. Hedden |
Un-TODO a threads-shared test that now passes |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Karl Williamson |
Add mktables option for development use |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Karl Williamson |
mktables -- don't create Names table unless asked |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Karl Williamson |
Fix priority of suppressed vs. explicitly output |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Karl Williamson |
Remove obsolete comment |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Karl Williamson |
Generate simple case folding tables only if asked |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Karl Williamson |
Add comment about objaddr in mktables |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Karl Williamson |
Use in-line 'no overloading' for speed |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Karl Williamson |
Don't require doubled backslashes in perldiag.pod |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Nicholas Clark |
Eliminate some newSV(0)s by merging the SV allocation... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Nicholas Clark |
Only allocate entries for @_ when the subroutine is... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Nicholas Clark |
Fix the regexp in t/porting/args_assert.t, and add... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Nicholas Clark |
Properly free paren_name_list with its regexp. |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Karl Williamson |
Clarify that count is bytes not unicode characters |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Karl Williamson |
Display characters as Unicode for clarity |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Karl Williamson |
Add tested for corrupted regnode |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Karl Williamson |
Use sizeof instead of hard-coded array size |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Karl Williamson |
Typo |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Nicholas Clark |
When assigning to $^P, don't zero $DB::single, $DB... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Nicholas Clark |
Migrate most other op_private to name conversion into... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Nicholas Clark |
In Perl_do_op_dump(), move calls to append_flags()... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Nicholas Clark |
Add C_ARRAY_END(), returning a pointer to after the... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Nicholas Clark |
In Perl_do_op_dump(), reorder the ops within the if... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Nicholas Clark |
In Perl_do_sv_dump(), use append_flags() for PVCV,... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Nicholas Clark |
In Perl_do_sv_dump(), for PVCV and PVFM, test for SvCOM... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Nicholas Clark |
In Perl_do_op_dump(), move runs of op_private name... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Nicholas Clark |
Create S_append_flags() from a common code pattern... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Nicholas Clark |
InPerl_boot_core_UNIVERSAL() use a data structure for... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Salvador Ortiz... |
Naif calls segfault T_PRTOBJ of the stock typemap |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Nicholas Clark |
Add simple_bitmask and varies_bitmask to globvar.sym. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Nicholas Clark |
Convert REGNODE_{SIMPLE,VARIES} to a bitmask lookup... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Nicholas Clark |
Change regcomp.pl to 0-based indexing for its arrays... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Nicholas Clark |
Encapsulate lookups in PL_{varies,simple} within macros... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Nicholas Clark |
Generate PL_simple[] and PL_varies[] with regcomp.pl... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Nicholas Clark |
Re-work the regcomp.sym to remove use of hard tabs... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Nicholas Clark |
Correct the node numbers in comments. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Nicholas Clark |
Remove stray tab character in definition for VERB. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
George Greer |
Fix clang "incompatible operand types" error in ternary... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Karl Williamson |
PATCH: user defined special casing for non utf8 |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Karl Williamson |
Change a few tests to use new test.pl EBCDIC stuff |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Karl Williamson |
Add functions to test.pl for easier EBCDIC testing |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Nicholas Clark |
Fix CLONE/weakref bug revealed by adf8f095c5881bce. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
H.Merijn Brand |
Update rsync sources in perlhack |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Shlomi Fish |
Add the perl equivalent for av_make. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Shlomi Fish |
Add the Perl equivalent for av_len. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Shlomi Fish |
Add a missing comma in the av_fill() docs. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Shlomi Fish |
Clarify the av_fetch() documentation. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Shlomi Fish |
Add Perl equivalent for av_exists(). |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Shlomi Fish |
Add a Perl equivalent to av_delete(). |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Shlomi Fish |
Add the Perl equivalent example to av_clear. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Shlomi Fish |
Link from GIMME_V to perlcall for a usage example. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Karl Williamson |
PATCH: correct misstatement, formats in perlunicode |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Nicholas Clark |
Fix for typo in 0824d66743a706cd, in the expected outpu... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
David Mitchell |
add OPpDEREFed flag to avoid double mg_get() |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Father Chrysostomos... |
Deref ops ignore get-magic when SvROK(sv) |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Father Chrysostomos |
Just the tests from a proposed fix for 68192 |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Karl Williamson |
Replace wrong tr/// table in perlebcdic.pod |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Karl Williamson |
Remove unused, wrong #define in utf8.h |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Jerry D. Hedden |
Fix build warnings introduced by v5.13.0-139-ge0fa7e2 |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Nicholas Clark |
Add Perl_clone_params_{del,new} and Perl_sv_dup to... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Nicholas Clark |
Set PADSTALE on all lexicals at the end of sub creation. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Nicholas Clark |
Don't clone the contents of lexicals in pads. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Nicholas Clark |
In Perl_pad_tidy(), merge the SvPADTMP_on() loops for... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Nicholas Clark |
In Perl_padlist_dup() don't duplicate @_ or pads caused... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Nicholas Clark |
Convert PAD_DUP to a function Perl_padlist_dup(). |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Nicholas Clark |
When deleting CLONE_PARAMS, push any unreferenced SVs... |
commit | commitdiff | tree | snapshot |
next |