2009-12-13 |
Rafael Garcia-Suarez |
Make new is_utf8_X_* functions public |
blob | commitdiff |
2009-12-06 |
Karl Williamson |
qr/\X/ expansion |
blob | commitdiff | diff to current |
2009-11-24 |
Jim Cromie |
cleanup get_arena param-names, mark as May-Change |
blob | commitdiff | diff to current |
2009-11-23 |
Nicholas Clark |
Move change c35076938c7236fb into embed.fnc, from the... |
blob | commitdiff | diff to current |
2009-11-20 |
Nicholas Clark |
Synchronise "may change"/"experimental" flags between... |
blob | commitdiff | diff to current |
2009-11-17 |
Nicholas Clark |
Correct the flags for 3 functions that don't actually... |
blob | commitdiff | diff to current |
2009-11-15 |
Zefram |
lexer API |
blob | commitdiff | diff to current |
2009-11-15 |
Nicholas Clark |
Change S_pad_check_dup()'s arguments from char*/STRLEN... |
blob | commitdiff | diff to current |
2009-11-15 |
Nicholas Clark |
Convert pad_check_dup() to static linkage, and call... |
blob | commitdiff | diff to current |
2009-11-15 |
Nicholas Clark |
Refactor common code paths from Perl_pad_add_name(... |
blob | commitdiff | diff to current |
2009-11-10 |
Vincent Pit |
Factor the "is this an in-place array operator construc... |
blob | commitdiff | diff to current |
2009-11-09 |
Nicholas Clark |
Add length and flags arguments to Perl_pad_add_name(). |
blob | commitdiff | diff to current |
2009-11-09 |
Nicholas Clark |
Add length and flags arguments to Perl_pad_check_dup(). |
blob | commitdiff | diff to current |
2009-11-09 |
Nicholas Clark |
Add length and flags arguments to Perl_allocmy(). |
blob | commitdiff | diff to current |
2009-11-08 |
Zefram |
Bareword sub lookups |
blob | commitdiff | diff to current |
2009-11-07 |
Nicholas Clark |
Add length and flags arguments to Perl_pad_findmy(... |
blob | commitdiff | diff to current |
2009-11-06 |
Gerard Goossen |
move JMPENV_JUMP to die_where and mark it as "noreturn" |
blob | commitdiff | diff to current |
2009-11-06 |
Steve Hay |
Partially fix Win32 link following commit 88e1f1a |
blob | commitdiff | diff to current |
2009-11-05 |
Jesse Vincent |
Implement facility to plug in syntax triggered by keywords |
blob | commitdiff | diff to current |
2009-11-01 |
Nicholas Clark |
Remove Perl_pmflag() from the public API, and mark... |
blob | commitdiff | diff to current |
2009-11-01 |
Gerard Goossen |
Use of SV* instead of message, msglen, utf8 to contain... |
blob | commitdiff | diff to current |
2009-10-22 |
Ben Morrow |
RT#69616: regexp SVs lose regexpness in assignment |
blob | commitdiff | diff to current |
2009-10-21 |
Nicholas Clark |
Remove the PERLIO * argument to S_filter_gets(), as... |
blob | commitdiff | diff to current |
2009-10-20 |
Nicholas Clark |
Pull out filter setup code from S_swallow_bom() into... |
blob | commitdiff | diff to current |
2009-10-19 |
Yves Orton |
somewhat fix failing regex tests. but break lots of... |
blob | commitdiff | diff to current |
2009-10-18 |
Nicholas Clark |
Merge S_utf16_textfilter and S_utf16rev_textfilter(). |
blob | commitdiff | diff to current |
2009-10-18 |
Nicholas Clark |
Generate prototypes for utf16_textfilter and utf16rev_t... |
blob | commitdiff | diff to current |
2009-10-15 |
demerphq |
Optimise if (%foo) to be faster than if(keys %foo) |
blob | commitdiff | diff to current |
2009-10-13 |
Nicholas Clark |
Migrate common code in Perl_ckwarn() and Perl_ckwarn_d... |
blob | commitdiff | diff to current |
2009-10-13 |
Nicholas Clark |
Replace Perl_deprecate() with a macro that calls Perl_c... |
blob | commitdiff | diff to current |
2009-10-13 |
Nicholas Clark |
Move the code related to deprecate("comma-less variable... |
blob | commitdiff | diff to current |
2009-10-13 |
Nicholas Clark |
Use deprecate() in place of deprecate_old(), and remove... |
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-12 |
Nicholas Clark |
deprecate_old() is not public, and only used within... |
blob | commitdiff | diff to current |
2009-10-06 |
David Golden |
Add 'package NAME VERSION' syntax |
blob | commitdiff | diff to current |
2009-09-14 |
Nicholas Clark |
Fix the build for -Dmad - f0e3f042f14b829f missed a... |
blob | commitdiff | diff to current |
2009-09-13 |
Rafael Garcia-Suarez |
Remove obsolete functions is_uni_alnumc, is_uni_alnumc_... |
blob | commitdiff | diff to current |
2009-08-30 |
Chip Salzenberg |
finish implementing -DB vs. -Dx |
blob | commitdiff | diff to current |
2009-08-27 |
Vincent Pit |
Speed up repeatcpy() by at least 40% for 1-char or... |
blob | commitdiff | diff to current |
2009-08-27 |
Vincent Pit |
delimcopy(), ibcmp(), ibcmp_locale(), instr(), ninstr... |
blob | commitdiff | diff to current |
2009-08-26 |
Vincent Pit |
Don't pass the the interpreter to is_ascii_string(... |
blob | commitdiff | diff to current |
2009-08-26 |
Chip Salzenberg |
In C<use utf8; a=>'b'>, do not set utf8 flag on 'a... |
blob | commitdiff | diff to current |
2009-08-26 |
Rafael Garcia-Suarez |
Use less constness in MAD code |
blob | commitdiff | diff to current |
2009-08-21 |
Zefram |
Add clear magic to %^H so that the HE chain is reset... |
blob | commitdiff | diff to current |
2009-08-13 |
Vincent Pit |
Perl_die_nocontext() is also called with NULL from... |
blob | commitdiff | diff to current |
2009-08-08 |
Nicholas Clark |
Merge gv_IOadd() into gv_add_by_type(). |
blob | commitdiff | diff to current |
2009-08-08 |
Nicholas Clark |
Perl_newIO() can become a mathom by making newIO()... |
blob | commitdiff | diff to current |
2009-08-08 |
Nicholas Clark |
Merge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add... |
blob | commitdiff | diff to current |
2009-08-06 |
Rafael Garcia-Suarez |
Make gv_IOadd accept a NULL argument |
blob | commitdiff | diff to current |
2009-07-29 |
Vincent Pit |
Merge branch 'deletelocal' into blead |
blob | commitdiff | diff to current |
2009-07-27 |
Rafael Garcia-Suarez |
Add support for new flag D in embed.fnc (deprecated) |
blob | commitdiff | diff to current |
2009-07-27 |
Rafael Garcia-Suarez |
Make cxinc member of the public API |
blob | commitdiff | diff to current |
2009-07-26 |
George Greer |
much better swap logic to support reentrancy and fix... |
blob | commitdiff | diff to current |
2009-07-25 |
Vincent Pit |
Introduce "delete local" |
blob | commitdiff | diff to current |
2009-07-25 |
Vincent Pit |
Introduce save_hdelete() and SAVEHDELETE() |
blob | commitdiff | diff to current |
2009-07-25 |
Vincent Pit |
Introduce save_aelem_flags() |
blob | commitdiff | diff to current |
2009-07-08 |
Rafael Garcia-Suarez |
Modify the return value of Gv_AMupdate to indicate... |
blob | commitdiff | diff to current |
2009-07-08 |
Rafael Garcia-Suarez |
Add a parameter "destructing" to Gv_AMupdate() |
blob | commitdiff | diff to current |
2009-06-22 |
Nicholas Clark |
Instead of a const char *, pass a HEK * to anonymise_cv(). |
blob | commitdiff | diff to current |
2009-06-21 |
Jim Cromie |
invert and rename PERL_MEM_LOG_STDERR to PERL_MEM_LOG_N... |
blob | commitdiff | diff to current |
2009-06-21 |
Ben Morrow |
When a glob is deleted, mark its sub as ANON. |
blob | commitdiff | diff to current |
2009-06-16 |
Rafael Garcia-Suarez |
Implement new regex escape \N |
blob | commitdiff | diff to current |
2009-05-21 |
Nicholas Clark |
Merge Perl_magic_setisa() and Perl_magic_clearisa(... |
blob | commitdiff | diff to current |
2009-05-20 |
Nicholas Clark |
Merge the bulk of Perl_magic_clearsig() into Perl_magic... |
blob | commitdiff | diff to current |
2009-05-18 |
Nicholas Clark |
Add S_sv_dup_inc_multiple(), used in place of loops... |
blob | commitdiff | diff to current |
2009-05-12 |
Nicholas Clark |
Inline S_glob_2pv() into Perl_sv_2pv_flags(). (Existing... |
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-03-29 |
Nicholas Clark |
Change Perl_newCONSTSUB() so that a NULL sv generates... |
blob | commitdiff | diff to current |
2009-03-29 |
Nicholas Clark |
In Perl_newCONSTSUB(), sv should not be NULL. |
blob | commitdiff | diff to current |
2009-03-28 |
Nicholas Clark |
In Perl_sv_setsv_cow(), dstr can be NULL. |
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 |
Unwind the implicit loop in S_init_perllib(), by writin... |
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-15 |
Nicholas Clark |
Ensure that the pointer to S_incpush_use_sep() is never... |
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 |
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-23 |
Nicholas Clark |
suidperl goes. |
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-03 |
Nicholas Clark |
Changing get_isa_hash() to static means that it needs... |
blob | commitdiff | diff to current |
2009-01-03 |
Nicholas Clark |
get_isa_hash() is only used in S_isa_lookup(), so it... |
blob | commitdiff | diff to current |
2009-01-02 |
karl williamson |
Faster sv_utf8_upgrade() |
blob | commitdiff | diff to current |
2008-12-28 |
Vincent Pit |
Add save_adelete()/SAVEADELETE() to save on the stack... |
blob | commitdiff | diff to current |
2008-12-27 |
Nicholas Clark |
Break out the set-the-MRO logic from the XS_mro_set_mro... |
blob | commitdiff | diff to current |
2008-12-27 |
Nicholas Clark |
Proper pluggable Method Resolution Orders. 'c3' is... |
blob | commitdiff | diff to current |
2008-12-27 |
Nicholas Clark |
Explictly export Perl_mro_meta_init() so that HvMROMETA... |
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 |
Nicholas Clark |
Repurpose struct mro_meta to allow it to store cached... |
blob | commitdiff | diff to current |
2008-12-27 |
Rafael Garcia-Suarez |
Remove "b" flag for sv_utf8_upgrade_nomg in embed.fnc |
blob | commitdiff | diff to current |
2008-12-26 |
Karl |
Update comments and documentation dealing with utf |
blob | commitdiff | diff to current |
2008-12-26 |
Rafael Garcia-Suarez |
Better fix for bug #6665 |
blob | commitdiff | diff to current |
2008-12-20 |
Steve Peters |
It looks like the previous patch is working fine on... |
blob | commitdiff | diff to current |
2008-12-19 |
Steve Peters |
Subject: PATCH 5.10 documentation |
blob | commitdiff | diff to current |
2008-12-02 |
Steve Hay |
Silence a compiler warning introduced by 34963 |
blob | commitdiff | diff to current |
2008-12-01 |
Nicholas Clark |
Convention seems to be that static definitions are... |
blob | commitdiff | diff to current |
next |