#
# ChangeLog for libcfa/src/collections/string.hfa
#
# Generated by Trac 1.2.1
# Mar 7, 2025, 12:21:07 PM

Sun, 13 Oct 2024 16:28:15 GMT Peter A. Buhr <pabuhr@…> [1a7203d]
	* libcfa/src/collections/string.hfa (modified)
	* libcfa/src/collections/string_res.hfa (modified)
	* libcfa/src/concurrency/actor.hfa (modified)
	* libcfa/src/concurrency/kernel/startup.cfa (modified)
	* libcfa/src/iostream.cfa (modified)
	* libcfa/src/iostream.hfa (modified)

	change CFA runtime libraries to use C designator syntax


Tue, 06 Aug 2024 11:51:31 GMT Peter A. Buhr <pabuhr@…> [c4d6c90]
	* libcfa/src/collections/string.hfa (modified)

	formatting, documentation


Tue, 06 Aug 2024 03:13:27 GMT Peter A. Buhr <pabuhr@…> [4dab7e8]
	* libcfa/src/collections/string.cfa (modified)
	* libcfa/src/collections/string.hfa (modified)

	formatting, add str conversion routines, add more combinations of ?+? ...


Thu, 08 Feb 2024 03:54:16 GMT Peter A. Buhr <pabuhr@…> [211def2]
	* libcfa/src/collections/string.cfa (modified)
	* libcfa/src/collections/string.hfa (modified)
	* libcfa/src/collections/string_res.cfa (modified)
	* libcfa/src/collections/string_res.hfa (modified)
	* libcfa/src/fstream.cfa (modified)
	* libcfa/src/iostream.cfa (modified)
	* libcfa/src/iostream.hfa (modified)

	omnibus I/O changes to get quoted manipulator to work


Fri, 19 Jan 2024 22:25:28 GMT Michael Brooks <mlbrooks@…> [f2898df]
	* libcfa/src/collections/string.cfa (modified)
	* libcfa/src/collections/string.hfa (modified)
	* libcfa/src/collections/string_res.cfa (modified)
	* libcfa/src/collections/string_res.hfa (modified)
	* tests/collections/.expect/string-api-coverage.txt (modified)
	* tests/collections/string-api-coverage.cfa (modified)

	Implement string initialization and assignment from various numeric
	types


Fri, 19 Jan 2024 21:36:18 GMT Michael Brooks <mlbrooks@…> [b1eefe50]
	* libcfa/src/collections/string.cfa (modified)
	* libcfa/src/collections/string.hfa (modified)

	Adjust string assignment declarations for consistent/standard return ...


Fri, 19 Jan 2024 03:17:21 GMT Michael Brooks <mlbrooks@…> [e8b3717]
	* libcfa/src/collections/string.cfa (modified)
	* libcfa/src/collections/string.hfa (modified)
	* libcfa/src/collections/string_res.cfa (modified)
	* libcfa/src/collections/string_res.hfa (modified)
	* tests/collections/.expect/string-api-coverage.txt (modified)
	* tests/collections/string-api-coverage.cfa (modified)
	* tests/collections/string-overwrite.cfa (modified)

	Modify substring interface from start-end to start-len, and add a ...


Wed, 17 Jan 2024 23:31:03 GMT Michael Brooks <mlbrooks@…> [7abc3de]
	* libcfa/src/collections/string.cfa (modified)
	* libcfa/src/collections/string.hfa (modified)
	* libcfa/src/collections/string_res.hfa (modified)
	* tests/collections/.expect/string-api-coverage.txt (modified)
	* tests/collections/string-api-coverage.cfa (modified)

	Harmonize string constructors with assignments, refactor ...


Wed, 17 Jan 2024 19:16:04 GMT Michael Brooks <mlbrooks@…> [e891349]
	* libcfa/src/collections/string.cfa (modified)
	* libcfa/src/collections/string.hfa (modified)
	* libcfa/src/collections/string_res.cfa (modified)
	* libcfa/src/collections/string_res.hfa (modified)
	* tests/collections/.expect/string-api-coverage.txt (modified)
	* tests/collections/string-api-coverage.cfa (modified)

	Tweak string assignment-strcpy-strncpy and concatenate-strcat-strncat ...


Sun, 14 Jan 2024 22:48:00 GMT Peter A. Buhr <pabuhr@…> [479fbe3]
	* libcfa/src/collections/string.cfa (modified)
	* libcfa/src/collections/string.hfa (modified)

	formatting, add string constructor for char, add string *= operator, ...


