|
|
@65b0402
|
6 months |
pabuhr |
formatting and add return values
|
|
|
@0eacfd4
|
6 months |
pabuhr |
formatting and adding alternate-named list routines
|
|
|
@9dd1dd6
|
6 months |
pabuhr |
formatting
|
|
|
@768d091
|
6 months |
pabuhr |
rename I/O function "clear" to "clearerr"
|
|
|
@5ad6f0d
|
6 months |
pabuhr |
more inlining, add strnlen and strncmp for string type
|
|
|
@30548de
|
6 months |
pabuhr |
change manipulator name quoted to quote
|
|
|
@c4f8c4bf
|
6 months |
mlbrooks |
Fix string-operator handling on +=
|
|
|
@dab6e39
|
6 months |
pabuhr |
small cleanups
|
|
|
@d03a386
|
6 months |
mlbrooks |
Give a few string operator overloads a preference boost.
Intent is to …
|
|
|
@570e7ad
|
6 months |
mlbrooks |
Make string operator-overload costs match their intuitively equivalent …
|
|
|
@3f631d6
|
6 months |
mlbrooks |
Switch string io to be generic upon iostream, rather than specific …
|
|
|
@234c432
|
6 months |
mlbrooks |
Reorder string quasi-lifecycle functions to ensure string dtor called …
|
|
|
@9018dcf
|
6 months |
pabuhr |
updates to string type
|
|
|
@ed5023d1
|
7 months |
pabuhr |
fix substring error being outside of string, simplify comparison …
|
|
|
@96a11655
|
7 months |
pabuhr |
fix bug concatenating char and string
|
|
|
@6b765d5
|
7 months |
pabuhr |
add non-backwards compatible string operations
|
|
|
@ee70ff5
|
7 months |
pabuhr |
harmonize length computations to function name "len"
|
|
|
@4223317
|
7 months |
pabuhr |
test some string operation changes
|
|
|
@8c2723f
|
7 months |
pabuhr |
change name shareEdit to share
|
|
|
@a8e2215
|
9 months |
mlbrooks |
Tidy vector-iterator POC and remedy its warnings
|
|
|
@641707d
|
9 months |
ajbeach |
More fixing of warnings. Including another error that slipped through …
|
|
|
@1f6623c
|
10 months |
mlbrooks |
Try to fix full build by removing missed x86-debug-specific workaround …
|
|
|
@a6b48f6
|
10 months |
pabuhr |
formatting, comment out unused parameter names to remove warnings
|
|
|
@5db913f
|
10 months |
mlbrooks |
Work around #269 in array bound-check printing, to avoid …
|
|
|
@8ee211d
|
10 months |
mlbrooks |
Make array and list headers free of warnings upon include and as used …
|
|
|
@1a7203d
|
12 months |
pabuhr |
change CFA runtime libraries to use C designator syntax
|
|
|
@cdf7d43
|
14 months |
mlbrooks |
Hopefully fix broken build, from multiple declarations of arrah.hfa's …
|
|
|
@1665ee5
|
14 months |
mlbrooks |
Add uArray delayed-initialization equivalent to CFA array
|
|
|
@3ac5fd8
|
14 months |
pabuhr |
first attempt changing end-of-file to an exception
|
|
|
@c4d6c90
|
15 months |
pabuhr |
formatting, documentation
|
|
|
@4dab7e8
|
15 months |
pabuhr |
formatting, add str conversion routines, add more combinations of ?+? …
|
|
|
@b8e047a
|
15 months |
pabuhr |
formatting
|
|
|
@fee4436
|
15 months |
pabuhr |
make subscript check DEBUG only, remove #include <assert.h>, which is …
|
|
|
@5ff721a
|
15 months |
pabuhr |
forgot period at end of error message.
|
|
|
@1bb0170
|
15 months |
pabuhr |
formatting, replace subscript-check asserts with error message
|
|
|
@fbe3f03
|
18 months |
pabuhr |
formatting
|
|
|
@714e206
|
21 months |
pabuhr |
more cleanup, changes related to detection of missing values during input
|
|
|
@211def2
|
21 months |
pabuhr |
omnibus I/O changes to get quoted manipulator to work
|
|
|
@5764204
|
21 months |
pabuhr |
restrict nesting of manipulators and update manipulator test
|
|
|
@f2898df
|
21 months |
mlbrooks |
Implement string initialization and assignment from various numeric types
|
|
|
@b1eefe50
|
21 months |
mlbrooks |
Adjust string assignment declarations for consistent/standard return type.
|
|
|
@e8b3717
|
21 months |
mlbrooks |
Modify substring interface from start-end to start-len, and add a …
|
|
|
@906d8fa
|
21 months |
mlbrooks |
tidy a string-library unhelpful comment
|
|
|
@7abc3de
|
21 months |
mlbrooks |
Harmonize string constructors with assignments, refactor …
|
|
|
@e891349
|
21 months |
mlbrooks |
Tweak string assignment-strcpy-strncpy and concatenate-strcat-strncat …
|
|
|
@06280ad
|
21 months |
pabuhr |
formatting
|
|
|
@38951c31
|
21 months |
mlbrooks |
Add missing test for string *= and refactor */*= to follow +/+= …
|
|
|
@479fbe3
|
22 months |
pabuhr |
formatting, add string constructor for char, add string *= operator, …
|
|
|
@cfbc56ec
|
22 months |
mlbrooks |
Enable array RAII and provide uninit(-), a uNoCtor equivalent.
Enable …
|
|
|
@681e12f
|
22 months |
pabuhr |
formatting, change cmp to strcmp, add strlen and strcat
|
|
|
@f842032
|
2 years |
pabuhr |
remove ISTYPE_VOID and ISTYPE_VOID_IMPL, and ends for input
|
|
|
@37ceccb
|
2 years |
mlbrooks |
Change string-read semantics so that reading nothing leaves the …
|
|
|
@0860d9c
|
2 years |
mlbrooks |
Fix read-to-variable-length-string cases when internal buffer fills.
…
|
|
|
@416b443
|
2 years |
mlbrooks |
Implement full set of relational operators for strings
|
|
|
@737988b
|
2 years |
mlbrooks |
Deduplicate manipulator read-to-string by delegating from string to …
|
|
|
@ff56dd2e
|
2 years |
mlbrooks |
Duplicate manipulator read-to-string code for string_res, and test.
|
|
|
@f54e6ec
|
2 years |
mlbrooks |
Port basic input-manipulator test from cstring to string and fix …
|
|
|
@34c6e1e6
|
2 years |
pabuhr |
add string output manipulators, third attempt at input manipulators …
|
|
|
@686912c
|
2 years |
pabuhr |
third attempt at input manipulators for strings
|
|
|
@55b060d
|
2 years |
pabuhr |
rename directories containers to collections
|