summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* SV_CONST(name) and PL_sv_constsRuslan Zakirov2013-06-301-0/+2
* Reinstate UTF8fFather Chrysostomos2013-06-281-1/+11
* Revert "UTF8f"Karl Williamson2013-06-251-9/+1
* sv.c: Allow COWs through sv_magic unscathedFather Chrysostomos2013-06-231-1/+1
* Remove ‘Can't coerce readonly %s’ errorFather Chrysostomos2013-06-221-9/+1
* sv.c: Make sv_force_normal always croak on ro SVsFather Chrysostomos2013-06-221-2/+0
* Stop SVt_REGEXPs from being upgraded.Father Chrysostomos2013-06-221-1/+1
* UTF8fFather Chrysostomos2013-06-181-1/+9
* Mark the common case with LIKELY branch predictor hintSteffen Mueller2013-06-181-1/+1
* Don't use locale definitions unless within scopeKarl Williamson2013-06-171-5/+23
* PATCH: [perl #108378] [perl #115800]Karl Williamson2013-06-171-2/+10
* Remove magic literal constant in favor of named constantSteffen Mueller2013-06-111-1/+2
* remove -Dmad string length restrictionDavid Mitchell2013-06-091-4/+0
* Flush PL_stashcache on glob-to-glob assignmentFather Chrysostomos2013-06-081-0/+9
* add 1 to SvGROW under COW (and fix svleak.t)David Mitchell2013-06-081-0/+12
* [perl #117941] reset crashes when current stash is freedFather Chrysostomos2013-06-081-1/+1
* Stop using PL_sortstashFather Chrysostomos2013-06-081-1/+0
* eliminate PL_regdummyDavid Mitchell2013-06-021-1/+0
* eliminate PL_reg_stateDavid Mitchell2013-06-021-14/+0
* make PL_reg_curpm globalDavid Mitchell2013-06-021-4/+1
* eliminate PL_reg_poscache, PL_reg_poscache_sizeDavid Mitchell2013-06-021-4/+0
* add regmatch_eval_state structDavid Mitchell2013-06-021-12/+0
* eliminate PL_bostrDavid Mitchell2013-06-021-2/+0
* eliminiate PL_regeolDavid Mitchell2013-06-021-2/+0
* Cache HvFILL() for larger hashes, and update on insertion/deletion.Nicholas Clark2013-05-291-0/+1
* Remove core references to SVt_BINDKarl Williamson2013-05-181-5/+5
* Remove the non-inline function S_croak_memory_wrap from inline.h.Andy Dougherty2013-03-281-2/+2
* Revert "Restore errno after VMS hack in S_sv_gets_read_record."Craig A. Berry2013-03-241-3/+0
* Restore errno after VMS hack in S_sv_gets_read_record.Craig A. Berry2013-03-221-0/+3
* (UN)LIKELY branch prediction hints in a few strategic placesSteffen Mueller2013-03-061-4/+4
* Prepare PL_sv_objcount removalSteffen Mueller2013-03-061-10/+0
* Set PL_stderrgv to NULL if it is freed.Nicholas Clark2013-03-061-0/+2
* Remove dead code in Perl_sv_cmp_flagsSteffen Mueller2013-01-311-3/+0
* include SvREADONLY() in SvIMMORTAL() testDavid Mitchell2013-01-121-4/+4
* regex: Add pseudo-Posix class: 'cased'Karl Williamson2012-12-311-1/+0
* handy.h: Add full complement of isIDCONT() macrosKarl Williamson2012-12-231-0/+1
* Use an array for some inversion listsKarl Williamson2012-12-221-7/+1
* Use an array for some inversion listsKarl Williamson2012-12-221-29/+1
* Use array for some inversion listsKarl Williamson2012-12-221-8/+3
* intrpvar.h: Place some swash pointers in an arrayKarl Williamson2012-12-221-9/+3
* Better POD for newSVrvDaniel Dragan2012-12-201-4/+4
* test the resetting of refcnt for immortalsDavid Mitchell2012-12-181-6/+6
* regexec.c: More efficient Korean \X processingKarl Williamson2012-12-161-1/+0
* Zap PL_glob_indexFather Chrysostomos2012-12-091-1/+0
* Convert some SvREFCNT_dec's to SvREFCNT_dec_NN's for efficiencySteffen Mueller2012-12-091-18/+18
* Add functions for getting ctype ALNUMCKarl Williamson2012-12-091-0/+1
* Only handle PL_rs differently on VMS for record-oriented files.Craig A. Berry2012-12-091-10/+19
* no need to FIXME, it behaves like read() which is the intentTony Cook2012-12-091-4/+5
* fix another boundary case and hopefully improve performanceTony Cook2012-12-091-4/+17
* fix a fencepost error I found trying to fall asleepTony Cook2012-12-091-2/+3