Thu, 04 Jan 2024 16:58:49 GMT Peter A. Buhr <pabuhr@…> [681e12f]
	* libcfa/src/collections/string.cfa (modified)
	* libcfa/src/collections/string.hfa (modified)
	* libcfa/src/collections/string_res.cfa (modified)
	* libcfa/src/collections/string_res.hfa (modified)

	formatting, change cmp to strcmp, add strlen and strcat


Thu, 07 Sep 2023 05:02:54 GMT Michael Brooks <mlbrooks@…> [416b443]
	* libcfa/src/collections/string.cfa (modified)
	* libcfa/src/collections/string.hfa (modified)
	* libcfa/src/collections/string_res.cfa (modified)
	* libcfa/src/collections/string_res.hfa (modified)
	* tests/collections/.expect/string-compare.txt (added)
	* tests/collections/string-compare.cfa (added)

	Implement full set of relational operators for strings


Sat, 02 Sep 2023 19:01:05 GMT Peter A. Buhr <pabuhr@…> [34c6e1e6]
	* libcfa/src/collections/string.cfa (modified)
	* libcfa/src/collections/string.hfa (modified)

	add string output manipulators, third attempt at input manipulators ...


Thu, 31 Aug 2023 17:25:38 GMT Peter A. Buhr <pabuhr@…> [686912c]
	* libcfa/src/collections/string.cfa (modified)
	* libcfa/src/collections/string.hfa (modified)
	* libcfa/src/iostream.cfa (modified)
	* libcfa/src/iostream.hfa (modified)

	third attempt at input manipulators for strings


Thu, 31 Aug 2023 02:13:45 GMT Peter A. Buhr <pabuhr@…> [55b060d]
	* driver/cfa.cc (modified)
	* libcfa/src/Makefile.am (modified)
	* libcfa/src/bits/collections.hfa (moved)
	* libcfa/src/bits/weakso_locks.hfa (modified)
	* libcfa/src/collections/array.hfa (moved)
	* libcfa/src/collections/list.hfa (moved)
	* libcfa/src/collections/lockfree.hfa (moved)
	* libcfa/src/collections/maybe.cfa (moved)
	* libcfa/src/collections/maybe.hfa (moved)
	* libcfa/src/collections/pair.cfa (moved)
	* libcfa/src/collections/pair.hfa (moved)
	* libcfa/src/collections/result.cfa (moved)
	* libcfa/src/collections/result.hfa (moved)
	* libcfa/src/collections/string.cfa (moved)
	* libcfa/src/collections/string.hfa (moved)
	* libcfa/src/collections/string_res.cfa (moved)
	* libcfa/src/collections/string_res.hfa (moved)
	* libcfa/src/collections/string_sharectx.hfa (moved)
	* libcfa/src/collections/vector.cfa (moved)
	* libcfa/src/collections/vector.hfa (moved)
	* libcfa/src/collections/vector2.hfa (moved)
	* libcfa/src/concurrency/alarm.hfa (modified)
	* libcfa/src/concurrency/invoke.h (modified)
	* libcfa/src/concurrency/kernel.hfa (modified)
	* libcfa/src/concurrency/locks.hfa (modified)
	* libcfa/src/concurrency/once.hfa (modified)
	* libcfa/src/concurrency/select.hfa (modified)
	* libcfa/src/executor.baseline.txt (modified)
	* libcfa/src/executor.cfa (modified)
	* tests/array-container/array-basic.cfa (modified)
	* tests/array-container/array-md-sbscr-cases.cfa (modified)
	* tests/array-container/array-sbscr-types.cfa (modified)
	* tests/array-container/dimexpr-match-cfa.cfa (modified)
	* tests/array-container/safety-summary.cfa (modified)
	* tests/collections/atomic_mpsc.cfa (modified)
	* tests/collections/string-api-coverage.cfa (modified)
	* tests/collections/string-istream.cfa (modified)
	* tests/collections/string-overwrite.cfa (modified)
	* tests/collections/vector-demo.cfa (modified)
	* tests/concurrency/unified_locking/thread_test.cfa (modified)
	* tests/include/vector-containers.cfa (modified)
	* tests/list/dlist-insert-remove.cfa (modified)
	* tests/maybe.cfa (modified)
	* tests/result.cfa (modified)
	* tests/zombies/gc_no_raii/premake4.lua (modified)
	* tests/zombies/hashtable.cfa (modified)
	* tests/zombies/hashtable2.cfa (modified)
	* tests/zombies/linked-list-perf/experiment.koad (modified)

	rename directories containers to collections