Commit Graph

36 Commits

Author SHA1 Message Date
websnarf f0ff1e8081 Update comparison with SDS according to feedback from the author. 2016-11-02 01:44:40 -07:00
websnarf a98fc974e8 Merge branch 'Jamesits-patch-1' 2016-11-02 01:25:43 -07:00
websnarf 620bd20235 Merge branch 'patch-1' of https://github.com/Jamesits/bstrlib into Jamesits-patch-1 2016-11-02 01:24:48 -07:00
websnarf b471da5509 - Insert "Current release: " before version number. 2016-11-02 01:12:08 -07:00
James Swineson b8bec04a69 fix typo 2016-10-14 23:42:07 +08:00
websnarf 2529065f2e Add a version number system for Bstrlib. 2016-09-12 11:16:26 -07:00
websnarf 9a86b71188 Assessment of SDS. 2016-04-20 16:40:42 -07:00
websnarf e57bee1a2f Merge pull request #10 from nathankidd/doc-typo
Fix minor typo in documentation
2016-04-20 16:37:38 -07:00
websnarf 5440836184 Implement biseqcaseless on top of biseqcaselessblk.
Add missing documentation credit.
2016-04-20 16:33:07 -07:00
Nathan Kidd 2fa03c817f Fix minor typo in documentation 2016-03-23 22:10:43 -04:00
Sean Charles 208b1f2a4d Removed compiler warnings [-Wself-assign] for a cleaner build output for *real* problems 2016-01-25 09:12:51 -08:00
websnarf 474572948a Remove disclaimer about 2s complement. Update other language. 2016-01-11 04:33:16 -08:00
websnarf 026304ac09 Change overflow detection from wrap detection to anticipitation. 2016-01-10 20:30:59 -08:00
websnarf 7b0d46cab0 Fix from mike.steinert@gmail.com for uuDecode leak. Add bSGMLEncode(). 2016-01-06 05:49:42 -08:00
websnarf 7161209108 Fix copyrights and remove extraneous tail spaces. 2015-11-03 17:23:09 -08:00
websnarf 0198c93af9 Merge branch 'master' of https://github.com/websnarf/bstrlib 2015-11-03 17:19:54 -08:00
websnarf 5f7bb2d009 Add the experimental macro: bDeclTbstr 2015-11-03 17:17:22 -08:00
websnarf b91ced9f70 Add the experimental macro: bDeclTbstr 2015-11-03 16:51:26 -08:00
websnarf 48f2b2a061 Document how to compile the library. 2015-11-03 12:02:41 -08:00
websnarf a5aaeca80a Restrict to 80 columns. Add biseqcaselessblk biseqblk binsertblk bjoinblk
Add corresponding Static functions.
2015-11-03 11:20:14 -08:00
websnarf 6e547be489 - Take care of case of a join on a bstrList with a length of 0. 2015-10-21 22:04:04 -07:00
websnarf 8fd5c050bc + bfromcstrrangealloc, bcatStatic, bfromStatic, bassignStatic, bisstemeqcaselessStatic
+ Improve bSecureInput in extreme memory situations.
+ Improve tests, backward compatibility with the old WATCOM C++ compiler.
2015-10-17 18:20:38 -07:00
websnarf 9d20cae7b6 - Test bvcformata more thoroughly. 2015-08-28 20:50:33 -07:00
websnarf 9d88c7d92b - Fix bvcformata snprintf unterminated string output. 2015-08-27 22:04:29 -07:00
websnarf 87fa19229c Merge branch 'master' of https://github.com/websnarf/bstrlib 2015-08-24 23:32:48 -07:00
websnarf a109d21440 - Remove redundant checks for b->mlen < 0. 2015-08-24 23:26:22 -07:00
websnarf 91d5ea2c9e Merge pull request #4 from Lucretiel/patch-1
Update README.md
2015-08-24 23:19:27 -07:00
Lucretiel ac9cecfbb5 Update README.md
Updated the readme feature list to use a markdown bullet list instead of a source block.
2015-08-21 15:35:10 -04:00
websnarf c5ad1a7915 Add utf8util module. Other minor updates. 2015-07-27 22:16:18 -07:00
websnarf ac490ae623 Add basic UTF8 support. Fix warnings. Update copyrights. 2015-07-27 01:59:50 -07:00
websnarf 2a17f97443 - Remove extraneous / in comment.
- Clarify documentation of overflow detection.
- Remove extraneous spaces at the end of lines.
2015-04-24 09:22:53 -07:00
Ryan Dwyer 981cb838f4 Modified __GNUC__ vsnprintf prototype declaration to exclude OSX 2015-04-24 02:27:30 -07:00
Paul Hsieh ee21a6e839 Fix documentation bugs. Use (void) var in bsafe.c for unused variables. 2015-04-16 00:04:38 -07:00
unknown 0013d10cbd - Initial checkin of bstrlib from where it left off on sourceforge. 2014-12-08 05:29:01 -08:00
websnarf ed9a61bcd9 Create README.md
Just a copy of the old home page.
2014-12-08 04:43:43 -08:00
websnarf f844f3cce7 Initial commit 2014-12-08 04:35:09 -08:00