summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
* PERL_MAGIC_uvar_elem should be 'u' in dump.cVincent Pit2008-02-131-1/+1
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-1/+71
* Eliminate the OP_SETSTATE, which had been disabled by change 4309.Nicholas Clark2008-01-261-2/+0
* Change 33069 missed updating dump.c to dump PVIOs correctly.Nicholas Clark2008-01-261-1/+1
* Fix a bug in mad - regexps can be 8 bit, not just ASCII or UTF-8.Nicholas Clark2008-01-061-3/+2
* Fix compilation issues and warnings with exotic configuration.Marcus Holland-Moritz2008-01-061-1/+1
* Don't allocate the NV slot for SVt_REGEXP.Nicholas Clark2008-01-051-2/+2
* Replace all reads of RXf_UTF8 with RX_UTF8().Nicholas Clark2008-01-051-1/+1
* BER is all very well, but it turns out that it's better to store theNicholas Clark2008-01-051-1/+4
* Re-implement the SvOOK() hack to store the offset as a BER encodedNicholas Clark2008-01-041-4/+10
* Fixes to get MAD working after change 32804, and some newSVpvn_utf8()sNicholas Clark2008-01-031-10/+8
* Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs,Nicholas Clark2008-01-021-1/+3
* Wrap all deferences of struct regexp* in macros RX_*() [and forNicholas Clark2008-01-021-9/+9
* Wrap wrapped and wraplen from struct regexp in macros RW_WRAPPED() andNicholas Clark2007-12-291-1/+2
* Wrap all accesses to the members precomp and prelen of struct regexp inNicholas Clark2007-12-281-2/+2
* Dump the REGEXP member of SVt_REGEXP.Nicholas Clark2007-12-281-0/+4
* First class regexps.Nicholas Clark2007-12-281-2/+2
* Eliminate SVt_RV, and use SVt_IV to store plain references.Nicholas Clark2007-12-261-6/+6
* Swap SVt_RV and SVt_NV in the SV ordering.Nicholas Clark2007-12-261-2/+2
* Remove some strlen()s and replace one strlcpy() with memcpy() becauseNicholas Clark2007-10-121-3/+2
* Remove remaining C<Nullch>s and C<Nullsv>sNicholas Clark2007-10-061-3/+3
* Fix precedence bug in the logic for PERL_PV_ESCAPE_NOCLEAR inNicholas Clark2007-10-061-1/+1
* Add a new flag PERL_PV_PRETTY_NOCLEAR (actually justNicholas Clark2007-10-061-4/+7
* Fix typo in change 32043 - s/sv_catpvf/sv_catpvs/Nicholas Clark2007-10-061-1/+1
* Avoid using *pvf functions when the format string is a fixed string.Nicholas Clark2007-10-061-4/+4
* Revert one hunk of change 32034 that had the possibility of being buggyNicholas Clark2007-10-061-3/+10
* Eliminate most *printf-like calls that use a simple "%c" format,Nicholas Clark2007-10-051-2/+4
* was Re: Freeze ?John Peacock2007-10-021-1/+4
* Nothing is using IoSUBPROCESS() so eliminate xio_subprocess.Nicholas Clark2007-10-011-1/+0
* API spelling patch, by Jerry D. HeddenRafael Garcia-Suarez2007-09-261-6/+6
* Silence a load of "value computed is not used" warningsRafael Garcia-Suarez2007-09-211-6/+6
* dump.c: do not use sv_len_utf8 because it modified the scalarGerard Goossen2007-07-111-4/+4
* s/\bunicode\b/Unicode/; # For everything not dual lifeNicholas Clark2007-06-241-3/+3
* Remove PERL_MAGIC_mutexRafael Garcia-Suarez2007-06-181-1/+0
* mad-const patchJim Cromie2007-06-121-3/+3
* Remove support for assertions and -ARafael Garcia-Suarez2007-06-051-1/+0
* Consting dump.cAndy Lester2007-05-251-45/+41
* move the logic of combining '_' and '#' with the previous logicGerard Goossen2007-05-121-0/+5
* Re: [PATCH] extflags/pmflags Change 30841, in dump.c:pm_description regex doe...Ævar Arnfjörð Bjarmason2007-04-121-10/+12
* Turn op_pmreplroot in struct pmop into a real union.Nicholas Clark2007-04-071-4/+4
* Merge op_pmreplstart and op_pmstash/op_pmstashpv into a union inNicholas Clark2007-04-061-3/+3
* S_op_destroy() was not static. Also tidy all other STATIC/staticNicholas Clark2007-04-051-2/+1
* Re: pmdynflags and thread safetyYves Orton2007-04-041-6/+12
* regexp refcount is an integer, not a pointerRafael Garcia-Suarez2007-03-221-2/+3
* Resolve PL_curpm issues with (??{}) and fix corruption of match results when ...Yves Orton2007-03-221-2/+14
* Fix a couple of minor typos in commentsRafael Garcia-Suarez2007-03-121-2/+2
* dump.c: format fixesJarkko Hietaniemi2007-02-201-2/+2
* Better dump reporting of "PVBM"s.Nicholas Clark2007-02-021-1/+8
* make Dump display the SVf_BREAK flagDave Mitchell2007-01-151-0/+1
* Eliminate pp_threadsv, as it was only ever used by 5005 threads.Nicholas Clark2007-01-081-8/+0