Reports by commit
Recent reports
Perl5 CoreSmokeDB
Github
Changes
Branch:
blead
maint-5.42
maint-5.40
smoke-me/khw-panic_invlist
smoke-me/tonyc/selfloader-mixed-io-again
smoke-me/tonyc/24407-revert-selfloader
smoke-me/jkeenan/sync-with-cpan-JSON-PP-4.18-20260429
smoke-me/jkeenan/sync-with-cpan-Encode-3.24-20260429
-- I want an older branch --
Reports for branch
smoke-me/khw-panic_invlist
Show duplicate emailed reports
Filter:
?
Karl Williamson: util.c: Silence compiler warning
C
FAIL(F)
cygwin_nt-5.2-wow64 1.7.9(0.237/5/3)
AMD64
gcc 4.5.3
tony # develop-help.com
2012-01-19 06:06:00
Report
N
S
PASS
darwin 10.8.0 (Mac OS X)
Intel Core 2 Duo
cc 4.2.1 (Apple Inc. build 5646)
tony # develop-help.com
2012-01-13 08:19:00
Report
N
S
FAIL(F)
darwin 10.8.0 (Mac OS X)
Intel Core 2 Duo
g++ 4.2.1 (Apple Inc. build 5646)
tony # develop-help.com
2012-01-15 22:17:00
Report
N
S
PASS
darwin 11.2.0 (Mac OS X)
Intel Core i7
cc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
tony # develop-help.com
2012-01-13 13:47:00
Report
N
S
FAIL(F)
darwin 11.2.0 (Mac OS X)
Intel Core i7
g++ 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
tony # develop-help.com
2012-01-19 14:26:00
Report
N
S
PASS
linux 2.6.32-5-amd64 [debian]
x86_64
cc 4.4.5
tony # develop-help.com
2012-01-13 07:52:57
Report
N
S
PASS
linux 2.6.32-5-kirkwood [debian]
armv5tel
cc 4.4.5
tony # develop-help.com
2012-01-17 04:14:00
Report
N
S
PASS
linux 3.0.0-12-generic [debian]
x86_64
clang 4.2.1 Compatible Clang Compiler
perl # greerga.m-l.org
2012-01-13 02:33:00
Report
N
Log
S
PASS
linux 3.0.0-12-generic [debian]
x86_64
g++ 4.6.1
perl # greerga.m-l.org
2012-01-14 07:02:00
Report
N
Log
S
PASS
linux 3.0.0-12-generic [debian]
x86_64
g++ 4.6.1
perl # greerga.m-l.org
2012-01-13 02:27:00
Report
N
Log
S
FAIL(F)
MSWin32 Win2000 SP4
x86
cl 14.00.50727.762
perl # greerga.m-l.org
2012-01-13 06:48:00
Report
N
Log
S
FAIL(F)
netbsd 5.1
amd64
/opt/gcc-4.6.0/bin/gcc 4.6.0
tony # develop-help.com
2012-01-14 04:08:00
Report
N
S
FAIL(FM)
netbsd 5.1
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2012-01-14 21:19:00
Report
N
S
PASS
netbsd 5.1
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2012-01-13 09:17:00
Report
N
S
FAIL(F)
netbsd 5.1
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2012-01-13 04:57:00
Report
N
S
FAIL(F)
Solaris 2.11
i386
cc
tony # develop-help.com
2012-01-13 14:23:00
Report
N
S
Karl Williamson: regcomp.c: Compile inverted character classes with \p{}
C
Karl Williamson: regcomp.c: Prepare for allowing [^\p{...}]
C
Karl Williamson: regcomp.c; Use Latin1 \p{} in optimization
C
Karl Williamson: regcomp.c: Better optimize [classes] under /aa.
C
Karl Williamson: regcomp.c: Avoid unnecessary runtime fold checking
C
Karl Williamson: regcomp.c: Change loop variable name, associated changes
C
Karl Williamson: regexec.c: Use shared swash in bracketed character classes
C
Karl Williamson: regexec.c: Allow for returning shared swash
C
Karl Williamson: regcomp.c: Clean up comment
C
Karl Williamson: perlunicode: Discourage use of is_utf8_char()
C
Karl Williamson: perlop: Typos, too long lines, corrections
C
Karl Williamson: intrpvar.h: clarification in comment
C
Karl Williamson: utf8.c: fix typo in pod
C
Karl Williamson: regcomp.c: Avoid leaking a scalar
C
Karl Williamson: regcomp.c: truncate long debug dump output
C
Karl Williamson: regcomp.c: in debug output, don't duplicate code points
C
Karl Williamson: regcomp.c: Change debug dump of bitmap/non-bitmap
C
Karl Williamson: regcomp.c: Change \t to a - in debug dumping ranges
C
Karl Williamson: regcomp.c: White-space only
C
Karl Williamson: regcomp.c: put_byte wants an ord, not a utf8 char
C
Karl Williamson: regcomp.c: White-space only
C
Karl Williamson: regcomp.c: Don't read beyond input
C
Karl Williamson: regcomp.c: Optimize a single Unicode property in a [character class]
C
Karl Williamson: Move Unicode property defn processing to compile time
C
Karl Williamson: regcomp.c: Pass inversion list directly to regexec.c
C
Karl Williamson: regexec.c: Prepare for inversion lists in ANYOF nodes
C
Karl Williamson: regcomp.c: Add _invlist_contents() to compactly dump inversion list
C
Karl Williamson: utf8.c: White-space only
C
Karl Williamson: utf8.c: Add ability to pass inversion list to _core_swash_init()
C
Karl Williamson: utf8.c: Add flag to swash_init() to not croak on error
C
Karl Williamson: regcomp.c: Use '*a == b', not 'a == &b'
C
Karl Williamson: regcomp.c: decrement ptr ref cnt before invalidating ptr
C
Karl Williamson: regcomp.c: Add some assertions
C
Karl Williamson: regcomp.c: Don't overallocate space for cloned SV
C
Karl Williamson: regcomp.c: Make sure invlist_clone length set correctly
C
Karl Williamson: utf8.c: Prevent reading before buffer start
C
Karl Williamson: Utf8.c: Generate and use inversion lists for binary swashes
C
Karl Williamson: regcomp.c: Add _invlist_populate_swatch()
C
Karl Williamson: regcomp.c: Add invlist_search()
C
Karl Williamson: utf8.c: Refactor code slightly in prep
C
Karl Williamson: regcomp.c: Change internal #define name
C
Karl Williamson: utf8.c: New function to retrieve non-copy of swash
C
Karl Williamson: utf8_heavy.pl: Add inversion status to cache key
C
Karl Williamson: uni/cache.t: Fix to handle regex compile time Uni props
C
Karl Williamson: embed.fnc: swash_init() return value should not be ignored
C
Karl Williamson: utf8.c: Change name of static function
C
Karl Williamson: utf8_heavy: Allow to be called from regcomp.c
C
Karl Williamson: utf8_heavy: Add DEBUG statement
C
Karl Williamson: utf8.c: Move test out of loops
C
More...