Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bstrlib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
libraries
bstrlib
Commits
69296f7d0227
Commit
69296f7d0227
authored
9 years ago
by
websnarf
Browse files
Options
Downloads
Plain Diff
Merge pull request #4 from Lucretiel/patch-1
Update README.md
parents
cb6655bb2d21
2c01c83a9f08
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-5
5 additions, 5 deletions
README.md
with
5 additions
and
5 deletions
README.md
+
5
−
5
View file @
69296f7d
...
...
@@ -4,7 +4,7 @@
superior to the C library char buffer string type, or C++'s std::string.
Among the features achieved are:
Substantial mitigation of buffer overflow/overrun problems and other
-
Substantial mitigation of buffer overflow/overrun problems and other
failures that result from erroneous usage of the common C string
library functions
...
...
@@ -8,5 +8,5 @@
failures that result from erroneous usage of the common C string
library functions
Significantly simplified string manipulation
-
Significantly simplified string manipulation
...
...
@@ -12,4 +12,4 @@
High performance interoperability with other source/libraries which
-
High performance interoperability with other source/libraries which
expect '
\0
' terminated char buffers
...
...
@@ -14,4 +14,4 @@
expect '
\0
' terminated char buffers
Improved overall performance of common string operations
-
Improved overall performance of common string operations
...
...
@@ -17,5 +17,5 @@
Functional equivalency with other more modern languages
-
Functional equivalency with other more modern languages
The library is totally stand alone, portable (known to work with gcc/g++,
MSVC++, Intel C++, WATCOM C/C++, Turbo C, Borland C++, IBM's native CC
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment