1
I Use This!
Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Jan 31, 2025 — Jan 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix bounds checking. Fixes CID 1152178, 1152179. More... about 12 years ago
add support for multilib More... about 12 years ago
Fix leak. Thanks to Ralf Junker. More... about 12 years ago
Remove client allocation function. More... about 12 years ago
Don't use the nonportable alloca() during tests. More... almost 13 years ago
update component version for release More... almost 13 years ago
add a .gitattributes so .gitignore is not exported More... almost 13 years ago
Fix input insertion. The gap in teh input was being created at the wrong insertion point! More... over 13 years ago
add simple insert test when an a is found in teh input stream More... over 13 years ago
Update to new NSBUILD infrastructure More... over 13 years ago
Remove unused origlen so tests run More... over 13 years ago
Basic gitignore More... over 13 years ago
Remove dead allocation which also isn't even usefully documenting More... almost 14 years ago
Fix iconv disablement documentation
John-Mark Bell
as John Mark Bell
More... about 14 years ago
Bump version number
John-Mark Bell
as John Mark Bell
More... over 14 years ago
Actually handle byte order marks in streams marked as utf16 or utf32
John-Mark Bell
as John Mark Bell
More... over 14 years ago
Require iconv by default, as this is the most useful configuration
John-Mark Bell
as John Mark Bell
More... almost 15 years ago
Bump version number
John-Mark Bell
as John Mark Bell
More... almost 15 years ago
Given that some iconv() implementations define the input buffer pointer to be a pointer to a pointer to const data, and some don't, hack around the issue by casting to void *
John-Mark Bell
as John Mark Bell
More... almost 15 years ago
Internalise the internal symbol names. More... about 15 years ago
Fix profile and coverage targets
John-Mark Bell
as John Mark Bell
More... about 15 years ago
Remove spurious assignment
John-Mark Bell
as John Mark Bell
More... about 15 years ago
C89 More... about 15 years ago
Remove Aliases file. More... about 15 years ago
Remove Aliases file from test harnesses
John-Mark Bell
as John Mark Bell
More... about 15 years ago
Sync Aliases file with hubbub
John-Mark Bell
as John Mark Bell
More... about 15 years ago
Make sure we elide trailing non-characters when matching aliases More... about 15 years ago
Remove init/final code and turn aliases into static data structure. r=vince More... about 15 years ago
Sprinkle some C++ scoping around
John-Mark Bell
as John Mark Bell
More... over 15 years ago
Fix bug where any encoding specified when creating an input stream would be replaced by UTF-8 if there was no charset detection callback provided, too. Tidy up the logic in this area, and add more commentary so it's clear.
John-Mark Bell
as John Mark Bell
More... over 15 years ago