This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
regcomp.c: Rework join_exact()
2012-01-19
Karl Williamson
regcomp.c: Rework join_exact()
commit
|
commitdiff
|
tree
2012-01-19
Karl Williamson
regex: Add new node type EXACTFU_NO_TRIE
commit
|
commitdiff
|
tree
2012-01-19
Karl Williamson
regex: Add new node type EXACTFU_SS
commit
|
commitdiff
|
tree
2012-01-19
Karl Williamson
regcomp.c: Need to account for delta sizes
commit
|
commitdiff
|
tree
2012-01-19
Karl Williamson
regcomp.c: Change param to join_exact()
commit
|
commitdiff
|
tree
2012-01-19
Karl Williamson
regcomp.c: regex start class for sharp s
commit
|
commitdiff
|
tree
2012-01-19
Karl Williamson
regcomp.c: white-space only and comments only
commit
|
commitdiff
|
tree
2012-01-19
Karl Williamson
regcomp.c: Save computed value in variable for later use
commit
|
commitdiff
|
tree
2012-01-19
Karl Williamson
regcomp.c: Make sure trie can handle node passed to it
commit
|
commitdiff
|
tree
2012-01-19
Karl Williamson
regexec.c: white space only
commit
|
commitdiff
|
tree
2012-01-19
Karl Williamson
regexec.c: EXACTF nodes can never be UTF
commit
|
commitdiff
|
tree
2012-01-19
Karl Williamson
regexp_noamp.t: Add comment
commit
|
commitdiff
|
tree
2012-01-19
Karl Williamson
t/re/re_tests: Add some tests
commit
|
commitdiff
|
tree
2012-01-19
Karl Williamson
t/re/re_tests: revise test
commit
|
commitdiff
|
tree
2012-01-19
Karl Williamson
t/re/re_tests: Update comment
commit
|
commitdiff
|
tree
2012-01-19
Karl Williamson
util.c: Add comment
commit
|
commitdiff
|
tree
2012-01-19
Karl Williamson
regcomp.c: Don't print incorrect debug info
commit
|
commitdiff
|
tree
2012-01-19
Karl Williamson
regcomp.sym: Change comments
commit
|
commitdiff
|
tree
2012-01-19
Karl Williamson
Typo in perlre
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
perldelta for Unicode property performance changes
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
util.c: Silence compiler warning
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c: Compile inverted character classes with...
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c: Prepare for allowing [^\p{...}]
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c; Use Latin1 \p{} in optimization
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c: Better optimize [classes] under /aa.
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c: Avoid unnecessary runtime fold checking
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c: Change loop variable name, associated changes
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regexec.c: Use shared swash in bracketed character...
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regexec.c: Allow for returning shared swash
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c: Clean up comment
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
perlunicode: Discourage use of is_utf8_char()
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
perlop: Typos, too long lines, corrections
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
intrpvar.h: clarification in comment
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
utf8.c: fix typo in pod
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c: Avoid leaking a scalar
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c: truncate long debug dump output
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c: in debug output, don't duplicate code points
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c: Change debug dump of bitmap/non-bitmap
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c: Change \t to a - in debug dumping ranges
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c: White-space only
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c: put_byte wants an ord, not a utf8 char
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c: White-space only
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c: Don't read beyond input
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c: Optimize a single Unicode property in a...
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
Move Unicode property defn processing to compile time
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c: Pass inversion list directly to regexec.c
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regexec.c: Prepare for inversion lists in ANYOF nodes
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c: Add _invlist_contents() to compactly dump...
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
utf8.c: White-space only
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
utf8.c: Add ability to pass inversion list to _core_swash_init()
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
utf8.c: Add flag to swash_init() to not croak on error
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c: Use '*a == b', not 'a == &b'
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c: decrement ptr ref cnt before invalidating ptr
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c: Add some assertions
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c: Don't overallocate space for cloned SV
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c: Make sure invlist_clone length set correctly
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
utf8.c: Prevent reading before buffer start
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
Utf8.c: Generate and use inversion lists for binary...
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c: Add _invlist_populate_swatch()
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c: Add invlist_search()
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
utf8.c: Refactor code slightly in prep
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regcomp.c: Change internal #define name
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
utf8.c: New function to retrieve non-copy of swash
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
utf8_heavy.pl: Add inversion status to cache key
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
uni/cache.t: Fix to handle regex compile time Uni props
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
embed.fnc: swash_init() return value should not be...
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
utf8.c: Change name of static function
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
utf8_heavy: Allow to be called from regcomp.c
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
utf8_heavy: Add DEBUG statement
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
utf8.c: Move test out of loops
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
mktables: Add a little stress to the tests
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
utf8_heavy: Skip unnecessary operations
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
uni/class.t: Add test
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
utf8_heavy: remove unused variable
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
Comment additions, typos, white-space.
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regexec.c: Add some comments to regclass_swash()
commit
|
commitdiff
|
tree
2012-01-13
Karl Williamson
regexec.c: Remove unnecessary intermediate values
commit
|
commitdiff
|
tree
2012-01-08
Karl Williamson
need backwards-compatile to_utf8_foo()
commit
|
commitdiff
|
tree
2012-01-08
Karl Williamson
embed.fnc: Revise comment
commit
|
commitdiff
|
tree
2012-01-08
Karl Williamson
embed.fnc: add comment
commit
|
commitdiff
|
tree
2012-01-04
Karl Williamson
hv.c pod: 'Perl_sv_placeholder' should be 'PL_sv_placeholder'
commit
|
commitdiff
|
tree
2012-01-02
Karl Williamson
utf8_heavy.pl: Skip unnecessary work for official properties
commit
|
commitdiff
|
tree
2012-01-02
Karl Williamson
utf8_heavy.pl: Comment and white-space only
commit
|
commitdiff
|
tree
2011-12-30
Karl Williamson
mktables: Fix bug for early Unicode versions
commit
|
commitdiff
|
tree
2011-12-30
Karl Williamson
mktables: Change function name
commit
|
commitdiff
|
tree
2011-12-30
Karl Williamson
mktables: Unicode 6.1 table will be empty
commit
|
commitdiff
|
tree
2011-12-30
Karl Williamson
mktables: Add comment
commit
|
commitdiff
|
tree
2011-12-30
Karl Williamson
Unicode:UCD: Add comments
commit
|
commitdiff
|
tree
2011-12-30
Karl Williamson
Unicode::UCD: Extend prop_invmap() to handle multi...
commit
|
commitdiff
|
tree
2011-12-30
Karl Williamson
Unicode::UCD: white-space only
commit
|
commitdiff
|
tree
2011-12-30
Karl Williamson
Unicode::UCD: Allow prop_invlist() to work on non-compact...
commit
|
commitdiff
|
tree
2011-12-30
Karl Williamson
Unicode::UCD: Special case prop_aliases() 'indic'
commit
|
commitdiff
|
tree
2011-12-30
Karl Williamson
Unicode::UCD: Allow prop_invmap() to work on non-compact...
commit
|
commitdiff
|
tree
2011-12-30
Karl Williamson
Unicode::UCD: Correct pod
commit
|
commitdiff
|
tree
2011-12-30
Karl Williamson
perldelta for Unicode::UCD change
commit
|
commitdiff
|
tree
2011-12-30
Karl Williamson
Unicode::UCD: Use 6.1 format for Name_Alias
commit
|
commitdiff
|
tree
2011-12-30
Karl Williamson
regcomp.c: Silence valgrind warning
commit
|
commitdiff
|
tree
2011-12-30
Karl Williamson
mktables: Add comment
commit
|
commitdiff
|
tree
2011-12-30
Karl Williamson
mktables: Arrange to handle 6.1 ScriptExtensions.txt
commit
|
commitdiff
|
tree
2011-12-30
Karl Williamson
mktables: Accommodate new @missings in Unicode 6.1
commit
|
commitdiff
|
tree
next