summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Reorder the *more* arena allocation functions into a blockNicholas Clark2005-05-131-309/+311
* Allocate GV bodies from arenasNicholas Clark2005-05-131-3/+59
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-1/+1
* attributes-two.patch, the next batchAndy Lester2005-05-091-16/+15
* Update the comment describing arenas.Nicholas Clark2005-05-091-8/+8
* There's no need to set a reference count for the new SV heads, as it'sNicholas Clark2005-05-081-0/+7
* The idea is that when you find something, you stop looking.Nicholas Clark2005-05-081-1/+3
* GCC attributes!Andy Lester2005-05-071-5/+4
* The ptr_table arena variables and code is only needed for ithreads.Nicholas Clark2005-05-071-0/+4
* Ooops. Wise man tests with ithreads before commiting. D'oh!Nicholas Clark2005-05-061-3/+3
* Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting.Nicholas Clark2005-05-061-10/+16
* Make the arena size changeable at compile time, and up the default byNicholas Clark2005-05-061-29/+29
* Allocate pointer table entries (for ithread cloning) from an arenaNicholas Clark2005-05-061-2/+51
* Explode if anyone attempts to sv_upgrade PL_mess_sv.Nicholas Clark2005-05-011-0/+4
* Refactor Perl_sv_utf8_upgrade_flags to use SvPV_freeNicholas Clark2005-04-281-28/+26
* Add a new macro SvPV_free() which undoes OOK and free()s the PVX(),Nicholas Clark2005-04-281-21/+11
* Calling sv_backoff() on something that's about to be free()d willNicholas Clark2005-04-281-4/+15
* The if() clause is the wrong way round, so OOK can never be true inNicholas Clark2005-04-281-3/+5
* Symbian port of PerlJarkko Hietaniemi2005-04-211-20/+20
* [perl #34976] substr uses utf8 length cache incorrectlyDave Mitchell2005-04-211-1/+1
* Refactoring to Sv*_set() macros - patch #6Steve Peters2005-04-201-6/+6
* Merge common code. Reduces object size by 1K on x86, 6K on PPCNicholas Clark2005-04-201-122/+77
* Don't set things to zero twice. Once is enough. (see also change 15255)Nicholas Clark2005-04-191-42/+15
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-113/+114
* Add CLONE_SKIP() class method to allow individual classes to skipDave Mitchell2005-04-191-3/+46
* Refactoring to Sv*_set() macros - patch #4Steve Peters2005-04-181-30/+34
* Refactoring to Sv*_set() macros - patch #3Steve Peters2005-04-121-19/+19
* Removing Y2K warningsAndy Lester2005-04-081-13/+0
* Refactoring to Sv*_set() macros - patch #2Steve Peters2005-04-081-51/+51
* Add a macro PERL_DEBUG_COW, for aggressive compile time tests ofNicholas Clark2005-04-081-1/+1
* Refactoring to Sv*_set() macros - patch #1Steve Peters2005-04-081-40/+40
* Casting to/from (void *) sufficient to make a C++ compiler happy.Nicholas Clark2005-04-061-1/+1
* Add casting to allow g++ (3.3.5) to compile the core code.Nicholas Clark2005-04-051-3/+5
* const-eight.diffAndy Lester2005-04-041-1/+1
* One more Win32 compilation clean-up (for when using -DDEBUGGING)Steve Hay2005-03-311-2/+2
* Downconst external APIsRafael Garcia-Suarez2005-03-291-4/+4
* expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SVDave Mitchell2005-03-281-0/+46
* Remove an XXX note from the public doc.Rafael Garcia-Suarez2005-03-261-2/+2
* Consting part 4Andy Lester2005-03-251-7/+11
* Third consting batchAndy Lester2005-03-241-42/+41
* More consting goodnessAndy Lester2005-03-211-10/+8
* Re: Reworked Trie PatchYves Orton2005-03-181-0/+10
* More const parmsAndy Lester2005-03-181-2/+2
* Re: uc($long_utf8_string) exhausts memoryJarkko Hietaniemi2005-01-221-1/+1
* Further follow-up to 23767Robin Barker2005-01-191-12/+0
* Correct the editor block to match the perl 5 policy on tabsNicholas Clark2005-01-141-1/+1
* Improve documentation for sv_catpvf, to note that pattern's UTF-8nessNicholas Clark2005-01-141-1/+2
* Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsvNicholas Clark2005-01-131-7/+4
* Update copyright years. Add an editor block while passing by.Nicholas Clark2005-01-131-1/+10