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 |
2011-12-30 |
Karl Williamson | mktables: Make protected method available
|
commit | commitdiff | tree |
2011-12-30 |
Karl Williamson | mktables: Add capability to add dup FIFO
|
commit | commitdiff | tree |
2011-12-30 |
Karl Williamson | mktables: Rename variable
|
commit | commitdiff | tree |
2011-12-30 |
Karl Williamson | charnames.t: Skip null name test
|
commit | commitdiff | tree |
2011-12-30 |
Karl Williamson | charnames.t: Add test names
|
commit | commitdiff | tree |
2011-12-30 |
Karl Williamson | charnames.t: Fix test that passed whether or not it...
|
commit | commitdiff | tree |
2011-12-30 |
Karl Williamson | mktables: Comments only
|
commit | commitdiff | tree |
2011-12-30 |
Karl Williamson | Unicode/UCD.t: Avoid early prototype messages
|
commit | commitdiff | tree |
2011-12-30 |
Karl Williamson | mktables: Ignore @missing lines in certain source files
|
commit | commitdiff | tree |
2011-12-30 |
Karl Williamson | perlunicode: nit
|
commit | commitdiff | tree |
2011-12-30 |
Karl Williamson | mktables: Account for 2 provisional files
|
commit | commitdiff | tree |
2011-12-30 |
Karl Williamson | mktables: Need to have two classes of unused files
|
commit | commitdiff | tree |
2011-12-30 |
Karl Williamson | mktables: Consistently store lc of key in hash
|
commit | commitdiff | tree |
2011-12-30 |
Karl Williamson | mktables: Can skip processing suppressed properties
|
commit | commitdiff | tree |
2011-12-30 |
Karl Williamson | mktables: White-space only
|
commit | commitdiff | tree |
2011-12-30 |
Karl Williamson | mktables: Don't test suppressed table validity
|
commit | commitdiff | tree |
2011-12-30 |
Karl Williamson | mktables: reorder two tests
|
commit | commitdiff | tree |
2011-12-21 |
Karl Williamson | charnames tests: Add names to some more tests
|
commit | commitdiff | tree |
2011-12-21 |
Karl Williamson | test.pl: Add comment
|
commit | commitdiff | tree |
2011-12-21 |
Karl Williamson | Autoload charnames for \N{name}
|
commit | commitdiff | tree |
2011-12-21 |
Karl Williamson | toke.c: Reorder a test
|
commit | commitdiff | tree |
2011-12-21 |
Karl Williamson | charnames.t: Rmv extra blank in comment
|
commit | commitdiff | tree |
2011-12-21 |
Karl Williamson | charnames: Split into two modules
|
commit | commitdiff | tree |
2011-12-21 |
Karl Williamson | pod nits
|
commit | commitdiff | tree |
2011-12-19 |
Karl Williamson | toke.c, util.c: setlocale returns new locale, not old
|
commit | commitdiff | tree |
2011-12-18 |
Karl Williamson | utf8.c: white-space, comment clarification only
|
commit | commitdiff | tree |
next |