index
:
delta/perl.git
abigail/for-5.17
ams/no-more-study
avar/remove-get-uid-caching
avar/remove-linuxthreads-pid-caching
baserock/morph
baserock/richardipsum/fix-hash-util-export-bug
baserock/richardmaw/S8255/perl-no-parallel-build
bingos/release-5.15.7
blead
briandfoy/english
briandfoy/perldoc_pod2
briandfoy/perlduallife.pod
briandfoy/perlexperiment
briandfoy/perlfaq
briandfoy/perlvar
briandfoy/poddupes
briandfoy/slashN
briandfoy/takeover-podperldoc
chip/5.14.1-docs
chip/bind2
chip/magicflags1
chip/magicflags2
chip/magicflags3
chip/scalartypes
chip/view2
compile
corelist-rework
corion-5.15.8-zlib
davem/re_eval
drolsky/stub-deleted-pods
drolsky/test-perlrun
dual/Safe
greerga/cygwin_g++
khw/invlist
khw/newtricky
khw/pod-checker-final
khw/tricky
khw/trie
leonbrocard/dot
maint-1.0
maint-5.004
maint-5.005
maint-5.10
maint-5.12
maint-5.14
maint-5.16
maint-5.18
maint-5.20
maint-5.22
maint-5.24
maint-5.26
maint-5.28
maint-5.30
maint-5.32
maint-5.6
maint-5.8
mauve
merijn/useperlio
nicholas/RT37033-followup
nicholas/arenas
nicholas/feature-code-shrink
nicholas/perlfunc
nicholas/re-instate
podder
podder2
rafl/ld_export
release-5.15.8
rgs/overload
rjbs/delta
rjbs/pod-html-fix
rjbs/readline-loop
rjbs/revert-compress
rjbs/unicook
rm/noversionpath
smoke-me/Copy-overlap-wrapper-proto
smoke-me/DD-5.6-is-uncommon
smoke-me/Deparse-defeature
smoke-me/Deparse-feature-detangle
smoke-me/POSIX-sleep
smoke-me/Pod-Functions
smoke-me/Pod-HTML-t-feature2
smoke-me/RT37033
smoke-me/Shut-It!
smoke-me/Urelocatableinc
smoke-me/arenas
smoke-me/avar/useperlio
smoke-me/blead
smoke-me/byteorder1
smoke-me/cflags
smoke-me/check-authors
smoke-me/compression-modules
smoke-me/cpan
smoke-me/cpan61577
smoke-me/cz-03zlib-v1.t
smoke-me/deprecate-any-defined-array
smoke-me/destruct
smoke-me/diagnostics
smoke-me/disable_anch_mbol
smoke-me/exec-magic
smoke-me/feature-code-shrink
smoke-me/greerga/cygwin_g++
smoke-me/gsoc-pod
smoke-me/hugmeir/fc_keyword
smoke-me/inet_aton
smoke-me/installhtml
smoke-me/io-socket-ip
smoke-me/khw-5.14.3
smoke-me/khw-charnames
smoke-me/khw-fixed_record
smoke-me/khw-invlist
smoke-me/khw-locale
smoke-me/khw-mac
smoke-me/khw-mktables
smoke-me/khw-quotemeta
smoke-me/khw-regex
smoke-me/khw-revert_invert
smoke-me/khw-smoke
smoke-me/khw-strstr
smoke-me/khw-tricky
smoke-me/kick-FAKE_BIT_BUCKET
smoke-me/ld_export
smoke-me/leaked-heks-111462
smoke-me/leont/sane_eof
smoke-me/linestr_sv
smoke-me/list-util
smoke-me/locale-codes
smoke-me/magicflags1
smoke-me/maint-5.14-old
smoke-me/makedef0
smoke-me/marcg/pod-html-addcache
smoke-me/modcorelist-pod
smoke-me/module-build
smoke-me/nan_inf_str
smoke-me/no-feature
smoke-me/no-more-study
smoke-me/paul-evans/POSIX-strptime
smoke-me/perlfunc
smoke-me/pod-html
smoke-me/podcheck-_pm.PL
smoke-me/portabilify-podhtml
smoke-me/rafl/assert-bincompat
smoke-me/re_eval
smoke-me/remove_qw_hack
smoke-me/rjbs/readline-loop
smoke-me/rjbs/smartmatch-prec
smoke-me/rt_111842
smoke-me/runperl
smoke-me/socket
smoke-me/sys_intern
smoke-me/trie
smoke-me/trie-exactfu
smoke-me/trie2
smoke-me/trie3
smoke-me/trie_absorb
smoke-me/tweak-run-tests
smoke-me/unicode-collate
smoke-me/utf8-dg
smueller/eu_typemap
smueller/perllocal
smueller/perllocal_eucmd
smueller/sort
smueller/static_xsub
smueller/strictpxs_fixups
smueller/typemapdocs4
sprout/POPBLOCK_normal
sprout/featurebundles
sprout/overrides
sprout/tokemess
tonyc/cygnotes
tonyc/cygwin-rebase
tonyc/fix-raw-zlib
tonyc/madjson
tonyc/readline-fixed
tonyc/readline-fixed-doc
tonyc/typemapdocs
tonyc/vec64
tux/5.8-dor
vadim/cross
vincent/be_gone_hv_common_gmagical
yves/exactish_with_min_len
yves/trie_absorb
zefram/fake_first_line
zefram/gvsv_empty
zefram/pad_api
zefram/remove_qw_hack
github.com: perl/perl5.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regcomp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert all accesses of the member paren_names of struct regexp to
Nicholas Clark
2008-01-05
1
-18
/
+18
*
Abolish RXf_UTF8. Store the UTF-8-ness of the pattern with SvUTF8().
Nicholas Clark
2008-01-05
1
-4
/
+3
*
Make Perl_pregcomp() use SvUTF8() of the pattern, rather than the flag
Nicholas Clark
2008-01-05
1
-2
/
+5
*
Replace all reads of RXf_UTF8 with RX_UTF8().
Nicholas Clark
2008-01-05
1
-2
/
+2
*
Abolish wraplen from struct regexp. We're already storing it in SvCUR.
Nicholas Clark
2008-01-05
1
-3
/
+3
*
Abolish RXp_PRELEN(rx) and RXp_WRAPLEN()
Nicholas Clark
2008-01-05
1
-9
/
+9
*
Abolish wrapped in struct regexp - store the wrapped pattern pointer
Nicholas Clark
2008-01-05
1
-4
/
+9
*
Add RX_UTF8(), which is effectively SvUTF8() but for regexps.
Nicholas Clark
2008-01-05
1
-8
/
+8
*
Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set in
Nicholas Clark
2008-01-03
1
-3
/
+4
*
Possible future bugs found by the creation of newSVpvn_flags().
Nicholas Clark
2008-01-03
1
-6
/
+2
*
Add a new function newSVpvn_flags(), which takes a third parameter of
Nicholas Clark
2008-01-02
1
-12
/
+7
*
Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs,
Nicholas Clark
2008-01-02
1
-54
/
+65
*
Convert some "regexp" and "struct regexp" to REGEXP where they are
Nicholas Clark
2008-01-02
1
-5
/
+5
*
Wrap all deferences of struct regexp* in macros RX_*() [and for
Nicholas Clark
2008-01-02
1
-19
/
+19
*
The position of the modifier flag bits is actually encoded by a right
Nicholas Clark
2007-12-29
1
-1
/
+2
*
Wrap wrapped and wraplen from struct regexp in macros RW_WRAPPED() and
Nicholas Clark
2007-12-29
1
-9
/
+9
*
Eliminate prelen from struct regexp. Possibly we are hardcoding a bit
Nicholas Clark
2007-12-28
1
-1
/
+0
*
Replace 3 uses of RX_PRELEN(r) with plen, which has the same value.
Nicholas Clark
2007-12-28
1
-3
/
+3
*
Eliminate precomp from struct regexp. Store the offset of precomp from
Nicholas Clark
2007-12-28
1
-5
/
+2
*
Silly Nick. There was a bug in change 30757 whereby the precomp of a
Nicholas Clark
2007-12-28
1
-1
/
+4
*
Wrap all accesses to the members precomp and prelen of struct regexp in
Nicholas Clark
2007-12-28
1
-12
/
+12
*
First class regexps.
Nicholas Clark
2007-12-28
1
-1
/
+1
*
Fix various bugs in regex engine with mixed utf8/latin pattern and strings. R...
Yves Orton
2007-12-17
1
-4
/
+23
*
Re: RC1 build failure
Jarkko Hietaniemi
2007-11-23
1
-18
/
+29
*
Fix (or hide?) a case of memory corruption with \K in substitutions
Rafael Garcia-Suarez
2007-10-31
1
-0
/
+5
*
Fix a few segfaults and a when() bug
josh
2007-10-17
1
-2
/
+6
*
Silence compiler warnings on Win32 (VC6)
Steve Hay
2007-10-08
1
-2
/
+2
*
Re: several compilation problems on VMS in perl@32039
Craig A. Berry
2007-10-06
1
-6
/
+6
*
Use the PERL_PV_PRETTY_NOCLEAR flag to simplify the code in
Nicholas Clark
2007-10-06
1
-9
/
+7
*
Avoid using *pvf functions when the format string is a fixed string.
Nicholas Clark
2007-10-06
1
-2
/
+2
*
Revert one hunk of change 32034 that had the possibility of being buggy
Nicholas Clark
2007-10-06
1
-1
/
+11
*
Eliminate the Perl_sv_catpvf() in TRIE_STORE_REVCHAR
Nicholas Clark
2007-10-05
1
-5
/
+13
*
Eliminate most *printf-like calls that use a simple "%c" format,
Nicholas Clark
2007-10-05
1
-5
/
+9
*
API spelling patch, by Jerry D. Hedden
Rafael Garcia-Suarez
2007-09-26
1
-2
/
+2
*
Re: [perl #45605] Regexp failure with utf8-flagged string and byte-flagged pa...
Tels
2007-09-25
1
-1
/
+14
*
silence a spurious compiler warning in regcomp.c
Dave Mitchell
2007-09-24
1
-0
/
+1
*
[perl #45337] utf8 + "[a]a{2}" + /$.../ = panic: sv_len_utf8 cache
Dave Mitchell
2007-09-14
1
-1
/
+1
*
regcomp.c fix 64int warning
Reini Urban
2007-08-12
1
-1
/
+1
*
Optimize split //
Ævar Arnfjörð Bjarmason
2007-08-09
1
-1
/
+5
*
Forbid \g0. (tests coming later)
Rafael Garcia-Suarez
2007-07-03
1
-0
/
+2
*
char is not a good type to use for array indexes;
Jerry D. Hedden
2007-07-01
1
-2
/
+2
*
regclass on EBCDIC platforms
Benjamin Carter
2007-06-30
1
-2
/
+6
*
/p vs (?p)
Abigail
2007-06-30
1
-11
/
+38
*
Rename various regex defined so that they have distinct prefixes based on the...
Yves Orton
2007-06-28
1
-21
/
+21
*
Replace pattern parsing logic with optree "parsing" logic.
Yves Orton
2007-06-28
1
-0
/
+15
*
Move the RXf_WHITE logic for split " " into the regex engine
Ævar Arnfjörð Bjarmason
2007-06-28
1
-2
/
+6
*
Free memory in case of error/failure to compile.
Yves Orton
2007-06-28
1
-2
/
+3
*
s/\bunicode\b/Unicode/; # For everything not dual life
Nicholas Clark
2007-06-24
1
-4
/
+4
*
Plug a memory leak (noticed by Yves)
Rafael Garcia-Suarez
2007-06-07
1
-1
/
+3
*
Re: [PATCH] Callbacks for named captures (%+ and %-)
Ævar Arnfjörð Bjarmason
2007-06-06
1
-10
/
+168
[next]