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: Typo in comment; white space
2012-12-09
Karl Williamson
regcomp.c: Typo in comment; white space
commit
|
commitdiff
|
tree
2012-12-09
Karl Williamson
pp.c pp_pack.c: Use macro instead of function
commit
|
commitdiff
|
tree
2012-12-09
Karl Williamson
regcomp.c:regprop: [bracketize] \w..., add \v
commit
|
commitdiff
|
tree
2012-12-09
Karl Williamson
regexec.c: Nits coding standards-type changing
commit
|
commitdiff
|
tree
2012-12-09
Karl Williamson
perl.h: Add comments
commit
|
commitdiff
|
tree
2012-12-09
Karl Williamson
perlrecharclass: Fix defn of [:word:]
commit
|
commitdiff
|
tree
2012-12-09
Karl Williamson
intrpvar.h: Add comment
commit
|
commitdiff
|
tree
2012-12-09
Karl Williamson
Add Todo test for Perl #114272
commit
|
commitdiff
|
tree
2012-12-09
Karl Williamson
utf8.c: Combine 2 function calls into one
commit
|
commitdiff
|
tree
2012-12-09
Karl Williamson
utf8.c: Move ARGS_ASSERT to earlier in function
commit
|
commitdiff
|
tree
2012-12-09
Karl Williamson
embed.fnc: Add missing entry
commit
|
commitdiff
|
tree
2012-12-09
Karl Williamson
Silence some g++ compiler warnings
commit
|
commitdiff
|
tree
2012-12-09
Karl Williamson
intrpvar.h: Use #define instead of hard-coded number
commit
|
commitdiff
|
tree
2012-12-06
Karl Williamson
AUTHORS: Change email for Sébastien Aperghis-Tramoni
commit
|
commitdiff
|
tree
2012-11-29
Karl Williamson
Make isIDFIRST_uni() return identically as isIDFIRST_utf8()
commit
|
commitdiff
|
tree
2012-11-29
Karl Williamson
Remove double underscore in internal function name
commit
|
commitdiff
|
tree
2012-11-29
Karl Williamson
XS-APItest/t/handy.t: Turn off non_unicode warnings
commit
|
commitdiff
|
tree
2012-11-29
Karl Williamson
charnames: Check for enabled warnings before warning
commit
|
commitdiff
|
tree
2012-11-28
Karl Williamson
mktables: Sort some outputs for repeatability
commit
|
commitdiff
|
tree
2012-11-28
Karl Williamson
embed.fnc, mathoms.c: Add comments
commit
|
commitdiff
|
tree
2012-11-27
Karl Williamson
perlapi: Don't mention internal function
commit
|
commitdiff
|
tree
2012-11-26
Karl Williamson
regexec.c: White space only; no code changes
commit
|
commitdiff
|
tree
2012-11-26
Karl Williamson
Remove 3 unused interpreter variables
commit
|
commitdiff
|
tree
2012-11-25
Karl Williamson
pp_hot.c: Comment typo, white-space only
commit
|
commitdiff
|
tree
2012-11-25
Karl Williamson
Remove "register" declarations
commit
|
commitdiff
|
tree
2012-11-25
Karl Williamson
perlhack: Add note to not use "register" declarations
commit
|
commitdiff
|
tree
2012-11-24
Karl Williamson
Request is_utf8_char_slow() be inlined
commit
|
commitdiff
|
tree
2012-11-24
Karl Williamson
regen/embed.pl: flag 'i' didn't work with 'n'
commit
|
commitdiff
|
tree
2012-11-22
Karl Williamson
podcheck.t: Was always giving failure under -regen
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
perldelta.pod: Nits
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
embed.fnc: Fix flags problem for regposixcc
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
regen/embed.pl: Fix uninit variable warning.
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
Merge topic branch into blead
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
Refactor is(SPACE|PSXSP)_(uni|utf8) macros and utf8.c
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
regexec.c: Use SPACE macros instead of swash
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
Refactor is_XDIGIT_uni(), is_XDIGIT_utf8() and macros
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
Refactor is_BLANK_uni() and is_BLANK_utf8() macros
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
handy.h: Add isVERTWS_uni(), isVERTWS_utf8()
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
Refactor is_CNTRL_utf8(), is_utf8_cntrl()
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
handy.h: Refactor macros to avoid aTHX_ problems
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
embed.fnc: Make a function global
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
regexec.c: Add PERL_UNIUSED_VAR()
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
XS-APItest/t/handy.t: Refactor
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
Unicode::UCD.pm: Fix bugs in undocumented binary search...
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
regen/regcharclass.pl: Add 'cp_high' macro type
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
regcomp.c: Revise comment
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
regexes: Add \v to table of latin1 char classes
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
regcomp.h: Make some #defines sequential
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
regcomp.sym: Change regkind for NPOSIX regnodes
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
regcomp: Change name of #define to better reflect its...
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
regcomp.c: Revise debugging function
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
handy.h: white-space, comments only
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
handy.h: Mark more clearly things for internal-only use
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
handy.h: Use class numbers instead of macros in macro...
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
handy.h: Convert 3 macros to standard form
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
handy.h: Define some macros for consistency
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
utf8.c: Request function to be inline
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
utf8.c: White-space, comments only
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
utf8.c: Fix potential bug
commit
|
commitdiff
|
tree
2012-11-20
Karl Williamson
embed.fnc: Restrict access to non-public functions
commit
|
commitdiff
|
tree
2012-11-14
Karl Williamson
utf8.c: Don't copy a buffer to itself
commit
|
commitdiff
|
tree
2012-11-11
Karl Williamson
toke.c: White-space only; no code changes
commit
|
commitdiff
|
tree
2012-11-11
Karl Williamson
toke.c: Don't force \N{} into utf8 unnecessarily
commit
|
commitdiff
|
tree
2012-11-11
Karl Williamson
toke.c: Remove redundant checks
commit
|
commitdiff
|
tree
2012-11-11
Karl Williamson
toke.c: Reorder declaration
commit
|
commitdiff
|
tree
2012-11-11
Karl Williamson
toke.c: Use UTF-8 macros for portability
commit
|
commitdiff
|
tree
2012-11-11
Karl Williamson
utf8.h: Add macro that handled malformed 2-byte UTF-8
commit
|
commitdiff
|
tree
2012-11-11
Karl Williamson
util.c: Add some asserts()
commit
|
commitdiff
|
tree
2012-11-11
Karl Williamson
utf8.c: Remove redundant unlikely branches
commit
|
commitdiff
|
tree
2012-11-11
Karl Williamson
Validate above-Latin1 characters in \N{} aliases
commit
|
commitdiff
|
tree
2012-11-11
Karl Williamson
embed.fnc: Allow toke.c to call core_swash_init()
commit
|
commitdiff
|
tree
2012-11-11
Karl Williamson
toke.c: Fail on malformed UTF-8 in \N{} input
commit
|
commitdiff
|
tree
2012-11-11
Karl Williamson
toke.c: Remove no-longer needed {...} and outdent correspond...
commit
|
commitdiff
|
tree
2012-11-11
Karl Williamson
toke.c Refactor S_get_and_check_backslash_N_name()
commit
|
commitdiff
|
tree
2012-11-11
Karl Williamson
perldiag: Add entry for unknown charname
commit
|
commitdiff
|
tree
2012-11-11
Karl Williamson
toke.c: Don't validate core charnames output
commit
|
commitdiff
|
tree
2012-11-11
Karl Williamson
charnames: Don't accept illegal :aliases
commit
|
commitdiff
|
tree
2012-11-11
Karl Williamson
regen/mk_PL_charclass.pl: Use mktables table for charname
commit
|
commitdiff
|
tree
2012-11-11
Karl Williamson
mktables: Create tables for charname beginning and...
commit
|
commitdiff
|
tree
2012-11-11
Karl Williamson
Make \N{alias} deprecations fatal.
commit
|
commitdiff
|
tree
2012-11-11
Karl Williamson
charnames: Correct pod misstatement
commit
|
commitdiff
|
tree
2012-11-11
Karl Williamson
toke.c: Extract part of \N{} processing to new function
commit
|
commitdiff
|
tree
2012-11-11
Karl Williamson
utf8n_to_uvuni() pod: Add clarifications
commit
|
commitdiff
|
tree
2012-11-11
Karl Williamson
charnames pod: Nits
commit
|
commitdiff
|
tree
2012-11-11
Karl Williamson
charnames.t: Make EXPECTs more robust
commit
|
commitdiff
|
tree
2012-10-25
Karl Williamson
toke.c: Avoid unnecessary uninitialized value msgs
commit
|
commitdiff
|
tree
2012-10-25
Karl Williamson
charnames pod: Note that \N{} doesn't accept interpolated...
commit
|
commitdiff
|
tree
2012-10-24
Karl Williamson
test.pl: Fix description of how PREFIX works
commit
|
commitdiff
|
tree
2012-10-24
Karl Williamson
charnames.t: Add names for some tests
commit
|
commitdiff
|
tree
2012-10-24
Karl Williamson
test.pl: Allow NAME to be used with --FILE--
commit
|
commitdiff
|
tree
2012-10-24
Karl Williamson
Make \N{unknown char} a syntax error
commit
|
commitdiff
|
tree
2012-10-24
Karl Williamson
charnames.t: Fix erroneous interpolation of \N{}
commit
|
commitdiff
|
tree
2012-10-24
Karl Williamson
toke.c: Indent properly
commit
|
commitdiff
|
tree
2012-10-24
Karl Williamson
regcomp.c: White-space only; no code changes
commit
|
commitdiff
|
tree
2012-10-24
Karl Williamson
regcomp.c: Remove dead code
commit
|
commitdiff
|
tree
2012-10-24
Karl Williamson
regexec.c: Nano optimization: reverse 'if' order
commit
|
commitdiff
|
tree
2012-10-24
Karl Williamson
regexec.c: Remove dead code
commit
|
commitdiff
|
tree
2012-10-24
Karl Williamson
regexec.c: Add/modify NOTREACHED asserts.
commit
|
commitdiff
|
tree
2012-10-24
Karl Williamson
regexec.c: Silence compiler warning
commit
|
commitdiff
|
tree
2012-10-21
Karl Williamson
PATCH: [perl #115242]: /m and regex optimizer bug.
commit
|
commitdiff
|
tree
next